Resources | profiles | adAttributeMapProfile

adAttributeMapProfile

Configure The AD Attributes List.

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

Configuration

ParameterPresenceTypeDefaultDescription
adAttributeMapProfileIdMenumeration AD Attribute Profile ID.
adAttributeListM Ad Attribute Index.
REST API: GET Example

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

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 '
<adAttributeMapProfile>
     <adAttributeMapProfileId>{adAttributeMapProfileId}</adAttributeMapProfileId>
     <adAttributeList>
     <adAttributeIndex>{adAttributeIndex}</adAttributeIndex>
     <adAttributeName>{adAttributeName}</adAttributeName>
     </adAttributeList>
</adAttributeMapProfile>
'

REST API: DELETE Example

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

  • No labels