|
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 |
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 ' |
RESTCONF API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusOrcaSystem:fileStatisticsAdmin={name} |