Cisco D9800 Reference Manual page 63

Network transport receiver
Hide thumbs Also See for D9800:
Table of Contents

Advertisement

API Definitions
Output Field
srendtime
peenabled
hdlicensed
chsource
Input Example (request XML output):
curl -k -H "X-SESSION-ID: $token" "https://192.168.0.1/ws/v2/status/pe?peid=1"
Expected output (values are for example purposes only):
<?xml version="1.0" encoding="ISO-8859-1" ?><pe><record><peid>1</peid><chn>801</chn>
<inp>RF2</inp><chname>Effete H.264
1080i</chname><caauth>Yes</caauth><caencrypt>Yes</caencrypt>
<cascramble>Yes</cascramble><caid>SA</caid><prgmstatus>Active</prgmstatus>
<pmtpid>5801</pmtpid><pcrpid>2100</pcrpid><srstatus>Primary</srstatus><srtype>None</srtype>
<srstartime>2007/09/01 00:00:00</srstartime>
<srendtime>2007/09/01
00:00:00</srendtime><peenabled>Yes</peenabled><hdlicensed>No</hdlicensed>
<chsource>User</chsource></record></pe>
Input (request JSON output):
curl -k -H "X-SESSION-ID: $token" "https://192.168.0.1/ws/v2/status/pe?peid=1&js=1"
Expected output (values are for example purposes only):
{
"pe": {
"record": {
"peid": "1",
"chn": "801",
"inp": "RF2",
"chname": "Effete H.264 1080i",
"caauth": "Yes",
"caencrypt": "Yes",
"cascramble": "Yes",
"caid": "SA",
"prgmstatus": "Active",
"pmtpid": "5801",
"pcrpid": "2100",
"srstatus": "Primary",
"srtype": "None",
"srstartime": "2007/09/01 00:00:00",
"srendtime": "2007/09/01 00:00:00",
"peenabled": "Yes",
"hdlicensed": "No",
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
Description
SR end time
Type: Time
Values: for example, "2007/09/01 00:00:00"
PE enabled
Type: String
Values: "Yes", "No"
HD Licensed
Type: String
Values: "Yes", "No"
Channel source
Type: String
Values: "User", "First Chan", "LEC", "ADP Force Tune", "DR",
"SR", "Powerup"
PE Status Command
51

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents