AppPublishActionResult

AppPublishActionResult
Application Publish Action Result

Result of a single publish action within an async publish job.

JSON Example
{
    "action_index": 0,
    "action_type": "string",
    "action_status": "string",
    "status_message": "string",
    "error_details": "string"
}
integer
action_index
Required  

Zero-based position of this action in the original publish_actions array. Use this to correlate each result with its input action.

action_type
Required  

Type of the publish action.

Enumeration: POLICY_CREATE, POLICY_UPDATE, RULE_UPDATE
action_status
Required  

Completion status of this individual action.

Enumeration: PENDING, IN_PROGRESS, COMPLETED, FAILED
string
status_message
Optional

Human-readable description of the result. Always present for FAILED actions.

string
error_details
Optional

Detailed error information. Present when action_status is FAILED.