Skip to main content
GET
/
service
/
{tenant_name}
/
ddos
/
dia
Get tenant ip_flood
curl --request GET \
  --url https://api.example.com/service/{tenant_name}/ddos/dia \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": 123,
      "name": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "enable": true,
      "labels": {},
      "description": "<string>",
      "scope_type": "system_global",
      "options": [
        {
          "name": "<string>",
          "icon": "<string>"
        }
      ],
      "selected_option": {
        "name": "<string>",
        "icon": "<string>"
      },
      "gate_vi_name": "<string>",
      "is_customize": true,
      "prefix": "<string>"
    }
  ],
  "count": 0,
  "total_count": 0
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenant_name
string
required

Query Parameters

limit
integer
default:0
offset
integer
default:0

Response

Successful Response

items
NBTenantIpFlood · object[]
required
count
integer
default:0
total_count
integer
default:0