cURL
curl --request PATCH \ --url https://api.gcore.com/cloud/v1/laas/{project_id}/{region_id}/status \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "is_initialized": true, "namespace": "custom" }'
{ "is_initialized": true, "namespace": null }
Update the status of Logging as a Service (LaaS) for the specified project and region. This endpoint allows enabling or disabling LaaS functionality.
32
Was this page helpful?