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
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusOrcaSystem:fileStatisticsAdmin={name}

RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusSystem:system --data '
<fileStatisticsAdmin>
     <name>{name}</name>
</fileStatisticsAdmin>
'

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusOrcaSystem:fileStatisticsAdmin={name}

  • No labels