Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Resources | addressContext


Image ModifiedaddressContext

Name of the address context. The address context is a container of objects that correspond to a specific IP Addressing domain.


Configuration


ParameterPresenceTypeDefaultDescription
Image Modified Image Modified
nameMstring
The name of the address context.
Image Modified
cmdsO


Image Modified
signalingO

Parameters controlling the specifics of the SIP signaling for this SIP Address context.
Image Modified
natDirectMediaGroupO

Group of Signaling IP Addresses of NAT devices amongst which Direct media is supported
Image Modified
ipInterfaceGroupO

Groupings of IP interfaces in this address context.
Image Modified
staticRouteO

Static IP routes for this address context.
Image Modified
dnsGroupO

DNS Server Groups in this address context.
Image Modified
linkDetectionGroupO

Link Detection Groups in this address context.
Image Modified
interceptO

Lawful Intercept Call Data Channel list for this address context.
Image Modified
dynamicBlackListO

The collection of DBL policers.
Image Modified
enhancedDBLO

The enhanced DBL related operations.
Image Modified
rtpServerTableO

This table is used to create a name for a RTP Server Table table.
Image Modified
zoneO

Signaling, media, and control for a zone in the address context.
Image Modified
ipAccessControlListO

IP Access Control lists for this address context.
Image Modified
operatorAggregatePolicerO

operatorAggregate policer for this address context.
Image Modified
diamNodeO

Diameter Node configurations.
Image Modified
ipsecO

Ipsec configuration, security policy database, ike peer table.
Image Modified
realmO

A collection of IP endpoints identified by a unique name, where all IP endpoints are mutually reachable by means of IP routing without address translation

Operational Data


ParameterDescription
Image Modified
ipRouteStatusThis entity's IP Routing table.
Image Modified
logicalSigAddressBindingStatusThe collection of logical signaling address bindings
Image Modified
linkDetectionGroupStatusThe status of a link detection group.
Image Modified
linkDetectionGroupStatisticsStatistics for link failure detected per link detection group.
Image Modified
zoneStatusThe current status for zones in this address context.
Image Modified
zoneCurrentStatistics1 The Zone Statistics Current table.
Image Modified
zoneIntervalStatisticsThe Zone Statistics Interval table.
Image Modified
sipSubscriptionStatusThis table presents the active SIP subscription status for a list of SIP endpoints.
Image Modified
sipSubCountStatisticsThis table presents SIP relayed subscription count statistics for the sip-endpoints
Image Modified
sipDeletedRegStatusThis table presents the deleted SIP registration status for a list of SIP endpoints with unique id.
Image Modified
sipActiveRegisterNameStatusThis table presents the active SIP registration status for a list of SIP endpoints.
Image Modified
sipDeletedRegisterNameStatusThis table presents the deleted SIP registration status for a list of SIP endpoints.
Image Modified
sipActiveGroupRegStatusThis table presents the active SIP registration status for a list of SIP endpoints with unique id.
Image Modified
sipGeneratedSubscriptionStatusThis table presents the active SIP subscription status for a list of SIP endpoints.
Image Modified
sipActiveGroupRegSummaryStatusThis table presents the active SIP registration status summary for a list of SIP endpoints.
Image Modified
sipRegCountStatisticsThis table presents SIP registration count statistics for the sip-endpoints.
Image Modified
sipRegCountDomainStatsThis table presents SIP registration count statistics per domain for the sip-endpoints.
Image Modified
surrRegCountStatisticsThis table presents Surrogate registration count statistics for the sip-endpoints.
Image Modified
sipRegCountDomainCurStatsThis table presents SIP registration count per domain current statistics for the sip-endpoints.
Image Modified
sipRegCountDomainIntStatsThis table presents SIP registration count per domain interval statistics for the sip-endpoints.
Image Modified
sipSubscriptionCountStatisticsThis table presents SIP subscription count statistics for the sip-endpoints.
Image Modified
callSummaryStatusDetailCall Summary status table per addressContext.
Image Modified
callDetailStatusDetailCall Detail status table per addressContext.
Image Modified
callMediaStatusDetailCall Media status table per addressContext.
Image Modified
cnfCallSummaryStatusDetailCall Summary status table per addressContext.
Image Modified
cnfCallMediaStatusDetailCall Media status table per addressContext.
Image Modified
cnfCallDetailStatusDetailCall Detail status table per addressContext.
Image Modified
cacOffenderStatusRecent SIP Endpoint CAC Offenders.
Image Modified
relayCurrentStatisticsThe relay Count statistics.
Image Modified
relayIntervalStatisticsThe relay Count statistics.
Image Modified
relaySessionStatsThe relay Session statistics.

Operations

Operation NameDescription
sipRegistrationDeleteByIpDelete a SIP registration by IP address.[Surrogate Registrations will not be Deleted].
sipRegistrationDeleteByIdDelete a SIP registration by ID.[Surrogate Registrations will not be Deleted].
sipSubscriptionDeleteDelete a SIP subscription.
sipRegCountResetResets the SIP registration count.
sipSubCountResetReset the SIP subscription count.
sipRegistrationAdaptiveNatLearningreset/disable adaptive nat pinhole learning process
deleteRelayPortTransIdDelete a Relay Session by transaction Id.


RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}


RESTCONF API: POST Example

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


RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}