Resources | global | country

country

The global country object allows you to configure the information about specific countries in your network.

Exists on Condition (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') and (/system/sbcPersonality/role !='slb')

Configuration

ParameterPresenceTypeDefaultDescription
idMstring A unique identifier for the country.
variableLengthDialPlanOenumerationdisable Indicates whether a variable length dial plan is used.
listOfNumberOfDigitsToMatchO List of digit lengths in called/calling numbers for pattern matching.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/global/country/{id}

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 '
<country>
     <id>{id}</id>
</country>
'

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/global/country/{id}

  • No labels