InfraPublishActionResult
Infrastructure Service Publish Action Result
Result of a single publish action within a publish job
JSON Example
{
"action_type": "string",
"action_status": "string",
"action_index": 0,
"status_message": "string",
"error_details": "string"
}
string
action_type
Optional
Type of publish action
Enumeration:
RULE_CREATE,
GROUP_PUBLISH,
RULE_UPDATE,
HIERARCHY_GROUP_PUBLISH,
HIERARCHY_RULE_UPDATE,
HIERARCHY_RULE_CREATE,
HIERARCHY_IDS_RULE_CREATE,
HIERARCHY_IDS_RULE_UPDATE
string
action_status
Optional
Status of the action
Enumeration:
SUCCESS,
FAILED,
PENDING
integer
action_index
Optional
Index of the action in the original publish_actions array
string
status_message
Optional
Optional message describing the result of the action
string
error_details
Optional
Detailed error information if the action failed