Fetching multi manipulations statuses with provided multi manipulation IDs

POST {{baseUrl}}/api/monitors/caches/cubes/manipulations/statuses?fields=Excepteur Lorem

Fetching multi manipulations statuses with provided multi manipulation IDs.You obtain the authorization token needed to execute the request using POST /auth/login; You must need to set the content-type value 'application/x-www-form-urlencoded', then set the request body as 'x-www-form-urlencoded' way, the body input is like 'manipulationIds=id1,id2,...,idN', you can get the manipulation id from API PATCH /api/monitors/caches/cubes/{cacheId}.

Request Params

KeyDatatypeRequiredDescription
fieldsstringComma separated top-level field whitelist. This allows client to selectively retrieve part of the response model. If specified, extra filtering will be applied, and for top-level object (if root model is an array, each array element), only the listed fields will be kept in the response. e.g. "id,elements" means to keep only the "id" field and the whole "elements" array field, omitting all other fields of top-level response model.

Request Body

[{"name"=>"manipulationIds", "value"=>"proident", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
X-MSTR-AuthTokenstring(Required) Authorization token
X-HTTP-Method-Overridestring(Required) The X-HTTP-Method-Override HTTP header works somewhat similar to a hack. You can add the header with a value of either PUT, GET or DELETE when invoking your corresponding API by using an HTTP POST call
Content-Typestring

RESPONSES

status: OK

{"statuses":[{"manipulationId":"in mollit","status":"error","statusDetail":"velit enim dolore"},{"manipulationId":"enim amet","status":"error","statusDetail":"in non qui"}]}