Broker Services REST Endpoints

Broker Control/Broker Services
Use for managing broker services.
Create a Broker Service
Method: post
Path: /api/broker/Services
Delete a Broker Service
Method: delete
Path: /api/broker/Services/{id}
Get a Broker Service by ID
Method: get
Path: /api/broker/Services/{id}
Get Broker Service States
Method: get
Path: /api/broker/Services/readStates
Get Broker Services
Method: get
Path: /api/broker/Services
Get Broker Services for Combo Boxes and Item Selectors
Method: get
Path: /api/broker/Services/readForSelect
Reload Service Configuration
Method: get
Path: /api/broker/Services/executeReloadConfig
Restart a Service
Method: get
Path: /api/broker/Services/executeRestart
Start a Service
Method: get
Path: /api/broker/Services/executeStart
Stop a Service
Method: get
Path: /api/broker/Services/executeStop
Update a Broker Service
Method: put
Path: /api/broker/Services/{id}