You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Resources | global | npaNxx

npaNxx

This entity lists the valid national destination code, the associated country code and LATA, the lookup type for Local Number Portability (LNP), and a flag indicating whether the national destination code has been ported for LNP.

Exists on Condition /system/sbcPersonality/role !='msbc'

Configuration

ParameterPresenceTypeDefaultDescription
nationalMstring The value to be entered for Npa Nxx Entered length should be in the range[1-23 characeers]
portedFlagOenumerationdisable 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 '
<npaNxx>
     <national>{national}</national>
</npaNxx>
'

REST API: DELETE Example

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

  • No labels