summaryrefslogtreecommitdiff
path: root/data/status/2020-01-17/api-docs.php
diff options
context:
space:
mode:
Diffstat (limited to 'data/status/2020-01-17/api-docs.php')
-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',
+ ],
+ ],
+];