This is an archive version of the document. To get the most up-to-date information, see the current version.

/cloud/tenants/{ID}/resources/{ID}

In this article

    Represents a storage quota assigned to the cloud user account having the specified ID.

    The URL of the reference resource representation:

    http://<Enterprise-Manager>:9399/api/cloud/tenants/{ID}/resources/{ID}

    Related Resources

    Methods

    The following methods are supported for the /cloud/tenants/{ID}/resources/{ID} resource:

    Resource Representation

    The /cloud/tenants/{ID}/resources/{ID} resource has a resource representation of the following type.

    <CloudTenantResource xmlns="http://www.veeam.com/ent/v1.0" Type="CloudTenantResource" Href="http://localhost:9399/api/cloud/tenants/4f90635a-7ecc-49fe-beb6-60b37eb4bd89/resources/1c7c6cd7-0cd0-4e20-8d15-a94d23299a93" Id="1c7c6cd7-0cd0-4e20-8d15-a94d23299a93">
     <Links>
       <Link Rel="Delete" Type="CloudTenantResource" Href="http://localhost:9399/api/cloud/tenants/4f90635a-7ecc-49fe-beb6-60b37eb4bd89/resources/1c7c6cd7-0cd0-4e20-8d15-a94d23299a93" Name="Cloud repository 3" />
       <Link Rel="Up" Type="CloudTenant" Href="http://localhost:9399/api/cloud/tenants/4f90635a-7ecc-49fe-beb6-60b37eb4bd89?format=Entity" Name="ABC Company" />
       <Link Rel="Up" Type="BackupServer" Href="http://localhost:9399/api/backupServers/8ea5406b-a6e9-42d9-bca5-44b6a5d94af1?format=Entity" Name="localhost" />
     </Links>
     <RepositoryQuota>
       <DisplayName>Cloud repository 3</DisplayName>
       <RepositoryUid>urn:veeam:Repository:82db96c3-445c-4a7e-9587-f2d523e839f4</RepositoryUid>
       <Quota>1024</Quota>
       <UsedQuota>0</UsedQuota>
     </RepositoryQuota>
    </CloudTenantResource>