Get Mps Transport Node Status
Returns current status of the deployment of MPS Service on a transport node.
transport-node-id
Data source type.
OK
{
"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"
}
Sub-cluster identifier
Health status of service VM deployed on this transport node.
This object contains the list of issues encountered during post deployment configuration for a particular Transport Node.
List of issue and detailed description of the issue in case of deployment failure.
Deployment status of MPS SVM on Transport Node. It shows the latest status during the process of deployment, redeploy, upgrade, and un-deployment.
Transport node id.
Not Found
curl -H 'Authorization: <value>' https://{api_host}/api/v1/malware-prevention/transport-node/{transport-node-id}/status