NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
PolicyEdgeClusterState (schema)
Policy Edge Cluster Publish and Configuration State
This holds the state of Edge Cluster. If there are errors in
realizing edge cluster, it gives details of the components and
specific errors.
| Name | Description | Type | Notes |
|---|---|---|---|
| consolidated_status | Current Realization Status of Cluster | ConfigState | Readonly |
| details | Cluster Members Publish and Configuration State | array of PolicyEdgeClusterMemberState | Readonly |
| edge_cluster_name | Display name of the edge cluster Display name of the edge cluster whose status is being reported. |
string | Readonly |
| failure_code | Publish State Error Code of Cluster | integer | Readonly |
| failure_message | Publish State Error Message of Cluster | string | Readonly |
| pending_change_list | List of pending changes Request identifier of the API which modified the entity. |
array of string | Readonly |
| state | Overall Publish State of Cluster Gives details of state of publish state configuration. "in_sync" state indicates that the edge config has been published. |
string | Readonly Enum: pending, in_progress, success, failed, unknown |