Query status of processing for the jobs that added the usages.

GET {{baseUrl}}/usagesJobs?date=<string>&tenant=<string>&application=<string>&unit=<string>&page=1&size=10

Returns overall summary of the jobs and optionally the usages added using /usages APIs. - Callers are not usually expected to use this API as part of business workflow, but for 'in-frequent auditing'. - The calls to this method may be throttled. - Only 1000 latest jobs per operator tenant can be retrieved. - Description of job statuses. - ACCEPTED: A job is created, and the usages have been accepted. - INPROGRESS: Processing is on-going on at least one of the usages added by the job. - ERRORS: There is at least one error encountered while processing the usages. - COMPLETED: All the processes applicable to the usages have been completed.

Request Params

KeyDatatypeRequiredDescription
datestringdate on which usages had been added in yyyy-mm-dd format. default value is current date.
tenantstringtenant for which usage had been added
applicationstringapplication for which usage had been added
unitstringresource usage unit
pagenumberPage Number
sizenumberPage Size

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;jobs&quot;:[{&quot;id&quot;:&quot;35a4cb01-2497-4191-ad1c-551a1942c409-20190520131&quot;,&quot;time&quot;:&quot;2011-07-14T19:43:37Z&quot;,&quot;status&quot;:&quot;INPROGRESS&quot;,&quot;usagesCount&quot;:7},{&quot;id&quot;:&quot;35a4cb01-2497-4191-ad1c-551a1942c409-20190520131&quot;,&quot;time&quot;:&quot;2011-07-14T19:43:37Z&quot;,&quot;status&quot;:&quot;INPROGRESS&quot;,&quot;usagesCount&quot;:7}],&quot;page&quot;:{&quot;number&quot;:2,&quot;size&quot;:10,&quot;totalElements&quot;:40,&quot;totalPages&quot;:4}}