Mappings APIs

Mappings APIs

The Mappings service can be used to manage the relationship between containerized objects and vTContainer instances. A containerized object is any data object that is associated with a vTContainer instance, and can be of any resource type. Each vTContainer instance can hold any number of containerized objects, but there is a service defined limit to the number of vTContainer instances that can be associated with a single containerized object.

When a containerized object is deleted, its mappings to vTContainer instances are automatically removed. However, a vTContainer instance cannot be deleted until all mappings to it have been removed.

Operations
POST
Create Authorization Vt Containers Mappings
Creates a new mapping that associates an object with a vTContainer instance. if you do not have all of the privileges described as follows: - Operation execution requires Authorization.ModifyVTContainerMappings.
GET
List Authorization Vt Containers Mappings
Returns the list of mappings indicating the containerized objects and their associated vTContainer instances. if you do not have all of the privileges described as follows: - Operation execution requires System.Read.
DELETE
Delete Mapping Vt Containers
Removes a mapping. The related object will no longer be associated with the vTContainer instance. if you do not have all of the privileges described as follows: - Operation execution requires Authorization.ModifyVTContainerMappings.
GET
Get Mapping Vt Containers
Returns information about a single mapping indicating the containerized object and its associated vTContainer instance. if you do not have all of the privileges described as follows: - Operation execution requires System.Read.