Konnect Control Planes Configuration

v0.0.1OAS 3.0

OpenAPI 3.0 spec for Kong Gateway’s Admin API.

You can lean more about Kong Gateway at docs.konghq.com
.Give Kong a star at Kong/kong repository.

API Base URL
  • Server 1:https://us.api.konghq.com/v2[Konnect Control Planes Configuration]

    United-States Production region

  • Server 2:https://eu.api.konghq.com/v2[Konnect Control Planes Configuration]

    Europe Production region

  • Server 3:https://au.api.konghq.com/v2[Konnect Control Planes Configuration]

    Australia Production region

  • Server 4:https://me.api.konghq.com/v2[Konnect Control Planes Configuration]

    Middle-East Production region

  • Server 5:https://in.api.konghq.com/v2[Konnect Control Planes Configuration]

    India Production region

Security
konnectAccessToken (http)

The Konnect access token is meant to be used by the Konnect dashboard and the decK CLI to authenticate with.

personalAccessToken (http)

The personal access token is meant to be used as an alternative to basic-auth when accessing Konnect via APIs. You can generate a Personal Access Token (PAT) from the personal access token page in the Konnect dashboard.

Fetch Expected Config Hash

Retrieve the expected config hash for this control plane. The expected config hash can be used to verify if the config hash of a data plane node is up to date with the control plane. The config hash will be the same if they are in sync.

get

Path Parameters

controlPlaneIdstring(uuid)required

The UUID of your control plane. This variable is available in the Konnect manager.

Example:9524ec7d-36d9-465d-a8c5-83a3c9390458

Response

200 application/json

Response body for retrieving the expected config hash of the control plane.

expected_hashstringrequired

The expected configuration hash.

created_atintegerrequired

Date the control plane configuration was created.

updated_atintegerrequired

Date the control plane configuration was last updated.

get/control-planes/{controlPlaneId}/expected-config-hash
 
200 application/json