How to view contents of GeoDB files loaded on the controller via UI/API
search cancel

How to view contents of GeoDB files loaded on the controller via UI/API

book

Article ID: 427486

calendar_today

Updated On:

Products

VMware Avi Load Balancer

Issue/Introduction

How to view contents of GeoDB files loaded on the controller via UI/API

Environment

All Environments

Resolution

Make a following API call to list out all GeoDB files loaded on the controller. It will list all the GeoDB files under </var/lib/avi/gslb/>

https://controllerIP?uri=controller://gslb


Then make the following <curl> call to download the GeoDB file and view its content:

admin@10-x-x-x:~$ curl -k -X GET  -u username:password https://controllerIP/api/fileobject/<fileobject-uuid>/file -o filename