Job Task

Package : spaceone.api.power_scheduler.v1

JobTask

JobTask Methods:

list

GET /power_scheduler/v1/job-tasks

POST /power_scheduler/v1/job-tasks/search

Type

Message

Request

Response

stat

POST /power_scheduler/v1/job-tasks/stat

Type

Message

Request

Response

Message

JobTaskInfo

No

Field

Type

Description

1

job_task_id

string

2

status

  • NONE

  • CREATED

  • PENDING

  • CANCELED

  • IN_PROGRESS

  • SUCCESS

  • FAILURE

3

success_count

4

failure_count

5

total_count

6

errors

7

job_id

string

8

control_action

  • RUNNING

  • STOPPED

9

schedule_id

string

10

resource_group_id

string

11

priority

string

12

project_id

string

13

domain_id

string

14

created_at

15

started_at

16

finished_at

JobTaskQuery

No

Field

Type

Required

Description

1

query

2

job_task_id

string

3

status

  • JOB_TASK_STATUS_NONE

  • CREATED

  • PENDING

  • CANCELED

  • IN_PROGRESS

  • SUCCESS

  • FAILURE

4

job_id

string

5

control_action

  • RUNNING

  • STOPPED

6

schedule_id

string

7

resource_group_id

string

8

project_id

string

9

domain_id

string

JobTaskStatQuery

No

Field

Type

Required

Description

1

query

2

domain_id

string

JobTasksInfo

No

Field

Type

Description

1

results

2

total_count

Last updated