-
Notifications
You must be signed in to change notification settings - Fork 393
Server API explorer
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.
To generate an API token for authentication, see the Generate API access token guide.
- Application overview
- Demo Server
- Administration
- Server configuration
- Create Connection
- Connection Templates Management
- Access Management
-
Authentication methods
- Local Access Authentication
- Anonymous Access Configuration
- Reverse proxy header authentication
- LDAP
- Single Sign On
- SAML
- OpenID
- AWS OpenID
- AWS SAML
- AWS IAM
- AWS OpenId via Okta
- Snowflake SSO
- Okta OpenId
- Cognito OpenId
- JWT authentication
- Kerberos authentication
- NTLM
- Microsoft Entra ID authentication
- Google authentication
- User credentials storage
- Cloud Explorer
- Cloud storage
- Query Manager
- Drivers Management
- 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
- API
-
CloudBeaver Community
-
CloudBeaver AWS
-
CloudBeaver Enterprise
-
Deployment options
-
Development