PCGRegistrationPayload (type)

{
  "description": "The payload that can be sent to NSX Manager /api/v1/transport-nodes?action=register_node. Only available on PCG node.", 
  "id": "PCGRegistrationPayload", 
  "properties": {
    "msg_client_info": {
      "$ref": "MsgClientInfo
    }, 
    "system_info": {
      "$ref": "SystemInfo
    }, 
    "transport_node": {
      "$ref": "TransportNodeInfoForRegister
    }
  }, 
  "title": "PCG register node with NSX Manager payload", 
  "type": "object"
}