Search code examples
apif5

F5 API call 'message': 'You must enter a view-by entity name'


I'm running a API call for F5 big-ip:

r = requests.get("https://<ip-address>/mgmt/tm/analytics/cpu/report", auth=('admin', 'admin'), verify=False)
pprint.pprint(r.json())

OUTPUT: {'apiError': 26214401, 'code': 400, 'errorStack': [], 'message': 'You must enter a view-by entity name'}

What is the entity name?


Solution

  • Yup, thanks. I had found the correct format.