Download OpenAPI specification:Download
Serverless Cloud Gateways Manager API
Update an individual serverless cloud gateway.
| controlPlaneId required | string <uuid> Example: bf138ba2-c9b1-4229-b268-04d9d8a6410b Id of the Serverless Cloud Gateway control plane |
| 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 '_'. |
{- "labels": {
- "test": "true"
}
}{- "control_plane": {
- "id": "d32d905a-ed33-46a3-a093-d8f536af9a8a",
- "prefix": "518da50bf7",
- "region": "eu"
}, - "gateway_endpoint": "kong-518da50bf7euab123.kongcloud.dev",
- "created_at": "2023-01-11T02:30:42.227Z",
- "updated_at": "2023-01-11T02:30:42.227Z",
- "labels": {
- "test": "true"
}
}