ddos src default app-type¶
DDOS APP type
app-type Specification¶
Parameter
Value
Type
Collection
Object Key(s)
protocol
Collection Name
Collection URI
/axapi/v3/ddos/src/default/{default-address-type}/app-type
Element Name
app-type
Element URI
/axapi/v3/ddos/src/default/{default-address-type}/app-type/{protocol}
Element Attributes
app-type_attributes
Partition Visibility
shared
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/ddos/src/default/{default-address-type}/app-type | ||
Create List | POST | /axapi/v3/ddos/src/default/{default-address-type}/app-type | ||
Get Object | GET | /axapi/v3/ddos/src/default/{default-address-type}/app-type/{protocol} | ||
Get List | GET | /axapi/v3/ddos/src/default/{default-address-type}/app-type | ||
Modify Object | POST | /axapi/v3/ddos/src/default/{default-address-type}/app-type/{protocol} | ||
Replace Object | PUT | /axapi/v3/ddos/src/default/{default-address-type}/app-type/{protocol} | ||
Replace List | PUT | /axapi/v3/ddos/src/default/{default-address-type}/app-type | ||
Delete Object | DELETE | /axapi/v3/ddos/src/default/{default-address-type}/app-type/{protocol} |
app-type-list¶
app-type-list is JSON List of app-type attributes
app-type-list : [
]
app-type attributes¶
protocol
Description ‘dns’: dns; ‘http’: http; ‘ssl-l4’: ssl-l4; ‘sip’: sip;
Type: string
Supported Values: dns, http, ssl-l4, sip
template
Description: template is a JSON Block. Please see below for template
Type: Object
user-tag
Description Customized tag
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
template¶
Specification
Value
Type
object
dns
Description DDOS dns template
Type: string
Format: string-rlx
Maximum Length: 128 characters
Maximum Length: 1 characters
http
Description DDOS http template
Type: string
Format: string-rlx
Maximum Length: 128 characters
Maximum Length: 1 characters
sip
Description DDOS sip template
Type: string
Format: string-rlx
Maximum Length: 128 characters
Maximum Length: 1 characters
ssl-l4
Description DDOS SSL-L4 template
Type: string
Format: string-rlx
Maximum Length: 128 characters
Maximum Length: 1 characters