Administrator
- Administrator
- All Products
/public/core/v3/license/metering/ExportMeteringData/<jobId>
Field
| Type
| Description
|
---|---|---|
jobID
| String
| ID of the export job.
|
status
| String
| Status of the export job. One of the following values can be returned:
If the status is PARTIAL_SUCCESS, the job completed but data couldn't be collected for all of the linked organizations due to errors.
|
errorMessage
| String
| Error message, if any, that is associated with the job.
|
orgId
| String
| Organization ID for the requesting organization.
|
userId
| String
| ID of the user who sent the request.
|
selectedOrgId
| String
| Organization ID for the requesting organization.
|
meterId
| String
| Meter ID.
Applicable for jobs requesting job-level details.
|
startDate
| Date/time
| Start of the date range.
|
endDate
| Date/time
| End of the date range.
|
callbackUrl
| String
| The URL that the service uses to post the job status.
|
createTime
| String
| Time the export job was created.
|
updateTIme
| String
| Time the export job was last updated.
|
{ "jobId": "4l1eKlA9ngChmu6gdv3FKs", "status": "SUCCESS", "orgId": "4wMFqGlxAKVlIFTixlTSOY", "userId": "aMxRLnYzdWtlkJvDbtPZOr", "selectedOrgId": "4wMFqGlxAKVlIFTixlTSOY", "meterId": null, "startDate": "2022-08-01T10:00:00Z", "endDate": "2022-12-31T00:00:00Z", "callbackUrl": "https://MyExportJobStatus.com", "createTime": "2022-11-23T10:04:37Z", "updateTime": "2022-11-23T10:04:37Z" }
{ "jobId": "cYjwJNEF7OckWEmkSC1tSI", "status": "PARTIAL_SUCCESS", "errorMessage": "Short error message: [fetchEligibleJobForExecution] Exception in executing job. org.springframework.web.client.HttpServerErrorException$ServiceUnavailable: 503 Service Unavailable: \"<html><body><h1>503 Service Unavailable</h1><EOL>No server is available to handle this request.<EOL></body></html><EOL>\", "orgId": "4wMFqGlxAKVlIFTixlTSOY", "userId": "aMxRLnYzdWtlkJvDbtPZOr", "selectedOrgId": "4wMFqGlxAKVlIFTixlTSOY", "meterId": null, "startDate": "2020-01-01T10:00:00Z", "endDate": "2022-12-31T00:00:00Z", "callbackUrl": "https://MyExportJobStatus.com", "createTime": null, "updateTime": null }