Skip to main content

GetMachinesList

Broadcast Manager Endpoint:
http://machineName:8753/CambriaBM/v1/Machines

Stream Manager Endpoint:
http://machineName:8757/CambriaLM/v1/Machines

Description

Retrieve all Cambria Live/Stream machines' identifiers detected by the Broadcast/Stream Manager.

  • Note: The machine identifier can change if the client machine re-registers.
  • By default, all known machines are returned if no arguments are provided.

Arguments

NameTypeDescription
StatusStringOptional. Filters machines by their status. Allowed values: Online, Offline, Standby, ColdStandby.

HTTP Method

GET

HTTP XML Response

ElementParentDescription
ContentNoneContainer of the response
StatusContentLogs of the API call
ServerRequestStatusInformation about the request
ErrorStatusInformation about errors, if any exist
MachinesContentContains all machines
MachineMachinesContains unique identifier of a machine

HTTP Status Codes

ValueDescription
200Successfully processed
400Invalid parameters
5xxUnable to retrieve machines list due to server error