Get a Virtual Cluster
Returns information about a specific virtual cluster associated with the Event Gateway.
Response
A single virtual cluster object.
Example response
{
"authentication": [
{
"principals": [
{
"password": "${vault.env['MY_ENV_VAR']}"
}
]
}
],
"dns_label": "vcluster-1",
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}Changes
Changed in 5 of the 52 revisions of this API.27
- ○
added the optional property
authentication/items/oneOf[VirtualClusterAuthenticationClientCertificate]/fetch_kong_identity_principalto the response with the200statusresponse-optional-property-added
- ○
added the optional property
authentication/items/oneOf[VirtualClusterAuthenticationOauthBearer]/fetch_kong_identity_principalto the response with the200statusresponse-optional-property-added
- ○
added the optional property
authentication/items/oneOf[VirtualClusterAuthenticationSaslPlainSensitiveDataAware]/fetch_kong_identity_principalto the response with the200statusresponse-optional-property-added
- ○
added the optional property
authentication/items/oneOf[VirtualClusterAuthenticationSaslScram]/fetch_kong_identity_principalto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response property
topic_aliasesbecame nullable for the status200response-property-became-nullable
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the optional property
topic_aliasesto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
added
VirtualClusterAuthenticationClientCertificateto theauthentication/items/response propertyoneOflist for the response status200response-property-one-of-added
- ○
added
client_certificatediscriminator mapping keys to theauthentication/items/response property for the response status200response-property-discriminator-mapping-added
- ▲
- ○
endpoint added
endpoint-added
- ○