[Deprecated] Generates a random integer within a range
npm install @itentialopensource/generate-random-integer-within-a-range* Overview
* Installation Prerequisites
* How to Install
* How to Run
* Attributes
* Additional Information
This JST allows IAP users to generate a random integer within a user provided range.
^2022.1To install the pre-built:
* Verify you are running a supported version of the Itential Automation Platform (IAP) as listed above in the Prerequisites section.
* The pre-built can be installed from within App-Admin_Essential. Simply search for the name of your desired pre-built and click the install button.
Use the following to run the pre-built:
1. Once the JST is installed as outlined in the How to Install section above, navigate to the workflow where you would like to generate a random integer and add a JSON Transformation task.
2. Inside the Transformation task, search for and select randomInteger (the name of the internal JST).
3. The inputs to the JST would be the minimum and maximum numbers for the range (both inclusive) between which a random integer will be picked.
4. Save your input and the task is ready to run inside of IAP.
| Attribute | Description | Type |
|---|---|---|
minimum | lower bound (inclusive) for the range between which a random integer will be generated | integer |
maximum | upper bound (inclusive) for the range between which a random integer will be generated | integer |
2. Output:
| Attribute | Description | Type |
|---|---|---|
randomInteger | generated random integer | integer |