cURL
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 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes