Skip to content

Commit 9197a66

Browse files
add updates
1 parent 4e0ed96 commit 9197a66

2 files changed

Lines changed: 162 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.9
2+
API版本:0.0.10
33

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

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

Lines changed: 160 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2697,6 +2697,64 @@
26972697
'zones' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ],
26982698
],
26992699
],
2700+
'SuspicionBehavior' => [
2701+
'type' => 'structure',
2702+
'members' => [
2703+
'zoneName' => [ 'type' => 'string', 'locationName' => 'zoneName', ],
2704+
'instanceName' => [ 'type' => 'string', 'locationName' => 'instanceName', ],
2705+
'pin' => [ 'type' => 'string', 'locationName' => 'pin', ],
2706+
'packType' => [ 'type' => 'string', 'locationName' => 'packType', ],
2707+
'chargeState' => [ 'type' => 'string', 'locationName' => 'chargeState', ],
2708+
'instanceExpireTime' => [ 'type' => 'string', 'locationName' => 'instanceExpireTime', ],
2709+
'originIp' => [ 'type' => 'string', 'locationName' => 'originIp', ],
2710+
'countryRegion' => [ 'type' => 'string', 'locationName' => 'countryRegion', ],
2711+
'level' => [ 'type' => 'string', 'locationName' => 'level', ],
2712+
'windowStartTime' => [ 'type' => 'string', 'locationName' => 'windowStartTime', ],
2713+
'cnt' => [ 'type' => 'long', 'locationName' => 'cnt', ],
2714+
'ws101Cnt' => [ 'type' => 'long', 'locationName' => 'ws101Cnt', ],
2715+
],
2716+
],
2717+
'ZoneTraffic' => [
2718+
'type' => 'structure',
2719+
'members' => [
2720+
'zonename' => [ 'type' => 'string', 'locationName' => 'zonename', ],
2721+
'instanceName' => [ 'type' => 'string', 'locationName' => 'instanceName', ],
2722+
'pin' => [ 'type' => 'string', 'locationName' => 'pin', ],
2723+
'packType' => [ 'type' => 'string', 'locationName' => 'packType', ],
2724+
'chargeState' => [ 'type' => 'string', 'locationName' => 'chargeState', ],
2725+
'instanceExpireTime' => [ 'type' => 'string', 'locationName' => 'instanceExpireTime', ],
2726+
'bytes' => [ 'type' => 'long', 'locationName' => 'bytes', ],
2727+
'totalFlowStr' => [ 'type' => 'string', 'locationName' => 'totalFlowStr', ],
2728+
'usedFlowStr' => [ 'type' => 'string', 'locationName' => 'usedFlowStr', ],
2729+
'remainingFlowStr' => [ 'type' => 'string', 'locationName' => 'remainingFlowStr', ],
2730+
'instanceUsedStatus' => [ 'type' => 'string', 'locationName' => 'instanceUsedStatus', ],
2731+
'icpStatus' => [ 'type' => 'boolean', 'locationName' => 'icpStatus', ],
2732+
],
2733+
],
2734+
'ZoneBandwidth' => [
2735+
'type' => 'structure',
2736+
'members' => [
2737+
'zonename' => [ 'type' => 'string', 'locationName' => 'zonename', ],
2738+
'instanceName' => [ 'type' => 'string', 'locationName' => 'instanceName', ],
2739+
'pin' => [ 'type' => 'string', 'locationName' => 'pin', ],
2740+
'packType' => [ 'type' => 'string', 'locationName' => 'packType', ],
2741+
'chargeState' => [ 'type' => 'string', 'locationName' => 'chargeState', ],
2742+
'instanceExpireTime' => [ 'type' => 'string', 'locationName' => 'instanceExpireTime', ],
2743+
'bps' => [ 'type' => 'long', 'locationName' => 'bps', ],
2744+
'totalFlowStr' => [ 'type' => 'string', 'locationName' => 'totalFlowStr', ],
2745+
'usedFlowStr' => [ 'type' => 'string', 'locationName' => 'usedFlowStr', ],
2746+
'remainingFlowStr' => [ 'type' => 'string', 'locationName' => 'remainingFlowStr', ],
2747+
'instanceUsedStatus' => [ 'type' => 'string', 'locationName' => 'instanceUsedStatus', ],
2748+
'icpStatus' => [ 'type' => 'boolean', 'locationName' => 'icpStatus', ],
2749+
],
2750+
],
2751+
'GetAllInstancesRes' => [
2752+
'type' => 'structure',
2753+
'members' => [
2754+
'instanceId' => [ 'type' => 'string', 'locationName' => 'instanceId', ],
2755+
'instanceName' => [ 'type' => 'string', 'locationName' => 'instanceName', ],
2756+
],
2757+
],
27002758
'DescribePopIpRes' => [
27012759
'type' => 'structure',
27022760
'members' => [
@@ -2813,6 +2871,108 @@
28132871
'reason' => [ 'type' => 'integer', 'locationName' => 'reason', ],
28142872
],
28152873
],
2874+
'OpZoneRecordDetails' => [
2875+
'type' => 'structure',
2876+
'members' => [
2877+
'opZoneRecords' => [ 'shape' => 'OpZoneRecords', ],
2878+
'sameContentZones' => [ 'type' => 'list', 'member' => [ 'shape' => 'SameContentZones', ], ],
2879+
],
2880+
],
2881+
'ListAuditLog' => [
2882+
'type' => 'structure',
2883+
'members' => [
2884+
'auditId' => [ 'type' => 'string', 'locationName' => 'auditId', ],
2885+
'auditWhen' => [ 'type' => 'string', 'locationName' => 'auditWhen', ],
2886+
'metadataAction' => [ 'type' => 'string', 'locationName' => 'metadataAction', ],
2887+
'metadataId' => [ 'type' => 'string', 'locationName' => 'metadataId', ],
2888+
'metadataName' => [ 'type' => 'string', 'locationName' => 'metadataName', ],
2889+
'actionType' => [ 'type' => 'string', 'locationName' => 'actionType', ],
2890+
'actionResult' => [ 'type' => 'boolean', 'locationName' => 'actionResult', ],
2891+
'actorUser' => [ 'type' => 'string', 'locationName' => 'actorUser', ],
2892+
'actorId' => [ 'type' => 'string', 'locationName' => 'actorId', ],
2893+
'actorIp' => [ 'type' => 'string', 'locationName' => 'actorIp', ],
2894+
'actorType' => [ 'type' => 'string', 'locationName' => 'actorType', ],
2895+
'interfaceType' => [ 'type' => 'string', 'locationName' => 'interfaceType', ],
2896+
'ownerId' => [ 'type' => 'string', 'locationName' => 'ownerId', ],
2897+
'oldValue' => [ 'type' => 'string', 'locationName' => 'oldValue', ],
2898+
'newValue' => [ 'type' => 'string', 'locationName' => 'newValue', ],
2899+
],
2900+
],
2901+
'OpZoneDetails' => [
2902+
'type' => 'structure',
2903+
'members' => [
2904+
'zoneId' => [ 'type' => 'string', 'locationName' => 'zoneId', ],
2905+
'zoneName' => [ 'type' => 'string', 'locationName' => 'zoneName', ],
2906+
'zoneStatus' => [ 'type' => 'string', 'locationName' => 'zoneStatus', ],
2907+
'instanceId' => [ 'type' => 'string', 'locationName' => 'instanceId', ],
2908+
'instanceName' => [ 'type' => 'string', 'locationName' => 'instanceName', ],
2909+
'pin' => [ 'type' => 'string', 'locationName' => 'pin', ],
2910+
'packType' => [ 'type' => 'string', 'locationName' => 'packType', ],
2911+
'chargeState' => [ 'type' => 'string', 'locationName' => 'chargeState', ],
2912+
'icpStatus' => [ 'type' => 'boolean', 'locationName' => 'icpStatus', ],
2913+
'zoneCreateTime' => [ 'type' => 'string', 'locationName' => 'zoneCreateTime', ],
2914+
'instanceExpireTime' => [ 'type' => 'string', 'locationName' => 'instanceExpireTime', ],
2915+
'pauseStatus' => [ 'type' => 'boolean', 'locationName' => 'pauseStatus', ],
2916+
'lockdownStatus' => [ 'type' => 'boolean', 'locationName' => 'lockdownStatus', ],
2917+
'blackListEnable' => [ 'type' => 'boolean', 'locationName' => 'blackListEnable', ],
2918+
'whiteListEnable' => [ 'type' => 'boolean', 'locationName' => 'whiteListEnable', ],
2919+
'totalFlowStr' => [ 'type' => 'string', 'locationName' => 'totalFlowStr', ],
2920+
'usedFlowStr' => [ 'type' => 'string', 'locationName' => 'usedFlowStr', ],
2921+
'remainingFlowStr' => [ 'type' => 'string', 'locationName' => 'remainingFlowStr', ],
2922+
'cnameSuffix' => [ 'type' => 'string', 'locationName' => 'cnameSuffix', ],
2923+
'nameServers' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ],
2924+
'verificationKey' => [ 'type' => 'string', 'locationName' => 'verificationKey', ],
2925+
'zoneType' => [ 'type' => 'string', 'locationName' => 'zoneType', ],
2926+
'ipType' => [ 'type' => 'integer', 'locationName' => 'ipType', ],
2927+
],
2928+
],
2929+
'OpZoneRecords' => [
2930+
'type' => 'structure',
2931+
'members' => [
2932+
'recordId' => [ 'type' => 'string', 'locationName' => 'recordId', ],
2933+
'zoneId' => [ 'type' => 'string', 'locationName' => 'zoneId', ],
2934+
'name' => [ 'type' => 'string', 'locationName' => 'name', ],
2935+
'type' => [ 'type' => 'string', 'locationName' => 'type', ],
2936+
'content' => [ 'type' => 'string', 'locationName' => 'content', ],
2937+
'ttl' => [ 'type' => 'integer', 'locationName' => 'ttl', ],
2938+
'proxied' => [ 'type' => 'boolean', 'locationName' => 'proxied', ],
2939+
'createTime' => [ 'type' => 'string', 'locationName' => 'createTime', ],
2940+
'updateTime' => [ 'type' => 'string', 'locationName' => 'updateTime', ],
2941+
'proxiable' => [ 'type' => 'boolean', 'locationName' => 'proxiable', ],
2942+
'priority' => [ 'type' => 'string', 'locationName' => 'priority', ],
2943+
],
2944+
],
2945+
'SameContentZones' => [
2946+
'type' => 'structure',
2947+
'members' => [
2948+
'zoneId' => [ 'type' => 'string', 'locationName' => 'zoneId', ],
2949+
'zoneName' => [ 'type' => 'string', 'locationName' => 'zoneName', ],
2950+
'instanceId' => [ 'type' => 'string', 'locationName' => 'instanceId', ],
2951+
'instanceName' => [ 'type' => 'string', 'locationName' => 'instanceName', ],
2952+
'pin' => [ 'type' => 'string', 'locationName' => 'pin', ],
2953+
],
2954+
],
2955+
'OpZoneJoinIns' => [
2956+
'type' => 'structure',
2957+
'members' => [
2958+
'zoneId' => [ 'type' => 'string', 'locationName' => 'zoneId', ],
2959+
'zoneName' => [ 'type' => 'string', 'locationName' => 'zoneName', ],
2960+
'zoneStatus' => [ 'type' => 'string', 'locationName' => 'zoneStatus', ],
2961+
'instanceId' => [ 'type' => 'string', 'locationName' => 'instanceId', ],
2962+
'instanceName' => [ 'type' => 'string', 'locationName' => 'instanceName', ],
2963+
'pin' => [ 'type' => 'string', 'locationName' => 'pin', ],
2964+
'packType' => [ 'type' => 'string', 'locationName' => 'packType', ],
2965+
'chargeState' => [ 'type' => 'string', 'locationName' => 'chargeState', ],
2966+
'icpStatus' => [ 'type' => 'boolean', 'locationName' => 'icpStatus', ],
2967+
'zoneCreateTime' => [ 'type' => 'string', 'locationName' => 'zoneCreateTime', ],
2968+
'instanceExpireTime' => [ 'type' => 'string', 'locationName' => 'instanceExpireTime', ],
2969+
'pauseStatus' => [ 'type' => 'boolean', 'locationName' => 'pauseStatus', ],
2970+
'lockdownStatus' => [ 'type' => 'boolean', 'locationName' => 'lockdownStatus', ],
2971+
'blackListEnable' => [ 'type' => 'boolean', 'locationName' => 'blackListEnable', ],
2972+
'whiteListEnable' => [ 'type' => 'boolean', 'locationName' => 'whiteListEnable', ],
2973+
'dnsRecordArchived' => [ 'type' => 'boolean', 'locationName' => 'dnsRecordArchived', ],
2974+
],
2975+
],
28162976
'OriginCA' => [
28172977
'type' => 'structure',
28182978
'members' => [

0 commit comments

Comments
 (0)