Documentation for Dashboard API
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/mspCustomers/{customerId}/admins/{adminId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/mspCustomers/{customerId}/admins/{adminId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/mspCustomers/{customerId}/admins/{adminId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload- RUCKUS One API host for North American region.https://api.ruckus.cloud/mspCustomers
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/mspCustomers
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/mspCustomers
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
application/json
[ { "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": [ … ] } ]
Body
- application/vnd.ruckus.v1.2+json
- application/vnd.ruckus.v1.1+json
- application/vnd.ruckus.v1+json
- application/json
The MSP-EC mailing address' street name and number.
Example: "350 West Java st"
The MSP-EC mailing address' geographical state.
Example: "CA"
The MSP-EC mailing address' postal code.
Example: "95089"
The map URL corresponding to the MSP-EC's mailing address.
Example: "https//map.gogle.com/zsdweews"
The date when the MSP-EC's service started.
Example: "2019-09-14 01:12:51Z"
The date when the MSP-EC's service terminates/terminated.
Example: "2020-09-14 01:12:51Z"
The email address of the first MSP-EC administrator added to the account by the MSP.
Example: "john.wang@sampledomain.com"
The first name of the first MSP-EC administrator added to the account by the MSP.
Example: "John"
The last name of the first MSP-EC administrator added to the account by the MSP.
Example: "Wang"
The admin role of the first MSP-EC administrator.
Example: "PRIME_ADMIN,ADMIN,READ_ONLY"
The tenant type of the MSP EC administrator.
Example: "MSP, MSP_INTEGRATOR, MSP_INSTALLER"
Grant or revoke access to tenants to manage the customer.
Grant or revoke access to admins to manage the customer.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/mspCustomers
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/mspCustomers
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/mspCustomers
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "account_id": "string", "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", "admin_email": "john.wang@sampledomain.com", "admin_firstname": "John", "admin_lastname": "Wang", "admin_role": "PRIME_ADMIN,ADMIN,READ_ONLY", "tenant_type": "MSP, MSP_INTEGRATOR, MSP_INSTALLER", "licenses": { "trialAction": "ACTIVATE", "assignments": [ … ], "subscription_start_date": "string", "subscription_end_date": "string" }, "delegations": [ { … } ], "admin_delegations": [ { … } ], "tier": "GOLD, PLATINUM" }
Response
"string"