Get Mps Compute Collection Status
Returns current status of the deployment of MPS Service on a given cluster.
compute-collection-id
Data source type.
OK
{
"compute_collection_deployment_issues": [
{
"error_id": 0,
"error_message": "string",
"error_timestamp": "string"
}
],
"compute_collection_deployment_status": "string",
"compute_collection_id": "string",
"last_update_timestamp": 0,
"transport_node_status_list": [
{
"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"
}
]
}
List of issues and detailed description for each issue in case of deployment failure.
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.
Compute collection ID.
Timestamp when the data was last updated; unset if data source has never updated the data.
List of transport node status added as part of the cluster
Not Found
curl -H 'Authorization: <value>' https://{api_host}/api/v1/malware-prevention/compute-collection/{compute-collection-id}/status