Gets the status information about all BI view related tasks.
The task details are returned.
No records are found.
curl -X GET https://ui_url/api/integration/v2/biviews-status -H 'token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6IlNZU0FETUlOIiwicm9sZSI6IlJldnBybyBBUEkgUm9sZSIsImNsaWVudG5hbWUiOiJEZWZhdWx0IiwiY2xpZW50aWQiOjEsImlhdCI6MTU1ODMyODMzNSwibmJmIjoxNTU4MzI4MzM1LCJpc3MiOiJadW9yYS1SSUEiLCJleHAiOjE1NTgzMzAxMzV9.xz3O4QRR6qgT-2HgBJn9yJ9YBaXwWhl3d7ohrduTogI'
{- "result": {
- "active": [
- {
- "accumulate": 0,
- "activity_tracker": {
- "elapsed_time": "string",
- "initated_time": "2019-08-24T14:15:22Z",
- "last_activity": "2019-08-24T14:15:22Z"
}, - "message": "string",
- "metric": 0,
- "query_config": {
- "filter_param": {
- "fromDate": "2019-08-24T14:15:22Z",
- "toDate": "2019-08-24T14:15:22Z"
}, - "object_name": "string"
}, - "status": "string",
- "task_id": "string"
}
], - "completed": [
- {
- "accumulate": 0,
- "activity_tracker": {
- "elapsed_time": "string",
- "initated_time": "2019-08-24T14:15:22Z",
- "last_activity": "2019-08-24T14:15:22Z"
}, - "message": "string",
- "metric": 0,
- "query_config": {
- "filter_param": {
- "fromDate": "2019-08-24T14:15:22Z",
- "toDate": "2019-08-24T14:15:22Z"
}, - "object_name": "string"
}, - "status": "string",
- "task_id": "string"
}
], - "draining": [
- {
- "accumulate": 0,
- "activity_tracker": {
- "elapsed_time": "string",
- "initated_time": "2019-08-24T14:15:22Z",
- "last_activity": "2019-08-24T14:15:22Z"
}, - "message": "string",
- "metric": 0,
- "query_config": {
- "filter_param": {
- "fromDate": "2019-08-24T14:15:22Z",
- "toDate": "2019-08-24T14:15:22Z"
}, - "object_name": "string"
}, - "status": "string",
- "task_id": "string"
}
], - "stale": [
- {
- "accumulate": 0,
- "activity_tracker": {
- "elapsed_time": "string",
- "initated_time": "2019-08-24T14:15:22Z",
- "last_activity": "2019-08-24T14:15:22Z"
}, - "message": "string",
- "metric": 0,
- "query_config": {
- "filter_param": {
- "fromDate": "2019-08-24T14:15:22Z",
- "toDate": "2019-08-24T14:15:22Z"
}, - "object_name": "string"
}, - "status": "string",
- "task_id": "string"
}
]
}, - "status": "Success"
}