Job

Package : spaceone.api.power_scheduler.v1

Job

Job Methods:

NO

Method

Request Type

Response Type

Description

1

2

list

GET /power-scheduler/v1/jobs

POST /power-scheduler/v1/jobs/search

Type

Message

Request

Response

stat

POST /power-scheduler/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

schedule_info

8

control_action

  • RUNNING

  • STOPPED

9

project_id

string

10

domain_id

string

11

created_at

12

updated_at

13

finished_at

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

schedule_id

string

5

control_action

  • RUNNING

  • STOPPED

6

project_id

string

7

domain_id

string

Last updated