Manage notification recipients.
Tenant Management API (v0.3.0)
https://api.ruckus.cloud/
https://api.asia.ruckus.cloud/
https://api.eu.ruckus.cloud/
- North American region
https://api.ruckus.cloud/tenants/delegations/{delegationId}
- Asian region
https://api.asia.ruckus.cloud/tenants/delegations/{delegationId}
- European region
https://api.eu.ruckus.cloud/tenants/delegations/{delegationId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
OK
- application/vnd.ruckus.v1+json
- application/json
Enum | Meaning |
VAR | Return delegations to this VAR. |
SUPPORT | Return delegations to RUCKUS customer support. |
MSP | Return the MSP's MSP-ECs. |
SUPPORT_EC | Return MSP-EC delegations to RUCKUS customer support. |
MSP_INSTALLER | Return the MSP's installers. |
MSP_INTEGRATOR | Return the MSP's integrators. |
UNKNOWN | Unknown. |
{ "id": "string", "createdDate": "2019-08-24T14:15:22Z", "updatedDate": "2019-08-24T14:15:22Z", "delegatedTo": "string", "type": "VAR", "status": "INVITED", "delegatedBy": "string", "expiryDate": "2019-08-24T14:15:22Z", "delegatedToName": "string", "delegatedToAdmin": "string", "parentId": "string", "isValid": true }
- North American region
https://api.ruckus.cloud/tenants/delegations/{delegationId}
- Asian region
https://api.asia.ruckus.cloud/tenants/delegations/{delegationId}
- European region
https://api.eu.ruckus.cloud/tenants/delegations/{delegationId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "accept": true, "fromTenantId": "string" }
{ "requestId": "string", "response": { "id": "string", "createdDate": "2019-08-24T14:15:22Z", "updatedDate": "2019-08-24T14:15:22Z", "delegatedTo": "string", "type": "VAR", "status": "INVITED", "delegatedBy": "string", "expiryDate": "2019-08-24T14:15:22Z", "delegatedToName": "string", "delegatedToAdmin": "string", "parentId": "string", "isValid": true } }
- North American region
https://api.ruckus.cloud/tenants/delegations/{delegationId}
- Asian region
https://api.asia.ruckus.cloud/tenants/delegations/{delegationId}
- European region
https://api.eu.ruckus.cloud/tenants/delegations/{delegationId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
{ "requestId": "string", "response": {} }
- North American region
https://api.ruckus.cloud/tenants/supportDelegations
- Asian region
https://api.asia.ruckus.cloud/tenants/supportDelegations
- European region
https://api.eu.ruckus.cloud/tenants/supportDelegations
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
{ "requestId": "string", "response": { "id": "string", "createdDate": "2019-08-24T14:15:22Z", "updatedDate": "2019-08-24T14:15:22Z", "delegatedTo": "string", "type": "VAR", "status": "INVITED", "delegatedBy": "string", "expiryDate": "2019-08-24T14:15:22Z", "delegatedToName": "string", "delegatedToAdmin": "string", "parentId": "string", "isValid": true } }
- North American region
https://api.ruckus.cloud/tenants/supportDelegations
- Asian region
https://api.asia.ruckus.cloud/tenants/supportDelegations
- European region
https://api.eu.ruckus.cloud/tenants/supportDelegations
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
{ "requestId": "string", "response": {} }
- North American region
https://api.ruckus.cloud/tenants/delegations
- Asian region
https://api.asia.ruckus.cloud/tenants/delegations
- European region
https://api.eu.ruckus.cloud/tenants/delegations
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
OK
- application/vnd.ruckus.v1+json
- application/json
Enum | Meaning |
VAR | Return delegations to this VAR. |
SUPPORT | Return delegations to RUCKUS customer support. |
MSP | Return the MSP's MSP-ECs. |
SUPPORT_EC | Return MSP-EC delegations to RUCKUS customer support. |
MSP_INSTALLER | Return the MSP's installers. |
MSP_INTEGRATOR | Return the MSP's integrators. |
UNKNOWN | Unknown. |
[ { "id": "string", "createdDate": "2019-08-24T14:15:22Z", "updatedDate": "2019-08-24T14:15:22Z", "delegatedTo": "string", "type": "VAR", "status": "INVITED", "delegatedBy": "string", "expiryDate": "2019-08-24T14:15:22Z", "delegatedToName": "string", "delegatedToAdmin": "string", "parentId": "string", "isValid": true } ]
- North American region
https://api.ruckus.cloud/tenants/delegations
- Asian region
https://api.asia.ruckus.cloud/tenants/delegations
- European region
https://api.eu.ruckus.cloud/tenants/delegations
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "username": "string" }
{ "requestId": "string", "response": { "id": "string", "createdDate": "2019-08-24T14:15:22Z", "updatedDate": "2019-08-24T14:15:22Z", "delegatedTo": "string", "type": "VAR", "status": "INVITED", "delegatedBy": "string", "expiryDate": "2019-08-24T14:15:22Z", "delegatedToName": "string", "delegatedToAdmin": "string", "parentId": "string", "isValid": true } }