Resources | profiles | adAttributeMapProfile | adAttributeList

adAttributeList

Ad Attribute Index

Configuration

ParameterPresenceTypeDefaultDescription
adAttributeIndexMenumeration AD Attribute Index.
adAttributeNameMstring The Actual AD Attribute Name.
REST API: GET Example

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

REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/profiles/adAttributeMapProfile/{adAttributeMapProfileId} --data '
<adAttributeList>
     <adAttributeIndex>{adAttributeIndex}</adAttributeIndex>
     <adAttributeName>{adAttributeName}</adAttributeName>
</adAttributeList>
'

REST API: DELETE Example

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

  • No labels