Create IP Library
Create IP Library
- application/json
Request Body
- libraryType IPLibraryType required
Possible values: [
ACSLS,ACSLS_SN6000]ACSLS Library Type
- host string required
Default value of Host is ACSLS default Server
mediaAgent object required
id int32name string- vendor IPLibraryVendor required
Possible values: [
STK]ACSLS Library Vendor
- model IPLibraryModel required
Possible values: [
ACSLS,ACSLS_SN6000]ACSLS Library Model
- description string
Description regarding IP library
- driveCount int32 required
Possible values:
>= 1Detail of drive count
- workPoolNumber int32 required
Detail of Work Pool Number
- volumeRange string
Volume Range Details
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- libraryId int32
- libraryName string
{
"libraryId": 0,
"libraryName": "string"
}
Bad Request
- 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...