Logo
MicroStrategy REST API API Documentation

Test Intelligence Server connection

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

Test the connection between the Intelligence Server and the REST Server. Currently, only socket connectivity is tested. In the body parameter of the request, you specify the port and hostname of the Intelligence 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/iServer/connectionTest' -H 'Content-Type: application/json' -d '{"port":39321,"hostname":"env-276686laiouse1"}'

ENDPOINTS