Logo
MicroStrategy REST API API Documentation

Send Telemetry

POST {{baseUrl}}/api/mstrServices/library/telemetryProducer/send

Send the Telemetry information to Messaging Service

 

Body PARAM

Key Datatype Required Description 



HEADERS

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




RESPONSES

status





Curl
curl -X POST 'baseUrl/api/mstrServices/library/telemetryProducer/send' -H 'X-MSTR-AuthToken: authToken' -H 'Content-Type: application/json' -d '{"clientSource":9371501}'

ENDPOINTS