Create HyperScaleStorage
Select
SaaS
Customer Managed
Create a HyperScale Storage
- application/json
Request Body
- name string required
Name of HyperScale Storage
nodes object[] required
List of Nodes (MediaAgents) of the HyperScale Storage
id int32name string
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- id int32
- name string
- copyId int32
Id of Storage Policy Copy
- errorMessage string
- errorCode int32
{
"id": 0,
"name": "string",
"copyId": 0,
"errorMessage": "string",
"errorCode": 0
}
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...