SspDeploymentResults
Deployment Results
Results of the deployment action.
AllOf
JSON Example
{
"_create_user": "string",
"_create_time": 0,
"_last_modified_user": "string",
"_last_modified_time": 0,
"_revision": 0,
"_resource_type": "string",
"_system_owned": false,
"id": "string",
"display_name": "string",
"description": "string",
"site_ids": [
"string"
],
"deployment_status": "string",
"deployment_details": [
{
"action": "string",
"status": "string"
}
],
"deployment_progress": {
"percentage": 0,
"message": "string",
"error_details": [
{
"resource_type": "string",
"resource_name": "string",
"message": "string",
"events": [
"string"
]
}
]
},
"reason": "string"
}