GET
/dbaas-clickhouse/{service-name}/role
curl \
--request GET 'https://api-ch-gva-2.exoscale.com/v2/dbaas-clickhouse/{service-name}/role'
Response examples (200)
{
"roles": [
{
"name": "string",
"uuid": "string",
"privileges": [
{
"name": "string",
"database": "string",
"table": "string",
"grant-option": true,
"column": "string",
"is-partial-revoke": true
}
],
"granted-roles": [
{
"name": "string",
"uuid": "string",
"is-default": true,
"with-admin-option": true
}
]
}
]
}