NSX-T Data Center REST API

# *************************************************************************** # Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential. # ***************************************************************************

AsyncOperationStatus (schema)

Status of asynchronous licenses query operation

Status of asynchronous 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
and License Hub.
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 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.
string Enum: RUNNING, SUCCESS, PARTIAL_SUCCESS, FAILED