The body of the HTTP response consists of XML that lists the namespace statistics. The table below describes the XML elements.
Element | Description |
---|---|
namespaceName |
The namespace name. |
totalCapacityBytes |
The number of bytes of storage allocated to the namespace. This is the total space available for all data stored in the namespace, including object data, metadata, and the redundant data required to satisfy the namespace DPL. |
usedCapacityBytes |
The number of bytes currently occupied by all data stored in the namespace, including object data, metadata, and any redundant data required to satisfy the namespace DPL. |
softQuotaPercent |
The percent of the totalCapacityBytes value at which HCP notifies the tenant that free storage space for the namespace is running low. |
objectCount |
The number of objects and versions stored in the namespace. The object count includes individual versions of objects, including the versions of deleted objects, but not deleted versions. For example, if you store an object, add a version, delete the object, and then add a new version of the object, the object count increases by three. |
shredObjectCount |
The number of objects and versions that have been deleted and are waiting to be shredded. |
shredObjectBytes |
The number of bytes occupied by the objects and versions that are waiting to be shredded. |
customMetadata |
The number of objects and versions that have one or more annotations. |
customMetadata |
The number of bytes occupied by custom metadata in all annotations for all objects. |
The XML has this format:
<?xml-stylesheet type="text/xsl" href="/static/xsl/proc-statistics.xsl"?>
<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="/static/xsd/proc-statistics.xsd"
namespaceName=namespace-name"
totalCapacityBytes="total-capacity-bytes"
usedCapacityBytes="used-capacity-bytes"
softQuotaPercent="soft-quota-percent"
objectCount="number-of-objects"
shredObjectCount="number-of-objects-to-be-shredded"
shredObjectBytes="bytes-to-be-shredded"
customMetadataObjectCount="number-of-objects-with-annotations"
customMetadataObjectBytes="annotaton-bytes"
/>
© 2015 Hitachi Data Systems Corporation. All rights reserved.