summaryrefslogtreecommitdiff
path: root/data/ossadmin
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/ossadmin
downloadacs-metadata-eccd5cd5a067f5659982685afdeea209b1888efb.tar.gz
acs-metadata-eccd5cd5a067f5659982685afdeea209b1888efb.zip
Diffstat (limited to 'data/ossadmin')
-rw-r--r--data/ossadmin/2019-04-22/api-docs.php45
1 files changed, 45 insertions, 0 deletions
diff --git a/data/ossadmin/2019-04-22/api-docs.php b/data/ossadmin/2019-04-22/api-docs.php
new file mode 100644
index 0000000..afb0266
--- /dev/null
+++ b/data/ossadmin/2019-04-22/api-docs.php
@@ -0,0 +1,45 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'RPC',
+ 'product' => 'OssAdmin',
+ 'version' => '2019-04-22',
+ ],
+ 'components' => [
+ 'schemas' => [],
+ ],
+ 'apis' => [
+ 'OpenOssService' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ [
+ 'APP' => [],
+ ],
+ [
+ 'PrivateKey' => [],
+ ],
+ [
+ 'BearerToken' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [],
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'public',
+ 'endpoint' => 'oss-admin.aliyuncs.com',
+ ],
+ ],
+];