Creating a new inventory
Creating a new inventory
- application/json
Request Body
- name string required
Name of the inventory
indexServer object required
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
- identityServers string[]
List of AD servers to be analyzed
Responses
- 201
- 400
- 403
- 500
Created
- application/json
- Schema
- Example (from schema)
Schema
- id int32
- name string
{
"id": 0,
"name": "string"
}
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...