SspDeploymentProgress
Deployment progress snapshot
Provides the current deployment progress, including a completion percentage and accompanying descriptive status text.
JSON Example
{
"percentage": 0,
"message": "string",
"error_details": [
{
"resource_type": "string",
"resource_name": "string",
"message": "string",
"events": [
"string"
]
}
]
}
integer
percentage
Optional
Constraints:
minimum: 0
maximum: 100
Deployment progress is shownas a percentage (0-100).
string
message
Optional
Short status line describing the active step (for example chart apply or validation phase).
array of
SspProgressErrorDetails
error_details
Optional
List of errors and details about resources in error.