![AMX DTV VISION2 INTEGRATION - DIAGRAM Operation/Reference Manual Download Page 11](http://html1.mh-extra.com/html/amx/dtv-vision2-integration-diagram/dtv-vision2-integration-diagram_operation-reference-manual_2938670011.webp)
Using the API
5
Vision
2
API Guide
To configure the White List on the server open the following file at the following location:
C:\Inetpub\wwwroot\v2Services\v2_API
Opening the file displays code similar to the following:
<?xml version="1.0" encoding="utf-8"?>
<list user="" pass="">
</list>
Edit the username and password settings to the Administrator login for the server.
When a new device attempts to make a proxy call and its MAC address does not exist in the list, an error
message returns. If the device attempts another call, the proxy replies with another error message that the
MAC address is in the White List, but has not yet been validated.
At this stage, the
WhiteList.xml
file should contain a new entry like the following:
<allow mac="00:1B:38:0A:10:E1" ip="43.192.168.101" validated="false" />
Change
validated="false"
to
validated="true"
to allow this device access to the Administrator API.
The IP address is recorded to help with identification only, it is the MAC address that
is tested.