getOnvif.lua
[INDEX]

ABSTRACT

Get Onvif configurations

ARGUMENTS

HTTP Arguments submit: GET; POST

Test this API over HTTP - (URL):

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": {
/*OBJECT*/

"Enable":
INTEGER

Onvif enabling

0

Onvif is disabled

1

Onvif is enabled

"ServicePort":
INTEGER

Onvif HTTP service port (Default is 8080)

"Discoverable":
INTEGER

Onvif discoverable:

0

Disable Onvif discovery

1

Enable Onvif discovery

"Location":
"STRING"

Onvif location information

"DeviceName":
"STRING"

Onvif device name. This is same as the field 'FRIENDLY_NAME' get by deviceInfo.lua.

"AuthRequirement":
"STRING"

Onvif authentication requirement:

0

Not required

1

Require authentication

}
}

OTHER NOTES

KILOVIEW Device HTTP API, v1.0