Resources | global | subscriber

subscriber

It specifies a unique identifier for subscriber. The global subscriber object allows you to configure the numerical ID and the characteristics of subscribers. You can provision groups of subscribers by partial phone numbers (for example, 978, 617724).

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

Configuration

ParameterPresenceTypeDefaultDescription
idMstring A unique identifier for Subscriber.
countryMstring Country.
owningCarrierMstring Owning Carrier.
packetServiceProfileOstring
servicesO
REST API: GET Example

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

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

REST API: DELETE Example

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

  • No labels