Parameter | Description |
---|---|
Variable Name | The name of the variable. |
Item | Item to add to list. |
[8,12,2,6]
will result in the output list: [6,2,12,8]
.
Parameter | Description |
---|---|
List | The JSON list to reverse. For example: The input list [1,2,3] will result in the output list [3,2,1] . |
Parameter | Description |
---|---|
List | The JSON list to remove duplicates from. For example: The input list [1,2,2,1] will result in the output list [2,1] . |
blink
, the returned generated MD5 hash will be: 40652ee9ae143f1c1c830f01a5449ecb
.
Parameter | Description |
---|---|
Source Type | Select whether to generate the hash from the String or from a File . |
String | The string from which to generate the MD5 hash. |
File Path | The file from which to generate the MD5 hash. |
Working Directory | The directory where the file is located. The filesystem state is preserved across steps using this directory to ensure that files and changes persist for continuity. For more information - refer to the Create Working Directory action documentation for guidance on setting up and selecting working directories. |
blink
, the returned generated SHA1 hash will be: dcae3a7a7c14a77ef384f1c5df6e63edc780eba0
.
Parameter | Description |
---|---|
Source Type | Select whether to generate the hash from the String or from a File . |
String | The string from which to generate the SHA1 hash. |
File Path | The path of the file from which to generate the SHA1 hash. |
Working Directory | The directory where the file is located. The filesystem state is preserved across steps using this directory to ensure that files and changes persist for continuity. For more information - refer to the Create Working Directory action documentation for guidance on setting up and selecting working directories. |
blink
, the returned generated SHA256 hash will be: e14a51fded1fb9b43de815d3832da099053b583f1d2c01d0495a70f118df426c
.
Parameter | Description |
---|---|
Source Type | Select whether to generate the hash from the String or from a File . |
String | The string from which to generate the SHA256 hash. |
File Path | The path of the file from which to generate the SHA256 hash. |
Working Directory | The directory where the file is located. The filesystem state is preserved across steps using this directory to ensure that files and changes persist for continuity. For more information - refer to the Create Working Directory action documentation for guidance on setting up and selecting working directories. |
Parameter | Description |
---|---|
String Length | The length of the generated string, default 10. |
Include Special Chars | [!-*] character set - !@#$%&* . |
Include Uppercase Chars | [A-Z] character set - ABCDEFGHIJKLMNOPQRSTUVWXYZ . |
Include Digit Chars | [0-9] character set - 0123456789 . |
Custom Characters | ’Characters that will be appended to character pool. For example: Bl1#K@p$ .‘ |
Parameter | Description |
---|---|
Minimum | The minimum value of the range (inclusive). |
Maximum | The maximum value of the range (inclusive). |
Parameter | Description |
---|---|
JSON | JSON object to run the path query command on. |
Query | Path query command to run. |
Unquoted | If the final result is a string, it will be printed without quotes. |
Parameter | Description |
---|---|
JSON | JSON object to run the query command on. |
Query | Query command to run. |
Parameter | Description |
---|---|
Hostname | The hostname of the endpoint. |
Port | The port number of the endpoint. |
True
or False
.
For example: The given IP 192.168.1.10
, and the CIDR 192.168.1.0/24
will result in the output True
.
Parameter | Description |
---|---|
IP Address | The IP that needs to be checked as a plain string. |
CIDR | The network, represented as a CIDR. |
Parameter | Description |
---|---|
Time | Can be a specific date and hour, or a relative range. |
Epoch Format | Whether to display the epoch time as seconds or milliseconds. |
Parameter | Description |
---|---|
CSV Object | CSV object to convert to the JSON format. |
Parameter | Description |
---|---|
CSV Object | CSV object to convert to an HTML Table format. |
Parameter | Description |
---|---|
Timestamp 1 | The first Timestamp. Can be a specific date and hour, or a relative range. |
Timestamp 2 | The second Timestamp. Can be a specific date and hour, or a relative range. |
Parameter | Description |
---|---|
Date List | A comma separated list or JSON array containing date strings. Each date string can be in a variety of common date formats. For example:
Timezone Aware cannot be used along with Timezone Naive dates. All dates should either be in UTC format or have a clearly defined timezone. |
Parameter | Description |
---|---|
Date List | A comma separated list or JSON array containing date strings. Each date string can be in a variety of common date formats. For example:
Timezone Aware cannot be used along with Timezone Naive dates. All dates should either be in UTC format or have a clearly defined timezone. |
Parameter | Description |
---|---|
Text | The text to print. |
Get Timezone Offset
to get the amount of seconds after GMT.
Parameter | Description |
---|---|
Location Type | Choose how the location for the timezone should be provided. |
Latitude | The degrees latitude of the desired position to get the time for. |
Longitude | The degrees longitude of the desired position to get the time for. |
Parameter | Description |
---|---|
Timezone Identifier | The IANA timezone identifier, usually provided as {Country}/{City} .If given UTC , returns the offset of UTC time (0 ).Visit Wikipedia for a frequently updated list of names. For the most updated list, visit the IANA registry and download the distribution file. |
Parameter | Description |
---|---|
Variable Name | The name of the variable to store the generated password in. |
Password Length | The password length, default 10. |
Include Special Chars | [!-*] character set - !@#$%&* . |
Include Lowercase Chars | [a-z] character set - abcdedfghijklmnopqrst . |
Include Uppercase Chars | [A-Z] character set - ABCDEFGHIJKLMNOPQRSTUVWXYZ . |
Include Digit Chars | [0-9] character set - 0123456789 . |
Parameter | Description |
---|---|
Variable name | The name of the original list variable |
List to append | The name of second list to append. |
Value | Name of the item to append to the list |
Timeout
in the action settings.Parameter | Description |
---|---|
WhoIs Query | The WhoIs query to run. |
Parameter | Description |
---|---|
File Path | The file from which to print the content |
Working Directory | The directory where the file is located. The filesystem state is preserved across steps using this directory, ensuring that files and changes persist for continuity. For more information, refer to the Create Working Directory action documentation for guidance on setting up and selecting working directories. |