NSX-T Data Center REST API

MpsTransportNodeStatus (type)

{
  "additionalProperties": false, 
  "description": "Deployment Status for the transport node.", 
  "id": "MpsTransportNodeStatus", 
  "module_id": "NsxMalwarePreventionDeployment", 
  "properties": {
    "sub_cluster_id": {
      "description": "Sub-cluster identifier", 
      "readonly": true, 
      "required": false, 
      "title": "Sub-cluster identifier", 
      "type": "string"
    }, 
    "tn_component_health_status_list": {
      "description": "Health status of service VM deployed on this transport node.", 
      "items": {
        "$ref": "MpsTnComponentHealthStatus
      }, 
      "readonly": true, 
      "required": false, 
      "title": "Health status of MPS Service deployed on transport node", 
      "type": "array"
    }, 
    "tn_configuration_issue": {
      "description": "This object contains the list of issues encountered during post deployment configuration for a particular Transport Node.", 
      "items": {
        "$ref": "MpsErrorClass
      }, 
      "readonly": true, 
      "required": false, 
      "title": "Collection of configuration issues during MPS deployment", 
      "type": "array"
    }, 
    "tn_deployment_issues": {
      "description": "List of issue and detailed description of the issue in case of deployment failure.", 
      "items": {
        "$ref": "MpsErrorClass
      }, 
      "readonly": true, 
      "required": false, 
      "title": "Malware Prevention Service VM deployment issues for Transport Node.", 
      "type": "array"
    }, 
    "tn_deployment_status": {
      "description": "Deployment status of MPS SVM on Transport Node. It shows the latest status during the process of deployment, redeploy, upgrade, and un-deployment.", 
      "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": true, 
      "title": "Transport node deployment status", 
      "type": "string"
    }, 
    "transport_node_id": {
      "description": "Transport node id.", 
      "readonly": true, 
      "required": true, 
      "title": "transport node id.", 
      "type": "string"
    }
  }, 
  "title": "MPS status on deployed transport node", 
  "type": "object"
}