Update 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

Updates a storage fault domain on your system.

Endpoint

POST /storage_fault_domain/update

Request structure

{
  "id": "uuid",
  "name": "name",
  "tags": "metadata"
}
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.

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

200 OK The storage fault domain was updated successfully.
default Error An error has occurred while attempting to update the storage fault domain.