summaryrefslogtreecommitdiff
path: root/data/ecs-workbench/2025-11-11/api-docs.php
diff options
context:
space:
mode:
Diffstat (limited to 'data/ecs-workbench/2025-11-11/api-docs.php')
-rw-r--r--data/ecs-workbench/2025-11-11/api-docs.php75
1 files changed, 75 insertions, 0 deletions
diff --git a/data/ecs-workbench/2025-11-11/api-docs.php b/data/ecs-workbench/2025-11-11/api-docs.php
new file mode 100644
index 0000000..d127fd7
--- /dev/null
+++ b/data/ecs-workbench/2025-11-11/api-docs.php
@@ -0,0 +1,75 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'RPC',
+ 'product' => 'ecs-workbench',
+ 'version' => '2025-11-11',
+ ],
+ 'components' => [
+ 'schemas' => [],
+ ],
+ 'apis' => [
+ 'DescribeTerminalSettings' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [],
+ ],
+ 'ModifyTerminalSettings' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
+ [
+ 'name' => 'PasswordlessLoginConfig',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'type' => 'object',
+ 'required' => true,
+ 'properties' => [
+ 'Enabled' => [
+ 'type' => 'boolean',
+ 'required' => false,
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'cn-hangzhou',
+ 'endpoint' => 'ecs-workbench.cn-hangzhou.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing',
+ 'endpoint' => 'ecs-workbench.cn-beijing.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-1',
+ 'endpoint' => 'ecs-workbench.ap-southeast-1.aliyuncs.com',
+ ],
+ ],
+];