Manage floor plans.
Venues//
- Create Venue Template
Get Venue Template by ID
Update Venue Template
Delete Venue Template by ID
Create Venue Template
Venues (0.2.9)
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
Overview
License
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
- RUCKUS One API host for North American region.https://api.ruckus.cloud/templates/venues/{venueTemplateId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/venues/{venueTemplateId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/templates/venues/{venueTemplateId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
{ "id": "string", "name": "string", "description": "string", "address": { "country": "string", "countryCode": "string", "city": "string", "addressLine": "string", "latitude": 0.1, "longitude": 0.1, "timezone": "string", "notes": "string" }, "tags": [ "string" ], "isTemplate": true, "isEnforced": true, "templateContext": "string", "templateVersion": 0 }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/templates/venues/{venueTemplateId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/venues/{venueTemplateId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/templates/venues/{venueTemplateId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "id": "string", "name": "string", "description": "string", "address": { "country": "string", "countryCode": "string", "city": "string", "addressLine": "string", "latitude": 0.1, "longitude": 0.1, "timezone": "string", "notes": "string" }, "tags": [ "string" ], "isTemplate": true, "isEnforced": true, "templateContext": "string", "templateVersion": 0 }
Response
{ "requestId": "string", "response": { "id": "string", "name": "string", "description": "string", "address": { … }, "tags": [ … ], "isTemplate": true, "isEnforced": true, "templateContext": "string" } }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/templates/venues/{venueTemplateId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/venues/{venueTemplateId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/templates/venues/{venueTemplateId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
{ "requestId": "string", "response": null }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/templates/venues
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/venues
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/templates/venues
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "id": "string", "name": "string", "description": "string", "address": { "country": "string", "countryCode": "string", "city": "string", "addressLine": "string", "latitude": 0.1, "longitude": 0.1, "timezone": "string", "notes": "string" }, "tags": [ "string" ], "isTemplate": true, "isEnforced": true, "templateContext": "string", "templateVersion": 0 }
Response
{ "requestId": "string", "response": { "id": "string", "name": "string", "description": "string", "address": { … }, "tags": [ … ], "isTemplate": true, "isEnforced": true, "templateContext": "string" } }