|
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
name | M | string | A unique identifier for the IP Signaling Profile. | ||
ipProtocolType | O | enumeration | sipOnly | IP Protocol Type. | |
commonIpAttributes | O | ||||
egressIpAttributes | O | ||||
ingressIpAttributes | O | ||||
trfParameters | O |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusGen2Profiles:profiles/signaling/sonusIpSignalingProfile:ipSignalingProfile={name} |
RESTCONF API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusGen2Profiles:profiles/signaling --data ' |
RESTCONF API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusGen2Profiles:profiles/signaling/sonusIpSignalingProfile:ipSignalingProfile={name} |