/selfService/vSphere

Represents a collection of vSphere Self-Service Backup Portal resources.

Veeam Backup Enterprise Manager administrators can use Veeam Backup Enterprise Manager REST API to create and manage access configurations for tenants of vSphere Self-Service Backup Portal. An access configuration includes information about vSphere user or group, target repository for backups of vSphere VMs, repository quota, job scheduling options and backup job template. For details, see the Working with vSphere Self-Service Backup Portal section of the Veeam Backup Enterprise Manager User Guide.

In its resource representation, the /selfService/vSphere resource provides a set of links. By using a link from the list, the client can perform the following operations:

Resource URL

https://<Enterprise-Manager>:9398/api/selfService/vSphere

Related Resources

Methods

The following methods are supported for the /selfService/vSphereresource:

GET /selfService/vSphere

Resource Representation

The /selfService/vSphere resource has a resource representation of the following type:

<VSphereSelfServiceHref="http://127.0.0.1:9399/api/selfService/vSphere"Type="VSphereSelfService"xmlns="http://www.veeam.com/ent/v1.0"xmlns:xsd="http://www.w3.org/2001/XMLSchema"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <Links>
   <LinkHref="https://localhost:9398/api/selfService/vSphere/Configs"Type="VSphereSelfServiceConfigReferenceList"Rel="Down"/>
   <LinkHref="https://localhost:9398/api/selfService/vSphere/Configs?format=Entity"Type="VSphereSelfServiceConfigList"Rel="Down"/>
   <LinkHref="https://localhost:9398/api/selfService/vSphere/Configs"Rel="Create"/>
 </Links>
</VSphereSelfService>