HCP System Management Help


Response body (GET namespace retention classes)

The body of the HTTP response consists of XML that lists the retention classes defined for the namespace. The XML has this format:

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/static/xsl/proc-retention-classes.xsl"?>
<retentionClasses xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="/static/xsd/proc-retention-classes.xsd"
        namespaceName="namespace-name">
    <retentionClass
        name="class-name"
        value="retention-value">
        autoDelete="true|false"
        <description><![CDATA[
            class-description
        ]]></description>
    </retentionClass>
...
</retentionClasses>

© 2017 Hitachi Vantara Corporation. All rights reserved.