v32

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

Check logging namespace

Check if a custom namespace name is available for LaaS in the specified project and region.

get/cloud/v1/laas/namespaces/{project_id}/{region_id}/{namespace_name}

Path parameters

project_idinteger required

Project ID

region_idinteger required

Region ID

namespace_namestring required

custom namespace for validation

Response

custom_namespace creation availability

availableboolean required

Is namespace available

namespacestring required

Client namespace

Example response

{
  "available": true,
  "namespace": "custom_namespace"
}