GET
/
cloud
/
v1
/
laas
/
{region_id}
/
hosts
curl --request GET \
  --url https://api.gcore.com/cloud/v1/laas/{region_id}/hosts \
  --header 'APIKey: <api-key>'
{
  "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"
  ]
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

region_id
integer
required

Region ID

Response

200
application/json

Hosts of LaaS services

LaaS hosts list schema