参数

参数名字 描述
location_id
选填

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
选填

Set the current organization context for the request

Validations:

  • Must be a Integer

callback
选填

Validations:

  • Must be a Hash

callback[task_id]
选填

任務的 UUID

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]
选填

執行計畫中要發送事件的步驟 ID

Validations:

  • Must be a String

data
选填

要發送到動作的資料

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

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]
选填

執行計畫中要發送事件的步驟 ID

Validations:

  • Must be a String

callbacks[data]
选填

要發送到動作的資料

Validations:

  • Must be a Hash