Skip to content
New issue

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

Web API #611

Open
6 of 26 tasks
sebthebert opened this issue Nov 10, 2014 · 2 comments
Open
6 of 26 tasks

Web API #611

sebthebert opened this issue Nov 10, 2014 · 2 comments

Comments

@sebthebert
Copy link
Collaborator

  • GET /alert
  • GET /alert/:alert_name
  • POST /alert/:alert_name
  • DELETE /alert/:alert_name
  • GET /devices
  • GET /device/:device_name
  • POST /device/:device_name
  • DELETE /device/:device_name
  • GET /devicegroups
  • GET /devicegroup/:devicegroup_name
  • GET /loglevel
  • GET /services
  • GET /service/:service_name
  • POST /service/:service_name
  • DELETE /service/:service_name
  • GET /servicegroups
  • GET /servicegroup/:devicegroup_name
  • GET /tables
  • GET /table/:table_name
  • POST /table/:table_name
  • DELETE /table/:table_name
  • GET /taxonomy
  • GET /reports
  • GET /report/:report_name
  • POST /report/:report_name
  • DELETE /report/:report_name
@sebthebert sebthebert self-assigned this Nov 10, 2014
@sebthebert sebthebert added this to the Octopussy 2.0 milestone Nov 10, 2014
@sebthebert
Copy link
Collaborator Author

457a10c

Starting octopussy_api.pl

API handling:

  • GET /services
  • GET /service/:service_name
  • GET /tables
  • GET /table/:table_name

@sebthebert
Copy link
Collaborator Author

1dbf798

API updated with:

  • GET /loglevel
  • GET /taxonomy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant