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
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | Comma 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
Key | Datatype | Required | Description |
---|---|---|---|
X-MSTR-AuthToken | string | (Required) Authorization token | |
X-HTTP-Method-Override | string | (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-Type | string |
RESPONSES
status: OK
{"statuses":[{"manipulationId":"in mollit","status":"error","statusDetail":"velit enim dolore"},{"manipulationId":"enim amet","status":"error","statusDetail":"in non qui"}]}