Skip to content

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.

Download OpenAPI description
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

Tenant Activation Management

Supports the activation and deactivation of a managed tenant. Control support team access for managed tenants.

Operations

View MSP

View MSP and VAR information. Note: this group of endpoints is used to view operational data. They don't provide the means to manage configuration.

Operations

Export End Customer Inventory

Request

Export the list of networking devices installed in our end customers venues.

Path
mspTenantIdstringrequired

Tenant Id of the MSP.

Bodyrequired
multiSortFieldsArray of strings

List of fields to sort by with their sort order for multiple field sorting.

matchFieldsArray of objects(MatchFieldDto)

List of field filters to match documents where fields equal specific values.

rangeFilterobject(RangeFilterDto)

Range filter to match documents where field values fall within specified numeric ranges.

rangeDateFilterobject(RangeFilterDto)

Date range filter to match documents within a specific date or time range.

mustNotMatchFieldArray of objects(MustNotMatchFieldDto)

List of field filters to exclude documents where fields equal specific values.

sortFieldstring

Primary field name to sort the query results by.

sortOrderstring

Sort order for the primary sort field (ASC for ascending, DESC for descending).

pageinteger(int32)
pageByDateobject

Indicates whether pagination should be based on date fields instead of standard pagination.

pageSizeinteger(int32)

Maximum number of results to return per page.

fieldsArray of stringsunique

List of specific fields to include in the query results for projection.

search_afterArray of strings

Pagination cursor for retrieving results after a specific point in the result set.

searchTargetFieldsArray of strings

List of fields to search within when performing text based searches.

searchStringstring

Text string to search for across the specified target fields.

filtersobject

Additional custom filters to apply to the query for advanced filtering scenarios.

mustHaveFieldsArray of strings

List of fields that must exist in documents for them to be included in results.

mustNotHaveFieldsArray of strings

List of fields that must not exist in documents for them to be included in results.

termFieldobject(TermFieldDto)

Field name for term based filtering to match specific term values.

termsobject

List of term values to match against the specified term field.

existsstring

Field name to check for existence in documents.

groupBystring

Field name to group query results by for aggregation purposes.

{ "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" }

Responses

Successful operation.

Body
object(StreamingResponseBody)

Spring streaming response body for file downloads and large data transfers.

Response
{}

Firmware Upgrade Scheduling

Manages firmware upgrade schedules for access points and switches. Supports recurring automated upgrades and one time manual scheduling options.

Operations

Query Inventory Information

Retrieves inventory information. These endpoints are specifically designed for viewing operational data and do not facilitate configuration management.

Operations

Query Delegation Information

Retrieves delegation information. These endpoints are specifically designed for viewing operational data and do not facilitate configuration management.

Operations

Query MSP Customer Information

Retrieves customer information. These endpoints are specifically designed for viewing operational data and do not facilitate configuration management.

Operations

Tenant Delegation Management

Manages delegation relationships between service provider accounts, technology partners, installers, and tenant accounts. Supports assigning tenant accounts to technology partners and controlling organizational access permissions.

Operations

Administrator Access Control

Manages administrator assignments and access control for MSP tenant accounts. Supports assigning or removing administrators, configuring role based permissions and privilege groups, and managing cross tenant administrator access.

Operations

Tenant Account Management

Manages tenant accounts including creation, retrieval, updates, and deletion. Supports sending email invitations to tenant administrators and managing account configurations.

Operations

Brand Customization

Manages branding customization for managed service provider accounts. Supports uploading logo images, configuring contact information and portal settings such as custom domain names and support URLs.

Operations