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

Compare with Current View Page History

« Previous Version 6 Next »

Resources | addressContext

addressContext

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

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The name of the address context.
cmdsO
natDirectMediaGroupO Group of Signaling IP Addresses of NAT devices amongst which Direct media is supported
ipInterfaceGroupO Groupings of IP interfaces in this address context.
staticRouteO Static IP routes for this address context.
dnsGroupO DNS Server Groups in this address context.
interceptO Lawful Intercept Call Data Channel list for this address context.
linkDetectionGroupO Link Detection Groups in this address context.
dynamicBlackListO The collection of DBL policers.
enhancedDBLO The enhanced DBL related operations.
zoneO Signaling, media, and control for a zone in the address context.
rtpServerTableO This table is used to create a name for a RTP Server Table table.
ipAccessControlListO IP Access Control lists for this address context.
operatorAggregatePolicerO operatorAggregate policer for this address context.
ipsecO Ipsec configuration, security policy database, ike peer table.
diamNodeO Diameter Node configurations.
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
ipRouteStatus This entity's IP Routing table.
logicalSigAddressBindingStatus The collection of logical signaling address bindings
linkDetectionGroupStatus The status of a link detection group.
linkDetectionGroupStatistics Statistics for link failure detected per link detection group.
zoneStatus The current status for zones in this address context.
zoneCurrentStatistics1 The Zone Statistics Current table.
zoneIntervalStatistics The Zone Statistics Interval table.
sipDeletedRegStatus This table presents the deleted SIP registration status for a list of SIP endpoints with unique id.
sipActiveRegisterNameStatus This table presents the active SIP registration status for a list of SIP endpoints.
sipDeletedRegisterNameStatus This table presents the deleted SIP registration status for a list of SIP endpoints.
sipActiveGroupRegStatus This table presents the active SIP registration status for a list of SIP endpoints with unique id.
sipGeneratedSubscriptionStatus This table presents the active SIP subscription status for a list of SIP endpoints.
sipActiveGroupRegSummaryStatus This table presents the active SIP registration status summary for a list of SIP endpoints.
sipRegCountStatistics This table presents SIP registration count statistics for the sip-endpoints.
sipRegCountDomainStats This table presents SIP registration count statistics per domain for the sip-endpoints.
surrRegCountStatistics This table presents Surrogate registration count statistics for the sip-endpoints.
sipSubscriptionCountStatistics This table presents SIP subscription count statistics for the sip-endpoints.
cacOffenderStatus Recent SIP Endpoint CAC Offenders.
callSummaryStatusDetail Call Summary status table per addressContext.
callDetailStatusDetail Call Detail status table per addressContext.
callMediaStatusDetail Call Media status table per addressContext.
sipSubscriptionStatus This table presents the active SIP subscription status for a list of SIP endpoints.
sipSubCountStatistics This table presents SIP relayed subscription count statistics for the sip-endpoints
relayCurrentStatistics The relay Count statistics.
relayIntervalStatistics The relay Count statistics.
relaySessionStats The relay Session statistics.

Operations

Operation NameDescription
sipRegistrationDeleteByIp Delete a SIP registration by IP address.[Surrogate Registrations will not be Deleted].
sipRegistrationDeleteById Delete a SIP registration by ID.[Surrogate Registrations will not be Deleted].
sipSubscriptionDelete Delete a SIP subscription.
sipRegCountReset Resets the SIP registration count.
sipSubCountReset Reset the SIP subscription count.
sipRegistrationAdaptiveNatLearning reset/disable adaptive nat pinhole learning process
deleteRelayPortTransId Delete a Relay Session by transaction Id.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/addressContext/{name}

REST API: POST Example

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

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/addressContext/{name}

  • No labels