![AMX DTV VISION2 INTEGRATION - DIAGRAM Operation/Reference Manual Download Page 15](http://html1.mh-extra.com/html/amx/dtv-vision2-integration-diagram/dtv-vision2-integration-diagram_operation-reference-manual_2938670015.webp)
API Commands
9
Vision
2
API Guide
Master Commands
The following section lists the API commands available for the Master.
v2Master_STB_Amino_GetSTBs
Get an XML list of all of the Set-Top Boxes.
Sample URL:
http://server/v2services/v2_API/v2_APIAdminService.asmx/v2Master_STB_Amino_GetSTBs
<?xml version="1.0" encoding="utf-8" ?>
<v2>
<result>OK</result>
<stbs localip="43.192.168.100">
<stb
name="Main Reception"
status="playing video on demand"
playing="Welcome to AMX"
playingraw="rtsp://43.192.168.100:8554/
H:\vcContent\Archive1\1500\68\ts\high\Video.ts"
ip="43.192.168.110"
pending="nothing"
pendingparams="-1"
screensaver="0"
arc="true" />
<stb
name="Board Room"
status="idle"
playing=" "
playingraw=" "
ip="43.192.168.111"
pending="nothing"
pendingparams="-1"
screensaver="0"
arc="true" />
</stbs>
</v2>
PRGM EX. 3
v2Master_STB_Amino_GetSTBs Sample XML
Program Attributes
name
The name given to the STB in the management
UIstatus
What the STB is currently doing. Can be "playing live channel", "playing video on
demand", or "idle".
playing
If playing then the name of the video or live channel
playingraw
The video URL currently being accessed
ip
The IP Address of the STB
pending
The remote command currently being processed. Can be ChangeChannel, PlayVOD, or
ARC.
Screensaver
Not used
arc
If true means the STB can Access Restricted Content