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

/cdpPolicies

Represents a collection of all CDP policies created on all backup servers connected to Veeam Backup Enterprise Manager.

Resource URL

https://<Enterprise-Manager>:9398/api/cdpPolicies

Related Resources

/cdpPolicies/{ID}

Methods

The following methods are supported for the /cdpPolicies resource:

GET /cdpPolicies

Resource Representation

The /cdpPolicies resource has a resource representation of the following type:

<EntityReferences xmlns="http://www.veeam.com/ent/v1.0">
 <Ref Type="CdpPolicyReference" Href="https://localhost:9398/api/cdpPolicies/6c4dcd4b-d5f9-4627-972f-20046f01b967" Name="CDP Policy 2" UID="urn:veeam:CdpPolicy:6c4dcd4b-d5f9-4627-972f-20046f01b967">
   <Links>
     <Link Rel="Up" Type="BackupServerReference" Href="https://localhost:9398/api/backupServers/cca0b96b-4924-4461-8899-b831bc00176e" Name="enterprise03.tech.local" />
     <Link Rel="Alternate" Type="CdpPolicy" Href="https://localhost:9398/api/cdpPolicies/6c4dcd4b-d5f9-4627-972f-20046f01b967?format=Entity" Name="CDP Policy 2" />
   </Links>
 </Ref>
 <Ref Type="CdpPolicyReference" Href="https://localhost:9398/api/cdpPolicies/bc933bb6-0cc5-47b6-a1ec-e062b9e29877" Name="CDP Policy 1" UID="urn:veeam:CdpPolicy:bc933bb6-0cc5-47b6-a1ec-e062b9e29877">
   <Links>
     <Link Rel="Up" Type="BackupServerReference" Href="https://localhost:9398/api/backupServers/cca0b96b-4924-4461-8899-b831bc00176e" Name="enterprise03.tech.local" />
     <Link Rel="Alternate" Type="CdpPolicy" Href="https://localhost:9398/api/cdpPolicies/bc933bb6-0cc5-47b6-a1ec-e062b9e29877?format=Entity" Name="CDP Policy 1" />
   </Links>
 </Ref>
</EntityReferences>