EasyManuals Logo

Cisco D9800 User Manual

Cisco D9800
294 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #184 background imageLoading...
Page #184 background image
"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"
}
}
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
NOT contain values.
Note
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": {
"zixi": {
"stream": "1",
"camode": "Std" }
}
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
NOT contain values.
Note
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=2&camode&sdten&paten&niten&js
=1"
If successful, the return body will be:
"input": {
"zixi": {
"stream": "1",
"camode": "Std",
"niten": "No",
"paten": "Yes",
"sdten": "Yes" }
}
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
172
API Definitions
Zixi Input Configuration Command

Table of Contents

Other manuals for Cisco D9800

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Cisco D9800 and is the answer not in the manual?

Cisco D9800 Specifications

General IconGeneral
BrandCisco
ModelD9800
CategoryReceiver
LanguageEnglish

Related product manuals