Job Task
Package : spaceone.api.inventory.v1
JobTask
JobTask Methods:
Method | Request | Response |
---|---|---|
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
Field | Type | Description |
---|---|---|
job_task_id | string | |
status |
| |
created_count | ||
updated_count | ||
failure_count | ||
deleted_count | ||
disconnected_count | ||
errors | ||
job_id | string | |
secret_id | string | |
provider | string | |
service_account_id | string | |
project_id | string | |
domain_id | string | |
created_at | string | |
started_at | string | |
finished_at | string |
JobTaskQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✘ | ||
job_task_id | string | ✘ | |
status |
| ✘ | |
job_id | string | ✘ | |
secret_id | string | ✘ | |
provider | string | ✘ | |
service_account_id | string | ✘ | |
project_id | string | ✘ | |
domain_id | string | ✔ |
JobTaskStatQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✔ | ||
domain_id | string | ✔ |
JobTasksInfo
Field | Type | Description |
---|---|---|
results | ||
total_count |
Last updated