InlineSspDeploymentResults1

InlineSspDeploymentResults1
InlineSspDeploymentResults1
JSON Example
{
    "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"
}
deployment_status
Optional

High-level lifecycle state for the feature.

  • QUEUED: Accepted but not yet executing.
  • PRECHECKS_IN_PROGRESS: Prechecks running.
  • DEPLOYMENT_IN_PROGRESS: Deployment or activation work running.
  • DEPLOYMENT_SUCCESSFUL: Feature active.
  • PRECHECKS_FAILED: Validation blocked deployment; fix findings before redeploying.
  • PRECHECKS_SUCCESSFUL: Checks passed but deployment not started or not yet requested.
  • DEPLOYMENT_FAILED: Deploy failed; inspect logs and deployment_results.
  • UNDEPLOYMENT_IN_PROGRESS: Removal running.
  • UNDEPLOYMENT_FAILED: Removal failed; may require force path or manual cleanup.
  • NOT_DEPLOYED: Feature not deployed.
  • UNKNOWN: Transitional or indeterminate. Retry status later.
  • DEPLOYMENT_PARTIAL_SUCCESS: Partial deploy; some subcomponents unhealthy.

Terminal states differ by operation: a successful remove ends in NOT_DEPLOYED after undeployment completes.

Enumeration: QUEUED, PRECHECKS_IN_PROGRESS, DEPLOYMENT_IN_PROGRESS, DEPLOYMENT_SUCCESSFUL, PRECHECKS_FAILED, PRECHECKS_SUCCESSFUL, DEPLOYMENT_FAILED, UNDEPLOYMENT_IN_PROGRESS, UNDEPLOYMENT_FAILED, NOT_DEPLOYED, UNKNOWN, DEPLOYMENT_PARTIAL_SUCCESS
deployment_details
Optional

Deployment action status details for each action executed on the feature.

deployment_progress
Optional

Provides the current deployment progress, including a completion percentage and accompanying descriptive status text.

string
reason
Optional

Detailed reason for the status, if available.