-
Notifications
You must be signed in to change notification settings - Fork 381
Server API explorer
dbeaver-devops edited this page Oct 25, 2024
·
9 revisions
CloudBeaver offers a powerful web API through the GraphQL protocol, enabling advanced server interactions and data manipulation.
Note: The API explorer (GraphQL console) is only available when the server is running in Development mode. Ensure that
develMode
is set totrue
in your configuration to enable access.
The GraphQL console is an interface that allows you to test and interact with the API. You can access it by navigating to the following URL:
http://localhost:${serverPort}/${serviceURI}/gql/console
Replace ${serverPort}
and ${serviceURI}
with the actual server port and service URI values set in your
configuration.
For information on configuring these variables, see the Server configuration guide.
- Application overview
- Demo Server
- Administration
- Supported databases
- Accessibility
- Keyboard shortcuts
- Features
- Server configuration
- CloudBeaver and Nginx
- Domain manager
- Configuring HTTPS for Jetty server
- Product configuration parameters
- Command line parameters
- Local Preferences
- Team Edition Overview
- Getting started with Team Edition
- Team Edition Server Configuration
- Projects in Team Edition
- Teams in Team Edition
- Team Edition Deployment
- Roles in Team Edition
- Git integration in Team Edition
- Datasets in Team Edition
-
CloudBeaver Community
-
CloudBeaver AWS
-
CloudBeaver Enterprise
-
Deployment options
-
Development