NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
FederationSite (schema)
Site information
Site information.
| Name | Description | Type | Notes |
|---|---|---|---|
| active_gm | Does site have active GM Active GM status of this FederationSite. |
string | Required Enum: ACTIVE, STANDBY, NONE, INVALID |
| aph_list | Aph services in the site Aph list of this FederationSite. |
array of AphInfo | Required |
| cert_hash | Hash of the trustManagerCert Hash of the trustManagerCert for this FederationSite. |
string | |
| cluster_id | Cluster id Cluster id of this FederationSite. |
string | |
| config_version | Site config version Site config version of this FederationSite. |
integer | |
| export_type | Export type Export type (from /etc/nsx_issue) of FederationSite. |
string | |
| grpc_info | Ingress service information for gRPC Aph list of this FederationSite. |
array of GrpcInfo | |
| id | Id of the site Id of the site. |
string | Required |
| is_federated | Is site federated If this FederationSite is federated or not. |
boolean | Required |
| is_grpc_capable | Flag to check if site is grpc capable Provides information if site is grpc enabled |
boolean | |
| is_local | Is site local If this FederationSite is local or not. |
boolean | Required |
| name | Name of the site Name of the site. |
string | Required |
| node_type | Type of node Node type of this FederationSite. |
string | Required Enum: GM, LM, GM_AND_LM |
| site_version | Version of the site Version of the site. |
string | Required |
| split_brain | Split brain Split brain of this FederationSite. |
boolean | |
| system_id | System id System if of this FederationSite. |
integer | Required |
| trust_manager_cert | Cert string from trust manager Cert string from trust manager for this FederationSite. |
string | |
| vip_ip | Vip ip Vip id of this FederationSite. |
string |