API Documentation
Endpoints
- Aegister Threat Blocker
- Cloud Defender
- Cyber Assurance
- Documents
- Notifications
- Organizations
- Perimeter Protection
- Search
- Assessments
- Log Analysis
- VPN
Delete Cloud Defender configuration
Soft delete a Cloud Defender configuration from the Web Application.
You can delete only a Cloud Defender configuration for an organizations you can manage.
curl --request DELETE \
--url https://app.aegister.com/api/v1/cloud-defender/{id} \
--header 'X-Aegister-Token: <api-key>'
{
"error": 0,
"messages": [],
"data": {
"id": 2,
"organization": {
"id": 5,
"name": "Sample Organization",
"logo": "https://sample.com/logo.svg"
},
"email": "johndoe@mail.com",
"fqdn": "sample.com",
"check": {
"stat": {
"fqdn": 1,
"proxy": 1,
"endpoint": 1,
"datetime": "2023-11-07T05:31:56Z"
},
"status": 1,
"web_stat": [
{
"datetime": "2023-11-07T05:31:56Z",
"waf_protection": 50,
"total_managed_requests": 200
}
]
},
"endpoint": "11.22.33.44",
"services": [
"Caching"
]
}
}
Authorizations
Path Parameters
Response
Any value different from 0 indicates an error.
More details can be found in messages
.
0 <= x <= 0
0
If error
is 1
, contains zero or more details on the error.
[]
Cloud Defender unique identifier.
x >= 1
2
Email address of the technical point of contact responsible for managing and overseeing the security aspects of your organization's devices. This email will be used for communication related to security alerts, updates, and important notifications.
"johndoe@mail.com"
(Fully Qualified Domain Name) is your web application domain name.
"sample.com"
If 1
indicates FQDN service is Active.
0 <= x <= 1
1
If 1
indicates Proxy service is Active.
0 <= x <= 1
1
If 1
indicates Endpoint service is Active.
0 <= x <= 1
1
Latest timestamp this stat
object has been updated.
Indicates if all services are up and running.
0 <= x <= 1
1
Contains historic data about Cloud Defender.
Resolution is one Hour.
Total blocked requests in the time elapsed from this object datetime and the one immediately before.
x >= 0
50
Total requests in the time elapsed from this object datetime and the one immediately before.
x >= 0
200
Web application exposed interface address.
"11.22.33.44"
Enabled services for this Cloud Defender
The enabled service.
Caching
, DDoS
, OneFirewall
, WAF
curl --request DELETE \
--url https://app.aegister.com/api/v1/cloud-defender/{id} \
--header 'X-Aegister-Token: <api-key>'
{
"error": 0,
"messages": [],
"data": {
"id": 2,
"organization": {
"id": 5,
"name": "Sample Organization",
"logo": "https://sample.com/logo.svg"
},
"email": "johndoe@mail.com",
"fqdn": "sample.com",
"check": {
"stat": {
"fqdn": 1,
"proxy": 1,
"endpoint": 1,
"datetime": "2023-11-07T05:31:56Z"
},
"status": 1,
"web_stat": [
{
"datetime": "2023-11-07T05:31:56Z",
"waf_protection": 50,
"total_managed_requests": 200
}
]
},
"endpoint": "11.22.33.44",
"services": [
"Caching"
]
}
}