根据策略唯一标识ID查询互联网边界防火墙访问控制策略详情。
调用此接口前请先使用DescribeControlPolicy - 查询互联网边界流量控制网关策略获取规则 ID。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeControlPolicyByRuleId | 接口名称。当前 API 的名称为 DescribeControlPolicyByRuleId 。 |
Version | String | 是 | 2021-09-06 | 接口版本。当前 API 的版本为 2021-09-06 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Direction | String | 是 |
| 策略方向:
|
RuleIds | Array of String | 是 | f04ac7ce-****-****-****-************ | 访问控制策略唯一标识ID,获取方式可参考DescribeControlPolicy - 查询互联网边界流量控制网关策略。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Count | Integer | 1 | 返回数据的实际数量 当查询数据为空时,且使用python SDK调用时此项为None |
Data | Array of DescribeControlPolicyStructure | -- | 规则详情。 |
PageNumber | Integer | 1 | 返回数据的分页页码 |
PageSize | Integer | 1 | 返回数据的分页大小 |
TotalCount | Integer | 1 | 返回数据总数量 当查询数据为空时,且使用python SDK调用时此项为None |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Prio | Integer | 1 | 优先级 |
Proto | String |
| 协议类型:
|
Action | String |
| 访问控制策略的动作:
|
HitCnt | Integer | 100 | 规则命中次数 |
RuleId | String | f04ac7ce-****-****-****-************ | 访问控制策略唯一标识 ID。 |
Source | String |
| 源地址。
|
Status | Boolean |
| 策略启用状态。
|
EndTime | Integer | 1727247865 | 策略生效截止日期,Unix 时间戳,精确到设定日期的 23:59:00。 |
DestPort | String |
| 目的端口。
|
UseCount | Integer | 100 | 策略占用数。 |
AccountId | String | 2100****** | 账户 ID。 |
Direction | String |
| 策略方向。取值:
|
StartTime | Integer | 1727247865 | 策略生效开始日期,精确到设定日期的 00:00:00。 |
IsEffected | Boolean |
| 是否生效。
|
RepeatDays | Array of Integer | 1 | 重复生效周期。 |
RepeatType | String |
| 重复类型。
|
SourceType | String |
| 地址类型。
|
UpdateTime | Integer | 1714298363 | 更新时间。 |
Description | String | 用于控制特定 IP 地址访问。 | 描述信息。 |
Destination | String |
| 目的地址:
|
DestPortList | Array of String | 22/22 | 目的端口组列表。 |
DestPortType | String |
| 目的端口类型。
|
EffectStatus | Integer |
| 生效状态。
|
RepeatEndTime | String | 2024-09-10 12:00 | 重复生效截止时间。 |
SourceCidrList | Array of String | 180.*.*.* | 源地址组列表。 |
DestinationType | String |
| 目的地址类型。
|
RepeatStartTime | String | 2024-09-10 11:00 | 重复生效起始时间。 |
SourceGroupType | String |
| 源地址组类型。
|
DestPortGroupType | String |
| 目的端口组类型。
|
DestinationCidrList | Array of String | 180.*.*.* | 目的地址组详情。 |
DestinationGroupType | String |
| 目的地址组类型。
|
POST ?Action=DescribeControlPolicyByRuleId&Version=2021-09-06 Host: https://open.volcengineapi.com Content-Type: application/json; charset=UTF-8 X-Date: 20240711T081413Z X-Content-Sha256: 287e874e******d653b44d21e Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20240711/cn-beijing/fw_center/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f { "Direction": "in", "RuleIds": [ "f04ac7ce-****-****-****-************" ] }
{ "ResponseMetadata": { "Action": "DescribeControlPolicyByRuleId", "Region": "cn-beijing", "Service": "fw_center", "Version": "2021-09-06", "RequestId": "20230604110420****100232280022D31" }, "Result": { "Count": 1, "Data": [ { "Prio": 1, "Proto": "ICMP", "Action": "accept", "HitCnt": 100, "RuleId": "f04ac7ce-****-****-****-************", "Source": "180.*.*.1/32", "Status": false, "EndTime": 1727247865, "DestPort": "22/22", "UseCount": 100, "AccountId": "2100******", "Direction": "in", "StartTime": 1727247865, "IsEffected": true, "RepeatDays": [ 1 ], "RepeatType": "Once", "SourceType": "net", "UpdateTime": 1714298363, "Description": "用于控制特定 IP 地址访问。", "Destination": "180.*.*.1/32", "DestPortList": [ "22/22" ], "DestPortType": "port", "EffectStatus": 1, "RepeatEndTime": "2024-09-10 12:00", "SourceCidrList": [ "180.*.*.*" ], "DestinationType": "net", "RepeatStartTime": "2024-09-10 11:00", "SourceGroupType": "ip", "DestPortGroupType": "port", "DestinationCidrList": [ "180.*.*.*" ], "DestinationGroupType": "ip" } ], "PageNumber": 1, "PageSize": 1, "TotalCount": 1 } }