NSX-T Data Center REST API

AsyncOperationStatus (type)

{
  "description": "Status of asynchronous licenses query operation.",
  "id": "AsyncOperationStatus",
  "module_id": "VCSync",
  "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 and License Hub.",
      "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 license sources succeeded. PARTIAL_SUCCESS means the entitlement query from some license sources succeeded, and the entitlement query from other license sources failed. FAILED means the entitlement query from all license sources failed.",
      "enum": [
        "RUNNING",
        "SUCCESS",
        "PARTIAL_SUCCESS",
        "FAILED"
      ],
      "title": "Operation status",
      "type": "string"
    }
  },
  "title": "Status of asynchronous licenses query operation",
  "type": "object"
}