Update camera switcher integration details

Allows clients to configure their camera switcher integration.

NOTE: Only supported for HDL310 and HDL410 devices.

admin role required

Example Request Body (Using access token)

{
  "ipOrHostname": "10.43.0.245",
  "port": 443,
  "enabled": true,
  "accessToken": "access-token-here"
}

Example Request Body (Using username and password)

{
  "ipOrHostname": "10.43.0.245",
  "port": 443,
  "enabled": true,
  "username": "username-here",
  "password": "password-here"
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Headers
string
required

Identifier for the integration application or service. This is intended for you to specify the name of your integration. Use this same value every time your integration calls into the Nureva device. There is no strict format as long as the value is limited to 500 characters. For example, "MyCompany Integration", "Power API", "SyncMaster", "Cloud Orchestrator", "Ultimate Audio Overlord" are all acceptable values.

string
required

Identifier for the integration version. This is intended for you to specify the version of your integration application or service. There is no strict format as long as the value is limited to 500 characters. For example, "1", "2.0", "1.5.2", "beta", "1.0.0-alpha", "1.0.0+20250102" are all acceptable values.

Body Params

The request body to update the camera switcher integration details.

string

IP or hostname of the camera switcher

integer

Configured port for communicating with the camera switcher

string

Username for generating an access token. (Username and password are both required in order to successfully generate a new access token)

string

Password for generating an access token. (Username and password are both required in order to successfully generate a new access token)

string

Access token required for communicating with the camera switcher. (Will be generated automatically if username and password are used)

boolean

Whether the camera switcher integration is enabled or not

Responses
202

Success

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json