NSX-T Data Center REST API

ServiceDeploymentStatus (type)

{
  "id": "ServiceDeploymentStatus",
  "module_id": "ServiceInsertionVMDeployment",
  "properties": {
    "deployment_issues": {
      "description": "List of issue and detailed description of the issue in case of deployment failure.",
      "items": {
        "$ref": "ServiceDeploymentIssue"
      },
      "readonly": true,
      "required": false,
      "title": "Service deployment issue",
      "type": "array"
    },
    "deployment_status": {
      "description": "Deployment status of NXGI Partner Service-VM on a compute collection. It shows the latest status during the process of deployment, redeploy, upgrade, and un-deployment on a compute collection such as VC cluster.",
      "enum": [
        "UPGRADE_IN_PROGRESS",
        "UPGRADE_FAILED",
        "DEPLOYMENT_QUEUED",
        "DEPLOYMENT_IN_PROGRESS",
        "DEPLOYMENT_FAILED",
        "DEPLOYMENT_SUCCESSFUL",
        "UNDEPLOYMENT_QUEUED",
        "UNDEPLOYMENT_IN_PROGRESS",
        "UNDEPLOYMENT_FAILED",
        "UNDEPLOYMENT_SUCCESSFUL",
        "UPGRADE_QUEUED"
      ],
      "readonly": true,
      "required": false,
      "title": "Compute collection deployment progress status",
      "type": "string"
    },
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp when the data was last updated; unset if data source has never updated the data.",
      "readonly": true
    },
    "service_deployment_id": {
      "description": "Id of service deployment.",
      "readonly": true,
      "required": false,
      "title": "Service deployment id",
      "type": "string"
    },
    "sva_current_version": {
      "description": "Currently deployed Service Virtual Appliance version.",
      "required": false,
      "title": "Current deployed SVA version",
      "type": "string"
    },
    "sva_max_available_version": {
      "description": "Max available SVA version for upgrade",
      "required": false,
      "title": "Max available SVA version",
      "type": "string"
    }
  },
  "type": "object"
}