NSX-T Data Center REST API

SspRegistrationList (type)

{
  "description": "Contains a list of Security Services Platform",
  "id": "SspRegistrationList",
  "module_id": "PolicySspRegistration",
  "properties": {
    "ssp_registration_results": {
      "description": "List of Security Services Platform the NSX have connectivity with.",
      "items": {
        "$ref": "SspRegistration"
      },
      "minItems": 1,
      "required": true,
      "title": "List of Security Services Platform",
      "type": "array"
    }
  },
  "title": "Details to register a list of Security Services Platform",
  "type": "object"
}