cURL
curl --request POST \ --url https://api.gcore.com/cloud/v1/laas/{project_id}/{region_id}/users \ --header 'Authorization: <api-key>'
{ "password": "<string>", "username": "<string>" }
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
LaaS user
Password to be used in log shipper config to write logs to LaaS
"LnHyPmVor6dAufMtR8GC5WNcNg5NjjAIksjIlFNbaEQ"
Username to be used in log shipper config to write logs to LaaS
"2ehwccnfzytsnt576dkmvs"
Was this page helpful?