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
list of string
4
state
TASK_ITEM_STATE_NONE
CREATED
UPDATED
FAILURE
5
error
6
job_id
string
7
job_task_id
string
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
state
TASK_ITEM_STATE_NONE
CREATED
UPDATED
FAILURE
❌
5
job_id
string
❌
6
job_task_id
string
❌
7
project_id
string
❌
8
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