G

Google Kubernetes Engine API

REST discovered

Details
URL
https://container.googleapis.com/
Docs
https://docs.cloud.google.com/kubernetes-engine/docs/reference/rest
Authentication
Google OAuth 2.0 access token for Google Cloud / GKE API oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

Create OAuth credentials in Google Cloud Console API Credentials or use an existing Google Cloud identity to obtain an access token. For local/dev use, the easiest path is to authenticate with gcloud auth application-default login or gcloud auth login, then request a token with scopes such as https://www.googleapis.com/auth/container, https://www.googleapis.com/auth/container.read-only, or https://www.googleapis.com/auth/cloud-platform as documented in the Container API discovery document.

Google Cloud API key api_key discovered Get key ↗
?key=<credential>

In Google Cloud Console API Credentials, create an API key for your project. The Container API discovery document says the key query parameter is an API key and is required unless you provide an OAuth 2.0 token.