NSX-T Data Center REST API
PolicyEdgeClusterMember (type)
{ "additionalProperties": false, "description": "Policy edge cluster member represents policy edge node resource and associates edge transport node to the edge cluster.", "id": "PolicyEdgeClusterMember", "module_id": "PolicyEnforcementPointManagement", "properties": { "edge_transport_node_path": { "description": "Edge transport node path can't be changed once member is added to cluster. To replace edge transport node for existing member refer <b>/policy/api/v1/infra/sites/default/enforcement-points/default/edge-clusters/<edge-cluster-id> /action/replace-policy-edge-node</b> api", "readonly": false, "required": true, "title": "Edge Transport Node Path", "type": "string" }, "id": { "description": "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", "readonly": false, "required": false, "title": "Id of PolicyEdgeNode", "type": "string" }, "member_index": { "description": "The system assigned index for the edge cluster member.", "readonly": true, "required": false, "title": "Member Index", "type": "integer" }, "policy_edge_node_path": { "description": "The PolicyEdgeNode path which is part of edge cluster member.", "readonly": true, "title": "path of PolicyEdgeNode", "type": "string" } }, "title": "Policy Edge Cluster Member", "type": "object" }