API Guide

Table Of Contents
Responses
HTTP
Code
Description Schema
204 Deleted No Content
3.24.5. Update attributes on a MetaVolume
PATCH /clusters/{cluster_name}/meta_volumes/{name}
Description
Settable attributes: 'active' . NOTE: only true value is allowed
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Path
name
required
The name of a specific instance of the resource string
Body
metaVolume_
patch_payload
required
< JsonPatchOp >
array
Responses
HTTP
Code
Description Schema
200 The updated MetaVolume MetaVolume
400 Invalid input - active: true expected Error
409 Another metadata device has already been activated. Error
500 Internal Server error Error
Example HTTP response
Response 200
95