All Products
Search
Document Center

Edge Security Acceleration:GetEdgeContainerAppVersion

Last Updated:Jun 11, 2026

Mengkueri informasi tentang versi aplikasi terkontainer. Anda dapat memilih versi aplikasi untuk dirilis berdasarkan informasi versi tersebut.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tabel berikut menjelaskan otorisasi yang diperlukan untuk memanggil API ini. Anda dapat menentukannya dalam kebijakan Resource Access Management (RAM). Kolom pada tabel dijelaskan sebagai berikut:

  • Action: Aksi yang dapat digunakan dalam elemen Action pada pernyataan kebijakan izin RAM untuk memberikan izin guna melakukan operasi tersebut.

  • API: API yang dapat Anda panggil untuk melakukan aksi tersebut.

  • Access level: Tingkat akses yang telah ditentukan untuk setiap API. Nilai yang valid: create, list, get, update, dan delete.

  • Resource type: Jenis resource yang mendukung otorisasi untuk melakukan aksi tersebut. Ini menunjukkan apakah aksi tersebut mendukung izin tingkat resource. Resource yang ditentukan harus kompatibel dengan aksi tersebut. Jika tidak, kebijakan tersebut tidak akan berlaku.

    • Untuk API dengan izin tingkat resource, jenis resource yang diperlukan ditandai dengan tanda bintang (*). Tentukan Nama Sumber Daya Alibaba Cloud (ARN) yang sesuai dalam elemen Resource pada kebijakan.

    • Untuk API tanpa izin tingkat resource, ditampilkan sebagai All Resources. Gunakan tanda bintang (*) dalam elemen Resource pada kebijakan.

  • Condition key: Kunci kondisi yang didefinisikan oleh layanan. Kunci ini memungkinkan kontrol granular, berlaku baik hanya untuk aksi maupun untuk aksi yang terkait dengan resource tertentu. Selain kunci kondisi spesifik layanan, Alibaba Cloud menyediakan serangkaian common condition keys yang berlaku di semua layanan yang didukung RAM.

  • Dependent action: Aksi dependen yang diperlukan untuk menjalankan aksi tersebut. Untuk menyelesaikan aksi tersebut, pengguna RAM atau role RAM harus memiliki izin untuk melakukan semua aksi dependen.

Action

Access level

Resource type

Condition key

Dependent action

esa:GetEdgeContainerAppVersion

get

*All Resource

*

None None

Parameter permintaan

Parameter

Type

Required

Description

Example

AppId

string

Yes

ID aplikasi, yang dapat diperoleh dengan memanggil operasi ListEdgeContainerApps.

app-88068867578379****

VersionId

string

Yes

ID versi, yang dapat diperoleh dengan memanggil operasi ListEdgeContainerAppVersions.

ver-87962637161651****

Elemen respons

Element

Type

Description

Example

object

RequestId

string

The request ID.

04F0F334-1335-436C-A1D7-6C044FE73368

Version

object

The information about the version.

LastPublishTime

string

The time when the version was last released. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ss format. The time is displayed in UTC.

2023-07-25T04:58:05Z

PublishTime

string

The time when the version was released. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ss format. The time is displayed in UTC.

2022-11-14T02:04:03Z

Status

string

The status of the current version. Valid values:

  • created: The version is created.

  • failed: The version failed to be created.

  • creating: The version is being created.

created

CreateTime

string

The time when the version was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

2022-07-01T09:32:33Z

AppId

string

The application ID.

app-88068867578379****

VersionId

string

The ID of the created version.

ver-87962637161651****

Name

string

The version name.

test

UpdateTime

string

The time when the version was last modified. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ss format. The time is displayed in UTC.

2021-12-03T10:52:52Z

Remarks

string

The remarks.

aaa

Containers

array<object>

The container images deployed for this version.

array<object>

The details of the container image deployed for this version.

EnvVariables

string

The environment variables.

ENV=prod

Args

string

The arguments that are passed to the container startup command.

-c /path/config.toml

Spec

string

The compute specification.

1C2G

Storage

string

The storage capacity of the container. Valid values: 0.5G, 10G, 20G, and 30G.

0.5G, 标识存储空间,取值范围(0.5G | 10G | 20G | 30G)

IsACRImage

boolean

Indicates whether the image is a Container Registry image.

false

ACRImageInfo

object

The information about the Container Registry image.

Domain

string

The domain name of the Container Registry image.

*.mooc.seewo.com

InstanceId

string

The ID of the Container Registry instance.

xcdn-9ak2thl14z5s

RegionId

string

The region ID.

cn-hangzhou

RepoId

string

The ID of the image repository.

crr-zeu0xyk28alyxozh

RepoName

string

The name of the image repository.

test_1

RepoNamespace

string

The namespace to which the image repository belongs.

wpy1

Tag

string

The tag value.

test-healthy-100-soa-1710987653

TagUrl

string

The URL of the Container Registry image tag.

registry-vpc.cn-shenzhen.aliyuncs.com/lihetech/easywits_server_exam:3.40.2

IsEnterpriseRegistry

boolean

Indicates whether the image is an enterprise-level image.

false

Image

string

The image address.

nginx:1.14.0

Command

string

The command that is used to start the container.

sh abc.sh 1 2 3

ProbeType

string

The probe type.

httpGet

Name

string

The version name.

version01

PreStop

string

The command that is run before the container is stopped.

sh prestop.sh "echo hello world"

PostStart

string

The command that is run before the container is started. Format: {"exec":{"command":\["cat","/etc/group"\]}}. If you want to cancel this configuration, set the parameter value to "" or {}. If you do not specify this parameter, this configuration is ignored.

sh poststart.sh "echo hello world"

ProbeContent

object

The probe content.

SuccessThreshold

integer

The number of consecutive successful health checks required for a container to be considered as healthy.

1

Host

string

The domain name that is used for health checks.

test.com

HttpHeaders

string

The request headers that are included in the container health check request.

[{\"Content-Type\":\"application/json

Scheme

string

The protocol that the container health check request uses.

http

InitialDelaySeconds

integer

The latency for container probe initialization.

20

Command

string

The probe command.

sh test.sh

FailureThreshold

integer

The number of consecutive failed health checks required for a container to be considered as unhealthy.

3

TimeoutSeconds

integer

The timeout period of the container health check.

5

Path

string

The path of the container health check.

/health_check

Port

integer

The port of the container health check. Valid values: 1 to 65535.

80

PeriodSeconds

integer

The interval between container health checks.

5

Contoh

Respons sukses

JSONformat

{
  "RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368",
  "Version": {
    "LastPublishTime": "2023-07-25T04:58:05Z",
    "PublishTime": "2022-11-14T02:04:03Z",
    "Status": "created",
    "CreateTime": "2022-07-01T09:32:33Z",
    "AppId": "app-88068867578379****",
    "VersionId": "ver-87962637161651****",
    "Name": "test",
    "UpdateTime": "2021-12-03T10:52:52Z",
    "Remarks": "aaa",
    "Containers": [
      {
        "EnvVariables": "ENV=prod",
        "Args": "-c /path/config.toml",
        "Spec": "1C2G",
        "Storage": "0.5G, 标识存储空间,取值范围(0.5G | 10G | 20G | 30G)",
        "IsACRImage": false,
        "ACRImageInfo": {
          "Domain": "*.mooc.seewo.com",
          "InstanceId": "xcdn-9ak2thl14z5s",
          "RegionId": "cn-hangzhou",
          "RepoId": "crr-zeu0xyk28alyxozh",
          "RepoName": "test_1",
          "RepoNamespace": "wpy1",
          "Tag": "test-healthy-100-soa-1710987653",
          "TagUrl": "registry-vpc.cn-shenzhen.aliyuncs.com/lihetech/easywits_server_exam:3.40.2",
          "IsEnterpriseRegistry": false
        },
        "Image": "nginx:1.14.0",
        "Command": "sh abc.sh 1 2 3",
        "ProbeType": "httpGet",
        "Name": "version01",
        "PreStop": "sh prestop.sh \"echo hello world\" ",
        "PostStart": "sh poststart.sh \"echo hello world\" ",
        "ProbeContent": {
          "SuccessThreshold": 1,
          "Host": "test.com",
          "HttpHeaders": "[{\\\"Content-Type\\\":\\\"application/json",
          "Scheme": "http",
          "InitialDelaySeconds": 20,
          "Command": "sh test.sh",
          "FailureThreshold": 3,
          "TimeoutSeconds": 5,
          "Path": "/health_check",
          "Port": 80,
          "PeriodSeconds": 5
        }
      }
    ]
  }
}

Kode kesalahan

HTTP status code

Error code

Error message

Description

400 InvalidParameter The specified parameter is invalid. The specified parameter is invalid.
400 InvalidParameter.appid The format of the application ID is invalid. You can call ListEdgeContainerApps to obtain the application ID. The format of the application ID is invalid. You can call ListEdgeContainerApps to obtain the application ID.
400 InvalidVersion.NotFound The version does not exist. This version number does not exist.
400 InvalidParameter.VersionId The specified VersionId is invalid.  Please check the VersionId parameter. You may not have entered the parameter or the parameter does not start with ver-string. Please modify it and call the interface again. The VersionId parameter is invalid. Please check the VersionId parameter. You may not have entered the parameter or the parameter does not start with ver-string. Please modify it and call the interface again.
500 InternalError Failed to call the service. Try again later or contact technical support. Failed to call the service. Try again later or contact technical support.
404 InvalidApp.NotFound The application does not exist. Check whether the application ID you specified is correct and try again. The application does not exist. Check whether the application ID you specified is correct and try again.

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.