Job Task
Package : spaceone.api.inventory.v1
JobTask
JobTask Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 |
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 |
| |
3 | created_count | ||
4 | updated_count | ||
5 | failure_count | ||
6 | deleted_count | ||
7 | disconnected_count | ||
8 | errors | ||
9 | job_id | string | |
10 | secret_id | string | |
11 | provider | string | |
12 | service_account_id | string | |
13 | project_id | string | |
14 | domain_id | string | |
15 | created_at | ||
16 | started_at | ||
17 | finished_at |
JobTaskQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | job_task_id | string | ❌ | |
3 | status |
| ❌ | |
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