|
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
id | M | string | A unique identifier for the access transfer profile. | ||
accessTransferPolicyProfileType_ | O | Access Transfer Policy Profile Type . | |||
featureCapabilityIndicator | O | Feature Capability Indicator. | |||
includeATCF_ | O | Include ATCF. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusGen2Profiles:profiles/signaling/sonusATProfile:atprofile={id} |
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/sonusATProfile:atprofile={id} |