External IP Device Information
Description
The External IP Device Information API features the steps that makes it possible to store information that can then be used to access an external IP device, which in the context of this API is a unit capable of generating data streams, such as a network camera. Stored information can be used to set up communications with the IP device, which is useful when an Axis Network Video Recorder is pulling videos from multiple camera sources.
Model
The API implements externalipdeviceinfo
as its communications interface and supports the following CGI methods accessed using either HTTP GET
or HTTP POST
:
Method | Description | Latest ver. |
---|---|---|
create.cgi | Creates an external IP device. | 2.1 |
update.cgi | Updates an external IP device. | 2.1 |
delete.cgi | Removes an external IP device. | 2.0 |
list.cgi | Lists created external IP devices. | 2.1 |
geteventsenabled.cgi | Retrieves the enable status for events on external IP devices. | 2.0 |
seteventsenabled.cgi | Enables or disables events on external IP devices. | 2.0 |
getcacertificates.cgi | Retrieves CA certificates for validation. | 2.1 |
setcacertificates.cgi | Sets up CA certificates for validation. | 2.1 |
schemaversions.cgi | Retrieves XML schema versions supported by your product. | 2.0 |