aruba / central-python-workflows

Python workflows and examples for HPE Aruba Central
MIT License
45 stars 27 forks source link

Optional SSL Cert Verify and YAML support #14

Closed karthikeyan-dhandapani closed 4 years ago

karthikeyan-dhandapani commented 4 years ago

1) Move oauth 2.0 API requests from urllib to requests package. 2) Add option for SSL cert validation, so the user can decide if not to verify SSL cert. 3) The scripts now accept both JSON and YAML input files. 4) Update documentation