Skip to content

Overview

A venue is a physical location in Ruckus Cloud where you deploy and manage networking devices such as access points and switches. A venue can range from a small room to a large multistory building and includes address information to identify its physical location. Each venue can contain multiple networking devices, but each AP or switch belongs to only one venue.

Download OpenAPI description
Languages
Servers
RUCKUS One API host for North American region.
https://api.ruckus.cloud
RUCKUS One API host for European region.
https://api.eu.ruckus.cloud
RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud

Venue

Manage venue.

Operations

Access VenuesDeprecated

Request

Get venue list. This method will be removed no sooner than 08/31/2026.

No request payload

Responses

OK

BodyArray [
idstring

Venue identifier

namestring[ 2 .. 63 ] characters\s*\S+\s*\S+.*required

Venue name

descriptionstring

Venue description

addressobject(AddressView)required

Address

address.​countrystringrequired

Country

address.​countryCodestring

Country code

address.​citystringrequired

City name

address.​addressLinestring

Address line

address.​latitudenumber(double)

Latitude

address.​longitudenumber(double)

Longitude

address.​timezonestring

Timezone

address.​notesstring

Notes

tagsArray of strings

Venue tags

isTemplateboolean

Checked if its created as a template.

isEnforcedboolean

Checked if its allowed to be updated.

templateContextstring

Checked if its for MSP or MSP-EC.

]
Response
[ { "id": "string", "name": "string", "description": "string", "address": { … }, "tags": [ … ], "isTemplate": true, "isEnforced": true, "templateContext": "string" } ]

Revoke Venues by IDsDeprecated

Request

Delete venues by list. WARNING: Note that all network devices under these venues will be removed as well. This method will be removed no sooner than 08/31/2026.

BodyrequiredArray [
string
]
[ "string" ]

Responses

Accepted

Body
requestIdstring

Operation request identifier

responseany

Response payload

Response
{ "requestId": "string", "response": null }