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 #231 background imageLoading...
Page #231 background image
DescriptionURI Argument
Audio SDI Device Instance
Type: Integer
Value: 1
For this command, the only valid value for sdiindex is
1. This is not to be confused with the sdiindex value
(1..2) range that applies for other commands (such as
ws/v2/service_cfg/decode/sdiaudio).
Note
sdiindex (key)
SDI Audio Preference/AES Output Control
Type: String
Values: "CM Samples", "Compressed"
sdipref
POST Examples:
Example 1: Set Audio Device SDI Preference
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 sets the sdipref to Compressed. Please note that the
device index must be specified in the URI as well as the sdiindex. For this example the sdipref will be set for
audio device 1 and sdiindex 1.
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&sdiindex=1&sdipref=Compressed"
If successful, the return body will look like:
"response": {
"code": "10",
"result": "success",
"message": ""
}
GET Examples:
Example 2: Retrieve the Audio Device SDI Preference setting
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. In this example the audio device is 1 and sdiindex is 1. Please note
that the only argument of this command is sdipref hence it must be part of the URI.
curl -X GET -i -H "Accept: application/json" -H "X-SESSION-ID:$token" -k
"https://192.168.0.1/ws/v2/service_cfg/decode/audio?device=1&sdiindex=1&sdipref"
If successful, the return body will look like:
"decode": {
"audio": {
"sdipref": "Compressed"
}
}
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
219
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