NSX-T Data Center REST API

AppliedTos (type)

{
  "description": "Entity lists where the profile will be enabled on.",
  "id": "AppliedTos",
  "module_id": "UpmCommon",
  "properties": {
    "logical_ports": {
      "items": {
        "$ref": "ResourceReference"
      },
      "readonly": false,
      "required": false,
      "title": "Logical Port List",
      "type": "array"
    },
    "logical_switches": {
      "items": {
        "$ref": "ResourceReference"
      },
      "readonly": false,
      "required": false,
      "title": "Logical Switch List",
      "type": "array"
    },
    "nsgroups": {
      "items": {
        "$ref": "ResourceReference"
      },
      "nsx_feature": "UnifiedProfileManagementSupportNSGroup",
      "readonly": false,
      "required": false,
      "title": "NSGroup List",
      "type": "array"
    }
  },
  "title": "Entities Applied to Profile",
  "type": "object"
}