curl --request GET \
--url https://app.aegister.com/api/v1/cloud-defender/{id} \
--header 'X-Aegister-Token: <api-key>'{
"error": 0,
"messages": "<array>",
"data": {
"id": 2,
"organization": {
"id": 123,
"name": "<string>",
"logo": "<string>"
},
"email": "[email protected]",
"fqdn": "<string>",
"check": {
"stat": {
"fqdn": 0,
"proxy": 0,
"endpoint": 0,
"datetime": "2023-11-07T05:31:56Z"
},
"status": 0,
"web_stat": [
{
"datetime": "2023-11-07T05:31:56Z",
"waf_protection": 1,
"total_managed_requests": 1
}
]
},
"endpoint": "127.0.0.1",
"services": [
"Caching"
]
}
}Get a Cloud Defender configuration from the Web Application.
You can retrieve only a Cloud Defender configuration for an organization you can manage.
curl --request GET \
--url https://app.aegister.com/api/v1/cloud-defender/{id} \
--header 'X-Aegister-Token: <api-key>'{
"error": 0,
"messages": "<array>",
"data": {
"id": 2,
"organization": {
"id": 123,
"name": "<string>",
"logo": "<string>"
},
"email": "[email protected]",
"fqdn": "<string>",
"check": {
"stat": {
"fqdn": 0,
"proxy": 0,
"endpoint": 0,
"datetime": "2023-11-07T05:31:56Z"
},
"status": 0,
"web_stat": [
{
"datetime": "2023-11-07T05:31:56Z",
"waf_protection": 1,
"total_managed_requests": 1
}
]
},
"endpoint": "127.0.0.1",
"services": [
"Caching"
]
}
}Any value different from 0 indicates an error.
More details can be found in messages.
0 <= x <= 0If error is 1, contains zero or more details on the error.
Mostra attributi figli
Cloud Defender unique identifier.
x >= 1Email 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.
(Fully Qualified Domain Name) is your web application domain name.
Mostra attributi figli
Mostra attributi figli
If 1 indicates FQDN service is Active.
0 <= x <= 1If 1 indicates Proxy service is Active.
0 <= x <= 1If 1 indicates Endpoint service is Active.
0 <= x <= 1Latest timestamp this stat object has been updated.
Indicates if all services are up and running.
0 <= x <= 1Contains historic data about Cloud Defender.
Resolution is one Hour.
Mostra attributi figli
Total blocked requests in the time elapsed from this object datetime and the one immediately before.
x >= 0Total requests in the time elapsed from this object datetime and the one immediately before.
x >= 0Web application exposed interface address.
Enabled services for this Cloud Defender
The enabled service.
Caching, DDoS, OneFirewall, WAF