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