Queries Enterprise Distributed Application Service (EDAS) Container versions.
Try it now
Test
RAM authorization
Request syntax
POST /pop/v5/app/build_pack_list HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
No request parameters.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
integer |
code |
200 |
| Message |
string |
The message that is returned. |
success |
| RequestId |
string |
The ID of the request. |
4FD4-************* |
| BuildPackList |
object |
||
| BuildPack |
array<object> |
The returned versions of EDAS Container. |
|
|
object |
|||
| PandoraVersion |
string |
The version of the Pandora container. |
edas.public.sar.V3.5.6 |
| ConfigId |
integer |
The build package number of EDAS Container. |
57 |
| Feature |
string |
The features of the EDAS Container version, which are released for public preview. |
“” |
| PandoraDesc |
string |
The description of the Pandora container. |
test |
| PluginInfo |
string |
The description of the plug-in. |
1 |
| Disabled |
boolean |
Indicates whether the EDAS Container version is disabled. A disabled version cannot be configured for use. |
false |
| TengineDownloadUrl |
string |
The download URL of the Tengine installer. |
http://edas.oss-cn-hangzhou.aliyuncs.com/components/tengine/3.4.7/tengine.sh |
| TomcatPath |
string |
The directory of the Tomcat container. |
taobao-tomcat-production-7.0.59.3 |
| TomcatDesc |
string |
The description of the Tomcat container. |
1.更新config-client插件,修复多租户场景未读缓存的问题;2.更新hsf插件,修复pandora qos命令不能执行、hsf订阅服务数多的情况下可能会遇到服务地址找不到的问题;3.升级所有用到fastjson的插件到sec06安全版本。 |
| SupportFeatures |
string |
The features supported by EDAS Container. |
tengine,fatjar,restful,eip_nodeport,dpath |
| TomcatDownloadUrl |
string |
The download URL of the Tomcat installer. |
http://edas.oss-cn-hangzhou.aliyuncs.com/edas-container/7.0.92/taobao-tomcat-production-7.0.92.tar.gz |
| TomcatVersion |
string |
The version of the Tomcat container. |
8.5.63 |
| PandoraDownloadUrl |
string |
The download URL of the Pandora installer. |
http://edas.oss-cn-hangzhou.aliyuncs.com/edas-plugins/edas.sar.V3.5.6/taobao-hsf.tgz |
| PackVersion |
string |
The version of the application. |
3.5.6 |
| MultipleTenant |
boolean |
Indicates whether EDAS Container supports multitenancy. |
true |
| TengineImageId |
string |
The ID of the Tengine image that corresponds to EDAS Container. |
registry.aliyuncs.com/edas/****-*********-*****:*.*.* |
| WithTengine |
boolean |
Indicates whether EDAS Container supports traffic management. |
true |
| ImageId |
string |
The ID of the base image that corresponds to EDAS Container. |
registry.aliyuncs.com/ed**/****-*********:*.*.* |
| ScriptName |
string |
The name of the Shell script that runs EDAS Container. |
default |
| ScriptVersion |
string |
The version of the Shell script that runs EDAS Container. |
1.0.3 |
Examples
Success response
JSON format
{
"Code": 200,
"Message": "success",
"RequestId": "4FD4-*************",
"BuildPackList": {
"BuildPack": [
{
"PandoraVersion": "edas.public.sar.V3.5.6",
"ConfigId": 57,
"Feature": "“”",
"PandoraDesc": "test",
"PluginInfo": "1",
"Disabled": false,
"TengineDownloadUrl": "http://edas.oss-cn-hangzhou.aliyuncs.com/components/tengine/3.4.7/tengine.sh",
"TomcatPath": "taobao-tomcat-production-7.0.59.3",
"TomcatDesc": "1.更新config-client插件,修复多租户场景未读缓存的问题;2.更新hsf插件,修复pandora qos命令不能执行、hsf订阅服务数多的情况下可能会遇到服务地址找不到的问题;3.升级所有用到fastjson的插件到sec06安全版本。",
"SupportFeatures": "tengine,fatjar,restful,eip_nodeport,dpath",
"TomcatDownloadUrl": "http://edas.oss-cn-hangzhou.aliyuncs.com/edas-container/7.0.92/taobao-tomcat-production-7.0.92.tar.gz",
"TomcatVersion": "8.5.63",
"PandoraDownloadUrl": "http://edas.oss-cn-hangzhou.aliyuncs.com/edas-plugins/edas.sar.V3.5.6/taobao-hsf.tgz",
"PackVersion": "3.5.6",
"MultipleTenant": true,
"TengineImageId": "registry.aliyuncs.com/edas/****-*********-*****:*.*.*",
"WithTengine": true,
"ImageId": "registry.aliyuncs.com/ed**/****-*********:*.*.*",
"ScriptName": "default",
"ScriptVersion": "1.0.3"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.