diff --git a/docs/cfw/api-ref/ALL_META.TXT.json b/docs/cfw/api-ref/ALL_META.TXT.json
index c934959a..c52232a3 100644
--- a/docs/cfw/api-ref/ALL_META.TXT.json
+++ b/docs/cfw/api-ref/ALL_META.TXT.json
@@ -35,9 +35,9 @@
"metedata":[
{
"documenttype":"api",
- "prodname":"cfw",
"IsBot":"Yes",
- "opensource":"true"
+ "opensource":"true",
+ "prodname":"cfw"
}
],
"title":"API",
@@ -146,7 +146,7 @@
"node_id":"listeastwestfirewall.xml",
"product_code":"cfw",
"code":"8",
- "des":"This API is used to obtain east-west firewall information.GET /v1/{project_id}/firewall/east-westStatus code: 200Status code: 500Obtain the east-west firewall information",
+ "des":"This API is used to obtain east-west firewall information.GET /v1/{project_id}/firewall/east-westStatus code: 200Status code: 500Get EastWest Firewall ResponseStatus code",
"doc_type":"api",
"kw":"Obtaining East-West Firewall Information,Firewall Management,API Reference",
"search_title":"",
@@ -1497,9 +1497,9 @@
"metedata":[
{
"documenttype":"api",
- "prodname":"cfw",
"IsBot":"Yes",
- "opensource":"true"
+ "opensource":"true",
+ "prodname":"cfw"
}
],
"title":"Appendix",
@@ -1517,9 +1517,9 @@
"metedata":[
{
"documenttype":"api",
- "prodname":"cfw",
"IsBot":"Yes",
- "opensource":"true"
+ "opensource":"true",
+ "prodname":"cfw"
}
],
"title":"Status Code",
diff --git a/docs/cfw/api-ref/AddAclRule.html b/docs/cfw/api-ref/AddAclRule.html
index 5189a60f..cbb11f3c 100644
--- a/docs/cfw/api-ref/AddAclRule.html
+++ b/docs/cfw/api-ref/AddAclRule.html
@@ -1,849 +1,909 @@
Creating an ACL Rule
-Function
This API is used to create an ACL rule.
+
Function
This API is used to create an ACL rule.
-
URI
POST /v1/{project_id}/acl-rule
+
URI
POST /v1/{project_id}/acl-rule
-
Table 1 Path ParametersParameter
+Table 1 Path ParametersParameter
|
-Mandatory
+ | Mandatory
|
-Type
+ | Type
|
-Description
+ | Description
|
-project_id
+ | project_id
|
-Yes
+ | Yes
|
-String
+ | String
|
-Project ID
+ | Project ID
|
-Table 2 Query ParametersParameter
+Table 2 Query ParametersParameter
|
-Mandatory
+ | Mandatory
|
-Type
+ | Type
|
-Description
+ | Description
|
-enterprise_project_id
+ | enterprise_project_id
|
-No
+ | No
|
-String
+ | String
|
-Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project.
+ | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project.
|
-fw_instance_id
+ | fw_instance_id
|
-No
+ | No
|
-String
+ | String
|
-Firewall instance ID, which is automatically generated after a CFW instance is created. You can obtain the ID by calling the API used for querying a firewall instance. For details, see the API Explorer and Help Center FAQ.By default, if fw_instance_Id is not specified, information about the first firewall under the account is returned. If fw_instance_Id is specified, information about the firewall with this fw_instance_Id is returned.If object_Id is specified, information about the firewall with this object_Id is returned by default. If both fw_instance_Id and object_Id are specified, the specified object_Id must belong to the specified firewall.
+ | Firewall instance ID, which is automatically generated after a CFW instance is created. You can obtain the ID by calling the API used for querying a firewall instance. For details, see the API Explorer and Help Center FAQ.By default, if fw_instance_Id is not specified, information about the first firewall under the account is returned. If fw_instance_Id is specified, information about the firewall with this fw_instance_Id is returned.If object_Id is specified, information about the firewall with this object_Id is returned by default. If both fw_instance_Id and object_Id are specified, the specified object_Id must belong to the specified firewall.
|
- |
---|
|
---|