NSX-T Data Center Global Manager REST API
GmImportStatus (type)
{
"additionalProperties": false,
"description": "Status of the GM data import process.",
"id": "GmImportStatus",
"module_id": "FederationUpgrade",
"properties": {
"details": {
"description": "More details about the current step or reason for failure.",
"required": false,
"title": "Details",
"type": "string"
},
"status": {
"description": "The current status of the import operation.",
"enum": [
"IN_PROGRESS",
"SUCCESS",
"FAILED"
],
"required": true,
"title": "Status",
"type": "string"
}
},
"required": [
"status"
],
"title": "GM Import Status",
"type": "object"
}