Anti DDoS Service (Anti_DDoS)

The Anti_DDoS client is the command-line interface (CLI) for the Anti DDoS Service (Anti_DDoS) API and its extensions.

For help on a specific antiddos command, enter:

$ openstack antiddos help SUBCOMMAND

Floating IP operations

antiddos floatip events

List Anti DDoS FloatingIP events

openstack antiddos floatip events
    [--sort-column SORT_COLUMN]
    [--sort-ascending | --sort-descending]
    <UUID>
--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

--sort-ascending

sort the column(s) in ascending order

--sort-descending

sort the column(s) in descending order

UUID

UUID of the floating IP.

This command is provided by the otcextensions plugin.

antiddos floatip list

List Anti DDoS FloatingIP statuses

openstack antiddos floatip list
    [--sort-column SORT_COLUMN]
    [--sort-ascending | --sort-descending]
    [--ip <IP>]
    [--status {normal,configging,notConfig,packetcleaning,packetdropping}]
--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

--sort-ascending

sort the column(s) in ascending order

--sort-descending

sort the column(s) in descending order

--ip <IP>

Floating IP prefix.

--status {normal,configging,notConfig,packetcleaning,packetdropping}

Policy status value.

This command is provided by the otcextensions plugin.

antiddos floatip show

Show the policies of a single floating IP

openstack antiddos floatip show <ID>
ID

UUID of the floating IP.

This command is provided by the otcextensions plugin.

antiddos floatip stat day

List Anti DDoS FloatingIP day statistics

openstack antiddos floatip stat day
    [--sort-column SORT_COLUMN]
    [--sort-ascending | --sort-descending]
    <UUID>
--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

--sort-ascending

sort the column(s) in ascending order

--sort-descending

sort the column(s) in descending order

UUID

UUID of the floating IP.

This command is provided by the otcextensions plugin.

antiddos floatip stat week

List Anti DDoS FloatingIP week statistics

openstack antiddos floatip stat week
    [--sort-column SORT_COLUMN]
    [--sort-ascending | --sort-descending]
    [--start_time <yyyy-MM-ddTHH:mm:ss>]
--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

--sort-ascending

sort the column(s) in ascending order

--sort-descending

sort the column(s) in descending order

--start_time <yyyy-MM-ddTHH:mm:ss>

Start time of the period to be queried.

This command is provided by the otcextensions plugin.

Config operations

antiddos config list

List Anti DDoS Defence policies

openstack antiddos config list
    [--sort-column SORT_COLUMN]
    [--sort-ascending | --sort-descending]
--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

--sort-ascending

sort the column(s) in ascending order

--sort-descending

sort the column(s) in descending order

This command is provided by the otcextensions plugin.