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.
- application/json
- application/vnd.ruckus.v1+json
List of fields to sort by with their sort order for multiple field sorting.
List of field filters to match documents where fields equal specific values.
Range filter to match documents where field values fall within specified numeric ranges.
Date range filter to match documents within a specific date or time range.
List of field filters to exclude documents where fields equal specific values.
Indicates whether pagination should be based on date fields instead of standard pagination.
Pagination cursor for retrieving results after a specific point in the result set.
List of fields to search within when performing text based searches.
List of fields that must exist in documents for them to be included in results.
List of fields that must not exist in documents for them to be included in results.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/msps/{mspTenantId}/ecInventories/query/csvFiles
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/msps/{mspTenantId}/ecInventories/query/csvFiles
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/msps/{mspTenantId}/ecInventories/query/csvFiles
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "multiSortFields": [ "string" ], "matchFields": [ { … } ], "rangeFilter": { "field": "string", "gte": 0, "lte": 0, "lt": 0 }, "rangeDateFilter": { "field": "string", "gte": 0, "lte": 0, "lt": 0 }, "mustNotMatchField": [ { … } ], "sortField": "string", "sortOrder": "string", "page": 0, "pageByDate": { "value": "string", "key": "string" }, "pageSize": 0, "fields": [ "string" ], "search_after": [ "string" ], "searchTargetFields": [ "string" ], "searchString": "string", "filters": { "property1": [ … ], "property2": [ … ] }, "mustHaveFields": [ "string" ], "mustNotHaveFields": [ "string" ], "termField": { "field": "string", "value": "string" }, "terms": { "property1": [ … ], "property2": [ … ] }, "exists": "string", "groupBy": "string" }
{}