Resources | profiles | adProfile | adServerList

adServerList

Add the domain controller id.

Configuration

ParameterPresenceTypeDefaultDescription
sequenceMuint32 Sequence.
dcServerMreference DC Server Id.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusGen2Profiles:profiles/sonusAdProfile:adProfile={adProfileId}/adServerList={sequence}

RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusGen2Profiles:profiles/sonusAdProfile:adProfile={adProfileId} --data '
<adServerList>
     <sequence>{sequence}</sequence>
     <dcServer>{dcServer}</dcServer>
</adServerList>
'

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusGen2Profiles:profiles/sonusAdProfile:adProfile={adProfileId}/adServerList={sequence}

  • No labels