Manages workflow enrollment step
- Updates a Workflow Step
Gets the Workflow Step
Gets the Current Workflow Step
Updates a Workflow Step
Device Enrollment REST API (0.0.1)
These APIs facilitate enrolling users devices by going thorough different enrollment steps in the workflow.
Download OpenAPI description
Overview
License
Languages
Servers
Generated server url
http://localhost:8080/
Body
- application/json
- application/vnd.ruckus.v1+json
Step information to update
One of:
object AupInput Recursive
- Generated server urlhttp://localhost:8080/deviceEnrollments/workflows/{workflowId}/steps/{stepId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
"string"
Response
{ "requestId": "string", "id": "string", "_links": { "property1": { … }, "property2": { … } } }
- Generated server urlhttp://localhost:8080/deviceEnrollments/workflows/{workflowId}/steps/currentSteps
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
{ "step": { "actionId": "4a2794ff-94cb-4bac-8d36-d5fb36c563a0", "status": "IN_PROGRESS", "failureReason": "string", "variables": { … }, "execution": null, "input": { … } }, "config": { "stepId": "50e29fb7-490e-4a88-b2f4-2fde4d70423d", "stepType": "string", "actionType": "string", "actionId": "4a2794ff-94cb-4bac-8d36-d5fb36c563a0", "actionConfiguration": "string", "options": { … }, "optionName": "string", "providedEnrollmentVariables": [ … ], "requiredEnrollmentVariables": [ … ] } }