Get a container job

get/container/job/{jobId}

Returns a container job.

Request Samples

Response Samples

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": 0
13 },
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": false
29}

Path Parameters

jobId
integer<int64>
true

The ID of the job to be retrieved.

Responses

StatusMeaningDescription
200OK

The job that is creating the project container.

Schema
400Bad Request

The request was invalid. Additional information is available in the application logs if the environment variable LOGGING_LEVEL_ORG_SPRINGFRAMEWORK is set to DEBUG.

Schema
404Not Found

No resource exists at the requested path.

Schema