Fetching multi manipulations statuses with provided multi manipulation IDs

POST {{baseUrl}}/api/monitors/caches/cubes/manipulations/statuses

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
fieldsnullComma-separated, top-level field whitelist that allows the client to selectively retrieve part of the response model. If specified, extra filtering is applied, and for top-level object (if root model is an array, each array element), only the listed fields are kept in the response. For example, "id,elements" keeps only the "id" field and whole "elements" array field, omitting all other fields in the top-level response model.

Request Body

[{"name"=>"manipulationIds", "value"=>"{{rd_manipulationId}}", "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":"RDc1RUUwMzI4RTQwQUJERDI0OEYxOTlCOURBRDU2ODE6ZW52LTI3NjY4NmxhaW91c2Ux","status":"ready"}]}