Policy > Security > East West Security > Distributed Firewall > Task

Get the information of export task

Get the information of the latest export task.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/settings/firewall/export
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/settings/firewall/export

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ExportTask+

Example Response:

{ "id": "export_task", "status": "success", "description": "Export of the current firewall configuration.", "exported_file": "fw_config_apr2020.zip", "failure_msg": null, "user": "admin", "start_time": 1587491995996, "end_time": 1587491996432 }

Required Permissions:

read

Feature:

policy_dfw

Additional Errors: