Get a container job
get/container/job/{jobId}
Returns a container job.
1{2 "id": "1234",3 "sequence": 123456789,4 "containerName": "NewContainer1",5 "status": "QUEUED",6 "statusMessage": "The job is queued and waiting to be processed",7 "createdBy": "Mohammed Lee",8 "creationTimeStamp": "2024/04/24 09:11:52",9 "projectName": "NewProject1",10 "projectVersion": {11 "major": 1,12 "minor": 013 },14 "description": "A description for the new project container",15 "arch": "x86_64",16 "gpu": [17 "nvidia",18 "openvino"19 ],20 "tags": [21 "user tag",22 "0.1-2023.04-20241016.174207"23 ],24 "targetRegistryName": "registry3",25 "targetRegistryPath": "sas-esp-cr-app",26 "sourceRegistryName": "registry2",27 "sourceRegistryPath": "sas-esp-cr-base",28 "archived": false29}| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The job that is creating the project container. | Schema | |
| 400 | Bad Request | The request was invalid. Additional information is available in the application logs if the environment variable | Schema | |
| 404 | Not Found | No resource exists at the requested path. | Schema |