Policy Backup
Use the following API to retrieve the web policy backup in a .zip file. For more details, see Policy Backup.
Endpoint
https://api-gateway.skyhigh.cloud/backup-web
Query Parameters
Parameter | Type | Sample |
---|---|---|
password | <Integer> | 1 |
page[offset] | <Integer> | 2 |
Password | <String> | Test |
Authentication
Requires a valid API key with read permissions.
Key | Value |
---|---|
Authorization | X-API-KEY |
Value(API Key) | <String> |
Headers
Key | Value | Description |
---|---|---|
X-API-KEY | <String> | Mandatory filed |
Accept | application/vnd.api+json | Mandatory field |
Sample Response
The response returns a binary .zip or .bin file containing the complete web policy backup. Response Type: application/octet-stream
Sample Error Responses
Status Code | Description |
---|---|
200 | Request successful. The server has responded as required. |
404 | The server could not understand the request. |
500 | Internal server error. |