NSX-T Data Center REST API

ShaSubMonitorConfig (type)

{
  "abstract": true, 
  "id": "ShaSubMonitorConfig", 
  "module_id": "PolicyShaMonitor", 
  "polymorphic-type-descriptor": {
    "mode": "enabled", 
    "property-name": "resource_type"
  }, 
  "properties": {
    "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 sub-monitor configuration", 
  "type": "object"
}