Supports the activation and deactivation of a managed tenant. Control support team access for managed tenants.
MSP Services (V0.3.3)
Overview
The MSP API provides comprehensive management capabilities for managing multiple MSP managed tenant accounts. This API enables you to manage tenant accounts, control administrator access, customize branding, and schedule firmware upgrades.
The API is designed for managed service providers that manage multiple customer tenant accounts and need to control access delegation, branding customization, and device management operations.
What This API Does
- MSP Tenant Management: Create, retrieve, update, and delete MSP managed tenant accounts and configuration settings
- MSP Tenant Queries: Query and retrieve MSP customer or tech partner data
- MSP Administrator Access Control: Grant or revoke MSP administrator access with role based permissions, delegation capabilities, and cross tenant access control
- MSP Tenant Activation Management: Control MSP tenant status including activation, deactivation, and temporary support team access for troubleshooting
- MSP Branding Customization: Configure custom branding for MSP tenants including logo uploads and brand settings
- MSP Firmware Upgrade Scheduling: Schedule and manage firmware upgrades across managed devices
- MSP Tenant Delegations: Establish and manage delegation relationships between MSP accounts, technology partners, and customer tenants
- MSP Administrator Delegations: Manage administrator assignments and access permissions for MSP tenant accounts
- MSP Administrator Invitations: Send email invitations to MSP administrators for tenant access and onboarding
Key Capabilities
- Multi Tenant Operations: Manage multiple isolated MSP tenant accounts with independent configurations and administrator assignments
- MSP Delegation Support: Support delegation between MSP accounts, integrators, installers, and tenant administrators
- Role Based Access: Assign MSP administrators with specific roles and privilege groups for granular access control
- MSP Tenant Management: Complete MSP tenant management from creation through deactivation and deletion
- Support Access Control: Enable or disable temporary support team access to MSP tenants for assistance
- Custom Branding: Upload and manage custom logos and branding configurations for MSP service delivery
- Scheduled Upgrades: Configure firmware upgrade schedules with recurring or one time scheduling options for MSP managed devices
- Query Capabilities: Retrieve MSP tenant data
Authentication & Authorization
This API uses bearer token authentication with role based access control. MSP administrators must have appropriate permissions to perform operations on tenant accounts and delegation relationships.
- 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 payload{ "msp_label": "msp-label", "name": "Acme Sales", "street_address": 350, "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": [ { … } ] }
- application/json
- application/vnd.ruckus.v1+json
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/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, "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" }
- 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 payload{ "requestId": "string", "tenantId": "string" }
The email of the MSP-EC administrator.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/tenants/{tenantId}/invitations
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/tenants/{tenantId}/invitations
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/tenants/{tenantId}/invitations
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "admin_email": "john.wang@sampledomain.com", "resend": true }
- 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": [ { … } ] }
{ "data": [ { … } ] }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/tenants/files/apiSpecs
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/tenants/files/apiSpecs
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/tenants/files/apiSpecs
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload{ "consolidatedApiUrl": "https://storage.example.com/api/consolidatedApi.zip?signature=..." }