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.
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
Project ID
Region ID
LaaS status
Boolean showing whether client is initialized with LaaS
Client namespace
null
Was this page helpful?