GetInventoryAssetList
Select
SaaS
Customer Managed
Get the list of assets associated to the inventory
Path Parameters
- inventoryId int32 required
Inventory id
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
assets object[]
id stringname stringtype InventoryAssetTypePossible values: [
NONE
,IDENTITY_SERVER
,FILE_SERVER
,OBJECT_STORAGE
]status DcubeJobStatePossible values: [
IDLE
,STARTING
,RUNNING
,FINISHING
,FINISHED
,STOPPING
,STOPPED
,ABORTING
,ABORTED
,EXCEPTION
,UNKNOWN
,SYNCING
,PENDING
,COMPLETED_WITH_ERRORS
]lastCollectionTime int32createdAt int32
{
"assets": [
{
"id": "string",
"name": "string",
"type": "NONE",
"status": "IDLE",
"lastCollectionTime": 0,
"createdAt": 0
}
]
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...