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" ] }
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Region ID
Hosts of LaaS services
LaaS hosts list schema
Hosts list
Was this page helpful?