Skip to main content

SetEventInfo

Broadcast Manager Endpoint:
http://machineName:8753/CambriaBM/v1/Events/[EventID]/Info

Stream Manager Endpoint:
http://machineName:8757/CambriaLM/v1/Events/[EventID]/Info

Description

Update the information for a specific event, such as its name, start/stop time, and configuration.

Arguments

NameTypeDescription
EventIDStringThe ID of the event to update.
EventInfoXMLXML structure containing the updated event information.

HTTP Method

PUT

HTTP XML Response

ElementParentDescription
ContentNoneContainer of the response
StatusContentLogs of the API call

HTTP Status Codes

ValueDescription
200Successfully processed
400Invalid parameters
404Event not found
5xxServer error while updating event information