Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GET http://IP-address:port/web2/secure/actions/

...

Request example:

GET http://127.0.0.1:8085/web2/secure/actions/

...

Response example:

Code Block
languagexml
<actions>
    <action>
        <description>Start recording for all cameras</description>
        <id>2</id>
    </action>
    <action>
        <description>Disarm all zones</description>
        <id>1</id>
    </action>
</actions>

...