HCP Tenant Management Help
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, including old versions of objects, stored in the namespace. The object count includes versions of objects that were deleted, but not delete markers. For example, if you create an object, add a version, delete the object while versioning is enabled but without specifying a version ID, 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"
/>
Trademarks and Legal Disclaimer
© 2015, 2019 Hitachi Vantara Corporation. All rights reserved.