| |
Exists on Condition | (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') and (/system/sbcPersonality/role !='slb') and (/system/deploymentType != 'microservices') |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
name | M | string | The name of this Diameter Node | ||
originRealm | M | string | Origin Realm for this Node. | ||
primaryOriginHost | M | string | Primary Origin Host for this Node. | ||
secondaryOriginHost | O | string | Secondary Origin Host for this Node. | ||
transactionTimeout | O | uint32 | 1000 | Transaction timeout in milli seconds. | |
state | O | enumeration | disabled | Admin state of this Node. | |
dumpPdu | O | enumeration | disabled | prints the incoming/outgoing pdu of this Node. | |
ipInterfaceGroupName | M | reference | The name of the IP interface group used by this Node | ||
ipV4Address | O | ipv4-address | IPv4 address used to create connections towards Peer. | ||
ipV6Address | O | ipv6-address | IPv6 address used to create connections towards Peer. | ||
peer | O | The Diameter Peers for this Node | |||
realmRoute | O | Realm Routes for this Node |
Parameter | Description | |
---|---|---|
diamPeerStatus | Diameter node peer table entries. | |
rfCurrentStatistics | The DiamNode Current Rf Statistics. | |
rfIntervalStatistics | The DiamNode Interval Rf Statistics. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusDiameter:diamNode={name} |
RESTCONF API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name} --data ' |
RESTCONF API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusDiameter:diamNode={name} |