diff options
Diffstat (limited to 'data/en_us/ossadmin/2019-04-22/api-docs.php')
| -rw-r--r-- | data/en_us/ossadmin/2019-04-22/api-docs.php | 69 |
1 files changed, 18 insertions, 51 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 index 9011fd2..efecd0a 100644 --- a/data/en_us/ossadmin/2019-04-22/api-docs.php +++ b/data/en_us/ossadmin/2019-04-22/api-docs.php @@ -1,34 +1,15 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'OssAdmin', - 'version' => '2019-04-22', - ], - 'directories' => [ - [ - 'id' => 201727, - 'title' => null, - 'type' => 'directory', - 'children' => [ - 'OpenOssService', - ], - ], - ], + 'info' => ['style' => 'RPC', 'product' => 'OssAdmin', 'version' => '2019-04-22'], + 'directories' => ['OpenOssService'], 'components' => [ 'schemas' => [], ], 'apis' => [ 'OpenOssService' => [ - 'summary' => 'Activate Object Storage Service.', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'summary' => 'Activates Object Storage Service (OSS) for an Alibaba Cloud account.', + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -45,52 +26,38 @@ ], 'operationType' => 'readAndWrite', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ - 'description' => '', + 'description' => 'The response information.', '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', - ], + 'OrderId' => ['description' => 'The order ID of the activation operation.', 'type' => 'string', 'example' => '2431*******529', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'FBD670BB-7930-5350-A313-995C303E8EDB', 'title' => ''], ], + 'title' => '', + 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'ORDER.OPEND', - 'errorMessage' => 'You have already open the service. Go to the console to start using it.', - ], + ['errorCode' => 'ORDER.OPEND', 'errorMessage' => 'You have already open the service. Go to the console to start using it.', 'description' => ''], ], 403 => [ - [ - 'errorCode' => 'Forbidden.NoPermission', - 'errorMessage' => 'You are not authorized to do this operation.', - ], + ['errorCode' => 'Forbidden.NoPermission', 'errorMessage' => 'You are not authorized to do this operation.', 'description' => ''], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"OrderId\\": \\"2431*******529\\",\\n \\"RequestId\\": \\"FBD670BB-7930-5350-A313-995C303E8EDB\\"\\n}","type":"json"}]', - 'title' => 'Activate Object Storage Service', + 'title' => 'Activate OSS', + 'changeSet' => [], ], ], 'endpoints' => [ - [ - 'regionId' => 'public', - 'endpoint' => 'oss-admin.aliyuncs.com', - ], + ['regionId' => 'public', 'regionName' => 'Public network', 'areaId' => 'other', 'areaName' => 'Other', 'public' => 'oss-admin.aliyuncs.com', 'endpoint' => 'oss-admin.aliyuncs.com', 'vpc' => ''], ], + 'errorCodes' => [], + 'changeSet' => [], ]; |
