DPSK pool id
DPSK Service (v0)
- Generated server url
http://localhost:8080/dpskServices/{poolId}/passphrases/{id}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
{ "id": "string", "passphrase": "stringst", "username": "string", "vlanId": 0, "numberOfDevices": 0, "createdDate": "2019-08-24T14:15:22Z", "lastModifiedDate": "2019-08-24T14:15:22Z", "expirationDate": "2019-08-24T14:15:22Z", "email": "abc@email.com", "phoneNumber": "string", "revocationDate": "2019-08-24T14:15:22Z", "revocationReason": "string", "devices": [ { … } ], "isReferenced": true }
- application/vnd.ruckus.v2+json
- application/json
- application/vnd.ruckus.v1+json
- application/vnd.ruckus.v1.1+json
Number of devices. Must be between 1 and 50. Inputs outside this range will be adjusted.
Email associated with passphrase.
- Generated server url
http://localhost:8080/dpskServices/{poolId}/passphrases/{id}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "passphrase": "stringst", "username": "string", "vlanId": 0, "numberOfDevices": 0, "expirationDate": "2019-08-24T14:15:22Z", "email": "abc@email.com", "phoneNumber": "string", "revocationReason": "string" }
{ "requestId": "b3d3a0a0-0b1a-4b1a-9b0a-0b1a0b1a0b1a" }
- application/vnd.ruckus.v2+json
- application/json
- application/vnd.ruckus.v1+json
- application/vnd.ruckus.v1.1+json
Number of devices. Must be between 1 and 50. Inputs outside this range will be adjusted.
Email associated with passphrase.
- Generated server url
http://localhost:8080/dpskServices/{poolId}/passphrases/{id}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "passphrase": "stringst", "username": "string", "vlanId": 0, "numberOfDevices": 0, "expirationDate": "2019-08-24T14:15:22Z", "email": "abc@email.com", "phoneNumber": "string", "revocationReason": "string" }
{ "requestId": "b3d3a0a0-0b1a-4b1a-9b0a-0b1a0b1a0b1a" }
- Generated server url
http://localhost:8080/dpskServices/{poolId}/passphrases
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
{ "totalElements": 0, "totalPages": 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/vnd.ruckus.v2+json
- application/json
- application/vnd.ruckus.v1+json
- application/vnd.ruckus.v1.1+json
The mac for passphrase.
Number of devices. Must be between 1 and 50. Inputs outside this range will be adjusted.
The expiration for passphrase.
The email for passphrase.
- Generated server url
http://localhost:8080/dpskServices/{poolId}/passphrases
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "passphrase": "stringst", "username": "string", "length": 8, "vlanId": 0, "mac": "11:22:33:44:55:66", "numberOfPassphrases": 0, "numberOfDevices": 0, "expiration": "UNLIMITED", "numberOfDevicesType": "UNLIMITED", "format": "MOST_SECURED", "expirationDate": "2019-08-24T14:15:22Z", "email": "abc@email.com", "phoneNumber": "string", "vxlanId": 0 }
"string"
- application/vnd.ruckus.v2+json
- application/json
- application/vnd.ruckus.v1+json
- application/vnd.ruckus.v1.1+json
- Generated server url
http://localhost:8080/dpskServices/{poolId}/passphrases
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
[ "string" ]
{ "requestId": "b3d3a0a0-0b1a-4b1a-9b0a-0b1a0b1a0b1a" }
- application/vnd.ruckus.v2+json
- application/json
- application/vnd.ruckus.v1+json
- application/vnd.ruckus.v1.1+json
Changes to be applied to the passphrases.
Number of devices. Must be between 1 and 50. Inputs outside this range will be adjusted.
Email associated with passphrase.
- Generated server url
http://localhost:8080/dpskServices/{poolId}/passphrases
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "ids": [ "string" ], "changes": { "passphrase": "stringst", "username": "string", "vlanId": 0, "numberOfDevices": 0, "expirationDate": "2019-08-24T14:15:22Z", "email": "abc@email.com", "phoneNumber": "string", "revocationReason": "string" } }
{ "requestId": "b3d3a0a0-0b1a-4b1a-9b0a-0b1a0b1a0b1a" }
- application/vnd.ruckus.v2+json
- application/json
- application/vnd.ruckus.v1+json
- application/vnd.ruckus.v1.1+json
- Generated server url
http://localhost:8080/dpskServices/{poolId}/passphrases/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": { "networkId": [ … ], "vlanId": [ … ], "passphrase": [ … ], "mac": [ … ], "username": [ … ], "email": [ … ], "phoneNumber": [ … ], "status": [ … ] } }
{ "fields": [ "string" ], "totalCount": 0, "totalPages": 0, "page": 0, "data": [ { … } ] }
- application/json
- application/vnd.ruckus.v1+json
- application/vnd.ruckus.v1.1+json
- Generated server url
http://localhost:8080/dpskServices/{poolId}/passphrases/query/csvFiles
- 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": { "networkId": [ … ], "vlanId": [ … ], "passphrase": [ … ], "mac": [ … ], "username": [ … ], "email": [ … ], "phoneNumber": [ … ], "status": [ … ] } }