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

watch and alert on new sites #8

Open
chrisjsimpson opened this issue Nov 8, 2020 · 0 comments
Open

watch and alert on new sites #8

chrisjsimpson opened this issue Nov 8, 2020 · 0 comments

Comments

@chrisjsimpson
Copy link
Contributor

chrisjsimpson commented Nov 8, 2020

As a owner of deployments I want to be able to

Known Queries

  • get a list of all sites GET /sites
  • lookup site by email address GET /sites?email=
  • lookup site by site url GET /sites?url=
  • be notified of new sites
  • know the status of a site: online/offline (health check)

Response body:

{
uuid: #########,
email: [],
url: site.example.com
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant