Sites
sites
Methods
Retrieve a list of sites.
Create a new site.
Get details for a specific site.
Delete a site.
NOTE: Site deletion is permanent and cannot be undone. Any recordings stored at this site will no longer be available through Foxglove.
For edge and self-hosted sites, you should shut down your deployment before deleting
the site through the API.
If the site type is self-hosted, the contents of your inbox and lake buckets will not be
affected by this action, and should be cleaned up separately after deleting the site.
If the site type is edge, any files in edge storage will not be affected by this action.
Domain types
Inbox Notification Tokens
sites.inbox_notification_tokens
Methods
List inbox notification tokens
This endpoint returns a token which can be used to authenticate push notifications
from your inbox bucket to the Foxglove API. This token should be used as a query argument
to the /endpoints/inbox-notifications route of this domain, eg.
https://api.foxglove.dev/endpoints/inbox-notifications?token=<token>
See the Primary Site Installation documentation for more details.
Delete an inbox notification token
Domain types
An inbox notification token identifies a site to the inbox-notifications endpoint.
Tokens
sites.tokens
Methods
List site tokens
Create a site token
Delete a site token
Domain types
A SiteToken resource provides site controllers with authentication to the api.