![]() AD Profile. | |
Exists on Condition | (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
![]() ![]() | adProfileId | M | enumeration | AD Profile ID. | |
![]() | sync | O | enumeration | disable | Enabling or disabling of sync operation with AD server. |
![]() | syncInterval | O | uint32 | 60 | Input the Periodic Sync Interval Timer in Minutes. |
![]() | delayedSync | M | dateTime | 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 | |
![]() | applyNormalization | O | enumeration | disable | Normalize the data received from AD Server. |
![]() | adAttributePorfileId | O | string | DEFAULT_AD_ATTRIBUTE_PROFILE | |
![]() | adServerList | M | 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 ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/adProfile/{adProfileId} |