removePortForwarding.lua
[INDEX]

ABSTRACT

Remove a port forwarding item

ARGUMENTS

HTTP Arguments submit: GET; POST

Test this API over HTTP - (URL):

Listen
STRING (MUST)

Remove this port fowarding item by speicifed local listening address and port. The format is "address:port", this must match the 'Listen' parameter which added (See addPortForwarding.lua)

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.

}

OTHER NOTES

KILOVIEW Device HTTP API, v1.0