v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Logging

Get logging status

Retrieve the current status of Logging as a Service (LaaS) for the specified project and region.

get/cloud/v1/laas/{project_id}/{region_id}/status

Path parameters

project_idinteger required

Project ID

region_idinteger required

Region ID

Response

LaaS status

is_initializedboolean required

Boolean showing whether client is initialized with LaaS

namespacestring nullable required

Client namespace

Example response

{
  "is_initialized": true
}