getOnvifUser.lua
[INDEX]

ABSTRACT

Get Onvif user informations

NOTE: For security reason, it will not show the password in the result.

ARGUMENTS

HTTP Arguments submit: GET; POST

Test this API over HTTP - (URL):

Username
STRING

OPTIONAL. If specified, get the special user's information; otherwise it will return all users.

Test value:

RETURNS

Return a JSON style result. The JSON format is:

{
/*OBJECT*/

"Result":
NUMBER

200 means OK, other error code meanings are similar to HTTP Response.

"Status":
"STRING"

Status message. Responsing result status of API executive, if there errors, it will describe reasons.

"Data": [
/*ARRAY*/

Each item in the array is:

{
/*OBJECT*/

"Username":
"STRING"

User name

"Name":
"STRING"

The user's friend name

"Role":
"STRING"

Onvif role

}
]
}

OTHER NOTES

KILOVIEW Device HTTP API, v1.0