Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
WAPI call for hotfix information (show upgrade_history)
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2020 05:47 AM
3075     0
Hi!
Does anyone know how to get the hotfix status for a Grid member through the WAPI? (if even possible)
Found some calls but related to upgradestatus and I belive those won't work....
hotfix : Upgrade process hotfix. The structure provides information about the status of upgrade process hotfixes.
Thanks in advance
Labels:
Re: WAPI call for hotfix information (show upgrade_history)
[ Edited ]Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2020 05:33 AM - edited 07-28-2020 05:33 AM
3075     0
This should work but it's not returning anything on my grid:
curl -k -u admin:infoblox -X GET "https://192.168.1.2/wapi/v2.9/upgradestatus?type=VNODE&_return_fields%2b=hotfixes"
Here's the schema, it describes each of the potential return values, including the hotfixes structure:
curl -k1 -u admin:infoblox -X GET 'https://192.168.1.2/wapi/v2.9/upgradestatus?_schema&_schema_version=2&_get_doc=1'