---
title: "Get tenant ip_flood"
method: GET
path: "/service/{tenant_name}/ddos/dia"
tags: ["tenant - ip-flood"]
---

# Get tenant ip_flood

`GET /service/{tenant_name}/ddos/dia`

## Path parameters

- `tenant_name` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- ItemsListNBTenantIpFlood
  - `items` NBTenantIpFlood[], required
    - `id` integer, required
    - `name` string, required
    - `created_at` string, nullable
    - `updated_at` string, nullable
    - `enable` boolean
    - `labels` object
    - `description` string, nullable
    - `scope_type` 'system_global' | 'tenant_global' | 'tenant_template' | 'tenant_private' | 'generated'
    - `options` NBTenantIpFloodOptionData[], nullable
      - `name` string, nullable
      - `icon` string, nullable
    - `selected_option` NBTenantIpFloodOptionData
      - `name` string, nullable
      - `icon` string, nullable
    - `gate_vi_name` string, nullable
    - `is_customize` boolean, nullable
    - `prefix` string, nullable
  - `count` integer
  - `total_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/zayo/apis/niro-api.md) · [All operations](https://skmtc.net/zayo/apis/niro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zayo/niro-api/versions/c52ac26e1766/schema)
