如何使用 API 调用将应用程序和威胁内容动态更新“恢复”为先前安装的版本
2140
Created On 07/12/22 07:40 AM - Last Modified 02/20/25 03:11 AM
Objective
使用对防火墙的 API 调用恢复到以前安装的应用程序和威胁内容更新。
Environment
- 泛操作系统
- 应用程序和威胁内容
- 动态更新
- API 调用
Procedure
- 作为使用 API 的先决条件,必须在防火墙上启用 API 访问。
- 还需要生成一个 API 密钥,可用于对防火墙进行 API 调用。
- 请参阅API 文档以启用 API 访问并生成 API 密钥。
- Once you have obtained the API key for making API calls to the Firewall, the following API call can be used to revert to the previously installed content update.
https://<firewall_IP>/api/?type=op&cmd=<request><content><downgrade><install>previous</install></downgrade></content></request>&key=<apikey>
-
- 将 替换为防火墙的IP 地址。
- 替换为进行 API 调用而生成的 API 密钥。