Broker Services REST Endpoints
    
        Broker Control/Broker Services
    
Use for managing broker services.
- Create a Broker Service
- Method: postPath:/api/broker/Services
- Delete a Broker Service
- Method: deletePath:/api/broker/Services/{id}
- Get a Broker Service by ID
- Method: getPath:/api/broker/Services/{id}
- Get Broker Service States
- Method: getPath:/api/broker/Services/readStates
- Get Broker Services
- Method: getPath:/api/broker/Services
- Get Broker Services for Combo Boxes and Item Selectors
- Method: getPath:/api/broker/Services/readForSelect
- Reload Service Configuration
- Method: getPath:/api/broker/Services/executeReloadConfig
- Restart a Service
- Method: getPath:/api/broker/Services/executeRestart
- Start a Service
- Method: getPath:/api/broker/Services/executeStart
- Stop a Service
- Method: getPath:/api/broker/Services/executeStop
- Update a Broker Service
- Method: putPath:/api/broker/Services/{id}