NSX-T Data Center REST API
AsyncOperationStatus (type)
{
"description": "Status of asynchronous VCF licenses query operation.",
"id": "AsyncOperationStatus",
"module_id": "VCSync",
"nsx_feature": "RejectLegacyLicenses",
"properties": {
"message": {
"description": "The detailed description of operation status. For example, for Running status, message is: Operation is running. for Failed status, message is: Failed to query the entitlement from vCenter vc_1, vc_2.",
"title": "The detailed description of operation status.",
"type": "string"
},
"operation_end_time": {
"$ref": "EpochMsTimestamp",
"description": "Operation end time.",
"title": "Operation end time"
},
"operation_start_time": {
"$ref": "EpochMsTimestamp",
"description": "Operation start time.",
"title": "Operation start time"
},
"status": {
"description": "Operation status. RUNNING means the operation is running. SUCCESS means the entitlement query from all vCenters succeeded. PARTIAL_SUCCESS means the entitlement query from some vCenters succeeded, and the entitlement query from other vCenters failed. FAILED means the entitlement query from all vCenters failed.",
"enum": [
"RUNNING",
"SUCCESS",
"PARTIAL_SUCCESS",
"FAILED"
],
"title": "Operation status",
"type": "string"
}
},
"title": "Status of asynchronous VCF licenses query operation",
"type": "object"
}