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

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

In this article

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

    Resource URL

    http://<Enterprise-Manager>:9399/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="http://localhost:9399/api/backupServers/f62624c1-8462-4747-8bd4-d686f99b0540/credentials/70275b03-e805-49e1-9535-1867c62371e2">
     <Links>
       <Link Rel="Up" Type="BackupServer" Href="http://localhost:9399/api/backupServers/f62624c1-8462-4747-8bd4-d686f99b0540?format=Entity" Name="localhost" />
       <Link Rel="Edit" Type="Credentials" Href="http://localhost:9399/api/backupServers/f62624c1-8462-4747-8bd4-d686f99b0540/credentials/70275b03-e805-49e1-9535-1867c62371e2" />
       <Link Rel="Delete" Type="Credentials" Href="http://localhost:9399/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>