|
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
matchingPattern | M | string | Matching Pattern. | ||
matchStartLocation | M | uint32 | Match Start Location. | ||
totalMinDigits | M | uint32 | Total Min Digits. | ||
totalMaxDigits | M | uint32 | Total Max Digits. | ||
callType | O | enumeration | nationalType | Linear Call Type. | |
digitType | O | enumeration | unknown | Digit Type. | |
dmPmRule | O | reference | Dm/Pm Rule Id. | ||
natureOfAddress | O | enumeration | none | Nature Of Address. | |
numberingPlanIndicator | O | enumeration | none | Numbering Plan Indicator. | |
numberLeadingPrefixDigits | O | uint32 | 0 | Number Leading Prefix Digits. | |
numberLeadingPrefixDigitsToStrip | O | uint32 | 0 | Number Leading Prefix Digits To Strip. | |
applyDmRule | O | enumeration | disable | Apply Dm/Pm Rule. | |
determineArea | O | enumeration | disable | When this flag is enabled, the area code is determined from the analyzed digits. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/digitParameterHandling/prefixProfile/{name}/entry/{matchingPattern},{matchStartLocation},{totalMinDigits},{totalMaxDigits} |
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/prefixProfile/{name} --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/digitParameterHandling/prefixProfile/{name}/entry/{matchingPattern},{matchStartLocation},{totalMinDigits},{totalMaxDigits} |