forked from docs/cloud-firewall
Update content
This commit is contained in:
parent
4726b23f2c
commit
3d8792506b
@ -8,7 +8,7 @@ Batch Delete Acl Rules
|
||||
Function
|
||||
--------
|
||||
|
||||
Batch Delete Acl Rules
|
||||
Batch Delete ACL Rules
|
||||
|
||||
URI
|
||||
---
|
||||
@ -28,7 +28,7 @@ DELETE /v1/{project_id}/acl-rule
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -51,7 +51,7 @@ Request Parameters
|
||||
+===========+===========+==================+================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| object_id | Yes | String | Protected object ID, which is used to distinguish Internet border protection from VPC border protection after a CFW instance is created. You can obtain the ID by calling the API used for querying a firewall instance. Note that the value 0 indicates the ID of a protected object on the Internet border, and the value 1 indicates the ID of a protected object on the VPC border. For details, see the API Explorer and Help Center FAQ. |
|
||||
+-----------+-----------+------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| rule_ids | Yes | Array of strings | rule ids |
|
||||
| rule_ids | Yes | Array of strings | Array of Rule IDs. |
|
||||
+-----------+-----------+------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Response Parameters
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
||||
|
||||
.. _DeleteAclRule:
|
||||
|
||||
Delete Acl Rule
|
||||
Delete ACL Rule
|
||||
===============
|
||||
|
||||
Function
|
||||
@ -29,7 +29,7 @@ DELETE /v1/{project_id}/acl-rule/{acl_rule_id}
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -65,29 +65,20 @@ Response Parameters
|
||||
========= ====== ===========
|
||||
Parameter Type Description
|
||||
========= ====== ===========
|
||||
id String rule id
|
||||
name String rule name
|
||||
id String Rule ID.
|
||||
name String Rule name.
|
||||
========= ====== ===========
|
||||
|
||||
**Status code: 400**
|
||||
|
||||
.. table:: **Table 6** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -28,7 +28,7 @@ DELETE /v1/{project_id}/acl-rule/count
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -59,21 +59,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 5** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -12,7 +12,7 @@ ACL Rule Management
|
||||
- :ref:`List Acl Rule Tags <listruleacltags>`
|
||||
- :ref:`Obtaining the Rule Hit Count <listaclrulehitcount>`
|
||||
- :ref:`Deleting the Rule Hit Count <deleteaclrulehitcount>`
|
||||
- :ref:`Delete Acl Rule <deleteaclrule>`
|
||||
- :ref:`Delete ACL Rule <deleteaclrule>`
|
||||
- :ref:`Querying a Protection Rule <listaclrules>`
|
||||
- :ref:`Setting the Priority of an ACL Protection Rule <updateaclruleorder>`
|
||||
|
||||
|
@ -20,7 +20,7 @@ GET /v2/{project_id}/cfw-acl/tags
|
||||
========== ========= ====== ===========
|
||||
Parameter Mandatory Type Description
|
||||
========== ========= ====== ===========
|
||||
project_id Yes String project ID
|
||||
project_id Yes String Project ID.
|
||||
========== ========= ====== ===========
|
||||
|
||||
.. table:: **Table 2** Query Parameters
|
||||
@ -28,13 +28,13 @@ GET /v2/{project_id}/cfw-acl/tags
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+=========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | Yes | 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. |
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| offset | Yes | Integer | Offset, which specifies the start position of the record to be returned. The value must be a number no less than 0. The default value is **0**. |
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| limit | Yes | Integer | Number of records displayed on each page, in the range 1-1024 |
|
||||
| limit | Yes | Integer | Number of records displayed on each page, in the range 1-1024. |
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Request Parameters
|
||||
@ -55,11 +55,11 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 4** Response body parameters
|
||||
|
||||
+-----------+-----------------------------------------------------------------------------------------------+-------------+
|
||||
+-----------+-----------------------------------------------------------------------------------------------+-----------------------------------+
|
||||
| Parameter | Type | Description |
|
||||
+===========+===============================================================================================+=============+
|
||||
| data | :ref:`HttpGetAclTagResponseData <listruleacltags__response_httpgetacltagresponsedata>` object | |
|
||||
+-----------+-----------------------------------------------------------------------------------------------+-------------+
|
||||
+===========+===============================================================================================+===================================+
|
||||
| data | :ref:`HttpGetAclTagResponseData <listruleacltags__response_httpgetacltagresponsedata>` object | Result of querying rule acl tags. |
|
||||
+-----------+-----------------------------------------------------------------------------------------------+-----------------------------------+
|
||||
|
||||
.. _listruleacltags__response_httpgetacltagresponsedata:
|
||||
|
||||
@ -70,11 +70,11 @@ Response Parameters
|
||||
+===========+===================================================================+=================================================================================================================================================+
|
||||
| offset | Integer | Offset, which specifies the start position of the record to be returned. The value must be a number no less than 0. The default value is **0**. |
|
||||
+-----------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| limit | Integer | Number of records displayed on each page, in the range 1-1024 |
|
||||
| limit | Integer | Number of records displayed on each page, in the range 1-1024. |
|
||||
+-----------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| total | Integer | total |
|
||||
| total | Integer | Total number of tags. |
|
||||
+-----------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| records | Array of :ref:`TagsVO <listruleacltags__response_tagsvo>` objects | tag vos |
|
||||
| records | Array of :ref:`TagsVO <listruleacltags__response_tagsvo>` objects | Display list of tag. |
|
||||
+-----------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
.. _listruleacltags__response_tagsvo:
|
||||
@ -84,9 +84,9 @@ Response Parameters
|
||||
========= ====== ===========
|
||||
Parameter Type Description
|
||||
========= ====== ===========
|
||||
tag_id String tag id
|
||||
tag_key String tag key
|
||||
tag_value String tag value
|
||||
tag_id String Tag id.
|
||||
tag_key String Tag key.
|
||||
tag_value String Tag value.
|
||||
========= ====== ===========
|
||||
|
||||
Example Requests
|
||||
@ -103,7 +103,7 @@ Example Responses
|
||||
|
||||
**Status code: 200**
|
||||
|
||||
Get acl tag response
|
||||
Get successful acl tag response.
|
||||
|
||||
.. code-block::
|
||||
|
||||
@ -131,11 +131,11 @@ Get acl tag response
|
||||
Status Codes
|
||||
------------
|
||||
|
||||
=========== ====================
|
||||
=========== ================================
|
||||
Status Code Description
|
||||
=========== ====================
|
||||
200 Get acl tag response
|
||||
=========== ====================
|
||||
=========== ================================
|
||||
200 Get successful acl tag response.
|
||||
=========== ================================
|
||||
|
||||
Error Codes
|
||||
-----------
|
||||
|
@ -28,7 +28,7 @@ POST /v1/{project_id}/acl-rule/count
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -76,7 +76,7 @@ Response Parameters
|
||||
+-----------+-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| offset | Integer | Offset, which specifies the start position of the record to be returned. The value must be a number no less than 0. The default value is **0**. |
|
||||
+-----------+-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| total | Integer | Total |
|
||||
| total | Integer | Total number of records. |
|
||||
+-----------+-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| records | Array of :ref:`RuleHitCountObject <listaclrulehitcount__response_rulehitcountobject>` objects | Rule hit count list |
|
||||
+-----------+-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -17,19 +17,20 @@ PUT /v1/{project_id}/acl-rule/order/{acl_rule_id}
|
||||
|
||||
.. table:: **Table 1** Path Parameters
|
||||
|
||||
=========== ========= ====== ===========
|
||||
Parameter Mandatory Type Description
|
||||
=========== ========= ====== ===========
|
||||
project_id Yes String Project ID
|
||||
acl_rule_id Yes String Rule ID
|
||||
=========== ========= ====== ===========
|
||||
+-------------+-----------+--------+--------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=============+===========+========+==============================================================+
|
||||
| project_id | Yes | String | Project ID |
|
||||
+-------------+-----------+--------+--------------------------------------------------------------+
|
||||
| acl_rule_id | Yes | String | Rule ID, it can be obtained by calling the API ListAclRules. |
|
||||
+-------------+-----------+--------+--------------------------------------------------------------+
|
||||
|
||||
.. table:: **Table 2** Query Parameters
|
||||
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -52,9 +53,9 @@ Request Parameters
|
||||
+==============+===========+=========+==========================================================================================================================================================================+
|
||||
| dest_rule_id | No | String | ID of the rule that the added rule will follow. This parameter cannot be left blank if the rule is not pinned on top, and is empty when the added rule is pinned on top. |
|
||||
+--------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| top | No | Integer | Whether to pin on top. The options are as follows: 0: no; 1: yes. |
|
||||
| top | No | Integer | Whether to pin on top. The options are as follows: 0 (no), 1 (yes). |
|
||||
+--------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| bottom | No | Integer | Whether to pin on bottom. The options are as follows: 0: no; 1: yes. |
|
||||
| bottom | No | Integer | Whether to pin on bottom. The options are as follows: 0 (no), 1 (yes). |
|
||||
+--------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Response Parameters
|
||||
@ -77,29 +78,20 @@ Response Parameters
|
||||
========= ====== ===========
|
||||
Parameter Type Description
|
||||
========= ====== ===========
|
||||
id String rule id
|
||||
name String rule name
|
||||
id String Rule ID.
|
||||
name String Rule name.
|
||||
========= ====== ===========
|
||||
|
||||
**Status code: 400**
|
||||
|
||||
.. table:: **Table 7** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -25,11 +25,13 @@ PUT /v1/{project_id}/acl-rule/action
|
||||
|
||||
.. table:: **Table 2** Query Parameters
|
||||
|
||||
+-----------------------+-----------+--------+-------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+===================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
+-----------------------+-----------+--------+-------------------------------------------------------------------------------------------------------------------+
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Request Parameters
|
||||
------------------
|
||||
@ -49,9 +51,9 @@ Request Parameters
|
||||
+===========+===========+==================+================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| object_id | Yes | String | Protected object ID, which is used to distinguish Internet border protection from VPC border protection after a CFW instance is created. You can obtain the ID by calling the API used for querying a firewall instance. Note that the value 0 indicates the ID of a protected object on the Internet border, and the value 1 indicates the ID of a protected object on the VPC border. For details, see the API Explorer and Help Center FAQ. |
|
||||
+-----------+-----------+------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| action | Yes | String | action |
|
||||
| action | Yes | String | Action of updating ACL Rules. The value can be enable (enable the rules), or disable (disable the rules). |
|
||||
+-----------+-----------+------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| rule_ids | Yes | Array of strings | rule ids |
|
||||
| rule_ids | Yes | Array of strings | Array of rule IDs. |
|
||||
+-----------+-----------+------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Response Parameters
|
||||
|
@ -28,7 +28,7 @@ POST /v1/{project_id}/address-set
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -92,21 +92,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 7** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -28,7 +28,7 @@ POST /v1/{project_id}/address-items
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -118,21 +118,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 10** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -28,7 +28,7 @@ DELETE /v1/{project_id}/address-items
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -29,7 +29,7 @@ DELETE /v1/{project_id}/address-sets/{set_id}
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -73,21 +73,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 6** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -29,7 +29,7 @@ DELETE /v1/{project_id}/address-items/{item_id}
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -73,21 +73,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 6** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -29,7 +29,7 @@ GET /v1/{project_id}/address-sets/{set_id}
|
||||
+------------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+========================+===========+=========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+------------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+------------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -90,21 +90,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 6** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -38,7 +38,7 @@ GET /v1/{project_id}/address-items
|
||||
+------------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| address | No | String | IP address |
|
||||
+------------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+------------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+------------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -109,21 +109,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 7** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -46,7 +46,7 @@ GET /v1/{project_id}/address-sets
|
||||
| | | | |
|
||||
| | | | - **1** |
|
||||
+------------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+------------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+------------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -121,21 +121,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 7** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -29,7 +29,7 @@ PUT /v1/{project_id}/address-sets/{set_id}
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -81,21 +81,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 7** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -28,7 +28,7 @@ POST /v1/{project_id}/black-white-list
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -94,21 +94,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 7** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -29,7 +29,7 @@ DELETE /v1/{project_id}/black-white-list/{list_id}
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -73,21 +73,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 6** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -54,7 +54,7 @@ GET /v1/{project_id}/black-white-lists
|
||||
+-----------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| offset | Yes | Integer | Offset, which specifies the start position of the record to be returned. The value must be a number no less than 0. The default value is **0**. |
|
||||
+-----------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -125,21 +125,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 7** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -29,7 +29,7 @@ PUT /v1/{project_id}/black-white-list/{list_id}
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -91,21 +91,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 7** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -30,7 +30,7 @@ POST /v1/{project_id}/capture-task/stop
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| fw_instance_id | Yes | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Request Parameters
|
||||
|
@ -28,7 +28,7 @@ POST /v1/{project_id}/capture-task
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | Yes | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -30,7 +30,7 @@ POST /v1/{project_id}/capture-task/batch-delete
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| fw_instance_id | Yes | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Request Parameters
|
||||
|
@ -28,7 +28,7 @@ GET /v1/{project_id}/capture-task
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+=========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -36,7 +36,7 @@ GET /v1/{project_id}/capture-task/capture-result
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| ip | No | Array | specified public ip address |
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Request Parameters
|
||||
|
@ -28,7 +28,7 @@ POST /v1/{project_id}/domain-set
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -29,7 +29,7 @@ POST /v1/{project_id}/domain-set/domains/{set_id}
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -29,7 +29,7 @@ DELETE /v1/{project_id}/domain-set/{set_id}
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | Yes | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -26,11 +26,11 @@ DELETE /v1/{project_id}/domain-set/domains/{set_id}
|
||||
|
||||
.. table:: **Table 2** Query Parameters
|
||||
|
||||
+-----------------------+-----------+--------+-------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+===================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
+-----------------------+-----------+--------+-------------------------------------------------------------------------------------------------------------------+
|
||||
+=======================+===========+========+==========================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Request Parameters
|
||||
------------------
|
||||
|
@ -28,7 +28,7 @@ GET /v1/{project_id}/domain-sets
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+=========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | Yes | 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. |
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -29,7 +29,7 @@ GET /v1/{project_id}/domain-set/domains/{set_id}
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+=========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | Yes | 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. |
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -34,7 +34,7 @@ GET /v1/{project_id}/dns/servers
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Request Parameters
|
||||
|
@ -29,7 +29,7 @@ GET /v1/{project_id}/domain/parse/{domain_name}
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+=========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -64,21 +64,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 5** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -29,7 +29,7 @@ PUT /v1/{project_id}/domain-set/{set_id}
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | Yes | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -30,7 +30,7 @@ PUT /v1/{project_id}/dns/servers
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Request Parameters
|
||||
@ -85,21 +85,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 7** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -32,7 +32,7 @@ POST /v1/{project_id}/eip/protect
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -123,21 +123,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 8** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -49,9 +49,7 @@ GET /v1/{project_id}/eips/protect
|
||||
| | | | Enumeration values: |
|
||||
| | | | |
|
||||
| | | | - **null** |
|
||||
| | | | |
|
||||
| | | | - **0** |
|
||||
| | | | |
|
||||
| | | | - **1** |
|
||||
+-----------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| sync | No | Integer | Specifies whether to synchronize tenant EIP data. The options are as follows: 0: no; 1: yes |
|
||||
@ -59,20 +57,17 @@ GET /v1/{project_id}/eips/protect
|
||||
| | | | Enumeration values: |
|
||||
| | | | |
|
||||
| | | | - **0** |
|
||||
| | | | |
|
||||
| | | | - **1** |
|
||||
+-----------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| limit | Yes | Integer | Number of records displayed on each page, in the range 1-1024 |
|
||||
| | | | |
|
||||
| | | | Minimum: **0** |
|
||||
+-----------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| offset | Yes | Integer | Offset, which specifies the start position of the record to be returned. The value must be a number no less than 0. The default value is **0**. |
|
||||
| | | | |
|
||||
| | | | Minimum: **0** |
|
||||
+-----------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| device_key | No | String | Device key |
|
||||
| device_key | No | String | Device key,It can be obtained by calling the EIP service API ListPublicips. |
|
||||
+-----------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| address_type | No | Integer | Specifies the address type. The value can be 0 (IPv4) or 1 (IPv6). |
|
||||
+-----------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -141,7 +136,6 @@ Response Parameters
|
||||
| | | Enumeration values: |
|
||||
| | | |
|
||||
| | | - **0** |
|
||||
| | | |
|
||||
| | | - **1** |
|
||||
+--------------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| public_ipv6 | String | EIP IPv6 |
|
||||
@ -168,7 +162,7 @@ Response Parameters
|
||||
+--------------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| domain_id | String | domain id |
|
||||
+--------------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| owner | String | owner |
|
||||
| owner | String | The username of the project, which is the owner of the EIPs |
|
||||
+--------------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_domain_id | String | firewall domain id |
|
||||
+--------------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -177,21 +171,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 7** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -38,7 +38,7 @@ GET /v1/{project_id}/eip-count/{object_id}
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -82,14 +82,10 @@ Response Parameters
|
||||
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| eip_total | Integer | Total EIPs |
|
||||
| | | |
|
||||
| | | Minimum: **0** |
|
||||
| | | |
|
||||
| | | Default: **0** |
|
||||
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| eip_protected | Integer | protected eip count |
|
||||
| | | |
|
||||
| | | Minimum: **0** |
|
||||
| | | |
|
||||
| | | Default: **0** |
|
||||
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| eip_protected_self | Integer | self protected eip count |
|
||||
@ -99,21 +95,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 6** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -28,7 +28,7 @@ POST /v1/{project_id}/firewall/east-west/protect
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -87,21 +87,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 7** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -28,7 +28,7 @@ POST /v1/{project_id}/firewall/east-west
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | Yes | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -38,21 +38,21 @@ Request Parameters
|
||||
|
||||
.. table:: **Table 3** Request body parameters
|
||||
|
||||
+-----------------------+-----------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+-----------------+-----------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+=================+=================================================================+===================================================================================================================+
|
||||
+=======================+=================+=================================================================+==========================================================================================================================================================================+
|
||||
| name | Yes | String | Firewall Name |
|
||||
+-----------------------+-----------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
+-----------------------+-----------------+-----------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
| | | | |
|
||||
| | | | Default: **0** |
|
||||
+-----------------------+-----------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+-----------------+-----------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| tags | No | Array of :ref:`tags <createfirewall__request_tags>` objects | Resource Tag |
|
||||
+-----------------------+-----------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+-----------------+-----------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| flavor | Yes | :ref:`flavor <createfirewall__request_flavor>` object | flavor |
|
||||
+-----------------------+-----------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+-----------------+-----------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| charge_info | Yes | :ref:`charge_info <createfirewall__request_charge_info>` object | Billing type information, postpaid. |
|
||||
+-----------------------+-----------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+-----------------+-----------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
.. _createfirewall__request_tags:
|
||||
|
||||
@ -110,21 +110,21 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 8** CreateFirewallReq
|
||||
|
||||
+-----------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+==================================================================+===================================================================================================================+
|
||||
+=======================+==================================================================+==========================================================================================================================================================================+
|
||||
| name | String | Firewall Name |
|
||||
+-----------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
|
||||
| enterprise_project_id | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
+-----------------------+------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| enterprise_project_id | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
| | | |
|
||||
| | | Default: **0** |
|
||||
+-----------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| tags | Array of :ref:`tags <createfirewall__response_tags>` objects | Resource Tag |
|
||||
+-----------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| flavor | :ref:`flavor <createfirewall__response_flavor>` object | flavor |
|
||||
+-----------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| charge_info | :ref:`charge_info <createfirewall__response_charge_info>` object | Billing type information, postpaid. |
|
||||
+-----------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
.. _createfirewall__response_tags:
|
||||
|
||||
@ -165,21 +165,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 12** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -44,7 +44,7 @@ GET /v1/{project_id}/firewall/exist
|
||||
| | | | |
|
||||
| | | | - **1 East-west firewall** |
|
||||
+-----------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -164,7 +164,7 @@ Response Parameters
|
||||
+--------------------------+----------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_name | String | firewall name |
|
||||
+--------------------------+----------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| enterprise_project_id | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+--------------------------+----------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| resource_id | String | resource id |
|
||||
+--------------------------+----------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -25,11 +25,11 @@ POST /v1/{project_id}/firewalls/list
|
||||
|
||||
.. table:: **Table 2** Query Parameters
|
||||
|
||||
+-----------------------+-----------+--------+-------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+========+===================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
+-----------------------+-----------+--------+-------------------------------------------------------------------------------------------------------------------+
|
||||
+=======================+===========+========+==========================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Request Parameters
|
||||
------------------
|
||||
@ -44,19 +44,19 @@ Request Parameters
|
||||
|
||||
.. table:: **Table 4** Request body parameters
|
||||
|
||||
+-----------------------+-----------+---------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+-----------+---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+=======================+===========+=====================================================================+=================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
+-----------------------+-----------+---------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+=======================+===========+=====================================================================+==========================================================================================================================================================================+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| key_word | No | String | key |
|
||||
+-----------------------+-----------+---------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+-----------+---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| tags | No | Array of :ref:`TagInfo <listfirewalllist__request_taginfo>` objects | tags |
|
||||
+-----------------------+-----------+---------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+-----------+---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| limit | Yes | Integer | Number of records displayed on each page, in the range 1-1024 |
|
||||
+-----------------------+-----------+---------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+-----------+---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| offset | Yes | Integer | Offset, which specifies the start position of the record to be returned. The value must be a number no less than 0. The default value is **0**. |
|
||||
+-----------------------+-----------+---------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+-----------+---------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
.. _listfirewalllist__request_taginfo:
|
||||
|
||||
@ -125,7 +125,7 @@ Response Parameters
|
||||
+-----------------------+----------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_name | String | firewall instance name |
|
||||
+-----------------------+----------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| enterprise_project_id | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+----------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| ha_type | Integer | ha type |
|
||||
+-----------------------+----------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -43,23 +43,13 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 3** Response body parameters
|
||||
|
||||
+-----------------------+---------------------------------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=============================================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+---------------------------------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+---------------------------------------------+-----------------------+
|
||||
| data | :ref:`data <listjob__response_data>` object | Job Result |
|
||||
+-----------------------+---------------------------------------------+-----------------------+
|
||||
========== =========================================== ===========
|
||||
Parameter Type Description
|
||||
========== =========================================== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
data :ref:`data <listjob__response_data>` object Job Result
|
||||
========== =========================================== ===========
|
||||
|
||||
.. _listjob__response_data:
|
||||
|
||||
|
@ -32,7 +32,7 @@ GET /v1/{project_id}/firewall/east-west
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| offset | Yes | Integer | Offset, which specifies the start position of the record to be returned. The value must be a number no less than 0. The default value is **0**. |
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -181,21 +181,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 10** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
@ -30,7 +30,7 @@ GET /v1/{project_id}/vpcs/protection
|
||||
+=======================+===========+========+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| object_id | Yes | String | Protected object ID, which is used to distinguish Internet border protection from VPC border protection after a CFW instance is created. You can obtain the ID by calling the API used for querying a firewall instance. Note that the value 0 indicates the ID of a protected object on the Internet border, and the value 1 indicates the ID of a protected object on the VPC border. For details, see the API Explorer and Help Center FAQ. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project. |
|
||||
| enterprise_project_id | No | String | Enterprise project id, the id generated by the enterprise project after the user supports the enterprise project, which can be obtained by calling the ListFirewallList. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| fw_instance_id | No | 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. |
|
||||
+-----------------------+-----------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -95,21 +95,12 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 7** Response body parameters
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=======================+
|
||||
| error_code | String | Error code |
|
||||
| | | |
|
||||
| | | Minimum: **8** |
|
||||
| | | |
|
||||
| | | Maximum: **36** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| error_msg | String | Description |
|
||||
| | | |
|
||||
| | | Minimum: **2** |
|
||||
| | | |
|
||||
| | | Maximum: **512** |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
========== ====== ===========
|
||||
Parameter Type Description
|
||||
========== ====== ===========
|
||||
error_code String Error code
|
||||
error_msg String Description
|
||||
========== ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user