DDoS Attacks per Protected Object

Overview

A list of all ongoing DDoS attacks over a period of time for a selected protected object.

REST Endpoint: /mgmt/ap/query/v1/tenants/default/reports/AllAttacksPerProtectedObjectList

Requests

GET /mgmt/ap/query/v1/tenants/default/reports/AllAttacksPerProtectedObjectList

Query Parameters

Name Type Required Description
filter string False Specifies a string or integer used to filter the results. You can filter based on one or more parameters.
from string False Specifies time to start results. The default uses the values of “-1d” for from and “now” for to, which starts from 1 day before the current time and ends at the current time.
orderby string False Specifies the sorting parameter and order to apply to results. You can sort by reportedObject, reportedObjectType, health, attacksCount, dosProfileName or deviceName. The sort order can be ascending (asc) or descending (desc). The default value is “startTime asc”, which sorts by startTime in ascending order.
protectedObject string False The name of the selected protected object under DDoS attack.
skip number False Specifies the number of results in the ordered list to skip. The default value of skip is 0, meaning none are skipped and the results range from 1 to the top value.
to string False Specifies time to end results. The default uses the values of “-1d” for from and “now” for to, which starts from 1 day before the current time and ends at the current time.
top number False Specifies the maximum number of results in the ordered list. The default value is 10.

Response

HTTP/1.1 200 OK

Name Type Description
items object The items that appear in the query.
     attackID string The attack’s unique identifier.
     attackMitigationId string The identifier of the mitigation type applied to the attack.
     detectionMode string The attack’s detection mode.
     dosProfiles object The DoS profile that detected the attack.
          id string The profile’s unique identifier.
          link string The link to the profile.
          name string The profile’s name.
          partition string The partition assigned to the profile.
     dosProfileName string The name of the DoS profile that detected the attack.
     severity string The severity of the attack.
     protectedObject string The protected object that was attacked.
     protectedObjectId string The unique identifier of the attacked protected object.
     protectedObjectType string The type of protected object attacked.
     protocol string The protocol that detected the attack.
     startTime number The time the attack was first detected.
itemsPerPage long The number of items per page.
pageIndex long The chronological page number as of which to display query results.
startIndex long The chronological item number as of which to display query results.
total int The total number of items queried.
totalPages long The total number of pages in the query result.

Permissions

Role Allow
Security Manager Yes

Examples

None