Skip to main content
POST
/
cloud
/
v1
/
laas
/
{project_id}
/
{region_id}
/
users
Regenerate logging credentials
curl --request POST \
  --url https://api.gcore.com/cloud/v1/laas/{project_id}/{region_id}/users \
  --header 'Authorization: <api-key>'
{
  "password": "LnHyPmVor6dAufMtR8GC5WNcNg5NjjAIksjIlFNbaEQ",
  "username": "2ehwccnfzytsnt576dkmvs"
}

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

Response

LaaS user

password
string
required

Password to be used in log shipper config to write logs to LaaS

Examples:

"LnHyPmVor6dAufMtR8GC5WNcNg5NjjAIksjIlFNbaEQ"

username
string
required

Username to be used in log shipper config to write logs to LaaS

Examples:

"2ehwccnfzytsnt576dkmvs"

I