Documentation for Dashboard API
https://api.ruckus.cloud/
https://api.eu.ruckus.cloud/
https://api.asia.ruckus.cloud/
- RUCKUS One API host for North American region.
https://api.ruckus.cloud/mspLabels
- RUCKUS One API host for European region.
https://api.eu.ruckus.cloud/mspLabels
- RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud/mspLabels
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Ok
The UUID of alarm notification logo file.
The UUID of ping notification logo file.
The UUID of Ruckus Analytics logo file.
The UUID of ping login logo file.
The UUID of default logo file.
The URL at which to obtain customer support from your MSP.
The contact support behavior of MSP tenant.
The URL at which to open a customer support case with your MSP.
The URL to view your open customer support cases.
The change password URL of MSP tenant.
{ "msp_label": "msp-label", "logo_uuid": "b183ae56-e081-11e9-8a34-2a2ae2dbcce4.jpg", "alarm_notification_logo_uuid": "b183ae56-e081-11e9-8a34-2a2ae2dbcce4.jpg", "ping_notification_logo_uuid": "b183ae56-e081-11e9-8a34-2a2ae2dbcce4.jpg", "mlisa_logo_uuid": "b183ae56-e081-11e9-8a34-2a2ae2dbcce4.jpg", "ping_login_logo_uuid": "b183ae56-e081-11e9-8a34-2a2ae2dbcce4.jpg", "default_logo_uuid": "b183ae56-e081-11e9-8a34-2a2ae2dbcce4.jpg", "msp_fqdn": "wifi.sampledomain.com", "contact_support_url": "http://support.sampledomain.com/", "contact_support_behavior": "redirect", "open_case_url": "http://support.sampledomain.com/opencase", "open_case_behavior": "redirect", "my_open_case_url": "http://support.sampledomain.com/myopencase", "my_open_case_behavior": "redirect", "change_password_url": "http://wifi.sampledomain.com/password", "msp_phone": "+6501234567", "msp_email": "support@msp.com", "msp_website": "http://wifi.sampledomain.com", "msp_external_id": "0015B000015bJEfQAM", "msp_tenant_name": "sampledomain Inc.", "mspLogoFileDataList": [ { … } ], "preferredWisprProvider": { "id": "string", "createdDate": "2019-08-24T14:15:22Z", "updatedDate": "2019-08-24T14:15:22Z", "providerName": "string", "apiKey": "string", "apiSecret": "string", "customExternalProvider": true, "auth": { … }, "acct": { … }, "parentId": "string" }, "domain_suffix": "string" }
- RUCKUS One API host for North American region.
https://api.ruckus.cloud/mspCustomers/{customerId}
- RUCKUS One API host for European region.
https://api.eu.ruckus.cloud/mspCustomers/{customerId}
- RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud/mspCustomers/{customerId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
{ "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": [ { … } ] }
The street address of the MSP-EC account.
The postal code of the MSP-EC account.
The phone number of the MSP-EC account.
The fax number of the MSP-EC account.
The map URL of the MSP-EC account.
The effective date of the MSP-EC account.
The expiration date of the MSP-EC account.
- RUCKUS One API host for North American region.
https://api.ruckus.cloud/mspCustomers/{customerId}
- RUCKUS One API host for European region.
https://api.eu.ruckus.cloud/mspCustomers/{customerId}
- RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud/mspCustomers/{customerId}
- 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": [ { … } ] }
{ "requestId": "string", "tenantId": "string" }