ddos detection settings standalone-settings¶
Configure ddos standalone detection settings
standalone-settings Specification¶
Parameter Value Type Configuration Resource Element Name standalone-settings Element URI /axapi/v3/ddos/detection/settings/standalone-settings Element Attributes standalone-settings_attributes Partition Visibility shared Schema standalone-settings schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/ddos/detection/settings/standalone-settings | ||
Get Object | GET | /axapi/v3/ddos/detection/settings/standalone-settings | ||
Modify Object | POST | /axapi/v3/ddos/detection/settings/standalone-settings | ||
Replace Object | PUT | /axapi/v3/ddos/detection/settings/standalone-settings | ||
Delete Object | DELETE | /axapi/v3/ddos/detection/settings/standalone-settings | ||
standalone-settings attributes¶
action
Description ‘enable’: Enable standalone detector; ‘disable’: Disable standalone detector (default);
Type: string
Supported Values: enable, disable
Default: disable
netflow
Description: netflow is a JSON Block. Please see below for netflow
Type: Object
Reference Object: /axapi/v3/ddos/detection/settings/standalone-settings/netflow
sflow
Description: sflow is a JSON Block. Please see below for sflow
Type: Object
Reference Object: /axapi/v3/ddos/detection/settings/standalone-settings/sflow
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
netflow¶
Specification Value Type object distribute-by-duration
Description ‘enable’: Enable data distribution by flow duration(default); ‘disable’: Disable data distribution by flow duration;
Type: string
Supported Values: enable, disable
Default: enable
listening-port
Description Netflow port to receive packets (Netflow port number(default 9996))
Type: number
Range: 1-65535
Default: 9996
template-active-timeout
Description Configure active timeout of the netflow templates received in mins (Template active timeout(mins)(default 30mins))
Type: number
Range: 2-300
Default: 30
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
sflow¶
Specification Value Type object listening-port
Description sFlow port to receive packets (sFlow port number(default 6343))
Type: number
Range: 1-65535
Default: 6343
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters