| |
Exists on Condition | (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') and (/system/sbcPersonality/role !='slb') |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
national | M | string | The value to be entered for Npa Nxx Entered length should be in the range[1-23 characeers] | ||
portedFlag | O | enumeration | disable | Ported Flag |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/global/npaNxx/{national} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/global --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/global/npaNxx/{national} |