NSX-T Data Center REST API

SwitchingProfileStatus (type) (Deprecated)

{
  "deprecated": true,
  "id": "SwitchingProfileStatus",
  "module_id": "BaseSwitchingProfile",
  "properties": {
    "num_logical_ports": {
      "readonly": true,
      "required": true,
      "title": "Number of logical ports using a switching profile",
      "type": "integer"
    },
    "num_logical_switches": {
      "readonly": true,
      "title": "Number of logical switches using a switching profile",
      "type": "integer"
    },
    "switching_profile_id": {
      "title": "Identifier for the switching profile",
      "type": "string"
    }
  },
  "type": "object"
}