Konnect Serverless Cloud Gateways Manager (0.0.1)

Download OpenAPI specification:Download

Serverless Cloud Gateways Manager API

Serverless Cloud Gateways

Update the serverless cloud gateway

Update an individual serverless cloud gateway.

Authorizations:
personalAccessTokensystemAccountAccessToken
path Parameters
controlPlaneId
required
string <uuid>
Example: bf138ba2-c9b1-4229-b268-04d9d8a6410b

Id of the Serverless Cloud Gateway control plane

Request Body schema: application/json
cp_prefix
string

The prefix of the serverless cloud gateway CP.

cp_region
string (Control plane region)
Enum: "us" "eu" "au"

The control plane region.

object (Labels)

Labels to facilitate tagged search on serverless cloud gateways. Keys must be of length 1-63 characters, and cannot start with 'kong', 'konnect', 'mesh', 'kic', or '_'.

Responses

Request samples

Content type
application/json
{
  • "labels": {
    }
}

Response samples

Content type
application/json
{
  • "control_plane": {
    },
  • "gateway_endpoint": "kong-518da50bf7euab123.kongcloud.dev",
  • "created_at": "2023-01-11T02:30:42.227Z",
  • "updated_at": "2023-01-11T02:30:42.227Z",
  • "labels": {
    }
}