Resources | global | carrier

carrier

The global carrier object allows you to configure the carrier. Each Carrier is assigned a carrier identification code.

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

Configuration

ParameterPresenceTypeDefaultDescription
idMstring A unique identifier for this carrier.
servicesO Services associated with this carrier.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusGlobal:global/sonusCarrier:carrier={id}

RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusGlobal:global --data '
<carrier>
     <id>{id}</id>
</carrier>
'

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusGlobal:global/sonusCarrier:carrier={id}

  • No labels