Event Gateway Virtual Cluster Policies
Get a Cluster Policy for Virtual Cluster
Returns information about a specific cluster-level policy associated with the Event Gateway virtual cluster.
get/v1/event-gateways/{gatewayId}/virtual-clusters/{virtualClusterId}/cluster-policies/{policyId}
Response
A single cluster-level policy object.
Example response
{
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}