![]() Specifies the Diameter node name. | |
Exists on Condition | (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') and (/system/sbcPersonality/role !='slb') |
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. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/addressContext/{name}/diamNode/{name} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/addressContext/{name} --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/addressContext/{name}/diamNode/{name} |