Forum Discussion
IRest - ltm - get measures in an analytics report
- Mar 26, 2023
I fixed my own problem. The value for "measures" needs to be in curly brackets. However, you can't just use:
https://...hostname.../mgmt/tm/analytics/http/report?options=view-by,virtual,limit,1,measures,{a,b}
Curly brackets are URL unsafe, and my clients didn't escape them by default. Maybe because they were in the query part? When I did the escaping myself, it worked.
Note:
{ == %7B
} == %7D
A working example:
Best regards
Vincent
I fixed my own problem. The value for "measures" needs to be in curly brackets. However, you can't just use:
https://...hostname.../mgmt/tm/analytics/http/report?options=view-by,virtual,limit,1,measures,{a,b}
Curly brackets are URL unsafe, and my clients didn't escape them by default. Maybe because they were in the query part? When I did the escaping myself, it worked.
Note:
{ == %7B
} == %7D
A working example:
Best regards
Vincent
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