CLI Reference Guide

<iconUrl>/csa/images/categories/artifact_state/retired.png</iconUrl>
<name>RETIRED</name>
<displayName>Retired</displayName>
<disabled>false</disabled>
<categoryType> ... </categoryType>
</state>
...
</NamedApproverApprovalTemplate>
Retrieve organization LDAP access point information
Details
URI
/organization/accessPoint
Method
GET
Parameters
orgName=<organization_name>
Required; the name of the organization for which the LDAP access point
information is to be retrieved.
Returns
200 - Ok
401 - Not authorizedī€ƒ
500 - Server exception
Example
The following URL was sent:
https://<host>:<port>/csa/rest/organization/accessPoint?orgName=ACCOUNTING
The following XML was returned:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AccessPointInfo>
<password>JfyPejrtsQc0J4bKDPmznlg==</password>
<searchSubtree>false</searchSubtree>
<uri>ldap://localhost:389/dc=csa,dc=org</uri>
<userSearchBase>
ou=eConsumerUsers,ou=EnterpriseUsers
</userSearchBase>
<userSearchFilter>uid={0}</userSearchFilter>
<username>cn=admin,dc=csa,dc=org</username>
</AccessPointInfo>
HP Cloud Service Automation (4.00) Page 108 of 141
APIī€ƒReference
Contents