summaryrefslogtreecommitdiff
path: root/data/status/2020-01-17
diff options
context:
space:
mode:
authorZhineng Li <[email protected]>2026-02-14 10:08:30 +0800
committerZhineng Li <[email protected]>2026-02-14 10:08:30 +0800
commiteccd5cd5a067f5659982685afdeea209b1888efb (patch)
tree1626c903b854317be1708ce3ccd3b4f4e6e0fc97 /data/status/2020-01-17
downloadacs-metadata-main.tar.gz
acs-metadata-main.zip
Diffstat (limited to 'data/status/2020-01-17')
-rw-r--r--data/status/2020-01-17/api-docs.php48
1 files changed, 48 insertions, 0 deletions
diff --git a/data/status/2020-01-17/api-docs.php b/data/status/2020-01-17/api-docs.php
new file mode 100644
index 0000000..0fa867b
--- /dev/null
+++ b/data/status/2020-01-17/api-docs.php
@@ -0,0 +1,48 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'RPC',
+ 'product' => 'Status',
+ 'version' => '2020-01-17',
+ ],
+ 'components' => [
+ 'schemas' => [],
+ ],
+ 'apis' => [
+ 'ListEventInProgress' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
+ [
+ 'name' => 'RegionIds',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'type' => 'array',
+ 'required' => true,
+ 'items' => [
+ 'type' => 'string',
+ 'required' => false,
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'cn-shanghai',
+ 'endpoint' => 'status.aliyuncs.com',
+ ],
+ ],
+];