Authorizations
A bearer token is required for all API requests. Obtain a token via the Altostrat Authentication API.
Headers
Set to true to receive the diff output with syntax highlighting as an HTML fragment (text/html).
Set to true to download the diff as a .diff file (application/octet-stream).
Path Parameters
The unique identifier for the site.
"a1b2c3d4-e5f6-7890-1234-567890abcdef"
The older backup file to use as the base for the comparison.
"1732481400.rsc"
The newer backup file to compare against the base file.
"1732567800.rsc"
Response
A unified diff of the two backup files. Defaults to text/plain.
The response is of type string.
"--- 1732481400.rsc\n+++ 1732567800.rsc\n@@ -10,1 +10,1 @@\n-/ip dhcp-client\n-add interface=ether1 disabled=no\n+/ip dhcp-client\n+add interface=ether1 disabled=yes"