Vai al contenuto principale
POST
/
api
/
v1
/
cloud-defender
cURL
curl --request POST \
  --url https://app.aegister.com/api/v1/cloud-defender \
  --header 'Content-Type: application/json' \
  --header 'X-Aegister-Token: <api-key>' \
  --data '
{
  "organization": 123,
  "fqdn": "<string>",
  "email": "[email protected]",
  "endpoint": "127.0.0.1",
  "services": [
    "Caching"
  ]
}
'
{
  "error": 0,
  "messages": "<array>",
  "ticket": 123
}

Authorizations

X-Aegister-Token
string
header
required

Body

organization
number

Organization unique identifier for which the Cloud Defender is installed.

fqdn
string

(Fully Qualified Domain Name) is your web application domain name.

email
string<email>

Email address of the Cloud Defender manager.

endpoint
string<ipv4>

Web application exposed interface address.

services
enum<string>[]

The services you need to activate for the web application.

Opzioni disponibili:
Caching,
DDoS,
OneFirewall,
WAF

Response

error
integer

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

Intervallo richiesto: 0 <= x <= 0
messages
array

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

ticket
number

Created Cloud Defender unique id.