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/opt/2021-07-30/api-docs.php | 145 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 data/opt/2021-07-30/api-docs.php (limited to 'data/opt') diff --git a/data/opt/2021-07-30/api-docs.php b/data/opt/2021-07-30/api-docs.php new file mode 100644 index 0000000..fc4d548 --- /dev/null +++ b/data/opt/2021-07-30/api-docs.php @@ -0,0 +1,145 @@ + '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'opt', + 'version' => '2021-07-30', + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'GetOpenStatus' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [], + ], + 'GetOrderInfo' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'RelService', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'query', + 'schema' => [ + 'type' => 'integer', + 'format' => 'int32', + 'required' => true, + 'minimum' => '1', + 'maximum' => '1', + 'enum' => [ + '1', + ], + ], + ], + [ + 'name' => 'ListReleased', + 'in' => 'query', + 'schema' => [ + 'type' => 'boolean', + 'required' => false, + ], + ], + ], + ], + 'GetOrderUsage' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'RelService', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'query', + 'schema' => [ + 'type' => 'integer', + 'format' => 'int32', + 'required' => true, + 'minimum' => '1', + 'maximum' => '1', + 'enum' => [ + '1', + ], + ], + ], + [ + 'name' => 'LicenseKey', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + [ + 'name' => 'TimeRange', + 'in' => 'query', + 'schema' => [ + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + ], + ], + ], + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-beijing', + 'endpoint' => 'opt.cn-beijing.aliyuncs.com', + ], + [ + 'regionId' => 'us-east-1', + 'endpoint' => 'opt.us-east-1.aliyuncs.com', + ], + ], +]; -- cgit v1.2.3