Get inventory details
Select
SaaS
Customer Managed
Get inventory details
Path Parameters
- inventoryId int32 required
Responses
- 200
- 400
- 403
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- id int32
- name string
- displayName string
indexServer 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 string
Inventory Owner
- createdOn int32
Inventory creation time in unix epoch format
{
"id": 0,
"name": "string",
"displayName": "string",
"indexServer": {
"id": 0,
"name": "string",
"displayName": "string",
"OS": "string",
"cloudId": 0
},
"owner": "string",
"createdOn": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...