GetDefaultInventory
Select
SaaS
Customer Managed
Fetch the default inventory associated to the index server
Path Parameters
- indexServerClientId int32 required
Pseudo client id of the index server
Query Parameters
- createIfAbsent boolean
Create the default inventory if it is missing for the index server
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...