
This is an archive version of the document. To get the most up-to-date information, see the
current version.
(GET) /cloud
Returns a set of links to Veeam Cloud Connect resources.
To get a list of Veeam Cloud Connect resources, you need to send the GET HTTP request to the URL of the /cloud resource.
HTTP Request
GET http://<Enterprise-Manager>:9399/api/cloud |
Request Header
The request contains the following headers:
Header | Required | Description |
X-RestSvcSessionId | True | The request requires authorization. In the header, the client must send a session ID copied from the server reply to the request creating a new logon session. To learn more, see Authentication and Security. |
Request Body
None.
Query Parameters
None.
The server returns the following response to the client.
Response Codes
A successfully completed operation returns response code 200 Success.
Response Headers
The response to this request contains the following headers. The response may also include additional standard HTTP headers.
Header | Description |
Content-length | The length of the response body. |
Content-type | The media type and syntax of the request body message: application/xml. |
Response Body
In the response body, Veeam Backup Enterprise Manager returns a representation of the /cloud resource.
The example below returns a resource representation of the /cloud resource.
Request: GET http://localhost:9399/api/cloud Request Header: X-RestSvcSessionId NDRjZmJkYmUtNWE5NS00MTU2LTg4NjctOTFmMDY5YjdjMmNj Response: 200 Success Response Body: <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> |