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
Example response
{
"available": true,
"namespace": "custom_namespace"
}