NSX-T Data Center REST API

ShaEsxObsrvSegmentStatsFileDumpMonitorConfig (type)

{
  "additionalProperties": false, 
  "experimental": true, 
  "extends": {
    "$ref": "ShaMonitorConfig
  }, 
  "id": "ShaEsxObsrvSegmentStatsFileDumpMonitorConfig", 
  "module_id": "PolicyShaMonitor", 
  "polymorphic-type-descriptor": {
    "type-identifier": "ShaEsxObsrvSegmentStatsFileDumpMonitorConfig"
  }, 
  "properties": {
    "check_interval": {
      "default": 60, 
      "description": "The interval (in seconds) for collecting the statistics from a node", 
      "minimum": 60, 
      "required": false, 
      "title": "Monitor checking interval", 
      "type": "integer"
    }, 
    "disable_after": {
      "default": 120, 
      "description": "Specify the time (in minutes) that the system must wait after which the monitor is automatically disabled", 
      "maximum": 20160, 
      "minimum": 120, 
      "required": false, 
      "title": "Disable Monitor after input minutes", 
      "type": "integer"
    }, 
    "enable": {
      "required": true, 
      "title": "Flag to enable/disable this monitor", 
      "type": "boolean"
    }, 
    "file_dump_backup_count_dp_segment_stats": {
      "default": 6, 
      "description": "Specify the count of files to store the statistics. After the size of a file reaches a certain system-defined maximum limit, it is zipped and a new file is created for storing the statistics", 
      "maximum": 12, 
      "minimum": 1, 
      "required": false, 
      "title": "File dump backup count datapath segment statistics", 
      "type": "integer"
    }, 
    "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"
    }, 
    "segment_list": {
      "default": "[]", 
      "description": "Specify the VNIs of the overlay segments. By default, the list is empty indicating that statistics are not fetched from any segments. To specify multiple segments in the list, use a comma-separated list of VNI (integer) values. A maximum of 10 VNIs is supported in a single API call", 
      "pattern": "^\\[([0-9]+(,[0-9]+){0,9})?\\]$", 
      "required": false, 
      "title": "Segment list", 
      "type": "string"
    }
  }, 
  "title": "ESX observability segment statistics file dump monitor configuration", 
  "type": "object"
}