Job
Package : spaceone.api.spot_automation.v1
Job
Job Methods:
NO
Method
Request Type
Response Type
Description
1
2
list
GET /spot-automation/v1/jobs
POST /spot-automation/v1/jobs/search
Type
Message
Request
Response
stat
POST /spot-automation/v1/jobs/stat
Type
Message
Request
Response
Message
ErrorInfo
No
Field
Type
Description
1
error_code
string
2
message
string
3
additional
JobInfo
No
Field
Type
Description
1
job_id
string
2
status
NONE
CREATED
CANCELED
IN_PROGRESS
SUCCESS
ERROR
TIMEOUT
3
filter
4
total_tasks
5
remained_tasks
6
errors
7
project_id
string
8
domain_id
string
9
created_at
string
10
updated_at
string
11
finished_at
string
JobStatQuery
No
Field
Type
Required
Description
1
query
✅
2
domain_id
string
✅
JobsInfo
No
Field
Type
Description
1
results
2
total_count
JobsQuery
No
Field
Type
Required
Description
1
query
❌
2
job_id
string
❌
3
status
JOB_STATUS_NONE
CREATED
CANCELED
IN_PROGRESS
SUCCESS
ERROR
TIMEOUT
❌
4
project_id
string
❌
5
domain_id
string
✅
Last updated