Skip to main content

SetMachineSettings

Broadcast Manager Endpoint:
http://machineName:8753/CambriaBM/v1/Machines/[MachineID]/Settings

Stream Manager Endpoint:
http://machineName:8757/CambriaLM/v1/Machines/[MachineID]/Settings

Description

Update the settings of a specific machine managed by the Broadcast/Stream Manager.

Arguments

NameTypeDescription
MachineIDStringThe ID of the machine to update.
SettingsXMLXML structure containing the new settings for the machine.

HTTP Method

PUT

HTTP XML Response

ElementParentDescription
ContentNoneContainer of the response
StatusContentLogs of the API call

HTTP Status Codes

ValueDescription
200Successfully processed
400Invalid parameters
404Machine not found
5xxServer error while updating machine settings