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
}

Autorizzazioni

X-Aegister-Token
string
header
obbligatorio

Corpo

organization
number

Organization unique identifier for which the Cloud Defender is installed.

Esempi:

5

10

15

fqdn
string

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

Esempio:

"sample.com"

email
string<email>

Email address of the Cloud Defender manager.

endpoint
string<ipv4>

Web application exposed interface address.

Esempio:

"11.22.33.44"

services
enum<string>[]

The services you need to activate for the web application.

Opzioni disponibili:
Caching,
DDoS,
OneFirewall,
WAF

Risposta

error
integer

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

Intervallo richiesto: 0 <= x <= 0
Esempio:

0

messages
array

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

Esempio:
[]
ticket
number

Created Cloud Defender unique id.