Resources | profiles | adProfile

adProfile

AD Profile.

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

Configuration

ParameterPresenceTypeDefaultDescription
adProfileIdMenumeration AD Profile ID.
syncOenumerationdisable Enabling or disabling of sync operation with AD server.
syncIntervalOuint3260 Input the Periodic Sync Interval Timer in Minutes.
delayedSyncMdateTime FORMAT: YYYY-MM-DDTHH:MM:SS. Example : If delayed sync needs to be scheduled at 24th April 2019, 7.30 PM then input 2019-04-24:19:30:00
applyNormalizationOenumerationdisable Normalize the data received from AD Server.
adAttributePorfileIdOstringDEFAULT_AD_ATTRIBUTE_PROFILE
adServerListM Configure AD servers to sync data.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/adProfile/{adProfileId}

REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/profiles --data '
<adProfile>
     <adProfileId>{adProfileId}</adProfileId>
     <delayedSync>{delayedSync}</delayedSync>
     <adServerList>
     <sequence>{sequence}</sequence>
     <dcServer>{dcServer}</dcServer>
     </adServerList>
</adProfile>
'

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/adProfile/{adProfileId}

  • No labels