v1

latestOpenAPI 3.0.0Open Government Licence v3.02026-07-23668.0 KB
Import API

Increase an instance processed counter

Increase the processed counter for the provided instance in the provided job. Calls to this endpoint are concurrency safe.

put/jobs/{id}/processed/{instance_id}

Path parameters

idstring required

A unique job identifier

instance_idstring required

A unique instance identifier

Response

The job instance counter was successfully increased

idstring

The instance unique identifier

{"stackTrail":"components:schemas:ProcessedInstance:properties:required_count","oasType":"schema","type":"unknown","description":"The total number of dimensions that need to be processed for the instance import"}
{"stackTrail":"components:schemas:ProcessedInstance:properties:processed_count","oasType":"schema","type":"unknown","description":"The current number of dimensions that have been processed for the instance import"}