summaryrefslogtreecommitdiff
path: root/data/en_us/aisc/2026-01-01/api-docs.php
blob: 76c9f7eb2b0bb1d8fe7192e3906143c4b233ec84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<?php return [
    'version' => '1.0',
    'info' => ['style' => 'RPC', 'product' => 'AISC', 'version' => '2026-01-01'],
    'directories' => ['CreateSkillFileCheck', 'ListSubTasks'],
    'components' => [
        'schemas' => [],
    ],
    'apis' => [
        'CreateSkillFileCheck' => [
            'summary' => 'Initiates batch detection for user-defined skills.',
            'path' => '',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
                'riskType' => 'none',
                'chargeType' => 'paid',
                'abilityTreeNodes' => ['FEATUREsasRREUQK'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'Files',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'description' => 'The file information.',
                        'type' => 'array',
                        'items' => [
                            'description' => 'The file list.',
                            'type' => 'object',
                            'properties' => [
                                'DownloadUrl' => [
                                    'description' => 'The public URL for downloading the file. The downloaded file must be a compressed package in tar.gz or zip format.',
                                    'enumValueTitles' => [],
                                    'type' => 'string',
                                    'required' => false,
                                    'example' => 'https://test.oss-cn-hangzhou.aliyuncs.com/xxxx',
                                    'title' => '',
                                ],
                                'FileName' => ['description' => 'The file name. If this parameter is not specified, the file name is parsed from DownloadUrl.', 'type' => 'string', 'required' => false, 'example' => 'test-file', 'title' => ''],
                            ],
                            'required' => false,
                            'title' => '',
                            'example' => '',
                        ],
                        'required' => false,
                        'maxItems' => 100,
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '', 'description' => 'Id of the request', 'type' => 'string', 'example' => '9FDE3D6F-26BD-5937-B0E5-8F47962B****'],
                            'Data' => [
                                'description' => 'The task creation result.',
                                'type' => 'object',
                                'properties' => [
                                    'RootTaskId' => ['description' => 'The ID of the root task returned after the task is submitted.', 'type' => 'string', 'example' => 'c6e7fa8a77df6e182ac3fcf1478ab83a', 'title' => ''],
                                    'SuccessCount' => ['description' => 'The number of files that are uploaded.', 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''],
                                    'FailCount' => ['description' => 'The number of files that failed to be uploaded.', 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''],
                                    'UploadResults' => [
                                        'description' => 'The upload results.',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'FileHash' => ['description' => 'The SHA256 value of the uploaded file.', 'type' => 'string', 'example' => '514f44ebed1d0c1df5e16a116080b64b', 'title' => ''],
                                                'IdentifyId' => ['description' => 'The unique ID of the uploaded file. You can use this ID to query the task result.', 'type' => 'string', 'example' => '1824jcadg01bsl10b', 'title' => ''],
                                                'ErrorMsg' => ['description' => 'The error message returned when the file fails to be uploaded.', 'type' => 'string', 'example' => 'Network error.', 'title' => ''],
                                                'Success' => ['description' => 'Indicates whether the operation is successful. Valid values:'."\n"
                                                    .'- true: Successful.'."\n"
                                                    .'- false: Failed.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                                                'FileName' => ['description' => 'The name of the file.', 'type' => 'string', 'example' => 'test-file', 'title' => ''],
                                            ],
                                            'description' => '',
                                            'title' => '',
                                            'example' => '',
                                        ],
                                        'title' => '',
                                        'example' => '',
                                    ],
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'Create skill detection tasks',
            'changeSet' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"9FDE3D6F-26BD-5937-B0E5-8F47962B****\\",\\n  \\"Data\\": {\\n    \\"RootTaskId\\": \\"c6e7fa8a77df6e182ac3fcf1478ab83a\\",\\n    \\"SuccessCount\\": 10,\\n    \\"FailCount\\": 0,\\n    \\"UploadResults\\": [\\n      {\\n        \\"FileHash\\": \\"514f44ebed1d0c1df5e16a116080b64b\\",\\n        \\"IdentifyId\\": \\"1824jcadg01bsl10b\\",\\n        \\"ErrorMsg\\": \\"Network error.\\",\\n        \\"Success\\": true,\\n        \\"FileName\\": \\"test-file\\"\\n      }\\n    ]\\n  }\\n}","type":"json"}]',
        ],
        'ListSubTasks' => [
            'summary' => 'Get subtask information.',
            'path' => '',
            'methods' => ['get', 'post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREsasRREUQK'],
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RootTaskId',
                    'in' => 'query',
                    'schema' => ['description' => 'The main task ID returned upon task submission.', 'type' => 'string', 'required' => false, 'example' => '110146ac282314fe4f7cd11afc7540eb', 'title' => ''],
                ],
                [
                    'name' => 'TaskType',
                    'in' => 'query',
                    'schema' => ['description' => 'The task type.', 'type' => 'string', 'required' => false, 'example' => 'SKILL_CHECK', 'title' => ''],
                ],
                [
                    'name' => 'CurrentPage',
                    'in' => 'query',
                    'schema' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['description' => 'The page size.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '', 'description' => 'Id of the request', 'type' => 'string', 'example' => '9FDE3D6F-26BD-5937-B0E5-8F47962B****'],
                            'Data' => [
                                'description' => 'The list of task results.',
                                'type' => 'array',
                                'items' => [
                                    'description' => 'The task result.',
                                    'type' => 'object',
                                    'properties' => [
                                        'Id' => ['description' => 'The task ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '4190063324899520', 'title' => ''],
                                        'TaskStatus' => ['description' => 'The task status.', 'type' => 'string', 'example' => 'success', 'title' => ''],
                                        'TaskResultMessage' => [
                                            'description' => 'The task result information.',
                                            'type' => 'object',
                                            'properties' => [
                                                'SkillCheckResult' => [
                                                    'description' => 'The skill check task result.',
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'RiskInfo' => [
                                                            'description' => 'The file detection risk information.',
                                                            'type' => 'array',
                                                            'items' => [
                                                                'description' => 'The list of risk details.',
                                                                'type' => 'object',
                                                                'properties' => [
                                                                    'Path' => ['description' => 'The file path.', 'type' => 'string', 'example' => '/home/97e55e6af371836f/', 'title' => ''],
                                                                    'ResultType' => ['description' => 'The result type.', 'type' => 'string', 'example' => 'file', 'title' => ''],
                                                                    'Ext' => [
                                                                        'description' => 'The file detection risk list.',
                                                                        'type' => 'object',
                                                                        'properties' => [
                                                                            'Virus' => [
                                                                                'description' => 'The virus detection risks.',
                                                                                'type' => 'array',
                                                                                'items' => [
                                                                                    'description' => 'The list of risk details.',
                                                                                    'type' => 'object',
                                                                                    'properties' => [
                                                                                        'Ext' => ['description' => 'The extended information field. This is a reserved parameter.', 'type' => 'string', 'example' => '{}', 'title' => ''],
                                                                                        'Score' => ['description' => 'The risk score. Maximum value: 100.', 'type' => 'integer', 'format' => 'int32', 'example' => '100', 'title' => ''],
                                                                                        'Type' => ['description' => 'The virus type.', 'type' => 'string', 'example' => 'Backdoor', 'title' => ''],
                                                                                    ],
                                                                                    'title' => '',
                                                                                    'example' => '',
                                                                                ],
                                                                                'title' => '',
                                                                                'example' => '',
                                                                            ],
                                                                            'Guardrail' => [
                                                                                'description' => 'The safety guardrail detection risks.',
                                                                                'type' => 'object',
                                                                                'properties' => [
                                                                                    'Suggestion' => ['description' => 'The processing suggestion.', 'type' => 'string', 'example' => 'block', 'title' => ''],
                                                                                    'Detail' => [
                                                                                        'description' => 'The list of risk details.',
                                                                                        'type' => 'array',
                                                                                        'items' => [
                                                                                            'description' => 'The risk details.',
                                                                                            'type' => 'object',
                                                                                            'properties' => [
                                                                                                'Level' => ['description' => 'The risk level. Valid values:'."\n"
                                                                                                    ."\n"
                                                                                                    .'- **high**: High risk.'."\n"
                                                                                                    .'- **medium**: Medium risk.'."\n"
                                                                                                    .'- **low**: Low risk.'."\n"
                                                                                                    .'- **none**: No risk.', 'type' => 'string', 'example' => 'high', 'title' => ''],
                                                                                                'Suggestion' => ['description' => 'The processing suggestion.', 'type' => 'string', 'example' => 'block', 'title' => ''],
                                                                                                'Type' => ['description' => 'The risk type.', 'type' => 'string', 'example' => 'promptAttack', 'title' => ''],
                                                                                                'Result' => [
                                                                                                    'description' => 'The list of result details.',
                                                                                                    'type' => 'array',
                                                                                                    'items' => [
                                                                                                        'description' => 'The result details.',
                                                                                                        'type' => 'object',
                                                                                                        'properties' => [
                                                                                                            'Confidence' => ['description' => 'The confidence score. Valid values: 0 to 100.', 'type' => 'number', 'format' => 'float', 'example' => '25', 'title' => ''],
                                                                                                            'Description' => ['description' => 'The result description.', 'type' => 'string', 'example' => 'Suspicious attacks.', 'title' => ''],
                                                                                                            'Label' => ['description' => 'The label information.', 'type' => 'string', 'example' => 'attack', 'title' => ''],
                                                                                                            'Level' => ['description' => 'The risk level. Valid values:'."\n"
                                                                                                                ."\n"
                                                                                                                .'- **high**: High risk.'."\n"
                                                                                                                .'- **medium**: Medium risk.'."\n"
                                                                                                                .'- **low**: Low risk.'."\n"
                                                                                                                .'- **none**: No risk.', 'type' => 'string', 'example' => 'high', 'title' => ''],
                                                                                                        ],
                                                                                                        'title' => '',
                                                                                                        'example' => '',
                                                                                                    ],
                                                                                                    'title' => '',
                                                                                                    'example' => '',
                                                                                                ],
                                                                                            ],
                                                                                            'title' => '',
                                                                                            'example' => '',
                                                                                        ],
                                                                                        'title' => '',
                                                                                        'example' => '',
                                                                                    ],
                                                                                ],
                                                                                'title' => '',
                                                                                'example' => '',
                                                                            ],
                                                                            'Sensitive' => [
                                                                                'description' => 'The sensitive information risks.',
                                                                                'type' => 'object',
                                                                                'properties' => [
                                                                                    'Detail' => [
                                                                                        'description' => 'The list of risk details.',
                                                                                        'type' => 'array',
                                                                                        'items' => [
                                                                                            'description' => 'The risk details.',
                                                                                            'type' => 'object',
                                                                                            'properties' => [
                                                                                                'Desc' => ['description' => 'The description.', 'type' => 'string', 'example' => 'aliyun_ak_24', 'title' => ''],
                                                                                                'Result' => [
                                                                                                    'description' => 'The list of sensitive information.',
                                                                                                    'type' => 'array',
                                                                                                    'items' => ['description' => 'The sensitive information.', 'type' => 'string', 'example' => 'LTAIvdi11f0b****', 'title' => ''],
                                                                                                    'title' => '',
                                                                                                    'example' => '',
                                                                                                ],
                                                                                            ],
                                                                                            'title' => '',
                                                                                            'example' => '',
                                                                                        ],
                                                                                        'title' => '',
                                                                                        'example' => '',
                                                                                    ],
                                                                                ],
                                                                                'title' => '',
                                                                                'example' => '',
                                                                            ],
                                                                            'Config' => [
                                                                                'description' => 'The configuration detection risks.',
                                                                                'type' => 'object',
                                                                                'properties' => [
                                                                                    'Detail' => [
                                                                                        'description' => 'The list of risk details.',
                                                                                        'type' => 'array',
                                                                                        'items' => [
                                                                                            'description' => 'The risk details.',
                                                                                            'type' => 'object',
                                                                                            'properties' => [
                                                                                                'Line' => ['description' => 'The line number of the detected content.', 'type' => 'string', 'example' => '2555', 'title' => ''],
                                                                                                'Description' => ['description' => 'The description.', 'type' => 'string', 'example' => 'The skill configuration allows Bash execution via agent-browser:* pattern without requiring user confirmation. This enables potentially dangerous command execution through the browser automation CLI.', 'title' => ''],
                                                                                                'Content' => ['description' => 'The detected content.', 'type' => 'string', 'example' => 'allowed-tools: Bash(agent-browser:*)', 'title' => ''],
                                                                                                'ItemName' => ['description' => 'The check item name.', 'type' => 'string', 'example' => 'Dangerous Tools Without Confirmation', 'title' => ''],
                                                                                            ],
                                                                                            'title' => '',
                                                                                            'example' => '',
                                                                                        ],
                                                                                        'title' => '',
                                                                                        'example' => '',
                                                                                    ],
                                                                                ],
                                                                                'title' => '',
                                                                                'example' => '',
                                                                            ],
                                                                        ],
                                                                        'title' => '',
                                                                        'example' => '',
                                                                    ],
                                                                ],
                                                                'title' => '',
                                                                'example' => '',
                                                            ],
                                                            'title' => '',
                                                            'example' => '',
                                                        ],
                                                    ],
                                                    'title' => '',
                                                    'example' => '',
                                                ],
                                            ],
                                            'title' => '',
                                            'example' => '',
                                        ],
                                        'Target' => ['description' => 'The detection target.', 'type' => 'string', 'example' => 'c7acb2f1264e4467887ef8f4c36c44ca1', 'title' => ''],
                                        'FileHash' => ['description' => 'The hash value of the uploaded file.', 'type' => 'string', 'example' => '03d1f08455e965cac0351eaa59256fd9', 'title' => ''],
                                    ],
                                    'title' => '',
                                    'example' => '',
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                            'PageInfo' => [
                                'description' => 'The pagination information.',
                                'type' => 'object',
                                'properties' => [
                                    'CurrentPage' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''],
                                    'PageSize' => ['description' => 'The page size.', 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''],
                                    'TotalCount' => ['description' => 'The total number of records in the query result.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''],
                                    'Count' => ['description' => 'The number of data entries displayed on the current page.', 'type' => 'string', 'example' => '1', 'title' => ''],
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'Get subtask information',
            'changeSet' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"9FDE3D6F-26BD-5937-B0E5-8F47962B****\\",\\n  \\"Data\\": [\\n    {\\n      \\"Id\\": 4190063324899520,\\n      \\"TaskStatus\\": \\"success\\",\\n      \\"TaskResultMessage\\": {\\n        \\"SkillCheckResult\\": {\\n          \\"RiskInfo\\": [\\n            {\\n              \\"Path\\": \\"/home/97e55e6af371836f/\\",\\n              \\"ResultType\\": \\"file\\",\\n              \\"Ext\\": {\\n                \\"Virus\\": [\\n                  {\\n                    \\"Ext\\": \\"{}\\",\\n                    \\"Score\\": 100,\\n                    \\"Type\\": \\"Backdoor\\"\\n                  }\\n                ],\\n                \\"Guardrail\\": {\\n                  \\"Suggestion\\": \\"block\\",\\n                  \\"Detail\\": [\\n                    {\\n                      \\"Level\\": \\"high\\",\\n                      \\"Suggestion\\": \\"block\\",\\n                      \\"Type\\": \\"promptAttack\\",\\n                      \\"Result\\": [\\n                        {\\n                          \\"Confidence\\": 25,\\n                          \\"Description\\": \\"Suspicious attacks.\\",\\n                          \\"Label\\": \\"attack\\",\\n                          \\"Level\\": \\"high\\"\\n                        }\\n                      ]\\n                    }\\n                  ]\\n                },\\n                \\"Sensitive\\": {\\n                  \\"Detail\\": [\\n                    {\\n                      \\"Desc\\": \\"aliyun_ak_24\\",\\n                      \\"Result\\": [\\n                        \\"LTAIvdi11f0b****\\"\\n                      ]\\n                    }\\n                  ]\\n                },\\n                \\"Config\\": {\\n                  \\"Detail\\": [\\n                    {\\n                      \\"Line\\": \\"2555\\",\\n                      \\"Description\\": \\"The skill configuration allows Bash execution via agent-browser:* pattern without requiring user confirmation. This enables potentially dangerous command execution through the browser automation CLI.\\",\\n                      \\"Content\\": \\"allowed-tools: Bash(agent-browser:*)\\",\\n                      \\"ItemName\\": \\"Dangerous Tools Without Confirmation\\"\\n                    }\\n                  ]\\n                }\\n              }\\n            }\\n          ]\\n        }\\n      },\\n      \\"Target\\": \\"c7acb2f1264e4467887ef8f4c36c44ca1\\",\\n      \\"FileHash\\": \\"03d1f08455e965cac0351eaa59256fd9\\"\\n    }\\n  ],\\n  \\"PageInfo\\": {\\n    \\"CurrentPage\\": 1,\\n    \\"PageSize\\": 10,\\n    \\"TotalCount\\": 1,\\n    \\"Count\\": \\"1\\"\\n  }\\n}","type":"json"}]',
        ],
    ],
    'endpoints' => [
        ['regionId' => 'cn-zhangjiakou', 'regionName' => 'China (Zhangjiakou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-wulanchabu', 'regionName' => 'China (Ulanqab)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-shanghai', 'regionName' => 'China (Shanghai)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-qingdao', 'regionName' => 'China (Qingdao)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-nanjing', 'regionName' => 'China (Nanjing - Local Region)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-huhehaote', 'regionName' => 'China (Hohhot)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-hangzhou', 'regionName' => 'China (Hangzhou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-guangzhou', 'regionName' => 'China (Guangzhou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-beijing', 'regionName' => 'China (Beijing)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'ap-southeast-7', 'regionName' => 'Thailand (Bangkok)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'ap-southeast-6', 'regionName' => 'Philippines (Manila)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'ap-southeast-5', 'regionName' => 'Indonesia (Jakarta)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'ap-southeast-1', 'regionName' => 'Singapore', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'ap-northeast-2', 'regionName' => 'South Korea (Seoul)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'ap-northeast-1', 'regionName' => 'Japan (Tokyo)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'eu-central-1', 'regionName' => 'Germany (Frankfurt)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'eu-west-1', 'regionName' => 'UK (London)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'us-east-1', 'regionName' => 'US (Virginia)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'us-west-1', 'regionName' => 'US (Silicon Valley)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'me-east-1', 'regionName' => 'UAE (Dubai)', 'areaId' => 'middleEast', 'areaName' => 'Middle East', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-beijing-finance-1', 'regionName' => 'China North 2 Finance (Preview)', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-hangzhou-finance', 'regionName' => 'China East 1 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-heyuan-acdr-1', 'regionName' => 'Heyuan ACDR Auto', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-shanghai-finance-1', 'regionName' => 'China East 2 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-shenzhen-finance-1', 'regionName' => 'China South 1 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''],
    ],
    'errorCodes' => [
        ['code' => 'DataNotExists', 'message' => 'Specified data does not exist.', 'http_code' => 400, 'description' => 'The data for the operation does not exist.'],
        ['code' => 'Forbidden', 'message' => 'You are not authorized to perform this operation.', 'http_code' => 403, 'description' => 'The current user is not authorized to perform the operation.'],
    ],
    'changeSet' => [],
];