v58

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-036490116.2 KB
Clusters

Get cluster's permissions of current user

get/clusters/{clusterId}/permissions

Response

Permissions response

dataobject

Key/Value list of permissions. The key is the permission name and the value is the permission CRUD value.

Example response

{
  "data": {
    "DEFINITION": "CRUD",
    "MEMBER": "R"
  }
}