Параметры

Имя параметра Описание
location_id
необязательно

Ограничить местоположением

Validations:

  • Must be a Integer

organization_id
необязательно

Ограничить организацией

Validations:

  • Must be a Integer

callback
необязательно

Validations:

  • Must be a Hash

callback[task_id]
необязательно

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]
необязательно

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

Validations:

  • Must be a String

data
необязательно

Data to be sent to the action

Validations:

  • Must be a Hash

callbacks
необязательно

Validations:

  • Must be an Array of nested elements

callbacks[callback]
необязательно

Validations:

  • Must be a Hash

callbacks[callback][task_id]
необязательно

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]
необязательно

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

Validations:

  • Must be a String

callbacks[data]
необязательно

Data to be sent to the action

Validations:

  • Must be a Hash