Manage Configuration Templates.
Config Template Service API & Model Documentation (1.0.0)
Download OpenAPI description
Overview
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/{templateId}/enforcementSettings
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/{templateId}/enforcementSettings
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/templates/{templateId}/enforcementSettings
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "isEnforced": true }
Response
{ "requestId": "b3d3a0a0-0b1a-4b1a-9b0a-0b1a0b1a0b1a" }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/templates/{templateId}/tenants/{tenantId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/{templateId}/tenants/{tenantId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/templates/{templateId}/tenants/{tenantId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "overrides": [ { … } ] }
Response
{ "requestId": "string" }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/templates/{templateId}/instances/query
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/{templateId}/instances/query
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/templates/{templateId}/instances/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "filter": { "status": "DRIFT" } }
Response
{ "data": [ { … } ], "page": 0, "totalCount": 0 }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/templates/{templateId}/dependencies/query
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/{templateId}/dependencies/query
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/templates/{templateId}/dependencies/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "page": 0, "pageSize": 0 }
Response
{ "fields": {}, "totalCount": 0, "page": 0, "pageSize": 0, "requestId": "string", "data": [ { … } ] }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/templates/{templateId}/tenants/{tenantId}/diffReports
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/{templateId}/tenants/{tenantId}/diffReports
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/templates/{templateId}/tenants/{tenantId}/diffReports
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
[ { "diffName": "string", "diffData": [ … ] } ]
- RUCKUS One API host for North American region.https://api.ruckus.cloud/templates/{templateId}/tenants/{tenantId}/diffReports
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/{templateId}/tenants/{tenantId}/diffReports
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/templates/{templateId}/tenants/{tenantId}/diffReports
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
{ "requestId": "b3d3a0a0-0b1a-4b1a-9b0a-0b1a0b1a0b1a" }