Get cluster UUID

GET /v1/cluster/uuid

Get the UUID of the cluster this broker belongs to. (Note, this UUID is different than the configurable cluster identifier used in metrics.)

Responses

  • 200 application/json

    Cluster UUID response

    Hide response attribute Show response attribute object
    • cluster_uuid string
GET /v1/cluster/uuid
curl \
 --request GET 'http://localhost:9644/v1/cluster/uuid'
Response examples (200)
{
  "cluster_uuid": "string"
}