NSX-T Data Center REST API
ShaEsxObsrvSegmentStatsFileDumpMonitorConfig (schema) (Experimental)
ESX observability segment statistics file dump monitor configuration
Name | Description | Type | Notes |
---|---|---|---|
check_interval | Monitor checking interval The interval (in seconds) for collecting the statistics from a node |
integer | Minimum: 60 Default: "60" |
disable_after | Disable Monitor after input minutes Specify the time (in minutes) that the system must wait after which the monitor is automatically disabled |
integer | Minimum: 120 Maximum: 20160 Default: "120" |
enable | Flag to enable/disable this monitor | boolean | Required |
file_dump_backup_count_dp_segment_stats | File dump backup count datapath segment statistics 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 |
integer | Minimum: 1 Maximum: 12 Default: "6" |
resource_type | Must be set to the value ShaEsxObsrvSegmentStatsFileDumpMonitorConfig | string | Required Enum: ShaEsxObsrvAlarmsMonitorConfig, ShaEsxObsrvStatsMonitorConfig, ShaEsxObsrvStatsManagementConfig, ShaEsxObsrvSegmentStatsFileDumpMonitorConfig, ShaEsxObsrvTnStatsFileDumpMonitorConfig |
segment_list | Segment list 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 |
string | Pattern: "^\[([0-9]+(,[0-9]+){0,9})?\]$" Default: "[]" |