Skip to content

Events and Alarms (v0.0.3)

Download OpenAPI description
Languages
Servers
RUCKUS One API host for North American region.
https://api.ruckus.cloud
RUCKUS One API host for European region.
https://api.eu.ruckus.cloud
RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud

Event

APIs for retrieving and managing event data.

Operations

Alarm

APIs for retrieving and managing alarm data.

Operations

Group Members Last login Event

Operations

Get Admin Members Last Logins

Request

Get admin members last logins.

Path
adminGroupIdstringrequired

Admin Group Id

No request payload

Responses

successful operation

Body
requestIdstring

Request ID associated with the error.

errorobject(Error)

Detailed information about the error that occurred.

errorsArray of objects(Error)

A collection of error objects if multiple errors occurred.

countinteger(int32)

Number of members in a group.

lastLoginListArray of objects(Last Login)

Member's last login list.

Response
{ "requestId": "string", "error": { "code": "string", "message": "string", "reason": "string", "suggestion": "string" }, "errors": [ {} ], "count": 0, "lastLoginList": [ {} ] }