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

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

DeprecatedDeprecated

Request

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

Path
integratorIdstringrequired

MspEc Delegated Id

Query
delegationTypestringrequired
No request payload

Responses

Ok

Bodyapplication/json
mspec_listArray of strings

List of MSP EC delegated.

delegation_typestring

The type of MSP EC delegation.

Example: "delegationtype"
delegated_tostring

Delegated to tenant.

Example: "delegationtenantid"
expiry_datestring

Expiry date for delegation.

Response
application/json
{ "mspec_list": [ "string" ], "delegation_type": "delegationtype", "delegated_to": "delegationtenantid", "expiry_date": "string" }

DeprecatedDeprecated

Request

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

Path
integratorIdstringrequired

MSP EC delegated id

Bodyapplication/jsonrequired
mspec_listArray of stringsunique

List of MSP EC to be assigned.

delegation_typestringrequired

The type of MSP EC delegated tenant.

Example: "delegationtype"
number_of_daysstring

Expiry days for MSP EC to delegated tenant.

Example: "1-60"
isManageAllEcsboolean

Flag to admins to manage account.

application/json
{ "mspec_list": [ "string" ], "delegation_type": "delegationtype", "number_of_days": "1-60", "isManageAllEcs": true }

Responses

Accepted

Bodyapplication/json
string
Response
application/json
"string"

DeprecatedDeprecated

Request

The following method will be removed no sooner than 09/08/2025. The following URL PATCH /tenantDelegations can be used for this content.

Bodyapplication/jsonrequired
AssignDelegatedRequestArray of objects(AssignDelegatedRequest)

List of tech partner details.

application/json
{ "AssignDelegatedRequest": [ {} ] }

Responses

Accepted

Bodyapplication/json
string
Response
application/json
"string"

Reactivation and Deactivation

Operations