Italiano
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": 5, "fqdn": "sample.com", "email": "jdoe@sample.com", "endpoint": "11.22.33.44", "services": [ "Caching" ] }'
{ "error": 0, "messages": [], "ticket": 123 }
Create a new Cloud Defender configuration in the Web Application.
You can create only Cloud Defender configurations for organizations you can manage.
The response is of type object.
object