NSX-T Data Center REST API

NSSupportedAttributes (type)

{
  "additionalProperties": false,
  "id": "NSSupportedAttributes",
  "module_id": "NSProfile",
  "properties": {
    "ns_attributes": {
      "description": "The type represent pre-defined or user defined list of supported attributes and sub-attributes that can be used while creating NSProfile",
      "items": {
        "$ref": "NSAttributes"
      },
      "required": true,
      "title": "Collection of supported attributes and sub-attributes",
      "type": "array"
    }
  },
  "title": "Supported attributes and sub-attributes for NSProfile",
  "type": "object"
}