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. |