API Guide

Table Of Contents
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
{
Ê "active" : true,
Ê "application_consistent" : false,
Ê "block_count" : 20971264,
Ê "block_size" : 4096,
Ê "capacity" : 85898297344,
Ê "health_indications" : [ ],
Ê "health_state" : "ok",
Ê "name" : "meta_c1",
Ê "operational_status" : "ok",
Ê "storage_array_family" : "unknown",
Ê "system_id" : "meta_c1"
}
3.25. Metadata_backup
82