Forum Discussion
Dos l7 report via IControl Rest Api
The view-by option follows the tmsh command syntax and includes the following for dos-l7:
tmsh show analytics dos-l7 report view-by:
- application
- client-subnet
- device-id
- dosl7-bot-signature
- dosl7-profile
- pool-member
- transaction-outcome
- user-agent
- client-ip
- country
- dosl7-attack-id
- dosl7-bot-signature-category
- method
- response-code
- url
- virtual
TMSH reference manual: page 139 - https://support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/bigip-tmsh-reference-12-0-0.pdf
To access one of these, here are a few examples using curl: * virtual curl -ksu admin:changeme https://10.154.170.18/mgmt/tm/analytics/dos-l7/report?options=view-by,virtual
-
application curl -ksu admin:changeme https://10.154.170.18/mgmt/tm/analytics/dos-l7/report?options=view-by,application
-
pool-member curl -ksu admin:changeme https://10.154.170.18/mgmt/tm/analytics/dos-l7/report?options=view-by,pool-member
-
url, limit curl -ksu admin:changeme https://10.154.170.18/mgmt/tm/analytics/dos-l7/report?options=view-by,url,limit,200
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com