GET
/
cloud
/
v1
/
laas
/
namespaces
/
{project_id}
/
{region_id}
/
{namespace_name}
curl --request GET \
  --url https://api.gcore.com/cloud/v1/laas/namespaces/{project_id}/{region_id}/{namespace_name} \
  --header 'APIKey: <api-key>'
{
  "available": true,
  "namespace": "custom_namespace"
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

project_id
integer
required

Project ID

region_id
integer
required

Region ID

namespace_name
string
required

custom namespace for validation

Response

200
application/json

custom_namespace creation availability

The response is of type object.