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 #228 background imageLoading...
Page #228 background image
The device=all must be specified in the URI for Language%20List case when the existing value was
previously set to PMT%20Order because that setting value cannot be combined with any other
"Language%20List" or "Language%20Entry" option value for other devices.
Note
curl -X POST -i -H "Accept: application/json" -H "X-SESSION-ID: $token" -k
"https://192.168.0.1/ws/v2/service_cfg/decode/audio?device=all&langmenu=Language%20Lis
t"
If successful, the return body will look like:
"response": {
"code": "10",
"result": "success",
"message": ""
}
Example 5: Attempt to set Audio decoder langmenu option to PMT Order using device=# instead of
device=all format
The following example assumes that the user has successfully logged onto the unit, received the session ID,
and set it to the variable token. In addition, it is assumed that the IP of the unit is 192.168.0.1. You must
change the IP to the specific unit IP in use.
This example is intended to be run only after Example 4 and attempts to sets the langmenu option to
PMT%20Order on only one device.
The device=all must be specified in the URI for PMT%20Order case because that setting value cannot be
combined with any other "Language%20List" or "Language%20Entry" option value for other devices.
Note
This example is not expected to be successful:
curl -X POST -i -H "Accept: application/json" -H "X-SESSION-ID: $token" -k
"https://192.168.0.1/ws/v2/service_cfg/decode/audio?device=1&langmenu=PMT%20Order"
The return body will look like:
{
"response": {
"code": "10",
"result": "failure",
"message": "Select by PMT Order and Language cannot be combined. Try changing
settings for all Audio devices simultaneously."
}
}
To fix this issue, use device=all in the command to set the same value for all devices first as per Example 3.
Example 6: Attempt to set Audio decoder langmenu option to Language Entry using device=# instead
of device=all format after all Audio devices already have langmenu set to PMT Order
The following example assumes that the user has successfully logged onto the unit, received the session ID,
and set it to the variable token. In addition, it is assumed that the IP of the unit is 192.168.0.1. You must
change the IP to the specific unit IP in use.
The following example is intended to be run only after Example 3 and attempts to sets the langmenu option
to Language%20Entry on only one device.
The device=all must be specified in the URI for Language%20Entry case when the existing value was
previously set to PMT%20Order because that setting value cannot be combined with any other
"Language%20List" or "Language%20Entry" option value for other devices.
Note
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
216
API Definitions
Decode Configuration Commands

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