You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
Resources |
profiles |
digitParameterHandling |
numberingPlan
numberingPlan The Numbering Plan entity is used to provision numbering plans for digit analysis. |
Exists on Condition | not(/VM:vmApplication[name='ePSX']) |
Configuration
| Parameter | Presence | Type | Default | Description |
---|
| name | M | string | |
A unique identifier for Numbering Plan.
|
| prefixProfile | O | reference | |
Prefix Profile.
|
| lengths | O | | | |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/digitParameterHandling/numberingPlan/{name} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/profiles/digitParameterHandling --data ' <numberingPlan> <name>{name}</name> </numberingPlan> ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/digitParameterHandling/numberingPlan/{name} |