Adding a new asset to the inventory
Select
SaaS
Customer Managed
Adding a new asset to the inventory
Path Parameters
- inventoryId int32 required
Inventory id
- application/json
Request Body
- FileServerAsset
- IdentityServerAsset
- ObjectStorageAsset
- name string required
Display name of the file server
- hostName hostname required
Fully qualified domain name of the server
- ipAddress ipv4 required
Ip Address of the server
- operatingSystem string required
Possible values: [
Mac and Linux
,NAS
,Windows
]Operating system of the server
- countryCode string
Country code to which the server belongs
- identityServers string[] required
List of identity server names
- startDataCollection boolean
Default value:
false
Flag to signify if data collection job needs to be invoked after addition of identity server
- storageName string required
Name of the object storage
- hostURL string required
Service account URL
credentials object required
id int32name stringaccessNode object required
id int32name string- storageType ObjectStorageAssetType required
Possible values: [
AMAZON_S3
,AZURE_BLOB
,GOOGLE_CLOUD
]
oneOf
Responses
- 200
- 400
- 403
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 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...