HCP System Management Help


Response body (GET namespaces)

The body of the HTTP response consists of XML that lists the namespaces you can access, along with their settings. 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 doesn’t have permissions for any namespaces owned by the tenant, the namespaces element is empty.

© 2017 Hitachi Vantara Corporation. All rights reserved.