API Guide

Table Of Contents
{
Ê "application_consistent" : false,
Ê "block_count" : 5242880,
Ê "block_size" : 4096,
Ê "capacity" : 21474574336,
Ê "health_indications" : [ ],
Ê "health_state" : "ok",
Ê "name" : "logging_c1",
Ê "operational_status" : "ok",
Ê "storage_array_family" : "unknown",
Ê "system_id" : "logging_c1"
}
3.21.4. Deletes a single LoggingVolume
DELETE /clusters/{cluster_name}/logging_volumes/{name}
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
Responses
HTTP
Code
Description Schema
204 Deleted No Content
3.22. Logical_units
3.22.1. Returns a list of LogicalUnits
GET /clusters/{cluster_name}/storage_arrays/{storagearray_name}/logical_units
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
88