NSX-T Data Center REST API

HealthCheckClusterScopeFilter (type)

{
  "additionalProperties": false,
  "description": "Filter criteria based on vCenter cluster scope for the manual VLAN MTU health check.",
  "id": "HealthCheckClusterScopeFilter",
  "module_id": "HealthCheck",
  "properties": {
    "cluster_external_id": {
      "required": true,
      "title": "The vCenter cluster external ID",
      "type": "string"
    },
    "host_group_name": {
      "required": false,
      "title": "The vCenter host group name",
      "type": "string"
    },
    "host_switch_id": {
      "required": true,
      "title": "The host switch UUID",
      "type": "string"
    }
  },
  "title": "vCenter Cluster Scope Filter",
  "type": "object"
}