Create Virtual Cluster
Creates a new virtual cluster associated with the specified Event Gateway.
Request body
Example request
{
"authentication": [
{
"principals": [
{
"password": "${vault.env['MY_ENV_VAR']}"
}
]
}
],
"dns_label": "vcluster-1",
"labels": {
"env": "test"
}
}Response
Created
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.215
- ○
added the new optional request property
authentication/items/oneOf[VirtualClusterAuthenticationClientCertificate]/fetch_kong_identity_principalnew-optional-request-property
- ○
added the new optional request property
authentication/items/oneOf[VirtualClusterAuthenticationOauthBearer]/fetch_kong_identity_principalnew-optional-request-property
- ○
added the new optional request property
authentication/items/oneOf[VirtualClusterAuthenticationSaslPlain]/fetch_kong_identity_principalnew-optional-request-property
- ○
added the new optional request property
authentication/items/oneOf[VirtualClusterAuthenticationSaslScram]/fetch_kong_identity_principalnew-optional-request-property
- ○
added the optional property
authentication/items/oneOf[VirtualClusterAuthenticationClientCertificate]/fetch_kong_identity_principalto the response with the201statusresponse-optional-property-added
- ○
added the optional property
authentication/items/oneOf[VirtualClusterAuthenticationOauthBearer]/fetch_kong_identity_principalto the response with the201statusresponse-optional-property-added
- ○
added the optional property
authentication/items/oneOf[VirtualClusterAuthenticationSaslPlainSensitiveDataAware]/fetch_kong_identity_principalto the response with the201statusresponse-optional-property-added
- ○
added the optional property
authentication/items/oneOf[VirtualClusterAuthenticationSaslScram]/fetch_kong_identity_principalto the response with the201statusresponse-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 status201response-property-became-nullable
- ○
the request property
topic_aliasesbecame nullablerequest-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 new optional request property
topic_aliasesnew-optional-request-property
- ○
added the optional property
topic_aliasesto the response with the201statusresponse-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 status201response-property-one-of-added
- ○
added
client_certificatediscriminator mapping keys to theauthentication/items/request propertyrequest-property-discriminator-mapping-added
- ○
added
VirtualClusterAuthenticationClientCertificateto theauthentication/items/request propertyoneOflistrequest-property-one-of-added
- ○
added
client_certificatediscriminator mapping keys to theauthentication/items/response property for the response status201response-property-discriminator-mapping-added
- ▲
- ○
endpoint added
endpoint-added
- ○