POST
/
api
/
v1
/
log-analysis
curl --request POST \
  --url https://app.aegister.com/api/v1/log-analysis \
  --header 'Content-Type: type' \
  --header 'X-Aegister-Token: <api-key>' \
  --data '{}'
{
  "error": 0,
  "messages": [],
  "id": 123
}

Authorizations

X-Aegister-Token
string
header
required

Body

Unspecified request body

{key}
any

Response

201
application/json
error
integer

Any value different from 0 indicates an error.
More details can be found in messages.

Required range: 0 <= x <= 0
Example:

0

messages
any[]

If error is 1, contains zero or more details on the error.

Example:
[]
id
number

Created VPN profile unique id.