Skip to content

Commit e3e9b16

Browse files
Merge pull request #131 from jdcloud-apigateway/master
add updates
2 parents 2b6d153 + d21f701 commit e3e9b16

2 files changed

Lines changed: 38 additions & 1 deletion

File tree

src/Starshield/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# 更新历史 #
2-
API版本:0.0.11
2+
API版本:0.0.12
33

44
| 发布时间 | 版本号 | 更新 | 说明 |
55
| ---------- | ------ | ------------- | -------------- |
6+
| 2023-08-07 | 0.0.12 | 套餐包详情增加相关参数 ||
67
| 2023-07-03 | 0.0.11 | 调整证书删除、域名删除、域配置编辑接口的入参,调整证书包列表接口返参 ||
78
| 2023-05-15 | 0.0.10 | 数据概览返参指定具体Number类型:Number->Double ||
89
| 2023-03-14 | 0.0.9 | 调整证书列表、安全事件接口返参,调整浏览器缓存TTL、证书上传接口入参 ||

src/data/starshield/v1/api-2.json.php

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2601,6 +2601,17 @@
26012601
'builtInPredefinedRule' => [ 'type' => 'boolean', 'locationName' => 'builtInPredefinedRule', ],
26022602
'firewallRuleNum' => [ 'type' => 'integer', 'locationName' => 'firewallRuleNum', ],
26032603
'firewalRegularRule' => [ 'type' => 'boolean', 'locationName' => 'firewalRegularRule', ],
2604+
'availableDnsRecordNum' => [ 'type' => 'integer', 'locationName' => 'availableDnsRecordNum', ],
2605+
'zoneAccessType' => [ 'type' => 'string', 'locationName' => 'zoneAccessType', ],
2606+
'rateLimit' => [ 'type' => 'integer', 'locationName' => 'rateLimit', ],
2607+
'logPush' => [ 'type' => 'boolean', 'locationName' => 'logPush', ],
2608+
'protocol' => [ 'type' => 'string', 'locationName' => 'protocol', ],
2609+
'appAttackProtection' => [ 'type' => 'boolean', 'locationName' => 'appAttackProtection', ],
2610+
'ccAttackStandardProtection' => [ 'type' => 'boolean', 'locationName' => 'ccAttackStandardProtection', ],
2611+
'ccAttackAdvancedProtection' => [ 'type' => 'boolean', 'locationName' => 'ccAttackAdvancedProtection', ],
2612+
'technicalSupport' => [ 'type' => 'string', 'locationName' => 'technicalSupport', ],
2613+
'zoneExtPack' => [ 'type' => 'boolean', 'locationName' => 'zoneExtPack', ],
2614+
'websocket' => [ 'type' => 'boolean', 'locationName' => 'websocket', ],
26042615
],
26052616
],
26062617
'DescribeInstancesRes' => [
@@ -2650,6 +2661,8 @@
26502661
'id' => [ 'type' => 'double', 'locationName' => 'id', ],
26512662
'zoneName' => [ 'type' => 'string', 'locationName' => 'zoneName', ],
26522663
'fileName' => [ 'type' => 'string', 'locationName' => 'fileName', ],
2664+
'datasetType' => [ 'type' => 'integer', 'locationName' => 'datasetType', ],
2665+
'event' => [ 'type' => 'integer', 'locationName' => 'event', ],
26532666
'intervalType' => [ 'type' => 'integer', 'locationName' => 'intervalType', ],
26542667
'logType' => [ 'type' => 'integer', 'locationName' => 'logType', ],
26552668
'startTime' => [ 'type' => 'string', 'locationName' => 'startTime', ],
@@ -4294,6 +4307,9 @@
42944307
'type' => 'structure',
42954308
'members' => [
42964309
'dataList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AvailablePageRule', ], ],
4310+
'currentCount' => [ 'type' => 'integer', 'locationName' => 'currentCount', ],
4311+
'totalCount' => [ 'type' => 'integer', 'locationName' => 'totalCount', ],
4312+
'totalPage' => [ 'type' => 'integer', 'locationName' => 'totalPage', ],
42974313
],
42984314
],
42994315
'DeleteAdvancedCertificateManagerCertificatePackResponseShape' => [
@@ -4314,6 +4330,9 @@
43144330
'type' => 'structure',
43154331
'members' => [
43164332
'dataList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CertificatePack', ], ],
4333+
'currentCount' => [ 'type' => 'integer', 'locationName' => 'currentCount', ],
4334+
'totalCount' => [ 'type' => 'integer', 'locationName' => 'totalCount', ],
4335+
'totalPage' => [ 'type' => 'integer', 'locationName' => 'totalPage', ],
43174336
],
43184337
],
43194338
'OrderAdvancedCertificateManagerCertificatePackResponseShape' => [
@@ -4327,6 +4346,8 @@
43274346
'type' => 'structure',
43284347
'members' => [
43294348
'status' => [ 'type' => 'string', 'locationName' => 'status', ],
4349+
'page' => [ 'type' => 'double', 'locationName' => 'page', ],
4350+
'per_page' => [ 'type' => 'double', 'locationName' => 'per_page', ],
43304351
'zone_identifier' => [ 'type' => 'string', 'locationName' => 'zone_identifier', ],
43314352
],
43324353
],
@@ -4391,6 +4412,9 @@
43914412
'type' => 'structure',
43924413
'members' => [
43934414
'dataList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CustomPage', ], ],
4415+
'currentCount' => [ 'type' => 'integer', 'locationName' => 'currentCount', ],
4416+
'totalCount' => [ 'type' => 'integer', 'locationName' => 'totalCount', ],
4417+
'totalPage' => [ 'type' => 'integer', 'locationName' => 'totalPage', ],
43944418
],
43954419
],
43964420
'UpdateCustomPageURLRequestShape' => [
@@ -4567,6 +4591,9 @@
45674591
'type' => 'structure',
45684592
'members' => [
45694593
'dataList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DnsRecord', ], ],
4594+
'currentCount' => [ 'type' => 'integer', 'locationName' => 'currentCount', ],
4595+
'totalCount' => [ 'type' => 'integer', 'locationName' => 'totalCount', ],
4596+
'totalPage' => [ 'type' => 'integer', 'locationName' => 'totalPage', ],
45704597
],
45714598
],
45724599
'CreateDNSRecordResultShape' => [
@@ -4719,6 +4746,9 @@
47194746
'type' => 'structure',
47204747
'members' => [
47214748
'dataList' => [ 'type' => 'list', 'member' => [ 'shape' => 'FirewallRule', ], ],
4749+
'currentCount' => [ 'type' => 'integer', 'locationName' => 'currentCount', ],
4750+
'totalCount' => [ 'type' => 'integer', 'locationName' => 'totalCount', ],
4751+
'totalPage' => [ 'type' => 'integer', 'locationName' => 'totalPage', ],
47224752
],
47234753
],
47244754
'CreateFirewallRulesRequestShape' => [
@@ -4763,6 +4793,9 @@
47634793
'type' => 'structure',
47644794
'members' => [
47654795
'dataList' => [ 'type' => 'list', 'member' => [ 'shape' => 'FirewallRule', ], ],
4796+
'currentCount' => [ 'type' => 'integer', 'locationName' => 'currentCount', ],
4797+
'totalCount' => [ 'type' => 'integer', 'locationName' => 'totalCount', ],
4798+
'totalPage' => [ 'type' => 'integer', 'locationName' => 'totalPage', ],
47664799
],
47674800
],
47684801
'UpdateIndividualFirewallRuleResultShape' => [
@@ -5624,6 +5657,9 @@
56245657
'type' => 'structure',
56255658
'members' => [
56265659
'dataList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PageRule', ], ],
5660+
'currentCount' => [ 'type' => 'integer', 'locationName' => 'currentCount', ],
5661+
'totalCount' => [ 'type' => 'integer', 'locationName' => 'totalCount', ],
5662+
'totalPage' => [ 'type' => 'integer', 'locationName' => 'totalPage', ],
56275663
],
56285664
],
56295665
'CreatePageRuleResultShape' => [

0 commit comments

Comments
 (0)