PATCH
/
cloud
/
v1
/
laas
/
{project_id}
/
{region_id}
/
status
Update logging status
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
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

project_id
integer
required

Project ID

region_id
integer
required

Region ID

Body

application/json
is_initialized
boolean
required

Boolean showing whether client is initialized with LaaS

Examples:

true

namespace
string | null

Optional. Custom namespace

Maximum length: 32
Examples:

"custom"

Response

LaaS status

is_initialized
boolean
required

Boolean showing whether client is initialized with LaaS

Examples:

true

namespace
string | null
required

Client namespace

Examples:

null

"2ehwccnfzytsnt576dkmvs"