diff options
Diffstat (limited to 'data/en_us/pds/2020-03-20/api-docs.php')
| -rw-r--r-- | data/en_us/pds/2020-03-20/api-docs.php | 638 |
1 files changed, 132 insertions, 506 deletions
diff --git a/data/en_us/pds/2020-03-20/api-docs.php b/data/en_us/pds/2020-03-20/api-docs.php index 0fa359f..5dbd272 100644 --- a/data/en_us/pds/2020-03-20/api-docs.php +++ b/data/en_us/pds/2020-03-20/api-docs.php @@ -1,23 +1,12 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'PDS', - 'product' => 'pds', - 'version' => '2020-03-20', - ], + 'info' => ['style' => 'PDS', 'product' => 'pds', 'version' => '2020-03-20'], 'directories' => [ [ 'id' => 0, 'title' => '其它', 'type' => 'directory', - 'children' => [ - 'DoCheckResource', - 'DoLogicalDeleteResource', - 'EdmCanRefund', - 'DoPhysicalDeleteResource', - 'EdmPayOrderCallback', - 'HandleAliAccountLifecycleCommand', - ], + 'children' => ['DoCheckResource', 'DoLogicalDeleteResource', 'EdmCanRefund', 'DoPhysicalDeleteResource', 'EdmPayOrderCallback', 'HandleAliAccountLifecycleCommand'], ], ], 'components' => [ @@ -25,13 +14,8 @@ ], 'apis' => [ 'DoCheckResource' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -43,124 +27,72 @@ [ 'name' => 'Interrupt', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Invoker', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Pk', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Bid', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Hid', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Country', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'TaskIdentifier', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'TaskExtraData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'GmtWakeup', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Success', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Message', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Level', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Prompt', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -168,50 +100,20 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Invoker' => [ - 'type' => 'string', - ], - 'Pk' => [ - 'type' => 'string', - ], - 'GmtWakeup' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'Url' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'TaskExtraData' => [ - 'type' => 'string', - ], - 'Bid' => [ - 'type' => 'string', - ], - 'Prompt' => [ - 'type' => 'string', - ], - 'TaskIdentifier' => [ - 'type' => 'string', - ], - 'Hid' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Country' => [ - 'type' => 'string', - ], - 'Interrupt' => [ - 'type' => 'boolean', - ], - 'Level' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'Invoker' => ['type' => 'string'], + 'Pk' => ['type' => 'string'], + 'GmtWakeup' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'Url' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'TaskExtraData' => ['type' => 'string'], + 'Bid' => ['type' => 'string'], + 'Prompt' => ['type' => 'string'], + 'TaskIdentifier' => ['type' => 'string'], + 'Hid' => ['type' => 'integer', 'format' => 'int64'], + 'Country' => ['type' => 'string'], + 'Interrupt' => ['type' => 'boolean'], + 'Level' => ['type' => 'integer', 'format' => 'int64'], ], ], ], @@ -219,13 +121,8 @@ 'errorCodes' => [], ], 'DoLogicalDeleteResource' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -237,124 +134,72 @@ [ 'name' => 'Interrupt', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Invoker', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Pk', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Bid', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Hid', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Country', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'TaskIdentifier', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'TaskExtraData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'GmtWakeup', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Success', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Message', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Level', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Prompt', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -362,50 +207,20 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Invoker' => [ - 'type' => 'string', - ], - 'Pk' => [ - 'type' => 'string', - ], - 'GmtWakeup' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'Url' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'TaskExtraData' => [ - 'type' => 'string', - ], - 'Bid' => [ - 'type' => 'string', - ], - 'Prompt' => [ - 'type' => 'string', - ], - 'TaskIdentifier' => [ - 'type' => 'string', - ], - 'Hid' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Country' => [ - 'type' => 'string', - ], - 'Interrupt' => [ - 'type' => 'boolean', - ], - 'Level' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'Invoker' => ['type' => 'string'], + 'Pk' => ['type' => 'string'], + 'GmtWakeup' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'Url' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'TaskExtraData' => ['type' => 'string'], + 'Bid' => ['type' => 'string'], + 'Prompt' => ['type' => 'string'], + 'TaskIdentifier' => ['type' => 'string'], + 'Hid' => ['type' => 'integer', 'format' => 'int64'], + 'Country' => ['type' => 'string'], + 'Interrupt' => ['type' => 'boolean'], + 'Level' => ['type' => 'integer', 'format' => 'int64'], ], ], ], @@ -413,14 +228,8 @@ 'errorCodes' => [], ], 'EdmCanRefund' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -428,18 +237,12 @@ ], 'operationType' => 'readAndWrite', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], + 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'data', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -447,37 +250,20 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'code' => [ - 'type' => 'string', - ], - 'requestId' => [ - 'type' => 'string', - ], - 'message' => [ - 'type' => 'string', - ], - 'data' => [ - 'type' => 'string', - ], - 'success' => [ - 'type' => 'boolean', - ], - 'synchro' => [ - 'type' => 'string', - ], + 'code' => ['type' => 'string'], + 'requestId' => ['type' => 'string'], + 'message' => ['type' => 'string'], + 'data' => ['type' => 'string'], + 'success' => ['type' => 'boolean'], + 'synchro' => ['type' => 'string'], ], ], ], ], ], 'DoPhysicalDeleteResource' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -489,124 +275,72 @@ [ 'name' => 'Interrupt', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Invoker', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Pk', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Bid', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Hid', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Country', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'TaskIdentifier', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'TaskExtraData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'GmtWakeup', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Success', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Message', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Level', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Prompt', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -614,50 +348,20 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Invoker' => [ - 'type' => 'string', - ], - 'Pk' => [ - 'type' => 'string', - ], - 'GmtWakeup' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'Url' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'TaskExtraData' => [ - 'type' => 'string', - ], - 'Bid' => [ - 'type' => 'string', - ], - 'Prompt' => [ - 'type' => 'string', - ], - 'TaskIdentifier' => [ - 'type' => 'string', - ], - 'Hid' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Country' => [ - 'type' => 'string', - ], - 'Interrupt' => [ - 'type' => 'boolean', - ], - 'Level' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'Invoker' => ['type' => 'string'], + 'Pk' => ['type' => 'string'], + 'GmtWakeup' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'Url' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'TaskExtraData' => ['type' => 'string'], + 'Bid' => ['type' => 'string'], + 'Prompt' => ['type' => 'string'], + 'TaskIdentifier' => ['type' => 'string'], + 'Hid' => ['type' => 'integer', 'format' => 'int64'], + 'Country' => ['type' => 'string'], + 'Interrupt' => ['type' => 'boolean'], + 'Level' => ['type' => 'integer', 'format' => 'int64'], ], ], ], @@ -665,14 +369,8 @@ 'errorCodes' => [], ], 'EdmPayOrderCallback' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -680,18 +378,12 @@ ], 'operationType' => 'readAndWrite', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], + 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'data', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -699,37 +391,20 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'code' => [ - 'type' => 'string', - ], - 'requestId' => [ - 'type' => 'string', - ], - 'message' => [ - 'type' => 'string', - ], - 'data' => [ - 'type' => 'string', - ], - 'success' => [ - 'type' => 'boolean', - ], - 'synchro' => [ - 'type' => 'string', - ], + 'code' => ['type' => 'string'], + 'requestId' => ['type' => 'string'], + 'message' => ['type' => 'string'], + 'data' => ['type' => 'string'], + 'success' => ['type' => 'boolean'], + 'synchro' => ['type' => 'string'], ], ], ], ], ], 'HandleAliAccountLifecycleCommand' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -741,11 +416,7 @@ [ 'name' => 'data', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -753,24 +424,12 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'code' => [ - 'type' => 'string', - ], - 'requestId' => [ - 'type' => 'string', - ], - 'message' => [ - 'type' => 'string', - ], - 'data' => [ - 'type' => 'string', - ], - 'success' => [ - 'type' => 'boolean', - ], - 'synchro' => [ - 'type' => 'string', - ], + 'code' => ['type' => 'string'], + 'requestId' => ['type' => 'string'], + 'message' => ['type' => 'string'], + 'data' => ['type' => 'string'], + 'success' => ['type' => 'boolean'], + 'synchro' => ['type' => 'string'], ], ], ], @@ -779,49 +438,16 @@ ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'cn-shenzhen.admin.aliyunpds.com', - ], - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'cn-beijing.admin.aliyunpds.com', - ], - [ - 'regionId' => 'cn-zhangjiakou', - 'endpoint' => 'cn-zhangjiakou.admin.aliyunpds.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'cn-hangzhou.admin.aliyunpds.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'cn-shanghai.admin.aliyunpds.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'ap-southeast-1.admin.aliyunpds.com', - ], - [ - 'regionId' => 'cn-guangzhou', - 'endpoint' => 'cn-guangzhou.admin.aliyunpds.com', - ], - [ - 'regionId' => 'cn-hongkong', - 'endpoint' => 'cn-hongkong.admin.aliyunpds.com', - ], - [ - 'regionId' => 'us-west-1', - 'endpoint' => 'us-west-1.admin.aliyunpds.com', - ], - [ - 'regionId' => 'eu-central-1', - 'endpoint' => 'eu-central-1.admin.aliyunpds.com', - ], - [ - 'regionId' => 'ap-southeast-5', - 'endpoint' => 'ap-southeast-5.admin.aliyunpds.com', - ], + ['regionId' => 'cn-shenzhen', 'endpoint' => 'cn-shenzhen.admin.aliyunpds.com'], + ['regionId' => 'cn-beijing', 'endpoint' => 'cn-beijing.admin.aliyunpds.com'], + ['regionId' => 'cn-zhangjiakou', 'endpoint' => 'cn-zhangjiakou.admin.aliyunpds.com'], + ['regionId' => 'cn-hangzhou', 'endpoint' => 'cn-hangzhou.admin.aliyunpds.com'], + ['regionId' => 'cn-shanghai', 'endpoint' => 'cn-shanghai.admin.aliyunpds.com'], + ['regionId' => 'ap-southeast-1', 'endpoint' => 'ap-southeast-1.admin.aliyunpds.com'], + ['regionId' => 'cn-guangzhou', 'endpoint' => 'cn-guangzhou.admin.aliyunpds.com'], + ['regionId' => 'cn-hongkong', 'endpoint' => 'cn-hongkong.admin.aliyunpds.com'], + ['regionId' => 'us-west-1', 'endpoint' => 'us-west-1.admin.aliyunpds.com'], + ['regionId' => 'eu-central-1', 'endpoint' => 'eu-central-1.admin.aliyunpds.com'], + ['regionId' => 'ap-southeast-5', 'endpoint' => 'ap-southeast-5.admin.aliyunpds.com'], ], ]; |
