summaryrefslogtreecommitdiff
path: root/data/adbai/2025-08-12
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/adbai/2025-08-12
parenteccd5cd5a067f5659982685afdeea209b1888efb (diff)
downloadafterglow-metadata-814ec806c22e2782390af5a4a05cb6281aabd5e1.tar.gz
afterglow-metadata-814ec806c22e2782390af5a4a05cb6281aabd5e1.zip
update APIs 20260712
Diffstat (limited to 'data/adbai/2025-08-12')
-rw-r--r--data/adbai/2025-08-12/api-docs.php805
1 files changed, 433 insertions, 372 deletions
diff --git a/data/adbai/2025-08-12/api-docs.php b/data/adbai/2025-08-12/api-docs.php
index 0151bdf..0cc47a4 100644
--- a/data/adbai/2025-08-12/api-docs.php
+++ b/data/adbai/2025-08-12/api-docs.php
@@ -1,21 +1,13 @@
<?php return [
'version' => '1.0',
- 'info' => [
- 'style' => 'RPC',
- 'product' => 'ADBAI',
- 'version' => '2025-08-12',
- ],
+ 'info' => ['style' => 'RPC', 'product' => 'ADBAI', 'version' => '2025-08-12'],
'components' => [
'schemas' => [],
],
'apis' => [
- 'DescribeEmbodiedAIPlatforms' => [
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'CreateAgentPlatform' => [
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
@@ -26,104 +18,339 @@
[
'name' => 'RegionId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'DBClusterId',
'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'AiPlatformConfig',
+ 'in' => 'query',
+ 'style' => 'json',
'schema' => [
- 'type' => 'string',
+ 'type' => 'object',
'required' => true,
+ 'properties' => [
+ 'SpecName' => ['type' => 'string', 'required' => true],
+ 'ServeEndpoint' => ['type' => 'string', 'required' => true],
+ 'ServeApiKey' => ['type' => 'string', 'required' => true],
+ 'ServeModelName' => ['type' => 'string', 'required' => true],
+ 'ServeEmbeddingModelName' => ['type' => 'string', 'required' => true],
+ 'ServeEmbeddingEndpoint' => ['type' => 'string', 'required' => true],
+ ],
],
],
+ ],
+ ],
+ 'CreateEmbodiedAIPlatform' => [
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
+ 'security' => [
[
- 'name' => 'State',
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'DBClusterId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'PlatformName',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'WebserverSpecName',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'RayConfig',
'in' => 'query',
+ 'style' => 'json',
'schema' => [
- 'type' => 'string',
+ 'type' => 'object',
'required' => false,
- 'enum' => [
- 'pending',
- 'running',
- 'scaling',
- 'deleting',
- 'locked',
+ 'properties' => [
+ 'HeadSpec' => ['type' => 'string', 'required' => false],
+ 'Category' => [
+ 'type' => 'string',
+ 'required' => false,
+ 'enum' => ['BASIC', 'HIGH_AVAILABILITY'],
+ ],
+ 'WorkerGroups' => [
+ 'type' => 'array',
+ 'required' => false,
+ 'items' => [
+ 'type' => 'object',
+ 'required' => false,
+ 'properties' => [
+ 'GroupName' => ['type' => 'string', 'required' => false],
+ 'AllocateUnit' => ['type' => 'string', 'required' => false],
+ 'MaxWorkerQuantity' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ 'MinWorkerQuantity' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ 'WorkerDiskCapacity' => ['type' => 'string', 'required' => false],
+ 'WorkerSpecName' => ['type' => 'string', 'required' => false],
+ 'WorkerSpecType' => [
+ 'type' => 'string',
+ 'required' => false,
+ 'enum' => ['CPU', 'GPU'],
+ ],
+ ],
+ ],
+ ],
],
],
],
[
- 'name' => 'StartTime',
+ 'name' => 'DeviceCount',
+ 'in' => 'query',
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ ],
+ [
+ 'name' => 'RayTrainConfig',
'in' => 'query',
+ 'style' => 'json',
'schema' => [
- 'type' => 'string',
- 'format' => 'iso8601',
+ 'type' => 'object',
'required' => false,
+ 'properties' => [
+ 'CpuAcu' => ['type' => 'integer', 'format' => 'int64', 'required' => false],
+ 'GpuSpecs' => [
+ 'type' => 'array',
+ 'required' => false,
+ 'items' => [
+ 'type' => 'object',
+ 'required' => false,
+ 'properties' => [
+ 'AllocateUnit' => ['type' => 'string', 'required' => false],
+ 'Count' => ['type' => 'integer', 'format' => 'int64', 'required' => false],
+ 'SpecName' => ['type' => 'string', 'required' => false],
+ ],
+ ],
+ ],
+ 'TerminalConfig' => [
+ 'type' => 'object',
+ 'required' => false,
+ 'properties' => [
+ 'AcrConfig' => [
+ 'type' => 'object',
+ 'required' => false,
+ 'properties' => [
+ 'InstanceId' => ['type' => 'string', 'required' => false],
+ 'Registry' => ['type' => 'string', 'required' => false],
+ 'Namespaces' => [
+ 'type' => 'array',
+ 'required' => false,
+ 'items' => ['type' => 'string', 'required' => false],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
],
],
+ ],
+ ],
+ 'DeleteAgentPlatform' => [
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
+ 'security' => [
[
- 'name' => 'EndTime',
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'DBClusterId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ ],
+ ],
+ 'DeleteEmbodiedAIPlatform' => [
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'DBClusterId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'PlatformName',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ ],
+ ],
+ 'DescribeChatMessage' => [
+ 'path' => '',
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['https', 'sse'],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'Query',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'SessionId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'Timezone',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ ],
+ ],
+ 'DescribeEapDeviceResourceAllocation' => [
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'DBClusterId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'DeviceCount',
+ 'in' => 'query',
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ ],
+ ],
+ ],
+ 'DescribeEmbodiedAIPlatforms' => [
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'DBClusterId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'State',
'in' => 'query',
'schema' => [
'type' => 'string',
- 'format' => 'iso8601',
'required' => false,
+ 'enum' => ['pending', 'running', 'scaling', 'deleting', 'locked'],
],
],
[
+ 'name' => 'StartTime',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'format' => 'iso8601', 'required' => false],
+ ],
+ [
+ 'name' => 'EndTime',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'format' => 'iso8601', 'required' => false],
+ ],
+ [
'name' => 'PageSize',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
[
'name' => 'PageNumber',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
[
'name' => 'NextToken',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'MaxResults',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
[
'name' => 'PlatformName',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
],
],
- 'CreateEmbodiedAIPlatform' => [
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetEmbodiedAIPlatformResourceUsageInfo' => [
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
@@ -134,111 +361,60 @@
[
'name' => 'RegionId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
'name' => 'DBClusterId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
- 'name' => 'PlatformName',
+ 'name' => 'StartTime',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'format' => 'iso8601', 'required' => false],
],
[
- 'name' => 'WebserverSpecName',
+ 'name' => 'EndTime',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'format' => 'iso8601', 'required' => false],
],
[
- 'name' => 'RayConfig',
+ 'name' => 'PlatformName',
'in' => 'query',
- 'style' => 'json',
- 'schema' => [
- 'type' => 'object',
- 'required' => false,
- 'properties' => [
- 'HeadSpec' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'Category' => [
- 'type' => 'string',
- 'required' => false,
- 'enum' => [
- 'BASIC',
- 'HIGH_AVAILABILITY',
- ],
- ],
- 'WorkerGroups' => [
- 'type' => 'array',
- 'required' => false,
- 'items' => [
- 'type' => 'object',
- 'required' => false,
- 'properties' => [
- 'GroupName' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'AllocateUnit' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'MaxWorkerQuantity' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
- 'MinWorkerQuantity' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
- 'WorkerDiskCapacity' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'WorkerSpecName' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'WorkerSpecType' => [
- 'type' => 'string',
- 'required' => false,
- 'enum' => [
- 'CPU',
- 'GPU',
- ],
- ],
- ],
- ],
- ],
- ],
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
],
],
- 'CreateAgentPlatform' => [
- 'methods' => [
- 'post',
+ 'LockEmbodiedAIPlatform' => [
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
],
- 'schemes' => [
- 'https',
+ 'deprecated' => false,
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'DBClusterId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'PlatformName',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
],
+ ],
+ 'ModifyAgentPlatform' => [
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
@@ -249,26 +425,17 @@
[
'name' => 'RegionId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
'name' => 'DBClusterId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
'name' => 'Name',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
'name' => 'AiPlatformConfig',
@@ -276,44 +443,22 @@
'style' => 'json',
'schema' => [
'type' => 'object',
- 'required' => true,
+ 'required' => false,
'properties' => [
- 'SpecName' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'ServeEndpoint' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'ServeApiKey' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'ServeModelName' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'ServeEmbeddingModelName' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'ServeEmbeddingEndpoint' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'SpecName' => ['type' => 'string', 'required' => false],
+ 'ServeEndpoint' => ['type' => 'string', 'required' => false],
+ 'ServeApiKey' => ['type' => 'string', 'required' => false],
+ 'ServeModelName' => ['type' => 'string', 'required' => false],
+ 'ServeEmbeddingModelName' => ['type' => 'string', 'required' => false],
+ 'ServeEmbeddingEndpoint' => ['type' => 'string', 'required' => false],
],
],
],
],
],
- 'GetEmbodiedAIPlatformResourceUsageInfo' => [
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'ModifyEmbodiedAIPlatform' => [
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
@@ -324,54 +469,109 @@
[
'name' => 'RegionId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
'name' => 'DBClusterId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
- 'name' => 'StartTime',
+ 'name' => 'PlatformName',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'format' => 'iso8601',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
- 'name' => 'EndTime',
+ 'name' => 'WebserverSpecName',
'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'RayConfig',
+ 'in' => 'query',
+ 'style' => 'json',
'schema' => [
- 'type' => 'string',
- 'format' => 'iso8601',
+ 'type' => 'object',
'required' => false,
+ 'properties' => [
+ 'HeadSpec' => ['type' => 'string', 'required' => false],
+ 'Category' => [
+ 'type' => 'string',
+ 'required' => false,
+ 'enum' => ['BASIC', 'HIGH_AVAILABILITY'],
+ ],
+ 'WorkerGroups' => [
+ 'type' => 'array',
+ 'required' => false,
+ 'items' => [
+ 'type' => 'object',
+ 'required' => false,
+ 'properties' => [
+ 'GroupName' => ['type' => 'string', 'required' => false],
+ 'AllocateUnit' => ['type' => 'string', 'required' => false],
+ 'MaxWorkerQuantity' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ 'MinWorkerQuantity' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ 'WorkerDiskCapacity' => ['type' => 'string', 'required' => false],
+ 'WorkerSpecName' => ['type' => 'string', 'required' => false],
+ 'WorkerSpecType' => [
+ 'type' => 'string',
+ 'required' => false,
+ 'enum' => ['CPU', 'GPU'],
+ ],
+ ],
+ ],
+ ],
+ ],
],
],
[
- 'name' => 'PlatformName',
+ 'name' => 'RayTrainConfig',
'in' => 'query',
+ 'style' => 'json',
'schema' => [
- 'type' => 'string',
- 'required' => false,
+ 'type' => 'object',
+ 'properties' => [
+ 'CpuAcu' => ['type' => 'integer', 'format' => 'int64'],
+ 'GpuSpecs' => [
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'AllocateUnit' => ['type' => 'string'],
+ 'Count' => ['type' => 'integer', 'format' => 'int64'],
+ 'SpecName' => ['type' => 'string'],
+ ],
+ ],
+ ],
+ 'TerminalConfig' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'AcrConfig' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'InstanceId' => ['type' => 'string'],
+ 'Registry' => ['type' => 'string'],
+ 'Namespaces' => [
+ 'type' => 'array',
+ 'items' => ['type' => 'string'],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
],
],
+ [
+ 'name' => 'DeviceCount',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string'],
+ ],
],
],
'ResetEmbodiedAIPlatformPassword' => [
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
@@ -382,44 +582,28 @@
[
'name' => 'RegionId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
'name' => 'DBClusterId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
'name' => 'PlatformName',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
'name' => 'Password',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
],
],
- 'DeleteEmbodiedAIPlatform' => [
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'UnlockEmbodiedAIPlatform' => [
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
@@ -430,150 +614,27 @@
[
'name' => 'RegionId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
'name' => 'DBClusterId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
'name' => 'PlatformName',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
],
],
],
'endpoints' => [
- [
- 'regionId' => 'cn-qingdao',
- 'endpoint' => 'adb.aliyuncs.com',
- ],
- [
- 'regionId' => 'cn-beijing',
- 'endpoint' => 'adbai.cn-beijing.aliyuncs.com',
- ],
- [
- 'regionId' => 'cn-zhangjiakou',
- 'endpoint' => 'adb.cn-zhangjiakou.aliyuncs.com',
- ],
- [
- 'regionId' => 'cn-huhehaote',
- 'endpoint' => 'adb.cn-huhehaote.aliyuncs.com',
- ],
- [
- 'regionId' => 'cn-wulanchabu',
- 'endpoint' => 'adb.cn-wulanchabu.aliyuncs.com',
- ],
- [
- 'regionId' => 'cn-hangzhou',
- 'endpoint' => 'adbai.cn-hangzhou.aliyuncs.com',
- ],
- [
- 'regionId' => 'cn-shanghai',
- 'endpoint' => 'adb.aliyuncs.com',
- ],
- [
- 'regionId' => 'cn-shenzhen',
- 'endpoint' => 'adb.cn-shenzhen.aliyuncs.com',
- ],
- [
- 'regionId' => 'cn-guangzhou',
- 'endpoint' => 'adb.cn-guangzhou.aliyuncs.com',
- ],
- [
- 'regionId' => 'cn-chengdu',
- 'endpoint' => 'adb.cn-chengdu.aliyuncs.com',
- ],
- [
- 'regionId' => 'cn-hongkong',
- 'endpoint' => 'adb.cn-hongkong.aliyuncs.com',
- ],
- [
- 'regionId' => 'ap-northeast-1',
- 'endpoint' => 'adb.ap-northeast-1.aliyuncs.com',
- ],
- [
- 'regionId' => 'ap-northeast-2',
- 'endpoint' => 'adb.ap-northeast-2.aliyuncs.com',
- ],
- [
- 'regionId' => 'ap-southeast-1',
- 'endpoint' => 'adb.ap-southeast-1.aliyuncs.com',
- ],
- [
- 'regionId' => 'ap-southeast-2',
- 'endpoint' => 'adb.ap-southeast-2.aliyuncs.com',
- ],
- [
- 'regionId' => 'ap-southeast-3',
- 'endpoint' => 'adb.ap-southeast-3.aliyuncs.com',
- ],
- [
- 'regionId' => 'ap-southeast-5',
- 'endpoint' => 'adb.ap-southeast-5.aliyuncs.com',
- ],
- [
- 'regionId' => 'ap-southeast-6',
- 'endpoint' => 'adb.ap-southeast-6.aliyuncs.com',
- ],
- [
- 'regionId' => 'us-east-1',
- 'endpoint' => 'adb.aliyuncs.com',
- ],
- [
- 'regionId' => 'us-west-1',
- 'endpoint' => 'adb.aliyuncs.com',
- ],
- [
- 'regionId' => 'eu-west-1',
- 'endpoint' => 'adb.eu-west-1.aliyuncs.com',
- ],
- [
- 'regionId' => 'eu-central-1',
- 'endpoint' => 'adb.eu-central-1.aliyuncs.com',
- ],
- [
- 'regionId' => 'ap-south-1',
- 'endpoint' => 'adb.ap-south-1.aliyuncs.com',
- ],
- [
- 'regionId' => 'cn-hangzhou-finance',
- 'endpoint' => 'adb.aliyuncs.com',
- ],
- [
- 'regionId' => 'cn-shanghai-finance-1',
- 'endpoint' => 'adb.cn-shanghai-finance-1.aliyuncs.com',
- ],
- [
- 'regionId' => 'cn-shenzhen-finance-1',
- 'endpoint' => 'adb.cn-shenzhen-finance-1.aliyuncs.com',
- ],
- [
- 'regionId' => 'ap-southeast-7',
- 'endpoint' => 'adb.ap-southeast-7.aliyuncs.com',
- ],
- [
- 'regionId' => 'me-central-1',
- 'endpoint' => 'adb.me-central-1.aliyuncs.com',
- ],
- [
- 'regionId' => 'na-south-1',
- 'endpoint' => 'adb.na-south-1.aliyuncs.com',
- ],
- [
- 'regionId' => 'cn-north-2-gov-1',
- 'endpoint' => 'adb.cn-north-2-gov-1.aliyuncs.com',
- ],
+ ['regionId' => 'ap-northeast-1', 'regionName' => '日本(东京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'adbai.ap-northeast-1.aliyuncs.com', 'endpoint' => 'adbai.ap-northeast-1.aliyuncs.com', 'vpc' => ''],
+ ['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'adbai.ap-southeast-1.aliyuncs.com', 'endpoint' => 'adbai.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
+ ['regionId' => 'cn-beijing', 'regionName' => '华北2(北京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'adbai.cn-beijing.aliyuncs.com', 'endpoint' => 'adbai.cn-beijing.aliyuncs.com', 'vpc' => ''],
+ ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'adbai.cn-hangzhou.aliyuncs.com', 'endpoint' => 'adbai.cn-hangzhou.aliyuncs.com', 'vpc' => ''],
+ ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'adbai.cn-shanghai.aliyuncs.com', 'endpoint' => 'adbai.cn-shanghai.aliyuncs.com', 'vpc' => ''],
+ ['regionId' => 'cn-shenzhen', 'regionName' => '华南1(深圳)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'adbai.cn-shenzhen.aliyuncs.com', 'endpoint' => 'adbai.cn-shenzhen.aliyuncs.com', 'vpc' => ''],
],
];