Queries container versions.
Debugging
Request headers
This operation uses only the common request header. For more information, see Common request parameters.
Request syntax
POST /pop/v5/app/build_pack_list HTTP/1.1
Request parameters
No request parameters.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
BuildPackList | Array of BuildPack |
The returned versions of EDAS Container. |
|
BuildPack | |||
ConfigId | Long | 57 |
The ID of the EDAS Container version. |
Disabled | Boolean | false |
Indicates whether the EDAS Container version is disabled. A disabled version cannot be configured for use. |
Feature | String | "" |
The features of the EDAS Container version, which have been released for public preview. |
ImageId | String | registry.aliyuncs.com/ed**/****-*********:*.*.* |
The ID of the base image that corresponds to EDAS Container. |
MultipleTenant | Boolean | true |
Indicates whether EDAS Container supports multitenancy. |
PackVersion | String | 3.5.6 |
The version of the application. |
PandoraDesc | String | test |
The description of the Pandora container that corresponds to EDAS Container. |
PandoraDownloadUrl | String | http://edas.oss-cn-hangzhou.aliyuncs.com/edas-plugins/edas.sar.V3.5.6/taobao-hsf.tgz |
The URL to download the installer of the Pandora container. |
PandoraVersion | String | edas.public.sar.V3.5.6 |
The version number of the Pandora container. |
PluginInfo | String | 1 |
The description of the plug-in used in EDAS Container. |
ScriptName | String | default |
The name of the script that runs EDAS Container. |
ScriptVersion | String | 1.0.3 |
The version of the script that runs EDAS Container. |
SupportFeatures | String | tengine,fatjar,restful,eip_nodeport,dpath |
The features supported by EDAS Container. |
TengineDownloadUrl | String | http://edas.oss-cn-hangzhou.aliyuncs.com/components/tengine/3.4.7/tengine.sh |
The URL to download the installer of Tengine. |
TengineImageId | String | registry.aliyuncs.com/edas/****-*********-*****:*.*.* |
The ID of the Tengine image that corresponds to EDAS Container. |
TomcatDesc | String | 1.The config-client plug-in is updated. The issue of unread cache in multitenancy scenarios is fixed.2. The High-Speed Service Framework (HSF) plug-in is updated to fix the issue that the qos command of the Pandora container cannot be executed and the issue that the service address cannot be found if the HSF plug-in subscribes to an excessive number of services.3. The FastJson package is updated to the sec06 secure version in all plug-ins that use this package. |
The description of the Tomcat container that corresponds to EDAS Container. |
TomcatDownloadUrl | String | http://edas.oss-cn-hangzhou.aliyuncs.com/edas-container/7.0.92/taobao-tomcat-production-7.0.92.tar.gz |
The URL to download the installer of the Tomcat container. |
TomcatPath | String | taobao-tomcat-production-7.0.59.3 |
The directory of the Tomcat container. |
TomcatVersion | String | 8.5.63 |
The version number of the Tomcat container. |
WithTengine | Boolean | true |
Indicates whether EDAS Container supports traffic management. |
Code | Integer | 200 |
code |
Message | String | success |
The returned message. |
RequestId | String | 4FD4-************* |
The ID of the request. |
Examples
Sample requests
POST /pop/v5/app/build_pack_list HTTP/1.1
Common request header
Sample success responses
XML
format
<RequestId>4FD4-*************</RequestId>
<Message>success</Message>
<BuildPackList>
<BuildPack>
<TomcatDesc>1.The config-client plug-in is updated. The issue of unread cache in multitenancy scenarios is fixed.2. The HSF plug-in is updated to fix the issue that the qos command of the Pandora container cannot be executed and the issue that the service address cannot be found if the HSF plug-in subscribes to an excessive number of services.3. The FastJson package is updated to the sec06 secure version in all plug-ins that use this package. </TomcatDesc>
<ScriptVersion>1.0.3</ScriptVersion>
<WithTengine>true</WithTengine>
<TomcatDownloadUrl>http://edas.oss-cn-hangzhou.aliyuncs.com/edas-container/7.0.92/taobao-tomcat-production-7.0.92.tar.gz</TomcatDownloadUrl>
<Feature>""</Feature>
<PandoraVersion>edas.public.sar.V3.5.6</PandoraVersion>
<PackVersion>3.5.6</PackVersion>
<MultipleTenant>true</MultipleTenant>
<PandoraDownloadUrl>http://edas.oss-cn-hangzhou.aliyuncs.com/edas-plugins/edas.sar.V3.5.6/taobao-hsf.tgz</PandoraDownloadUrl>
<PandoraDesc>test</PandoraDesc>
<TomcatPath>taobao-tomcat-production-7.0.59.3</TomcatPath>
<ScriptName>default</ScriptName>
<ImageId>registry.aliyuncs.com/ed**/****-*********:*.*.*</ImageId>
<TengineDownloadUrl>http://edas.oss-cn-hangzhou.aliyuncs.com/components/tengine/3.4.7/tengine.sh</TengineDownloadUrl>
<PluginInfo>1</PluginInfo>
<TomcatVersion>8.5.63</TomcatVersion>
<ConfigId>57</ConfigId>
<Disabled>false</Disabled>
<TengineImageId>registry.aliyuncs.com/edas/****-*********-*****:*.*.*</TengineImageId>
<SupportFeatures>tengine,fatjar,restful,eip_nodeport,dpath</SupportFeatures>
</BuildPack>
</BuildPackList>
<Code>200</Code>
JSON
format
{
"RequestId": "4FD4-*************",
"Message": "success",
"BuildPackList": {
"BuildPack": {
"TomcatDesc": "1.The config-client plug-in is updated. The issue of unread cache in multitenancy scenarios is fixed.2. The HSF plug-in is updated to fix the issue that the qos command of the Pandora container cannot be executed and the issue that the service address cannot be found if the HSF plug-in subscribes to an excessive number of services.3. The FastJson package is updated to the sec06 secure version in all plug-ins that use this package.",
"ScriptVersion": "1.0.3",
"WithTengine": true,
"TomcatDownloadUrl": "http://edas.oss-cn-hangzhou.aliyuncs.com/edas-container/7.0.92/taobao-tomcat-production-7.0.92.tar.gz",
"Feature": """",
"PandoraVersion": "edas.public.sar.V3.5.6",
"PackVersion": "3.5.6",
"MultipleTenant": true,
"PandoraDownloadUrl": "http://edas.oss-cn-hangzhou.aliyuncs.com/edas-plugins/edas.sar.V3.5.6/taobao-hsf.tgz",
"PandoraDesc": "test",
"TomcatPath": "taobao-tomcat-production-7.0.59.3",
"ScriptName": "default",
"ImageId": "registry.aliyuncs.com/ed**/****-*********:*.*.*",
"TengineDownloadUrl": "http://edas.oss-cn-hangzhou.aliyuncs.com/components/tengine/3.4.7/tengine.sh",
"PluginInfo": 1,
"TomcatVersion": "8.5.63",
"ConfigId": 57,
"Disabled": false,
"TengineImageId": "registry.aliyuncs.com/edas/****-*********-*****:*.*.*",
"SupportFeatures": "tengine,fatjar,restful,eip_nodeport,dpath"
}
},
"Code": 200
}
Error codes
For a list of error codes, visit the API Error Center.