NSX Autonomous Edge REST API

NodeIdServicesMap (type)

{
  "additionalProperties": false,
  "id": "NodeIdServicesMap",
  "properties": {
    "node_id": {
      "maxLength": 255,
      "readonly": false,
      "required": true,
      "title": "NodeId",
      "type": "string"
    },
    "service_types": {
      "description": "list of ServiceTypes",
      "items": {
        "$ref": "ServiceType"
      },
      "readonly": false,
      "required": true,
      "type": "array"
    }
  },
  "type": "object"
}