Cisco D9800 Reference Manual page 184

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

Advertisement

Zixi Input Configuration Command
}
Example 4: GET a specific ZIXI value for a specific ZIXI entry
This example retrieves one specific parameter value, camode, from the ZIXI settings for ZIXI stream 1.
In GET URIs, only the entry selection argument (stream) must contain a value, all other arguments DO
Note
NOT contain values.
curl -X GET -i -H "Accept: application/json" -H "X-SESSION-ID: $token" -k
"https://192.168.0.1/ws/v2/service_cfg/input/zixi?stream=1&camode&js=1"
If successful, the return body will be:
"input": {
}
Example 5: GET multiple ZIXI tuning value for a specific ZIXI stream
This example retrieves multiple parameter values from the ZIXI settings. This example retrieves the camode,
sdten, niten and paten values from ZIXI stream 1.
In GET URIs, only the entry selection argument (stream) must contain a value, all other arguments DO
Note
NOT contain values.
curl -X GET -i
"https://192.168.0.1/ws/v2/service_cfg/input/zixi?stream=2&camode&sdten&paten&niten&js
=1"
If successful, the return body will be:
"input": {
}
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
172
"sdten": "Yes",
"paten": "Yes",
"name": "ZIXI1",
"type": "Pull",
"source": "zixi://tor02lab-s-002.cisco.com",
"sid": "cisco-CAN",
"protport": "2077",
"interface": "Mngmt",
"rowstatus": "Active",
"latency": "5000",
"decrkey": "",
"redmode": "No",
"redsource": "",
"redsid": "",
"reddecrkey": "",
"fecmode": "On",
"fecovhd": "30",
"fecblkms": "50",
"fecconawar": "No",
"fecmaxjitr": "0",
"fecstufnul": "No",
"latmode": "Static",
"adaptmode": "None"
}
"zixi": {
"stream": "1",
"camode": "Std"
-H "Accept: application/json" -H "X-SESSION-ID: $token" -k
"zixi": {
"stream": "1",
"camode": "Std",
"niten": "No",
"paten": "Yes",
"sdten": "Yes"
}
}
API Definitions

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents