NSX-T Data Center REST API

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

PolicyEdgeClusterMember (schema)

Policy Edge Cluster Member

Policy edge cluster member represents policy edge node resource and associates
edge transport node to the edge cluster.

Name Description Type Notes
edge_transport_node_path Edge Transport Node Path

Edge transport node path can't be changed once member is added to cluster.
To replace edge transport node for existing member refer
/policy/api/v1/infra/sites/default/enforcement-points/default/edge-clusters/
/action/replace-policy-edge-node
api
string Required
id Id of PolicyEdgeNode

This field is optional; if an id is not provided, then member_index will be considered
an id of PolicyEdgeNode.In a hierarchical API,to consume the path of PolicyEdgeNode in
the same payload In that case, id value is required.Build the path of the PolicyEdgeNode with
the given id and consume the path. e.g., if edge_node_id=my-policy-edge-node-id, then the path will be
/infra/sites/default/enforcement-points/nsx/edge-clusters/my-edge-cluster-id/edge-nodes/my-policy-edge-node-id
string
member_index Member Index

The system assigned index for the edge cluster member.
integer Readonly
policy_edge_node_path path of PolicyEdgeNode

The PolicyEdgeNode path which is part of edge cluster member.
string Readonly