We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The agent runs by default, but can be optionally paused by the user.
This task is to reflect that in the UI.
This only applies to the 3rd party brokers today - until we move Team Broker over to use the agent as well.
PR #5081 adds an endpoint to get the current status of the broker.
This task will require:
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
The agent already has a start/stop api
/api/v1/commands/start
/apt/v1/command/stop
These will toggle the client on/off in the agent
There is a app.containers.sendBrokerAgentCommand(broker, command) api where command is string with values
app.containers.sendBrokerAgentCommand(broker, command)
Sorry, something went wrong.
First 2 tasks done.
Start/stop UI still to do
hardillb
cstns
Successfully merging a pull request may close this issue.
The agent runs by default, but can be optionally paused by the user.
This task is to reflect that in the UI.
This only applies to the 3rd party brokers today - until we move Team Broker over to use the agent as well.
PR #5081 adds an endpoint to get the current status of the broker.
This task will require:
Tasks
The text was updated successfully, but these errors were encountered: