NSX-T Data Center REST API

NSAttributes (type)

{
  "additionalProperties": false,
  "id": "NSAttributes",
  "module_id": "NSProfile",
  "properties": {
    "attributes_data": {
      "$ref": "NSAttributesData",
      "required": true,
      "title": "Data for attribute"
    },
    "sub_attributes": {
      "items": {
        "$ref": "NSAttributesData"
      },
      "required": false,
      "title": "Reference to sub attributes for the attribute",
      "type": "array"
    }
  },
  "title": "NS Attributes data holder structure",
  "type": "object"
}