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
I would like to add a function to update a component, Updating a component status by api could be very useful to automate an status page.
The text was updated successfully, but these errors were encountered:
Hi @joelibaceta, That's indeed useful.
Please note that using cachet.reportIncident(incident) automatically updates the affected component_id's component_status to whatever you choose. https://github.com/eladnava/cachet-api#report-an-incident
cachet.reportIncident(incident)
component_id
component_status
If you just want to update the status without reporting an incident, you could submit a PR with the new functionality.
Sorry, something went wrong.
Thanks I'm going to work in the PR
No branches or pull requests
I would like to add a function to update a component, Updating a component status by api could be very useful to automate an status page.
The text was updated successfully, but these errors were encountered: