NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
AsyncOperationStatus (schema)
Status of asynchronous VCF licenses query operation
Status of asynchronous VCF licenses query operation.
Name | Description | Type | Notes |
---|---|---|---|
message | The detailed description of operation status. 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. |
string | |
operation_end_time | Operation end time Operation end time. |
EpochMsTimestamp | |
operation_start_time | Operation start time Operation start time. |
EpochMsTimestamp | |
status | Operation status 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. |
string | Enum: RUNNING, SUCCESS, PARTIAL_SUCCESS, FAILED |