HCP Tenant Management Help


Resources

The main types of HCP management API resources are tenants, namespaces, retention classes, content classes, tenant-level user accounts, and tenant-level group accounts. Each main type of resource is associated with a set of resource identifiers, each of which identifies one of these:

A list of resources of that type

An instance of that type of resource

A property of that type of resource that’s treated as a resource in its own right

A resource identifier is the portion of a resource URL that follows mapi. For information about resource URLs, see URL for HCP access through the management API.

For each main type of resource, this section contains a table of the associated resource identifiers. For each resource identifier, the applicable table shows:

The data type of the resource when you use the resource in conjunction with a specific method. For information about data types that are sets of properties, see Data types.

The methods supported by the resource. Because all resources support the OPTIONS method, this method is not included in the tables.

The use for each supported method.

The type of account required for access to the resource with each supported method.

Any additional notes about the resource.

This section also contains examples of using the management API to manipulate resources. These examples can include:

The curl command for the sample request

The Python code for the sample request

The HTTP request headers

The HTTP response headers

The request or response body, as applicable, in XML

Note: Each example stands on its own. The requirements for executing each example are outlined in its initial description.  All the examples assume an HCP system that supports Active Directory.

Additionally, this section contains instructions for paging through, sorting, and filtering the results of GET requests for namespaces, user accounts, and data access permissions.

© 2015, 2019 Hitachi Vantara Corporation. All rights reserved.