Logo
MicroStrategy REST API API Documentation

Runtimes

Number of APIs: 6


1. Create an new runtime

POST {{baseUrl}}/api/runtimes



2. Get an single runtime info

GET {{baseUrl}}/api/runtimes/:id



3. Update information for a specfic runtime

PATCH {{baseUrl}}/api/runtimes/:id



4. Get all runtimes info

GET {{baseUrl}}/api/runtimes



5. Get the runtime supported versions

GET {{baseUrl}}/api/runtimes/versions



6. Delete a runtime

DELETE {{baseUrl}}/api/runtimes/:id



ENDPOINTS