Job

Package : spaceone.api.spot_automation.v1

Job

Job Methods:

NO

Method

Request Type

Response Type

Description

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

Message

ErrorInfo

No

Field

Type

Description

1

error_code

string

2

message

string

JobInfo

No

Field

Type

Description

1

job_id

string

2

status

  • NONE

  • CREATED

  • CANCELED

  • IN_PROGRESS

  • SUCCESS

  • ERROR

  • TIMEOUT

4

total_tasks

5

remained_tasks

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

2

domain_id

string

JobsInfo

No

Field

Type

Description

2

total_count

JobsQuery

No

Field

Type

Required

Description

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