Skip to content

Upload Qkview using Ansible play and the iHealth API

Notifications You must be signed in to change notification settings

ncasperson/f5-iHealth-Upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

f5-iHealth-Upload

Python script (qk.py) will upload multiple files from directory
The qkvw.yml play will use host vars from Ansible and F5 DevCentral's Galaxy Role to get the alias name of the target, in this example BigIp13 Example Inventory:

[adc]
bigip13    ansible_host=192.168.1.245

Upload Qkview using Ansible play and the iHealth API (thanks to python). Below is the DevCentral article covering the [iHealth API](https://clouddocs.f5.com/api/ihealth/)
From this example you can edit the user_id and user_secret like:
`payload = {'user_id':'[email protected]', 'user_secret':'S3cretP@ssword'}`

About

Upload Qkview using Ansible play and the iHealth API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%