Manages enrollment registration admin views
- Query Enrollment Registrations
Get Details for a Specific Enrollment RegistrationIdentifier
Query Enrollment Registra...
Admin Enrollment REST API (0.0.1)
Download OpenAPI description
Overview
License
Languages
Servers
Generated server url
http://localhost:8080/
Body
- application/json
- application/vnd.ruckus.v1+json
Search criteria and pagination details
Number of records in a page.If not specified default page size of 20 will be applied.
Network address of the enrolled device.
Enrollment status.
Enum"STARTED""IN_PROGRESS""FINISHED""ABANDONED""ACTIVE""INACTIVE""REVOKED"
- Generated server url
http://localhost:8080/enrollments/registrations/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "sortDirection": "ASC", "page": 0, "pageSize": 0, "workflowId": "43c4fa9b-0cbc-4b57-a121-9d7d46a3eaa4", "enrollmentId": "883e2903-3e2f-407c-ae2a-1274a4137945", "description": "string", "macAddress": "string", "ipAddress": "string", "status": "STARTED", "sortFields": "workflowId" }
Response
{ "totalPages": 0, "totalElements": 0, "first": true, "last": true, "size": 0, "content": [ { … } ], "number": 0, "sort": { "empty": true, "unsorted": true, "sorted": true }, "pageable": { "offset": 0, "sort": { … }, "paged": true, "unpaged": true, "pageNumber": 0, "pageSize": 0 }, "numberOfElements": 0, "empty": true }
- Generated server url
http://localhost:8080/enrollments/registrations/{enrollmentRegistrationId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
{ "registrationId": "cb67e1cd-0e53-4115-9a51-243e5b471e8b", "enrollmentId": "883e2903-3e2f-407c-ae2a-1274a4137945", "status": "STARTED", "macAddress": "string", "workflowId": "43c4fa9b-0cbc-4b57-a121-9d7d46a3eaa4", "authentication": { "authType": "DPSK", "identity": "string", "groupId": "string", "networkId": "string" }, "revocation": { "revokedDate": "2019-08-24T14:15:22Z", "revokedReason": "string", "revokedBy": "string" }, "_links": { "property1": { … }, "property2": { … } } }