MpsComputeCollectionStatus
MpsComputeCollectionStatus
Deployment Status for the compute collection.
JSON Example
{
"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"
}
]
}
array of
MpsErrorClass
compute_collection_deployment_issues
Optional
List of issues and detailed description for each issue in case of deployment failure.
string
compute_collection_deployment_status
Optional
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.
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
compute_collection_id
Optional
Compute collection ID.
integer As int64
As int64
last_update_timestamp
Optional
Timestamp when the data was last updated; unset if data source has never updated the data.
array of
MpsTransportNodeStatus
transport_node_status_list
Optional
List of transport node status added as part of the cluster