cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
665
Views
0
Helpful
0
Replies

CE8.0 OptimalDefinition Threshold60fps over API

manjaria
Level 1
Level 1

I am trying to automate configuration for MX200 - Software ce8.0.1.1e47efe.

I need to set threshold60fps for COnnector 1 in video. When I run

xConfiguration Video Input Connector 1 OptimalDefinition Threshold60fps: never

from https://<ip>/web/xapi  it works fine.

However, same command executed from SSH or sent over XML API from Python as

<Configuration>

<Video>

<Input>

<Connector item="1">

<OptimalDefinition>

  <Threshold60fps>never</Threshold60fps>

</OptimalDefinition>

</Connector>

</Input>

</Video>

</Configuration>

, it returns "No Match on address expression"

On SSH it gives,

*r Configuration (status=Error):

*r Configuration Reason: "No match on address expression."

*r Configuration XPath: "Configuration/Video/Input/Connector[1]/OptimalDefinition/Threshold60fps"

** end

I don't see any references for OptimalDefinition in command.xml or config.xml.

Any workarounds? Is there a way to send commands to /web/xapi from scripts?

0 Replies 0