summaryrefslogtreecommitdiff
path: root/data/status/2020-01-17
diff options
context:
space:
mode:
authorZhineng Li <im@zhineng.li>2026-07-12 16:56:35 +0800
committerZhineng Li <im@zhineng.li>2026-07-12 16:56:35 +0800
commit814ec806c22e2782390af5a4a05cb6281aabd5e1 (patch)
tree29e1692a067b17e56886a7d246d2b9521b2b7777 /data/status/2020-01-17
parenteccd5cd5a067f5659982685afdeea209b1888efb (diff)
downloadafterglow-metadata-814ec806c22e2782390af5a4a05cb6281aabd5e1.tar.gz
afterglow-metadata-814ec806c22e2782390af5a4a05cb6281aabd5e1.zip
update APIs 20260712
Diffstat (limited to 'data/status/2020-01-17')
-rw-r--r--data/status/2020-01-17/api-docs.php24
1 files changed, 5 insertions, 19 deletions
diff --git a/data/status/2020-01-17/api-docs.php b/data/status/2020-01-17/api-docs.php
index 0fa867b..aa6dac5 100644
--- a/data/status/2020-01-17/api-docs.php
+++ b/data/status/2020-01-17/api-docs.php
@@ -1,21 +1,13 @@
<?php return [
'version' => '1.0',
- 'info' => [
- 'style' => 'RPC',
- 'product' => 'Status',
- 'version' => '2020-01-17',
- ],
+ 'info' => ['style' => 'RPC', 'product' => 'Status', 'version' => '2020-01-17'],
'components' => [
'schemas' => [],
],
'apis' => [
'ListEventInProgress' => [
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
@@ -30,19 +22,13 @@
'schema' => [
'type' => 'array',
'required' => true,
- 'items' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'items' => ['type' => 'string', 'required' => false],
],
],
],
],
],
'endpoints' => [
- [
- 'regionId' => 'cn-shanghai',
- 'endpoint' => 'status.aliyuncs.com',
- ],
+ ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'status.aliyuncs.com', 'endpoint' => 'status.aliyuncs.com', 'vpc' => ''],
],
];