Skip to content

MSP Services (V0.3.3)

Documentation for Dashboard API

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/

Managed-Tenant Operations

Managed-Tenant Operations

Operations

Managed Brand Operations

Managed Brand Operations

Operations

Brand Settings

Operations

Deprecated

Operations

DeprecatedDeprecated

Request

The following method will be removed no sooner than 09/08/2025. The following URL PUT /tenants/{tenantId} can be used for this content.

Path
customerIdstringrequired

Tenant ID of the MSP-EC account to be updated.

Bodyapplication/jsonrequired
namestring[ 0 .. 255 ] charactersrequired

The name of the MSP-EC account.

Example: "Acme Sales"
street_addressstring or null[ 0 .. 255 ] characters

The street address of the MSP-EC account.

Example: "350 West Java st"
statestring or null[ 0 .. 255 ] characters

The state of the MSP-EC account.

Example: "CA"
countrystring or null[ 0 .. 255 ] characters

The country of the MSP-EC account.

Example: "US"
postal_codestring or null[ 0 .. 255 ] characters

The postal code of the MSP-EC account.

Example: "95089"
phone_numberstring or null[ 0 .. 255 ] characters

The phone number of the MSP-EC account.

Example: "650-123-4567"
fax_numberstring or null[ 0 .. 255 ] characters

The fax number of the MSP-EC account.

Example: "650-123-9999"
citystring or null[ 0 .. 255 ] characters

The city of the MSP-EC account.

Example: "Sunnyvale"
mapping_urlstring or null[ 0 .. 255 ] characters

The map URL of the MSP-EC account.

Example: "https//map.gogle.com/zsdweews"
service_effective_datestringrequired

The effective date of the MSP-EC account.

Example: "2019-09-14 01:12:51.805Z"
service_expiration_datestringrequired

The expiration date of the MSP-EC account.

Example: "2020-09-14 01:12:51.805Z"
licensesobject(License)

license information

tierstring

MSP-EC tier info

Example: "GOLD, PLATINUM"
privacyFeaturesArray of objects(PrivacyFeatureRequest)[ 0 .. 1 ] itemsunique

Privacy features

application/json
{ "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": [ { … } ] }

Responses

Accepted

Bodyapplication/json
requestIdstringrequired
tenantIdstring
Response
application/json
{ "requestId": "string", "tenantId": "string" }

DeprecatedDeprecated

Request

The following method will be removed no sooner than 09/08/2025. The following URL DELETE /tenants/{tenantId} can be used for this content.

Path
customerIdstringrequired

Tenant ID of the MSP-EC account to be deleted.

No request payload

Responses

Ok

Bodyapplication/json
requestIdstringrequired
tenantIdstring
Response
application/json
{ "requestId": "string", "tenantId": "string" }

DeprecatedDeprecated

Request

The following method will be removed no sooner than 09/08/2025. The following URL GET /tenants/{tenantId}/adminDelegations can be used for this content.

Path
customerIdstringrequired

MSP-EC Tenant ID

No request payload

Responses

Ok

Bodyapplication/jsonArray [
msp_admin_idstringrequired

The admin ID of MSP tenant.

Example: "4c2b196a205d11ea978f-2e728ce88125"
msp_admin_rolestring[ 0 .. 255 ] charactersrequired

The admin role of the first MSP administrator.

Example: "PRIME_ADMIN"
]
Response
application/json
[ { "msp_admin_id": "4c2b196a205d11ea978f-2e728ce88125", "msp_admin_role": "PRIME_ADMIN" } ]

Admin Delegation Management

Operations

Resend email Invitation

Operations

Support Team assistance

Operations

Enable Support Team assistance

Operations

Disable Support Team assistance

Operations

Manage Firmware Upgrade Schedules

Operations

Tenant Delegation Management

Operations

Reactivation and Deactivation

Operations