summaryrefslogtreecommitdiff
path: root/data/ecs-workbench/2025-11-11
diff options
context:
space:
mode:
authorZhineng Li <im@zhineng.li>2026-07-12 16:56:35 +0800
committerZhineng Li <im@zhineng.li>2026-07-12 16:56:35 +0800
commit814ec806c22e2782390af5a4a05cb6281aabd5e1 (patch)
tree29e1692a067b17e56886a7d246d2b9521b2b7777 /data/ecs-workbench/2025-11-11
parenteccd5cd5a067f5659982685afdeea209b1888efb (diff)
downloadafterglow-metadata-814ec806c22e2782390af5a4a05cb6281aabd5e1.tar.gz
afterglow-metadata-814ec806c22e2782390af5a4a05cb6281aabd5e1.zip
update APIs 20260712
Diffstat (limited to 'data/ecs-workbench/2025-11-11')
-rw-r--r--data/ecs-workbench/2025-11-11/api-docs.php44
1 files changed, 9 insertions, 35 deletions
diff --git a/data/ecs-workbench/2025-11-11/api-docs.php b/data/ecs-workbench/2025-11-11/api-docs.php
index d127fd7..3cfa04f 100644
--- a/data/ecs-workbench/2025-11-11/api-docs.php
+++ b/data/ecs-workbench/2025-11-11/api-docs.php
@@ -1,22 +1,13 @@
<?php return [
'version' => '1.0',
- 'info' => [
- 'style' => 'RPC',
- 'product' => 'ecs-workbench',
- 'version' => '2025-11-11',
- ],
+ 'info' => ['style' => 'RPC', 'product' => 'ecs-workbench', 'version' => '2025-11-11'],
'components' => [
'schemas' => [],
],
'apis' => [
'DescribeTerminalSettings' => [
- 'methods' => [
- 'post',
- 'get',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'methods' => ['post', 'get'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
@@ -26,13 +17,8 @@
'parameters' => [],
],
'ModifyTerminalSettings' => [
- 'methods' => [
- 'post',
- 'get',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'methods' => ['post', 'get'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
@@ -48,10 +34,7 @@
'type' => 'object',
'required' => true,
'properties' => [
- 'Enabled' => [
- 'type' => 'boolean',
- 'required' => false,
- ],
+ 'Enabled' => ['type' => 'boolean', 'required' => false],
],
],
],
@@ -59,17 +42,8 @@
],
],
'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',
- ],
+ ['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'],
],
];