All Products
Search
Document Center

Enterprise Distributed Application Service:ListBuildPack

Last Updated:Mar 01, 2024

Queries Enterprise Distributed Application Service (EDAS) Container versions.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

POST /pop/v5/app/build_pack_list

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

No request parameters.

Response parameters

ParameterTypeDescriptionExample
object
Codeinteger

code

200
Messagestring

The message that is returned.

success
RequestIdstring

The ID of the request.

4FD4-*************
BuildPackListobject []

The returned versions of EDAS Container.

PandoraVersionstring

The version of the Pandora container.

edas.public.sar.V3.5.6
ConfigIdlong

The build package number of EDAS Container.

57
Featurestring

The features of the EDAS Container version, which are released for public preview.

“”
PandoraDescstring

The description of the Pandora container.

test
PluginInfostring

The description of the plug-in.

1
Disabledboolean

Indicates whether the EDAS Container version is disabled. A disabled version cannot be configured for use.

false
TengineDownloadUrlstring

The download URL of the Tengine installer.

http://edas.oss-cn-hangzhou.aliyuncs.com/components/tengine/3.4.7/tengine.sh
TomcatPathstring

The directory of the Tomcat container.

taobao-tomcat-production-7.0.59.3
TomcatDescstring

The description of the Tomcat container.

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.
SupportFeaturesstring

The features supported by EDAS Container.

tengine,fatjar,restful,eip_nodeport,dpath
TomcatDownloadUrlstring

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
TomcatVersionstring

The version of the Tomcat container.

8.5.63
PandoraDownloadUrlstring

The download URL of the Pandora installer.

http://edas.oss-cn-hangzhou.aliyuncs.com/edas-plugins/edas.sar.V3.5.6/taobao-hsf.tgz
PackVersionstring

The version of the application.

3.5.6
MultipleTenantboolean

Indicates whether EDAS Container supports multitenancy.

true
TengineImageIdstring

The ID of the Tengine image that corresponds to EDAS Container.

registry.aliyuncs.com/edas/****-*********-*****:*.*.*
WithTengineboolean

Indicates whether EDAS Container supports traffic management.

true
ImageIdstring

The ID of the base image that corresponds to EDAS Container.

registry.aliyuncs.com/ed**/****-*********:*.*.*
ScriptNamestring

The name of the Shell script that runs EDAS Container.

default
ScriptVersionstring

The version of the Shell script that runs EDAS Container.

1.0.3

Examples

Sample success responses

JSONformat

{
  "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\\. 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.\n",
        "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

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history