Task Item
Package : spaceone.api.inventory.v1
TaskItem
TaskItem Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 |
list
GET /inventory/v1/task-items
POST /inventory/v1/task-items/search
Type | Message |
Request | |
Response |
stat
POST /inventory/v1/task-items/stat
Type | Message |
Request | |
Response |
Message
TaskItemInfo
No | Field | Type | Description |
1 | resource_id | string | |
2 | resource_type | string | |
3 | references | string | |
4 | job_task_id | string | |
5 | job_id | string | |
6 | state |
| |
7 | error | ||
8 | project_id | string | |
9 | domain_id | string |
TaskItemQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | resource_id | string | ❌ | |
3 | resource_type | string | ❌ | |
4 | job_task_id | string | ❌ | |
5 | job_id | string | ❌ | |
6 | state |
| ❌ | |
7 | domain_id | string | ✅ |
TaskItemStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
TaskItemsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
Last updated