APIs for Certificate Authority Management.
- Create Microsoft Software Installer Package for Template
Update Policy Set for a Template
Remove Policy Set from a Template
Get Simple Certificate Enrollment Protocol of Template
Create Simple Certificate Enrollment Protocol for Template
Get Notifications of Template
Create Notification for Template
Get Microsoft Software Installer Packages of Template
Search for Certificate Templates Matching Search String in Paged Result
Get Specific Certificate Template
Delete the Certificate Template
Update the Certificate Template
Get Specific Simple Certificate Enrollment Protocol of Template
Delete the Simple Certificate Enrollment Protocol
Update the Simple Certificate Enrollment Protocol of Template
Get Specific Notification
Delete the Notification
Update the Notification of Template
Get Specific Microsoft Software Installer Package
Delete the Microsoft Software Installer Package
Update the Microsoft Software Installer Package of Template
Create Microsoft Software...
Certificate Template API (0.0.1)
Download OpenAPI description
Languages
Servers
Asia Server URL
https://api.asia.ruckus.cloud/
Europe Server URL
https://api.eu.ruckus.cloud/
North America Server URL
https://api.ruckus.cloud/
- Asia Server URLhttps://api.asia.ruckus.cloud/certificateTemplates/{templateId}/msiPackages
- Europe Server URLhttps://api.eu.ruckus.cloud/certificateTemplates/{templateId}/msiPackages
- North America Server URLhttps://api.ruckus.cloud/certificateTemplates/{templateId}/msiPackages
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
{ "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 }
Bodyrequired
- 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 URLhttps://api.asia.ruckus.cloud/certificateTemplates/{templateId}/msiPackages
- Europe Server URLhttps://api.eu.ruckus.cloud/certificateTemplates/{templateId}/msiPackages
- North America Server URLhttps://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" }
Response
{ "requestId": "b3d3a0a0-0b1a-4b1a-9b0a-0b1a0b1a0b1a" }
- Asia Server URLhttps://api.asia.ruckus.cloud/certificateTemplates/query
- Europe Server URLhttps://api.eu.ruckus.cloud/certificateTemplates/query
- North America Server URLhttps://api.ruckus.cloud/certificateTemplates/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "fields": [ "string" ], "page": 0, "pageSize": 0, "sortField": "string", "sortOrder": "ASC", "searchTargetFields": [ "string" ], "searchString": "string", "filters": { "caId": [ … ], "networkId": "string" } }
Response
{ "fields": [ "string" ], "totalCount": 0, "totalPages": 0, "page": 0, "data": [ { … } ] }