<received>Yes</received>
<pcr>No</pcr>
<scrambled>No</scrambled>
</pid>
<collision>
<status>No Record in Dynamic Table</status>
</collision>
</moip>
</output>
Example on NTC multi-stream unit:
curl -k -H "X-SESSION-ID: $token" "https://192.168.0.1/ws/v2/status/output/moip1"
Expected output (values are for example purposes only):
<?xml version="1.0" encoding="ISO-8859-1" ?>
<output>
<moip1>
<enginerr>No</enginerr>
<overflow>No</overflow>
<comrate>68.5</comrate>
<ts1rate>0.0</ts1rate>
<ts2rate>0.0</ts2rate>
<pid>
<peid>1</peid>
<row>1</row>
<inpid>2100</inpid>
<outpid>2100</outpid>
<inchan>2100</inchan>
<type>VID</type>
<received>Yes</received>
<pcr>Yes</pcr>
<scrambled>No</scrambled>
</pid>
<pid>
<peid>1</peid>
<row>2</row>
<inpid>2110</inpid>
<outpid>2110</outpid>
<inchan>2110</inchan>
<type>AUD</type>
<received>Yes</received>
<pcr>No</pcr>
<scrambled>Yes</scrambled>
</pid>
<collision>
<status>No Record in Dynamic Table</status>
</collision>
</moip1>
</output>
DPM PID Output Status Command
Table 54: Command Details
Description
Command Detail
https://192.168.0.1/ws/v2/status/output/<level_1>/<level_2>
Command URL
This command can be used to read
all
ASI/MOIP DPM PMT PID
Output Status parameters.
Partial response is not supported. This command returns
the status of
all
active peid and row key combinations for
all output fields for the specified MOIP or ASI.
Note
Command Information
GET
HTTP Method
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
72
API Definitions
Output Status Command