Job Task

Package : spaceone.api.inventory.v1

JobTask

JobTask Methods:

list

GET /inventory/v1/job-tasks

POST /inventory/v1/job-tasks/search

Type

Message

Request

Response

stat

POST /inventory/v1/job-tasks/stat

Type

Message

Request

Response

Message

JobTaskInfo

No

Field

Type

Description

1

job_task_id

string

2

status

  • JOB_TASK_STATE_NONE

  • PENDING

  • IN_PROGRESS

  • SUCCESS

  • FAILURE

3

created_count

4

updated_count

5

failure_count

6

errors

7

job_id

string

8

secret_id

string

9

provider

string

10

service_account_id

string

11

project_id

string

12

domain_id

string

13

created_at

14

started_at

15

finished_at

JobTaskQuery

No

Field

Type

Required

Description

1

query

2

job_task_id

string

3

status

  • JOB_TASK_STATE_NONE

  • PENDING

  • IN_PROGRESS

  • SUCCESS

  • FAILURE

4

job_id

string

5

secret_id

string

6

provider

string

7

service_account_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