Quick Start
Documentation
API
GitHub
Quick Start
Documentation
API
GitHub
  • Table of Contents

  • Overview
    • Why KAOPS
    • What is KAOPS
    • Core Concepts
  • Getting Started
    • UI Overview
    • Preparing Test Clusters
    • Quick Start
  • Operator Manual
    • Organizations
    • Clusters
    • Networks (Cluster Groups)
    • Repositories
    • Applications (GitOps)
    • Observability
    • Secrets
    • Infrastructure as Code
    • Subscriptions
  • GraphQL API
  • Legal
    • Privacy Policy
    • Terms and Conditions

GraphQL APIs

Before accessing self documented GraphQL APIs, you will need an acces token. You can create one at Account -> Personal Access Tokens. alt text

Choose a name and expiration date, and click Save. alt text

Save this token data in a secure place, because we will not show you the data again.

To use the GraphQL APIs, open a new browser tab to KAOPS Backend GraphQL API endpoint where you will find an Apollo site to help you access the APIs.

To query all your clusters, select the clusters:ClusterList! query and enter your personal access token as your 'apikey'. You can see your three clusters were returned in the query.
alt text

Mutations are also supported to create and modify objects in GraphQL. For more information on API access, please contact Nethopper support at support@nethopper.io.

Edit this page
Last Updated:
Contributors: cmunford73, Mateusz Sobczyk
Prev
Operator Manual
Next
Legal