API Guide

Table Of Contents
Type Name Description Schema
Body
logging_volum
e_payload
required
logging_volume_payl
oad
Responses
HTTP
Code
Description Schema
201
Created
Headers :
Location (string) : URI of created LoggingVolume.
LoggingVolume
204
Created
Headers :
Location (string) : URI of created LoggingVolume.
No Content
Example HTTP response
Response 201
{
Ê "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.2. Returns a list of LoggingVolume objects. Supports paging
GET /clusters/{cluster_name}/logging_volumes
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Query
fields
optional
Select which fields are included in the response.
'name' is always included. See
FieldSelectionExpression for details.
string
(FieldSelectionExpre
ssion)
73