1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
|
<?php return [
'version' => '1.0',
'info' => ['style' => 'RPC', 'product' => 'Status', 'version' => '2020-01-17'],
'directories' => ['ListEventInProgress'],
'components' => [
'schemas' => [],
],
'apis' => [
'ListEventInProgress' => [
'summary' => 'Queries ongoing and unresolved events on Alibaba Cloud.',
'methods' => ['post'],
'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => ['operationType' => 'list', 'riskType' => 'none', 'chargeType' => 'free'],
'parameters' => [
[
'name' => 'RegionIds',
'in' => 'formData',
'style' => 'json',
'schema' => [
'description' => 'The list of region IDs. Specify at least one region ID to query ongoing and unresolved events in the specified regions.',
'type' => 'array',
'items' => ['description' => 'The region ID.', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', 'title' => ''],
'required' => true,
'title' => '',
'example' => '',
],
],
],
'responses' => [
200 => [
'schema' => [
'title' => '',
'description' => 'The list of ongoing events.',
'type' => 'object',
'properties' => [
'Data' => [
'description' => 'The event list.',
'type' => 'array',
'items' => [
'description' => 'The event.',
'type' => 'object',
'properties' => [
'Id' => ['title' => '', 'description' => 'The event ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '101'],
'StartTime' => ['title' => '', 'description' => 'The start time of the event.', 'type' => 'integer', 'format' => 'int64', 'example' => '1680660940017'],
'Title' => ['title' => '', 'description' => 'The event title.', 'type' => 'string', 'example' => '部分地域电信网络访问异常'],
'EventUpdates' => [
'title' => '',
'description' => 'The list of event updates.',
'type' => 'array',
'items' => [
'description' => 'The event update.',
'type' => 'object',
'properties' => [
'Content' => ['title' => '', 'description' => 'The content of the event update.', 'type' => 'string', 'example' => '尊敬的客户:'."\n"
."\n"
.' 您好!北京时间2023年06月20日 22:39-23:05,阿里云成都地域客户通过电信网络访问中国北方部分地域、阿里云北京地域通过电信网络访问中国西南部分地域时出现网络丢包现象,阿里云工程师初步确认因运营商问题导致,已向运营商报障。经过阿里云工程师紧急处理,网络丢包问题已恢复。非常抱歉给您带来的不便,如您有任何问题,请随时联系我们'],
'PublishTime' => ['title' => '', 'description' => 'The publish time of the event update.', 'type' => 'integer', 'format' => 'int64', 'example' => '1680660940017'],
],
'title' => '',
'example' => '',
],
'example' => '',
],
'Impacts' => [
'title' => '',
'description' => 'The list of detailed event impacts.',
'type' => 'array',
'items' => [
'description' => 'The detailed event impact.',
'type' => 'object',
'properties' => [
'Product' => [
'title' => '',
'description' => 'The cloud service.',
'type' => 'object',
'properties' => [
'ProductId' => ['description' => 'The cloud service ID.', 'type' => 'string', 'example' => 'ecs', 'title' => ''],
'ProductName' => ['description' => 'The original product name.', 'type' => 'string', 'example' => '云服务器 ECS', 'title' => ''],
],
'example' => '',
],
'Region' => [
'title' => '',
'description' => 'The region ID.',
'type' => 'object',
'properties' => [
'RegionId' => ['title' => '', 'description' => 'The region identifier.', 'type' => 'string', 'example' => 'cn-shanghai'."\n"],
'RegionName' => ['title' => '', 'description' => 'The region name.', 'type' => 'string', 'example' => '华东2(上海)'],
],
'example' => '',
],
'StartTime' => ['title' => '', 'description' => 'The start time of the impact.', 'type' => 'integer', 'format' => 'int64', 'example' => '1680660940017'],
'RecoveryTime' => ['title' => '', 'description' => 'The recovery time.', 'type' => 'integer', 'format' => 'int64', 'example' => '1680660940017'],
],
'title' => '',
'example' => '',
],
'example' => '',
],
],
'title' => '',
'example' => '',
],
'title' => '',
'example' => '',
],
'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '56CC5080-39B9-50AD-AEA1-483D9B0F8F24', 'title' => ''],
],
'example' => '',
],
],
],
'title' => 'Query ongoing and unresolved events on Alibaba Cloud',
'responseParamsDescription' => 'If no ongoing events exist in the specified regions, the Data field in the response is an empty array. Example: {'."\n"
.' "RequestId": "B045A94F-2799-5441-8FA5-xxxxx",'."\n"
.' "Data": []'."\n"
.'}.',
'changeSet' => [
['createdAt' => '2024-01-26T02:20:24.000Z', 'description' => 'Request parameters changed, Response parameters changed'],
],
'flowControl' => [
'flowControlList' => [],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n {\\n \\"Id\\": 101,\\n \\"StartTime\\": 1680660940017,\\n \\"Title\\": \\"部分地域电信网络访问异常\\",\\n \\"EventUpdates\\": [\\n {\\n \\"Content\\": \\"尊敬的客户:\\\\n\\\\n 您好!北京时间2023年06月20日 22:39-23:05,阿里云成都地域客户通过电信网络访问中国北方部分地域、阿里云北京地域通过电信网络访问中国西南部分地域时出现网络丢包现象,阿里云工程师初步确认因运营商问题导致,已向运营商报障。经过阿里云工程师紧急处理,网络丢包问题已恢复。非常抱歉给您带来的不便,如您有任何问题,请随时联系我们\\",\\n \\"PublishTime\\": 1680660940017\\n }\\n ],\\n \\"Impacts\\": [\\n {\\n \\"Product\\": {\\n \\"ProductId\\": \\"ecs\\",\\n \\"ProductName\\": \\"云服务器 ECS\\"\\n },\\n \\"Region\\": {\\n \\"RegionId\\": \\"cn-shanghai\\\\n\\",\\n \\"RegionName\\": \\"华东2(上海)\\"\\n },\\n \\"StartTime\\": 1680660940017,\\n \\"RecoveryTime\\": 1680660940017\\n }\\n ]\\n }\\n ],\\n \\"RequestId\\": \\"56CC5080-39B9-50AD-AEA1-483D9B0F8F24\\"\\n}","type":"json"}]',
],
],
'endpoints' => [
['regionId' => 'cn-shanghai', 'regionName' => 'China (Shanghai)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'status.aliyuncs.com', 'endpoint' => 'status.aliyuncs.com', 'vpc' => ''],
],
'errorCodes' => [],
'changeSet' => [
[
'apis' => [
['description' => 'Request parameters changed, Response parameters changed', 'api' => 'ListEventInProgress'],
],
'createdAt' => '2024-01-26T02:20:27.000Z',
'description' => '',
],
],
'flowControl' => [
'flowControlList' => [],
],
];
|