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/ecs-workbench/2025-11-11/api-docs.php | 75 ++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 data/ecs-workbench/2025-11-11/api-docs.php (limited to 'data/ecs-workbench/2025-11-11/api-docs.php') 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 @@ + '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', + ], + ], +]; -- cgit v1.2.3