summaryrefslogtreecommitdiff
path: root/data/en_us/ossadmin
diff options
context:
space:
mode:
authorZhineng Li <[email protected]>2026-02-13 10:54:11 +0800
committerZhineng Li <[email protected]>2026-02-13 10:54:11 +0800
commit7347bac4ab7e136157fc94777e6cf87ef9e08599 (patch)
tree0dec367dac6e152161a6f7cc0dba6ebbef1f34a2 /data/en_us/ossadmin
downloadacs-metadata-full-main.tar.gz
acs-metadata-full-main.zip
Diffstat (limited to 'data/en_us/ossadmin')
-rw-r--r--data/en_us/ossadmin/2019-04-22/api-docs.php96
1 files changed, 96 insertions, 0 deletions
diff --git a/data/en_us/ossadmin/2019-04-22/api-docs.php b/data/en_us/ossadmin/2019-04-22/api-docs.php
new file mode 100644
index 0000000..9011fd2
--- /dev/null
+++ b/data/en_us/ossadmin/2019-04-22/api-docs.php
@@ -0,0 +1,96 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'RPC',
+ 'product' => 'OssAdmin',
+ 'version' => '2019-04-22',
+ ],
+ 'directories' => [
+ [
+ 'id' => 201727,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'OpenOssService',
+ ],
+ ],
+ ],
+ 'components' => [
+ 'schemas' => [],
+ ],
+ 'apis' => [
+ 'OpenOssService' => [
+ 'summary' => 'Activate Object Storage Service.',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ [
+ 'APP' => [],
+ ],
+ [
+ 'PrivateKey' => [],
+ ],
+ [
+ 'BearerToken' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'OrderId' => [
+ 'description' => 'The order ID.'."\n",
+ 'type' => 'string',
+ 'example' => '2431****0529',
+ ],
+ 'RequestId' => [
+ 'description' => 'The request ID.'."\n",
+ 'type' => 'string',
+ 'example' => 'FBD670BB-7930-5350-A313-995C303E8EDB',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'ORDER.OPEND',
+ 'errorMessage' => 'You have already open the service. Go to the console to start using it.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden.NoPermission',
+ 'errorMessage' => 'You are not authorized to do this operation.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"OrderId\\": \\"2431*******529\\",\\n \\"RequestId\\": \\"FBD670BB-7930-5350-A313-995C303E8EDB\\"\\n}","type":"json"}]',
+ 'title' => 'Activate Object Storage Service',
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'public',
+ 'endpoint' => 'oss-admin.aliyuncs.com',
+ ],
+ ],
+];