Logo
MicroStrategy REST API API Documentation

Update information for a specfic runtime

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
X-MSTR-AuthToken
string




RESPONSES

status





Curl
curl -X PATCH 'baseUrl/api/runtimes/:id' -H 'Content-Type: application/json' -H 'X-MSTR-AuthToken: authToken' -d '{"name":"New Test Runtime(Updated)","description":"string","whitelist":["10.10.10.0/24"],"packages":[{"name":"mstrio-py","version":"","description":"string"}],"resource":{"cpu":"0.2","mem":512},"execTimeout":1200,"minCachedInstances":0,"maxCachedInstances":10,"runtimeVersion":"3.10.5","others":"string"}'

ENDPOINTS