From eccd5cd5a067f5659982685afdeea209b1888efb Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Sat, 14 Feb 2026 10:08:30 +0800 Subject: first commit --- data/status/2020-01-17/api-docs.php | 48 +++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 data/status/2020-01-17/api-docs.php (limited to 'data/status') 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 @@ + '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', + ], + ], +]; -- cgit v1.2.3