/backupServers/{ID}/credentials/{ID}

Represents a credentials record with the specified ID created on the backup server with the specified ID.

Resource URL

https://<Enterprise-Manager>:9398/api/backupServers/{ID}/credentials/{ID}

Related Resources

/backupServers

Methods

The following methods are supported for the /backupServers/{ID}/credentials/{ID} resource:

Resource Representation

The /backupServers/{ID}/credentials/{ID} resource has a resource representation of the following type:

<CredentialsInfo xmlns="http://www.veeam.com/ent/v1.0" Type="Credentials" Href="https://localhost:9398/api/backupServers/f62624c1-8462-4747-8bd4-d686f99b0540/credentials/70275b03-e805-49e1-9535-1867c62371e2">
 <Links>
   <Link Rel="Up" Type="BackupServer" Href="https://localhost:9398/api/backupServers/f62624c1-8462-4747-8bd4-d686f99b0540?format=Entity" Name="localhost" />
   <Link Rel="Edit" Type="Credentials" Href="https://localhost:9398/api/backupServers/f62624c1-8462-4747-8bd4-d686f99b0540/credentials/70275b03-e805-49e1-9535-1867c62371e2" />
   <Link Rel="Delete" Type="Credentials" Href="https://localhost:9398/api/backupServers/f62624c1-8462-4747-8bd4-d686f99b0540/credentials/70275b03-e805-49e1-9535-1867c62371e2" />
 </Links>
 <Id>70275b03-e805-49e1-9535-1867c62371e2</Id>
 <Username>root</Username>
 <Description>FLR helper appliance credentials</Description>
 <Password />
</CredentialsInfo>