Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Integer

ansible_variable
required

Validations:

  • Hash

ansible_variable[variable]
required

Name of variable

Validations:

  • String

ansible_variable[ansible_role_id]
required

Role ID

Validations:

  • Must be a number.

ansible_variable[default_value]
optional , nil allowed

Default value of variable

Validations:

  • Must be one of types: string, boolean, integer, real, array, hash, yaml, json

ansible_variable[hidden_value]
optional , nil allowed

When enabled the parameter is hidden in the UI

Validations:

  • Must be one of: true, false, 1, 0.

ansible_variable[override_value_order]
optional , nil allowed

The order in which values are resolved

Validations:

  • String

ansible_variable[description]
optional , nil allowed

Description of variable

Validations:

  • String

ansible_variable[validator_type]
optional , nil allowed

Types of validation values

Validations:

  • Must be one of: regexp, list.

ansible_variable[validator_rule]
optional , nil allowed

Used to enforce certain values for the parameter values

Validations:

  • String

ansible_variable[variable_type]
optional , nil allowed

Types of variable values

Validations:

  • Must be one of: string, boolean, integer, real, array, hash, yaml, json.

ansible_variable[merge_overrides]
optional , nil allowed

Merge all matching values (only array/hash type)

Validations:

  • Must be one of: true, false, 1, 0.

ansible_variable[merge_default]
optional , nil allowed

Include default value when merging all matching values

Validations:

  • Must be one of: true, false, 1, 0.

ansible_variable[avoid_duplicates]
optional , nil allowed

Remove duplicate values (only array type)

Validations:

  • Must be one of: true, false, 1, 0.

ansible_variable[override]
optional , nil allowed

Whether to override variable or not

Validations:

  • Must be one of: true, false, 1, 0.