Resources | system | fileStatisticsAdmin

fileStatisticsAdmin

Admin data of file Statistics.

Configuration

ParameterPresenceTypeDefaultDescription
nameMstringDisplays which interval statistics are enabled to write data to the statistics file.
stateOenumerationenabled 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 '
<fileStatisticsAdmin>
     <name>{name}</name>
</fileStatisticsAdmin>
'

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/fileStatisticsAdmin/{name}

  • No labels