APIs for Certificate Authority Management.
- Get Microsoft Software Installer Packages of Template
Certificate Template API (0.0.1)
https://api.asia.ruckus.cloud/
https://api.eu.ruckus.cloud/
https://api.ruckus.cloud/
- application/json
- application/vnd.ruckus.v1+json
The number of hours/days/months/etc to be offset from the event date when calculating when to send the notification.
Indicates whether this package should be used.
The message of the email to be sent for this notification.
The event upon which to base the sending of the notification.
The method(s) to use to notify the user.
- Asia Server URL
https://api.asia.ruckus.cloud/certificateTemplates/{templateId}/notifications
- Europe Server URL
https://api.eu.ruckus.cloud/certificateTemplates/{templateId}/notifications
- North America Server URL
https://api.ruckus.cloud/certificateTemplates/{templateId}/notifications
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "dateValue": "string", "emailSubject": "string", "email": "string", "emailTemplate": "string", "notificationEvent": "ON_ISSUANCE", "notificationMethod": "EMAIL_ELSE_SMS", "notificationMethodData": "string", "smsSubject": "string", "smsTemplate": "string", "staticDerivedDateType": "string" }
{ "requestId": "b3d3a0a0-0b1a-4b1a-9b0a-0b1a0b1a0b1a" }
- Asia Server URL
https://api.asia.ruckus.cloud/certificateTemplates/{templateId}/msiPackages
- Europe Server URL
https://api.eu.ruckus.cloud/certificateTemplates/{templateId}/msiPackages
- North America Server URL
https://api.ruckus.cloud/certificateTemplates/{templateId}/msiPackages
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
{ "totalPages": 0, "totalElements": 0, "size": 0, "content": [ {} ], "number": 0, "sort": { "empty": true, "sorted": true, "unsorted": true }, "pageable": { "offset": 0, "sort": { … }, "paged": true, "pageNumber": 0, "pageSize": 0, "unpaged": true }, "first": true, "last": true, "numberOfElements": 0, "empty": true }
- application/json
- application/vnd.ruckus.v1+json
If populated, only the IP addresses or subnets specified are allowed to use this package.
If populated, the IP addresses or subnets specified are blocked from using this package. Blocked subnets override the allowed subnets.
- Asia Server URL
https://api.asia.ruckus.cloud/certificateTemplates/{templateId}/msiPackages
- Europe Server URL
https://api.eu.ruckus.cloud/certificateTemplates/{templateId}/msiPackages
- North America Server URL
https://api.ruckus.cloud/certificateTemplates/{templateId}/msiPackages
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "description": "string", "enabled": true, "name": "string", "allowedSubnets": "string", "blockedSubnets": "string", "expirationDate": "2019-08-24T14:15:22Z", "productId": "string", "productName": "string", "profileType": "USER_TYPE", "usernameVariableSource": "COMPUTER_NAME" }
{ "requestId": "b3d3a0a0-0b1a-4b1a-9b0a-0b1a0b1a0b1a" }