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

/wanAccelerators/{ID}

In this article

    Represents a WAN accelerator having the specified ID.

    The URL of the reference resource representation:

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

    The URL of the entity resource representation:

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

    Related Resources

    Methods

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

    (GET) /wanAccelerators/{ID}

    Resource Representation

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

    Entity reference resource representation:

    <EntityRef xmlns="http://www.veeam.com/ent/v1.0" Type="WanAcceleratorReference" Href="http://localhost:9399/api/wanAccelerators/55bd11af-696d-4224-ae9c-0917c851177c" Name="172.16.13.45" UID="urn:veeam:WanAccelerator:55bd11af-696d-4224-ae9c-0917c851177c">
     <Links>
       <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.veeam.local" />
       <Link Rel="Alternate" Type="WanAccelerator" Href="http://localhost:9399/api/wanAccelerators/55bd11af-696d-4224-ae9c-0917c851177c?format=Entity" Name="172.16.13.45" />
     </Links>
    </EntityRef>

    Entity resource representation:

    <WanAccelerator xmlns="http://www.veeam.com/ent/v1.0" Type="WanAccelerator" Href="http://localhost:9399/api/wanAccelerators/55bd11af-696d-4224-ae9c-0917c851177c?format=Entity" Name="172.16.13.45" UID="urn:veeam:WanAccelerator:55bd11af-696d-4224-ae9c-0917c851177c">
     <Links>
       <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.veeam.local" />
       <Link Rel="Alternate" Type="WanAcceleratorReference" Href="http://localhost:9399/api/wanAccelerators/55bd11af-696d-4224-ae9c-0917c851177c" Name="172.16.13.45" />
     </Links>
     <Description>WAN Accelerator in Columbus</Description>
     <OutOfDate>false</OutOfDate>
     <Version>8.0</Version>
     <Capacity>100</Capacity>
     <TrafficPort>6165</TrafficPort>
     <ConnectionsCount>5</ConnectionsCount>
     <CachePath>C:\VeeamWAN</CachePath>
    </WanAccelerator>