Logo
MicroStrategy REST API API Documentation

Test Collaboration Server connection

POST {{baseUrl}}/api/admin/restServerSettings/collaboration/connectionTest

Test the connection between the REST Server and the Collaboration Server. In the body parameter of the request, you specify the base URL for the Collaboration Server and whether TLS (Transport Layer Security) secure communication is enabled. Enabling TLS requires configuring trust store settings on the REST Server.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'baseUrl/api/admin/restServerSettings/collaboration/connectionTest' -H 'Content-Type: application/json' -d '{"tlsEnabled":false,"baseURL":"https://env-276686.customer.cloud.microstrategy.com/"}'

ENDPOINTS