summaryrefslogtreecommitdiff
path: root/data/linkwan/2018-10-30/api-docs.php
diff options
context:
space:
mode:
Diffstat (limited to 'data/linkwan/2018-10-30/api-docs.php')
-rw-r--r--data/linkwan/2018-10-30/api-docs.php84
1 files changed, 84 insertions, 0 deletions
diff --git a/data/linkwan/2018-10-30/api-docs.php b/data/linkwan/2018-10-30/api-docs.php
new file mode 100644
index 0000000..83c2d27
--- /dev/null
+++ b/data/linkwan/2018-10-30/api-docs.php
@@ -0,0 +1,84 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'RPC',
+ 'product' => 'LinkWAN',
+ 'version' => '2018-10-30',
+ ],
+ 'components' => [
+ 'schemas' => [],
+ ],
+ 'apis' => [
+ 'GetKpmEncryptedNodeTuplesByOrderId' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
+ [
+ 'name' => 'OrderId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ ],
+ ],
+ ],
+ ],
+ 'SubmitKpmEncryptedNodeTupleOrder' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
+ [
+ 'name' => 'LoraVersion',
+ 'in' => 'formData',
+ 'schema' => [
+ 'type' => 'string',
+ 'required' => true,
+ ],
+ ],
+ [
+ 'name' => 'RequiredCount',
+ 'in' => 'formData',
+ 'schema' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'cn-hangzhou',
+ 'endpoint' => 'linkwan.cn-hangzhou.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai',
+ 'endpoint' => 'linkwan.cn-shanghai.aliyuncs.com',
+ ],
+ ],
+];