npearce / CaC-Github_Webhook_Server

Automated Network Configuration-as-Code (NCaC) deployments using Github webhook to F5 BIG-IP.
https://redtalks.live/cac/
MIT License
14 stars 5 forks source link

Add example callback curl command #43

Open npearce opened 5 years ago

npearce commented 5 years ago

Add access verification example command to setup documentation:

curl -v -k -X GET https://ip-172-31-1-200.us-west-1.compute.internal/api/v3/ -H 'Authorization: Token {your_token}' -H 'cache-control: no-cache'