This is an archive version of the document. To get the most up-to-date information, see the
current version .
/backupServers/{ID}/credentials
Represents a collection of credentials created on the Veeam backup server having the specified ID.
Resource URL
http://<Enterprise-Manager>:9399/api/backupServers/{ID}/credentials
Related Resources
/backupServers/{ID}/credentials/{ID}
Methods
The following methods are supported for the /backupServers/{ID}/creden tials resource:
Resource Representation
The /backupServers/{ID}/creden tials resource has a resource representation of the following type:
<CredentialsInfoList xmlns =" http://www.veeam.com/ent/v1.0 "> <CredentialsInfo Type =" Credentials " Href =" http://localhost:9399/api/backupServers/50a1b2fb-b90a-4e05-816f-e298eb2f995c/credentials/a45eb049-6f8d-49d4-9dba-4f1499f9d8d1 "> <Links> <Link Rel =" Up " Type =" BackupServer " Href =" http://localhost:9399/api/backupServers/50a1b2fb-b90a-4e05-816f-e298eb2f995c?format=Entity " Name =" win-tw5 " /> <Link Rel =" Edit " Type =" Credentials " Href =" http://localhost:9399/api/backupServers/50a1b2fb-b90a-4e05-816f-e298eb2f995c/credentials/a45eb049-6f8d-49d4-9dba-4f1499f9d8d1 " /> <Link Rel =" Delete " Type =" Credentials " Href =" http://localhost:9399/api/backupServers/50a1b2fb-b90a-4e05-816f-e298eb2f995c/credentials/a45eb049-6f8d-49d4-9dba-4f1499f9d8d1 " /> </Links> <Id> a45eb049-6f8d-49d4-9dba-4f1499f9d8d1 </Id> <Username> root </Username> <Description> Credentials for ESX(i) and Linux hosts. </Description> <Password /> </CredentialsInfo> <CredentialsInfo Type =" Credentials " Href =" http://localhost:9399/api/backupServers/50a1b2fb-b90a-4e05-816f-e298eb2f995c/credentials/d5e6816b-155d-4c2f-a555-4ad249fab682 "> <Links> <Link Rel =" Up " Type =" BackupServer " Href =" http://localhost:9399/api/backupServers/50a1b2fb-b90a-4e05-816f-e298eb2f995c?format=Entity " Name =" win-tw5 " /> <Link Rel =" Edit " Type =" Credentials " Href =" http://localhost:9399/api/backupServers/50a1b2fb-b90a-4e05-816f-e298eb2f995c/credentials/d5e6816b-155d-4c2f-a555-4ad249fab682 " /> <Link Rel =" Delete " Type =" Credentials " Href =" http://localhost:9399/api/backupServers/50a1b2fb-b90a-4e05-816f-e298eb2f995c/credentials/d5e6816b-155d-4c2f-a555-4ad249fab682 " /> </Links> <Id> d5e6816b-155d-4c2f-a555-4ad249fab682 </Id> <Username> VEEAM\administrator </Username> <Description> Credentials for virtual infrastructure servers </Description> <Password /> </CredentialsInfo> </CredentialsInfoList>