NSX-T Data Center REST API

MpsComputeCollectionStatus (type)

{
  "additionalProperties": false, 
  "description": "Deployment Status for the compute collection.", 
  "id": "MpsComputeCollectionStatus", 
  "module_id": "NsxMalwarePreventionDeployment", 
  "properties": {
    "compute_collection_deployment_issues": {
      "description": "List of issues and detailed description for each issue in case of deployment failure.", 
      "items": {
        "$ref": "MpsErrorClass
      }, 
      "readonly": true, 
      "required": false, 
      "title": "Malware Prevention Service VM deployment issues", 
      "type": "array"
    }, 
    "compute_collection_deployment_status": {
      "description": "Deployment status of MPS SVM 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"
    }, 
    "compute_collection_id": {
      "description": "Compute collection ID.", 
      "readonly": true, 
      "required": false, 
      "title": "Compute collection ID", 
      "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
    }, 
    "transport_node_status_list": {
      "description": "List of transport node status added as part of the cluster", 
      "items": {
        "$ref": "MpsTransportNodeStatus
      }, 
      "readonly": true, 
      "required": false, 
      "title": "List of Transport node status", 
      "type": "array"
    }
  }, 
  "title": "MPS status on compute collections", 
  "type": "object"
}