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

/agents/discoveredComputers/{ID}

Represents a protected computer having the specified ID.

Resource URL

The URL of the reference resource representation:

https://<Enterprise-Manager>:9398/api/agents/discoveredComputers/{ID}

The URL of the entity resource representation:

https://<Enterprise-Manager>:9398/api/agents/discoveredComputers/{ID}?format=Entity

Related Resources

Methods

The following methods are supported for the /agents/discoveredComputers/{ID} resource:

(GET) /agents/protectionGroups/{ID}

Resource Representation

The /agents/discoveredComputers/{ID} resource has a resource representation of the following types.

Entity reference resource representation:

<EntityRef UID="urn:veeam:DiscoveredComputer:b0ad8ec4-5f17-45e6-be9b-1334ea320af0" Name="win7x86.local" Href="http://local.host:9399/api/backupTaskSessions/b0ad8ec4-5f17-45e6-be9b-1334ea320af0" Type="DiscoveredComputerReference" 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>
   <Link Href="http://local.host:9399/api/backupServers/8c88c6d6-931f-4044-8c0b-7a0c5f188b00" Name="local.host" Type="BackupServerReference" Rel="Up"/>
   <Link Href="http://local.host:9399/api/agents/discoveredComputers/b0ad8ec4-5f17-45e6-be9b-1334ea320af0?format=Entity" Name="win7x86.local" Type="DiscoveredComputer" Rel="Alternate"/>
 </Links>
</EntityRef>

Entity resource representation:

<DiscoveredComputer Href="http://local.host:9399/api/backupTaskSessions/b0ad8ec4-5f17-45e6-be9b-1334ea320af0?format=Entity" Type="DiscoveredComputer" Name="win7x86.local" UID="urn:veeam:DiscoveredComputer:b0ad8ec4-5f17-45e6-be9b-1334ea320af0" 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>
   <Link Href="http://local.host:9399/api/backupServers/8c88c6d6-931f-4044-8c0b-7a0c5f188b00" Name="local.host" Type="BackupServerReference" Rel="Up"/>
   <Link Href="http://local.host:9399/api/agents/discoveredComputers/b0ad8ec4-5f17-45e6-be9b-1334ea320af0" Name="win7x86.local" Type="DiscoveredComputerReference" Rel="Alternate"/>
   <Link Href="http://local.host:9399/api/agents/protectionGroups/9093c50b-fc31-41e0-89d9-44c195a9eed5" Name="Protection Group" Type="AgentProtectionGroupReference" Rel="Up"/>
 </Links>
 <HostStatus>Online</HostStatus>
 <AgentVersion>3.0.0.742</AgentVersion>
 <AgentStatus>Installed</AgentStatus>
 <OsVersion>Microsoft Windows 7 (32-bit)</OsVersion>
 <IpAddress>172.17.46.3</IpAddress>
</DiscoveredComputer>