|
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
name | M | string | The name of the address context. | ||
cmds | O | ||||
natDirectMediaGroup | O | Group of Signaling IP Addresses of NAT devices amongst which Direct media is supported | |||
ipInterfaceGroup | O | Groupings of IP interfaces in this address context. | |||
staticRoute | O | Static IP routes for this address context. | |||
dnsGroup | O | DNS Server Groups in this address context. | |||
intercept | O | Lawful Intercept Call Data Channel list for this address context. | |||
dynamicBlackList | O | The collection of DBL policers. | |||
ipAccessControlList | O | IP Access Control lists for this address context. | |||
linkDetectionGroup | O | Link Detection Groups in this address context. | |||
rtpServerTable | O | This table is used to create a name for a RTP Server Table table. | |||
zone | O | Signaling, media, and control for a zone in the address context. | |||
diamNode | O | Diameter Node configurations. | |||
ipsec | O | Ipsec configuration, security policy database, ike peer table. | |||
realm | O | 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 |
Parameter | Description | |
---|---|---|
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. | |
cacOffenderStatus | Recent SIP Endpoint CAC Offenders. | |
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 | |
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. | |
surrRegCountStatistics | This table presents Surrogate registration count statistics for the sip-endpoints. | |
sipSubscriptionCountStatistics | This table presents SIP subscription count statistics for the sip-endpoints. | |
zoneStatus | The current status for zones in this address context. | |
zoneCurrentStatistics | The Zone Statistics Current table. | |
zoneIntervalStatistics | The Zone Statistics Interval table. | |
relaySessionStats | The relay Session statistics. | |
relayCurrentStatistics | The relay Count statistics. | |
relayIntervalStatistics | The relay Count statistics. |
Operation Name | Description |
---|---|
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 ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/addressContext/{name} |