v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Logging

List logging hosts

Retrieve a list of hosts running LaaS services in the specified region.

get/cloud/v1/laas/{region_id}/hosts

Path parameters

region_idinteger required

Region ID

Response

Hosts of LaaS services

hostsstring[]

Hosts list

Example response

{
  "opensearch": {
    "api": "https://logging-dev.example.com:[443]",
    "dashboards": "https://logging-dev-ui.example.com"
  },
  "kafka": [
    "kafka.example.com",
    "kafka2.example.com",
    "kafka3.example.com"
  ],
  "exporter": [
    "exporter.example.com"
  ]
}