NSX-T Data Center REST API

ShaEsxObsrvInfraStatsMonitorConfig (type)

{
  "additionalProperties": false,
  "description": "Users can add this configuration to 'sub_monitor_configs' to overwrite the property value inherited from the ShaEsxObsrvStatsMonitorConfig.",
  "experimental": true,
  "extends": {
    "$ref": "ShaSubMonitorConfig"
  },
  "id": "ShaEsxObsrvInfraStatsMonitorConfig",
  "module_id": "PolicyShaMonitor",
  "polymorphic-type-descriptor": {
    "type-identifier": "ShaEsxObsrvInfraStatsMonitorConfig"
  },
  "properties": {
    "check_interval": {
      "description": "The interval for overwriting the 'check_interval' value inherited from the ShaEsxObsrvStatsMonitorConfig.",
      "maximum": 600,
      "minimum": 60,
      "required": false,
      "title": "Monitor checking interval",
      "type": "integer"
    },
    "enable": {
      "required": false,
      "title": "Flag to overwrite the enable value",
      "type": "boolean"
    },
    "resource_type": {
      "description": "The resource type of configuration for sub-monitors. ShaEsxObsrvDatapathTrafficStatsMonitorConfig - The configuration for SHA sub-monitor esx-obsrv-datapath-traffic-stats-monitor ShaEsxObsrvInfraStatsMonitorConfig - The configuration for SHA sub-monitor esx-obsrv-infra-stats-monitor",
      "enum": [
        "ShaEsxObsrvDatapathTrafficStatsMonitorConfig",
        "ShaEsxObsrvInfraStatsMonitorConfig"
      ],
      "required": true,
      "title": "SHA sub-monitor configuration resource type",
      "type": "string"
    }
  },
  "title": "SHA ESX observability infra stats monitor configuration",
  "type": "object"
}