Parâmentros

Nome parâmetro Descrição
location_id
opcional

Escopo de localizações

Validations:

  • Must be a Integer

organization_id
opcional

Escopo de organização

Validations:

  • Must be a Integer

callback
opcional

Validations:

  • Must be a Hash

callback[task_id]
opcional

UUID of the task

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

callback[step_id]
opcional

The ID of the step inside the execution plan to send the event to

Validations:

  • Must be a String

data
opcional

Data to be sent to the action

Validations:

  • Must be a Hash

callbacks
opcional

Validations:

  • Must be an Array of nested elements

callbacks[callback]
opcional

Validations:

  • Must be a Hash

callbacks[callback][task_id]
opcional

UUID of the task

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

callbacks[callback][step_id]
opcional

The ID of the step inside the execution plan to send the event to

Validations:

  • Must be a String

callbacks[data]
opcional

Data to be sent to the action

Validations:

  • Must be a Hash