Documentation for Dashboard API
- Add Managed Tenants
Retrieve Managed Tenant
Update Managed Tenant
Remove Managed Tenant
Add Managed Tenants
Download OpenAPI description
Overview
URL
Support Team
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/tenants/{tenantId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/tenants/{tenantId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/tenants/{tenantId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
{ "msp_label": "msp-label", "name": "Acme Sales", "street_address": "350 West Java st", "state": "CA", "country": "US", "postal_code": "95089", "phone_number": "650-123-4567", "fax_number": "650-123-9999", "city": "Sunnyvale", "mapping_url": "https//map.gogle.com/zsdweews", "service_effective_date": "2019-09-14 01:12:51Z", "service_expiration_date": "2020-09-14 01:12:51Z", "is_active": "true", "tenant_id": "6173ca160495421c95be47b42b349067", "parent_tenant_id": "6173ca160495421c95be47b42b349067", "tenant_type": "MSP, MSP_INTEGRATOR, MSP_INSTALLER", "account_id": "_53997fe0-dffb-4bac-bcc1-e21c689a320f_kodzLWdS", "tier": "_53997fe0-dffb-4bac-bcc1-e21c689a320f_kodzLWdS", "logo_url": "string", "privacyFeatures": [ { … } ] }
Bodyrequired
- application/json
- application/vnd.ruckus.v1+json
The street address of the MSP-EC account.
Example: "350 West Java st"
The postal code of the MSP-EC account.
Example: "95089"
The phone number of the MSP-EC account.
Example: "650-123-4567"
The fax number of the MSP-EC account.
Example: "650-123-9999"
The map URL of the MSP-EC account.
Example: "https//map.gogle.com/zsdweews"
The effective date of the MSP-EC account.
Example: "2019-09-14 01:12:51.805Z"
The expiration date of the MSP-EC account.
Example: "2020-09-14 01:12:51.805Z"
- RUCKUS One API host for North American region.https://api.ruckus.cloud/tenants/{tenantId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/tenants/{tenantId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/tenants/{tenantId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "name": "Acme Sales", "street_address": "350 West Java st", "state": "CA", "country": "US", "postal_code": "95089", "phone_number": "650-123-4567", "fax_number": "650-123-9999", "city": "Sunnyvale", "mapping_url": "https//map.gogle.com/zsdweews", "service_effective_date": "2019-09-14 01:12:51.805Z", "service_expiration_date": "2020-09-14 01:12:51.805Z", "licenses": { "trialAction": "ACTIVATE", "assignments": [ … ], "subscription_start_date": "string", "subscription_end_date": "string" }, "tier": "GOLD, PLATINUM", "privacyFeatures": [ { … } ] }
Response
{ "requestId": "string", "tenantId": "string" }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/tenants/{tenantId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/tenants/{tenantId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/tenants/{tenantId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
{ "requestId": "string", "tenantId": "string" }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/tenants
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/tenants
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/tenants
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "data": [ { … } ] }
Response
{ "data": [ { … } ] }