NSX-T Data Center REST API
ShaEsxResourceMonitorConfig (type)
{
"additionalProperties": false,
"experimental": true,
"extends": {
"$ref": "ShaMonitorConfig"
},
"id": "ShaEsxResourceMonitorConfig",
"module_id": "PolicyShaMonitor",
"nsx_feature": "NSXHealthVCF",
"polymorphic-type-descriptor": {
"type-identifier": "ShaEsxResourceMonitorConfig"
},
"properties": {
"agent_memory_threshold": {
"default": "{\\\"NSX_CFGAGENT\\\": 80, \\\"NSX_OPSAGENT\\\": 80, \\\"NSX_EXPORTER\\\": 80, \\\"NSX_NESTDB\\\": 80, \\\"NSX_VDPI\\\": 80, \\\"NSX_PLATFORM-CLIENT\\\": 80, \\\"NSX_PROXY\\\": 80}",
"description": "Memory threshold after which memory consumption alarm is raised for user space agents",
"required": false,
"title": "Memory threshold for each user space agents",
"type": "string"
},
"check_interval": {
"default": 20,
"description": "The interval (in seconds) for collecting the statistics from a node",
"maximum": 60,
"minimum": 20,
"required": false,
"title": "Monitor checking interval",
"type": "integer"
},
"enable": {
"required": true,
"title": "Flag to enable/disable this monitor",
"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 ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor",
"enum": [
"ShaEsxObsrvAlarmsMonitorConfig",
"ShaEsxObsrvStatsMonitorConfig",
"ShaEsxObsrvStatsManagementConfig",
"ShaEsxObsrvSegmentStatsFileDumpMonitorConfig",
"ShaEsxObsrvTnStatsFileDumpMonitorConfig",
"ShaUaMetricMonitorConfig",
"ShaHardwareUsageMonitorConfig",
"ShaEsxHealthMonitorConfig",
"ShaEsxResourceMonitorConfig"
],
"required": true,
"title": "SHA monitor configuration resource type",
"type": "string"
}
},
"title": "ESX resource monitor configuration",
"type": "object"
}