MpsTransportNodeStatus

MpsTransportNodeStatus
MpsTransportNodeStatus

Deployment Status for the transport node.

JSON Example
{
    "sub_cluster_id": "string",
    "tn_component_health_status_list": [
        {
            "is_stale": false,
            "last_update_time": "string",
            "service_name": "string",
            "service_status": "string"
        }
    ],
    "tn_configuration_issue": [
        {
            "error_id": 0,
            "error_message": "string",
            "error_timestamp": "string"
        }
    ],
    "tn_deployment_issues": [
        {
            "error_id": 0,
            "error_message": "string",
            "error_timestamp": "string"
        }
    ],
    "tn_deployment_status": "string",
    "transport_node_id": "string"
}
string
sub_cluster_id
Optional

Sub-cluster identifier

tn_component_health_status_list
Optional

Health status of service VM deployed on this transport node.

tn_configuration_issue
Optional

This object contains the list of issues encountered during post deployment configuration for a particular Transport Node.

tn_deployment_issues
Optional

List of issue and detailed description of the issue in case of deployment failure.

string
tn_deployment_status
Optional

Deployment status of MPS SVM on Transport Node. It shows the latest status during the process of deployment, redeploy, upgrade, and un-deployment.

Possible values are : 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,
string
transport_node_id
Optional

Transport node id.