Resources | addressContext | zone | sipSigPortStatus

sipSigPortStatus

Specifies the SIP Signaling Port Status.

Exists on Condition (/system/deploymentType != 'microservices' or (/system/deploymentType = 'microservices' and /system/cnfPodType = 'slb'))

Operational Data

ParameterDescription
index The index of this SIP Signaling Port.
state Administrative state of the SIP Signaling Port.
localIpType Type of IP static, learned
fixedIpV4 Fixed IPv4 address
fixedIpV6 Fixed IPv6 address
floatingIpV4 Floating IPv4 address
floatingIpV6 Floating IPv6 address
portNumber UDP/TCP port number of SIP Signaling Port
vnfId The name of the VNF.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/sonusSipSigPort:sipSigPortStatus={index}

  • No labels