APIs for server and client certificate management.
Certificate Template//
- Create msi package
Update template policy set
Remove template policy set
Get template scep keys
Create scep key
Get template notifications
Create notification for template
Get template msi packages
Search certificate templates
Get certificate template by ID
Delete certificate template
Update certificate template
Get scep key by ID
Delete scep key
Update scep key
Get notification by ID
Delete notification
Update template notification
Get msi package by ID
Delete msi package
Update msi package
Create msi package
Certificate Template (0.0.1)
Download OpenAPI description
Overview
License
Languages
Servers
RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud
RUCKUS One API host for European region.
https://api.eu.ruckus.cloud
RUCKUS One API host for North American region.
https://api.ruckus.cloud
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/certificateTemplates/{templateId}/msiPackages
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/certificateTemplates/{templateId}/msiPackages
- RUCKUS One API host for North American region.https://api.ruckus.cloud/certificateTemplates/{templateId}/msiPackages
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
- application/json
- application/vnd.ruckus.v1+json
{ "totalPages": 0, "totalElements": 0, "size": 0, "content": [ null ], "number": 0, "sort": { "empty": true, "unsorted": true, "sorted": true }, "pageable": { "offset": 0, "sort": { … }, "paged": true, "pageNumber": 0, "pageSize": 0, "unpaged": true }, "numberOfElements": 0, "first": true, "last": true, "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.
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/certificateTemplates/{templateId}/msiPackages
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/certificateTemplates/{templateId}/msiPackages
- RUCKUS One API host for North American region.https://api.ruckus.cloud/certificateTemplates/{templateId}/msiPackages
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- application/json
- application/vnd.ruckus.v1+json
{ "description": "string", "enabled": true, "name": "string", "allowedSubnets": "string", "blockedSubnets": "string", "expirationDate": "2024-01-01", "productId": "string", "productName": "string", "profileType": "USER_TYPE", "usernameVariableSource": "COMPUTER_NAME" }
Response
- application/json
- application/vnd.ruckus.v1+json
{ "requestId": "b3d3a0a0-0b1a-4b1a-9b0a-0b1a0b1a0b1a" }
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/certificateTemplates/query
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/certificateTemplates/query
- RUCKUS One API host for North American region.https://api.ruckus.cloud/certificateTemplates/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- application/json
- application/vnd.ruckus.v1+json
{ "fields": [ "string" ], "page": 0, "pageSize": 0, "sortField": "string", "sortOrder": "ASC", "searchTargetFields": [ "string" ], "searchString": "string", "filters": { "caId": [ … ], "networkId": "string" } }
Response
- application/json
- application/vnd.ruckus.v1+json
{ "fields": [ "string" ], "totalCount": 0, "totalPages": 0, "page": 0, "data": [ { … } ] }