Skip to content

List all certificate-based clusters

GET
/api/v4/discover-cert-based-clusters

Lists all certificate-based clusters associated with a project. This feature was introduced in GitLab 17.9.

group_id
required
integer
nullable

The group ID to find all certificate-based clusters in the hierarchy

OK

Media type application/json
object
groups
object
projects
object
Example generated
{
"groups": {},
"projects": {}
}

Bad Request

Forbidden