Resources | addressContext | diamNode

diamNode

Specifies the Diameter node name.

Exists on Condition (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') and (/system/sbcPersonality/role !='slb') and (/system/deploymentType != 'microservices')

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The name of this Diameter Node
originRealmMstring Origin Realm for this Node.
primaryOriginHostMstring Primary Origin Host for this Node.
secondaryOriginHostOstring Secondary Origin Host for this Node.
transactionTimeoutOuint321000 Transaction timeout in milli seconds.
stateOenumerationdisabled Admin state of this Node.
dumpPduOenumerationdisabled prints the incoming/outgoing pdu of this Node.
ipInterfaceGroupNameMreference The name of the IP interface group used by this Node
ipV4AddressOipv4-address IPv4 address used to create connections towards Peer.
ipV6AddressOipv6-address IPv6 address used to create connections towards Peer.
peerO The Diameter Peers for this Node
realmRouteO Realm Routes for this Node

Operational Data

ParameterDescription
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 '
<diamNode>
     <name>{name}</name>
     <originRealm>{originRealm}</originRealm>
     <primaryOriginHost>{primaryOriginHost}</primaryOriginHost>
     <ipInterfaceGroupName>{ipInterfaceGroupName}</ipInterfaceGroupName>
</diamNode>
'

RESTCONF API: DELETE Example

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

  • No labels