cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/laas/{project_id}/{region_id}/status \ --header 'Authorization: <api-key>'
{ "is_initialized": true, "namespace": null }
Retrieve the current status of Logging as a Service (LaaS) for the specified project and region.
Was this page helpful?