v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
Event Gateway Virtual Cluster Policies

Move Cluster Policy

Moves the position of a specific cluster-level policy relative to the chain associated with the Event Gateway virtual cluster. If a policy is defined under a parent policy, it moves the position relative to the sibling policies under the same parent.

post/v1/event-gateways/{gatewayId}/virtual-clusters/{virtualClusterId}/cluster-policies/{policyId}/move

Request body

indexinteger required

The position of the policy relative to the policy chain.

Example request

{
  "index": 2
}

Response

No Content