NSX-T Data Center REST API

ShaEsxObsrvStatsManagementConfig (type)

{
  "additionalProperties": false, 
  "experimental": true, 
  "extends": {
    "$ref": "ShaMonitorConfig
  }, 
  "id": "ShaEsxObsrvStatsManagementConfig", 
  "module_id": "PolicyShaMonitor", 
  "polymorphic-type-descriptor": {
    "type-identifier": "ShaEsxObsrvStatsManagementConfig"
  }, 
  "properties": {
    "enable": {
      "required": true, 
      "title": "Flag to enable/disable this monitor", 
      "type": "boolean"
    }, 
    "enable_esx_datapath_per_segment_stats": {
      "default": false, 
      "description": "Enable/disable ESX datapath per-segment counters update.", 
      "required": false, 
      "title": "NSX datapath per segment statistics toggle", 
      "type": "boolean"
    }, 
    "resource_type": {
      "description": "The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor", 
      "enum": [
        "ShaEsxObsrvAlarmsMonitorConfig", 
        "ShaEsxObsrvStatsMonitorConfig", 
        "ShaEsxObsrvStatsManagementConfig", 
        "ShaEsxObsrvSegmentStatsFileDumpMonitorConfig", 
        "ShaEsxObsrvTnStatsFileDumpMonitorConfig"
      ], 
      "required": true, 
      "title": "SHA monitor configuration resource type", 
      "type": "string"
    }
  }, 
  "title": "ESX observability statistics management configuration", 
  "type": "object"
}