Query all time series bulk import jobs.
GET {{baseUrl}}/timeSeriesImportJobs?page=0&size=10&filter=<string>
Query all time series bulk import jobs currently existing, which are owned by the client's tenant or subtenant. If requester is tenant, all the import jobs for the tenant as well as its all subtenants are returned. If requester is a subtenant, all the iport jobs for the subtenant are returned. If tenant wants to filter results for a particular subtenant, filter query parameter subtenantId can be used. This filter query parameter is applicable only if the requester is tenant.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | Specifies the requested page index | |
size | number | Specifies the number of elements in a page | |
filter | string | JSON-based filter expression. Supported values: 'subtenantId'. Supported operations: 'eq'. Decoded example value: |
{ "subtenantId": "204a896c-a23a-11e9-a2a3-2a2ae2dbcce4" }
|
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"timeSeriesImportJobs":[{"id":"090b4330424923199f883cb4004c55b2","name":"officia cupidatat in sunt","destinationPath":"myfolder/mysubfolder","status":"PENDING","subtenantId":"204a896c-a23a-11e9-a2a3-2a2ae2dbcce4"},{"id":"53c07244f2ee819ee88e057b47316b16","name":"adipisicing elit ex","destinationPath":"myfolder/mysubfolder","status":"SUCCESS","subtenantId":"204a896c-a23a-11e9-a2a3-2a2ae2dbcce4"}],"page":{"size":18259122,"totalElements":-8138199,"totalPages":32160319,"number":-59611177}}