cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/laas/{region_id}/hosts \ --header 'Authorization: <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" ] }
Retrieve a list of hosts running LaaS services in the specified region.
Was this page helpful?