|
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
name | M | string | Displays which interval statistics are enabled to write data to the statistics file. | ||
state | O | enumeration | enabled | Determines if this table is stored in the statistics file written to the disk |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/fileStatisticsAdmin/{name} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/system --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/fileStatisticsAdmin/{name} |