cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/laas/namespaces/{project_id}/{region_id}/{namespace_name} \ --header 'Authorization: <api-key>'
{ "available": true, "namespace": "custom_namespace" }
Check if a custom namespace name is available for LaaS in the specified project and region.
Was this page helpful?