Mengambil komponen kontainer layanan mikro untuk aplikasi.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
sae:DescribeEdasContainers |
get |
*全部资源
|
None | None |
Sintaks permintaan
GET /pop/v1/sam/resource/edasContainers HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
91F93257-7A4A-4BD3-9A7E-2F6EAE6D**** |
| Message |
string |
The response message. |
success |
| TraceId |
string |
The request trace ID. |
0a98a02315955564772843261e**** |
| Data |
array<object> |
A list of components. |
|
|
object |
|||
| Disabled |
boolean |
Indicates whether the component is disabled. Valid values:
|
false |
| EdasContainerVersion |
string |
The version of the application container provided by the HSF framework, such as the Ali-Tomcat container. |
3.5.3 |
| ErrorCode |
string |
The error code. This parameter is returned only if the request fails. For more information, see the Error codes section of this topic.
|
|
| Code |
string |
The HTTP status code. Valid values:
|
200 |
| Success |
boolean |
Indicates whether the request was successful.
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "91F93257-7A4A-4BD3-9A7E-2F6EAE6D****",
"Message": "success",
"TraceId": "0a98a02315955564772843261e****",
"Data": [
{
"Disabled": false,
"EdasContainerVersion": "3.5.3"
}
],
"ErrorCode": "",
"Code": "200",
"Success": true
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.