latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-206595122.9 KB

b736a7e375df

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"
  }
}