Skip to content

Commit cb3acd2

Browse files
Merge pull request #123 from jdcloud-apigateway/master
add updates
2 parents 3d7219b + 6ca72ff commit cb3acd2

2 files changed

Lines changed: 24 additions & 2 deletions

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.10
2+
API版本:0.0.11
33

44
| 发布时间 | 版本号 | 更新 | 说明 |
55
| ---------- | ------ | ------------- | -------------- |
6+
| 2023-07-03 | 0.0.11 | 调整证书删除、域名删除、域配置编辑接口的入参,调整证书包列表接口返参 ||
67
| 2023-05-15 | 0.0.10 | 数据概览返参指定具体Number类型:Number->Double ||
78
| 2023-03-14 | 0.0.9 | 调整证书列表、安全事件接口返参,调整浏览器缓存TTL、证书上传接口入参 ||
89
| 2023-03-01 | 0.0.8 | 调整数据概览、日志分析部分接口返回参数格式 ||

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

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1956,14 +1956,28 @@
19561956
'CertificatePack' => [
19571957
'type' => 'structure',
19581958
'members' => [
1959+
'certificate_authority' => [ 'type' => 'string', 'locationName' => 'certificate_authority', ],
1960+
'created_on' => [ 'type' => 'string', 'locationName' => 'created_on', ],
19591961
'id' => [ 'type' => 'string', 'locationName' => 'id', ],
19601962
'type' => [ 'type' => 'string', 'locationName' => 'type', ],
19611963
'ty_pe' => [ 'type' => 'string', 'locationName' => 'ty_pe', ],
1964+
'status' => [ 'type' => 'string', 'locationName' => 'status', ],
1965+
'validation_method' => [ 'type' => 'string', 'locationName' => 'validation_method', ],
1966+
'validation_records' => [ 'type' => 'list', 'member' => [ 'shape' => 'Validation_record', ], ],
1967+
'validity_days' => [ 'type' => 'integer', 'locationName' => 'validity_days', ],
19621968
'hosts' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ],
19631969
'certificates' => [ 'type' => 'list', 'member' => [ 'shape' => 'Certificate', ], ],
19641970
'primary_certificate' => [ 'type' => 'string', 'locationName' => 'primary_certificate', ],
19651971
],
19661972
],
1973+
'Validation_record' => [
1974+
'type' => 'structure',
1975+
'members' => [
1976+
'status' => [ 'type' => 'string', 'locationName' => 'status', ],
1977+
'txt_name' => [ 'type' => 'string', 'locationName' => 'txt_name', ],
1978+
'txt_value' => [ 'type' => 'string', 'locationName' => 'txt_value', ],
1979+
],
1980+
],
19671981
'Advanced' => [
19681982
'type' => 'structure',
19691983
'members' => [
@@ -3631,6 +3645,13 @@
36313645
'modified_on' => [ 'type' => 'string', 'locationName' => 'modified_on', ],
36323646
],
36333647
],
3648+
'ZoneConfItem' => [
3649+
'type' => 'structure',
3650+
'members' => [
3651+
'id' => [ 'type' => 'string', 'locationName' => 'id', ],
3652+
'value' => [ 'type' => 'string', 'locationName' => 'value', ],
3653+
],
3654+
],
36343655
'WebApplicationFirewall' => [
36353656
'type' => 'structure',
36363657
'members' => [
@@ -6597,7 +6618,7 @@
65976618
'EditZoneSettingsInfoRequestShape' => [
65986619
'type' => 'structure',
65996620
'members' => [
6600-
'items' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ],
6621+
'items' => [ 'type' => 'list', 'member' => [ 'shape' => 'ZoneConfItem', ], ],
66016622
'zone_identifier' => [ 'type' => 'string', 'locationName' => 'zone_identifier', ],
66026623
],
66036624
],

0 commit comments

Comments
 (0)