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

/managedServers/{ID}

In this article

    Represents a server having the specified ID.

    The URL of the reference resource representation:

    http://<Enterprise-Manager>:9399/api/managedServers/{ID}

    The URL of the entity resource representation:

    http://<Enterprise-Manager>:9399/api/managedServers/{ID}?format=Entity

    Related Resources

    /hierarchyRoots/{ID}

    Methods

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

    (GET) /managedServers/{ID}

    Resource Representation

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

    Entity reference resource representation:

    <EntityRef xmlns="http://www.veeam.com/ent/v1.0" Type="ManagedServerReference" Href="http://localhost:9399/api/managedServers/a5352877-3b99-4e2a-8700-400cb3eefb56" Name="172.16.16.77" UID="urn:veeam:ManagedServer:a5352877-3b99-4e2a-8700-400cb3eefb56">
     <Links>
       <Link Rel="Alternate" Type="ManagedServer" Href="http://localhost:9399/api/managedServers/a5352877-3b99-4e2a-8700-400cb3eefb56?format=Entity" Name="172.16.16.77" />
       <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.veeam.local" />
     </Links>
    </EntityRef>

    Entity resource representation:

    <ManagedServer xmlns="http://www.veeam.com/ent/v1.0" Type="ManagedServer" Href="http://localhost:9399/api/managedServers/a5352877-3b99-4e2a-8700-400cb3eefb56?format=Entity" Name="172.16.16.77" UID="urn:veeam:ManagedServer:a5352877-3b99-4e2a-8700-400cb3eefb56">
     <Links>
       <Link Rel="Up" Type="BackupServer" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018?format=Entity" Name="srv02.veeam.local" />
       <Link Rel="Alternate" Type="ManagedServerReference" Href="http://localhost:9399/api/managedServers/a5352877-3b99-4e2a-8700-400cb3eefb56" Name="172.16.16.77" />
       <Link Rel="Related" Type="HierarchyRoot" Href="http://localhost:9399/api/hierarchyRoots/a5352877-3b99-4e2a-8700-400cb3eefb56?format=Entity" Name="172.16.16.77" />
     </Links>
     <Description>Target Windows server.</Description>
     <ManagedServerType>Windows</ManagedServerType>
    </ManagedServer>