cURL
curl --request PATCH \ --url https://api.gcore.com/cloud/v1/laas/{project_id}/{region_id}/status \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "is_initialized": true, "namespace": "custom" } '
{ "is_initialized": true, "namespace": null }
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Project ID
Region ID
Boolean showing whether client is initialized with LaaS
true
Optional. Custom namespace
32
"custom"
LaaS status
Client namespace
null
Was this page helpful?