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

/cloud

In this article

    Represents a collection of Veeam Cloud Connect resources.

    In its resource representation, the /cloud resource provides a set of links to the following Veeam Cloud Connect resources:

    • CloudGateway
    • CloudTenant
    • CloudHardwarePlan
    • CloudPublicIpAddress
    • CloudFailoverPlan
    • CloudVmReplicaPoint
    • CloudReplica
    • VlanConfiguration
    • CloudFailoverSession
    • CloudFailoveredVm

    Resource URL

    http://<Enterprise-Manager>:9399/api/cloud

    Related Resources

    None.

    Methods

    The following methods are supported for the /cloud resource:

    (GET) /cloud

    Resource Representation

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

    <CloudConnectService xmlns="http://www.veeam.com/ent/v1.0" Type="CloudConnectService" Href="http://localhost:9399/api/cloud">
     <Links>
       <Link Rel="Up" Type="LogonSession" Href="http://localhost:9399/api/logonSessions/1b486a3c-af48-4b47-944a-9ff3c5d0e6fa" />
       <Link Rel="Down" Type="CloudGatewayReferenceList" Href="http://localhost:9399/api/cloud/gateways" />
       <Link Rel="Down" Type="CloudTenantReferenceList" Href="http://localhost:9399/api/cloud/tenants" />
       <Link Rel="Down" Type="CloudHardwarePlanReferenceList" Href="http://localhost:9399/api/cloud/hardwarePlans" />
       <Link Rel="Down" Type="CloudPublicIpAddressReferenceList" Href="http://localhost:9399/api/cloud/publicIpAddresses" />
       <Link Rel="Down" Type="CloudFailoverPlanReferenceList" Href="http://localhost:9399/api/cloud/cloudFailoverPlans" />
       <Link Rel="Down" Type="CloudVmReplicaPointReferenceList" Href="http://localhost:9399/api/cloud/vmReplicaPoints" />
       <Link Rel="Down" Type="CloudReplicaReferenceList" Href="http://localhost:9399/api/cloud/replicas" />
       <Link Rel="Down" Type="VlanConfigurationReferenceList" Href="http://localhost:9399/api/cloud/vlans" />
       <Link Rel="Down" Type="CloudFailoverSessionReferenceList" Href="http://localhost:9399/api/cloud/failoverSessions" />
       <Link Rel="Down" Type="CloudGatewayList" Href="http://localhost:9399/api/cloud/gateways?format=Entity" />
       <Link Rel="Down" Type="CloudTenantList" Href="http://localhost:9399/api/cloud/tenants?format=Entity" />
       <Link Rel="Down" Type="CloudHardwarePlanList" Href="http://localhost:9399/api/cloud/hardwarePlans?format=Entity" />
       <Link Rel="Down" Type="CloudPublicIpAddressList" Href="http://localhost:9399/api/cloud/publicIpAddresses?format=Entity" />
       <Link Rel="Down" Type="CloudFailoverPlanList" Href="http://localhost:9399/api/cloud/cloudFailoverPlans?format=Entity" />
       <Link Rel="Down" Type="CloudVmReplicaPointList" Href="http://localhost:9399/api/cloud/vmReplicaPoints?format=Entity" />
       <Link Rel="Down" Type="CloudReplicaList" Href="http://localhost:9399/api/cloud/replicas?format=Entity" />
       <Link Rel="Down" Type="VlanConfigurationList" Href="http://localhost:9399/api/cloud/vlans?format=Entity" />
       <Link Rel="Down" Type="CloudFailoverSessionList" Href="http://localhost:9399/api/cloud/failoverSessions?format=Entity" />
       <Link Rel="Create" Href="http://localhost:9399/api/cloud/gateways" />
       <Link Rel="Create" Href="http://localhost:9399/api/cloud/tenants" />
       <Link Rel="Create" Href="http://localhost:9399/api/cloud/hardwarePlans" />
       <Link Rel="Create" Href="http://localhost:9399/api/cloud/publicIpAddresses" />
     </Links>
    </CloudConnectService>