Event Gateway Virtual Clusters
Get a Virtual Cluster
Returns information about a specific virtual cluster associated with the Event Gateway.
get/v1/event-gateways/{gatewayId}/virtual-clusters/{virtualClusterId}
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"
}