![AMX DTV VISION2 INTEGRATION - DIAGRAM Operation/Reference Manual Download Page 17](http://html1.mh-extra.com/html/amx/dtv-vision2-integration-diagram/dtv-vision2-integration-diagram_operation-reference-manual_2938670017.webp)
API Commands
11
Vision
2
API Guide
v2Master_STB_Amino_GetStatus
Obtains the current status of the STB specified by its IP Address
Sample URL
http://server/v2services/v2_API/v2_APIAdminService.asmx/
v2Master_STB_Amino_GetStatus?sSTBIPAddress=43.192.168.110
See the
v2Master_STB_Amino_GetSTBs
section on page 9 for an explanation of the returned XML.
v2Master_STB_Amino_GoBack
Forces the STB to return to what they were watching when a command was called with sBookmark=true
Sample URL
http://server/v2services/v2_API/v2_APIAdminService.asmx/v2Master_STB_Amino_GoBack
?sSTBIPAddress=43.192.168.110
Parameters
sSTBIPAddress
The IP Address of the STB to obtain the status from
<?xml version="1.0" encoding="utf-8" ?>
<v2>
<result>OK</result>
<stb
<stb
name="Main Reception"
status="playing video on demand"
playing="Toxic"
playingraw="rtsp://43.192.168.100:8554/
H:\vcContent\Archive1\1500\68\ts\high\Video.ts"ip="43.192.168.110"
ip="43.192.168.110"
pending="nothing"
pendingparams="-1"
screensaver="0"
arc="true" />
</v2>
PRGM EX. 5
v2Master_STB_Amino_GetStatus Sample XML
Parameters
sSTBIPAddress
The IP Address of the STB to obtain the status from. If the IP Address is ‘ALLSTBS’ then
all the STBs on the system will be updated
<?xml version="1.0" encoding="utf-8" ?>
<v2>
<result>OK</result>
</v2>
PRGM EX. 6
v2Master_STB_Amino_GoBack Sample XML