Using curl to Add an Access Point
Using curl to Add an Access Point

Using curl to Add an Access Point

The following example adds an AP using Curl.
curl -X POST "https://<
LAS-URL
>:9443/apname/v1/api/ ap" -H "accept: */*" -H "API-Key: key0" -H "customerId: 0" -H "Content-Type: application/json" -d "{ \"ap_created_name\": \"Plumbing\", \"bssid\": \"B8-8A-60-61-8E-E7\", \"name\": \"ap-name\", \"siteId\": \"store1\"}"