HCP System Management Help


Response body (GET namespace settings)

The body of the HTTP response consists of XML that lists the settings for the specified namespace. The XML has this format:

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/static/xsl/proc-namespaces.xsl"?>
<namespaces xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="/static/xsd/proc-namespaces.xsd"
    tenantHostName="tenant-name.hcp-domain-name"
    httpScheme="http">
    <namespace name="namespace-name"
        nameIDNA="namespace-url-name"
        versioningEnabled="true|false"
        searchEnabled="true|false"
        retentionMode="compliance|enterprise"
        defaultShredValue="true|false"
        defaultIndexValue="true|false"
        defaultRetentionValue="retention-setting"
        hashScheme="hash-algorithm"
        dpl="data-protection-level">
        <description><![CDATA[
            namespace-description
         ]]></description>
    </namespace>
</namespaces>

If the user does not have permissions for the namespace, the namespaces element is empty.

© 2017 Hitachi Vantara Corporation. All rights reserved.