Logo
MicroStrategy REST API API Documentation

Upload LDAP server certificate for encrypted communication

POST {{baseUrl}}/api/iserver/ldap/certificate

Upload LDAP server certificate for encrypted communication. The communication between the Intelligence Server and the LDAP server can be encrypted by SSL (optional). The certificate uploaded in this API will be added to the trust store of the Intelligence Server, and later used for the SSL communication between the Intelligence Server and the LDAP server.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
X-MSTR-AuthToken
string (Required) Authorization token
Content-Type
string




RESPONSES

status OK

null



Curl
curl -X POST 'baseUrl/api/iserver/ldap/certificate' -H 'X-MSTR-AuthToken: authToken' -H 'Content-Type: application/json' -d '{"certificate":"/opt/mstr/MicroStrategy/IntelligenceServer/ldap_certs"}'

ENDPOINTS