Create a storage fault domain

Virtual Storage Platform One Object API Reference Guide

Version
3.0.x
File Size
270 KB
Audience
anonymous
Part Number
MK-24VSP1OB002-01

Creates a storage fault domain on your system.

Endpoint

POST /storage_fault_domain/create

Request structure

{
  "name": "string",
  "tags": "string"
}
Parameter Type Description
name String The name for the storage fault domain.
tags String Metadata labels for your storage fault domain.

Response structure

{
  "id": "string",
  "name": "string",
  "tags": "string"
}
Parameter Type Description
id String The unique identifier of the fault domain.
name String The name of the fault domain.
tags String The metadata tags associated with the fault domain.

Return codes

Status code

HTTP name

Description

201 Created The storage fault domain was successfully created.
default Error An error has occurred while attempting to create the storage fault domain.