Retrieve the list of inventories
Select
SaaS
Customer Managed
Retrieve the list of inventories
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
inventories object[]
List of inventories
id int32name stringdisplayName stringindexServer object
Summary of an index server
id int32name stringdisplayName stringDisplay name for the index server
OS stringOperating system of the index server
cloudId int32Id of the index server cloud
owner stringInventory Owner
createdOn int32Inventory creation time in unix epoch format
{
"inventories": [
{
"id": 0,
"name": "string",
"displayName": "string",
"indexServer": {
"id": 0,
"name": "string",
"displayName": "string",
"OS": "string",
"cloudId": 0
},
"owner": "string",
"createdOn": 0
}
]
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...