createOrgSite

POST https://{{host}}/api/v1/orgs/:org_id/sites

Body Parameters

NameTypeDescription
namestringRequired. The name of the site
notesstringoptional, any notes about the site
timezonestringTimezone the site is at
country_codestringcountry code for the site (for AP config generation), in two-character
latlnglatlngsite location
addressstringfull address of the site
latfloatlatitude
lngfloatlongitude
sitegroup_idslistsitegroups this site belongs to
rftemplate_idstringRF Template ID, this takes precedence over Site Settings
apporttemplate_idstringAPPort Template ID
secpolicy_idstringSecPolicy ID
alarmtemplate_idstringAlarm Template ID, this takes precedence over the Org-level alarmtemplate_id
networktemplate_idstringNetwork Template ID where site can use as its base Site Setting
gatewaytemplate_idstringGateway Template ID, used by gateways
aptemplate_idstringAP Template ID, used by APs
sitetemplate_idstringSite Template ID

Request Body

{"name"=>"Mist Office", "timezone"=>"America/Los_Angeles", "country_code"=>"US", "rftemplate_id"=>"bb8a9017-1e36-5d6c-6f2b-551abe8a76a2", "secpolicy_id"=>"3bcd0beb-5d0a-4cbd-92c1-14aea91e98ef", "alarmtemplate_id"=>"684dfc5c-fe77-2290-eb1d-ef3d677fe168", "gatewaytemplate_id"=>"6f9b2e75-9b2f-b5ae-81e3-e14c76f1a90f", "aptemplate_id"=>"16bdf952-ade2-4491-80b0-85ce506c760b", "sitetemplate_id"=>"155fb365-05c6-4d54-925f-1ac14244a95e", "latlng"=>{"lat"=>37.295833, "lng"=>-122.032946}, "sitegroup_ids"=>["581328b6-e382-f54e-c9dc-999983183a34", "f57096b9-0c2f-4df6-c77b-ae6ae87a3d43"], "address"=>"1601 S. Deanza Blvd., Cupertino, CA, 95014"}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
X-CSRFTokenstring
Content-Typestring

RESPONSES

status: OK

{"id":"4ac1dcf4-9d8b-7211-65c4-057819f0862b","name":"Mist Office","timezone":"America/Los_Angeles","country_code":"US","latlng":{"lat":37.295833,"lng":-122.032946},"sitegroup_ids":["581328b6-e382-f54e-c9dc-999983183a34","f57096b9-0c2f-4df6-c77b-ae6ae87a3d43"],"address":"1601 S. Deanza Blvd., Cupertino, CA, 95014"}