Manage notification recipients.
Tenant Management API (v0.3.0)
Download OpenAPI description
Languages
Servers
North American region
https://api.ruckus.cloud/
Asian region
https://api.asia.ruckus.cloud/
European region
https://api.eu.ruckus.cloud/
- North American region
https://api.ruckus.cloud/tenants/self
- Asian region
https://api.asia.ruckus.cloud/tenants/self
- European region
https://api.eu.ruckus.cloud/tenants/self
- 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 |
active | The account is active. |
suspended | The account has been administratively suspended for an indefinite period of time; while in this state, logins are disabled. |
maintenance | The account is temporarily undergoing maintenance; while in this state, logins are disabled. |
deleted | The account has been deleted; although a record of the account exists, all other network management configuration and data has been deleted. |
Enum"active""suspended""deleted""maintenance"
Enum | Meaning |
REC | RUCKUS end customer. |
VAR | Value-added reseller. |
MSP | Managed service provider. |
MSP_EC | MSP's end customer. |
MSP_NON_VAR | This value is reserved for RUCKUS purposes. |
MSP_INSTALLER | Installer organization which administratively reports to an MSP. |
MSP_INTEGRATOR | Installer organization which administratively reports to an MSP. |
UNKNOWN | Unknown. |
Enum"REC""MSP""MSP_EC""VAR""MSP_NON_VAR""UNKNOWN""MSP_INSTALLER""MSP_INTEGRATOR""MSP_REC"
Response
{ "id": "string", "createdDate": "2019-08-24T14:15:22Z", "updatedDate": "2019-08-24T14:15:22Z", "entitlementId": "string", "externalModifiedDate": "2019-08-24T14:15:22Z", "maintenanceState": true, "maintenanceDate": "2019-08-24T14:15:22Z", "name": "string", "externalId": "string", "admins": [ { … } ], "notificationRecipients": [ { … } ], "authentications": [ { … } ], "almActivated": true, "almActivationDate": "2019-08-24T14:15:22Z", "almSysAccountId": "string", "almMigrationFlag": true, "almMigrationDate": "2019-08-24T14:15:22Z", "accountTier": "string", "accountVertical": "string", "obsolete": true, "oemName": "string", "upgradeGroup": "string", "msp": { "mspLabel": "string", "mspFQDN": "string", "logoUUID": "string", "alarmNotificationLogoUUID": "string", "pingNotificationLogoUUID": "string", "mlisaLogoUUID": "string", "pingLoginLogoUUID": "string", "defaultLogoUUID": "string", "contactSupportUrl": "string", "contractSupportBehavior": "string", "openCaseUrl": "string", "openCaseBehavior": "string", "myOpenCaseUrl": "string", "myOpenCaseBehavior": "string", "changePasswordUrl": "string", "phone": "string", "email": "string", "website": "string", "isDisableNotification": true }, "MspEcServiceDates": { "parentMspId": "string", "serviceExpirationDate": "2019-08-24T14:15:22Z", "serviceEffectiveDate": "2019-08-24T14:15:22Z" }, "tenantMFA": { "mfaStatus": "string", "recoveryCodes": "string" }, "serviceAccount": true, "mspPingOrgId": "string", "aggregateNotifications": true, "excludeecforAggregation": true, "pingMigrated": true, "inMaintenance": true, "account": { "id": "string", "createdDate": "2019-08-24T14:15:22Z", "updatedDate": "2019-08-24T14:15:22Z", "streetAddress": "string", "state": "string", "country": "string", "postalCode": "string", "phoneNumber": "string", "faxNumber": "string", "city": "string", "type": "string", "mappingURL": "string", "latitude": 0.1, "longitude": 0.1, "parentId": "string" }, "extendedTrial": true, "propertyCode": "string", "expirationEnforcement": true, "expirationEnforcementDate": "2019-08-24T14:15:22Z", "preferences": "string", "isActivated": true, "ruckusUser": true, "delegationsTo": [ { … } ], "parentId": "string", "status": "active", "tenantType": "REC", "subscribes": "string" }
- North American region
https://api.ruckus.cloud/tenants/self
- Asian region
https://api.asia.ruckus.cloud/tenants/self
- European region
https://api.eu.ruckus.cloud/tenants/self
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "newIdmId": "string", "var": true, "tenantName": "string", "enableMfa": "string", "enableSa": true, "enableBeta": true, "enableAlpha": true, "entitlementId": "string", "subscribes": "string", "requestId": "string", "response": "string", "userName": "string", "missingAdminIds": [ "string" ] }
Response
{ "requestId": "string" }
- North American region
https://api.ruckus.cloud/tenants/betaFeatures
- Asian region
https://api.asia.ruckus.cloud/tenants/betaFeatures
- European region
https://api.eu.ruckus.cloud/tenants/betaFeatures
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
application/json
{ "betaFeatures": [ { … } ], "errorMessage": "string", "invalidFeatureIds": [ "string" ] }
- North American region
https://api.ruckus.cloud/tenants/betaFeatures
- Asian region
https://api.asia.ruckus.cloud/tenants/betaFeatures
- European region
https://api.eu.ruckus.cloud/tenants/betaFeatures
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
application/json
{ "betaFeatureIds": [ "string" ] }
Response
application/json
{ "betaFeatures": [ { … } ], "errorMessage": "string", "invalidFeatureIds": [ "string" ] }