Mengkueri informasi aplikasi tata kelola layanan mikro MSE yang terkait.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
sae:DescribeApplicationMseService |
*全部资源
|
None | None |
Sintaks permintaan
GET /pop/v1/sam/app/applicationMseService HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
ID aplikasi. |
f7730764-d88f-4b9a-8d8e-cd8efbfe**** |
| EnableAhas |
boolean |
Yes |
Apakah akan mengaktifkan pembatasan kecepatan dan degradasi. Nilai valid:
|
true |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
B4D805CA-926D-41B1-8E63-7AD0C1ED**** |
| Message |
string |
The additional information. Value description:
|
success |
| TraceId |
string |
The ID of the trace, which is used to query the exact call information. |
0a98a02315955564772843261e**** |
| Data |
object |
The application information. |
|
| MseAppId |
string |
The application ID. |
mse-cn-hvm47****** |
| MseAppName |
string |
The application name. |
test |
| MseAppNameSpace |
string |
The namespace. |
sae-ent |
| Status |
string |
The application status. Valid values:
|
SUCCESS |
| ErrorCode |
string |
The error code. Value description:
|
|
| Code |
string |
The API status or POP error code. Valid values: 2xx: The request was successful. 3xx: The request was redirected. 4xx: The request was invalid. 5xx: A server error occurred. |
200 |
| Success |
boolean |
Indicates whether the application instance groups were obtained successfully. Valid values:
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "B4D805CA-926D-41B1-8E63-7AD0C1ED****",
"Message": "success",
"TraceId": "0a98a02315955564772843261e****",
"Data": {
"MseAppId": "mse-cn-hvm47******",
"MseAppName": "test",
"MseAppNameSpace": "sae-ent",
"Status": "SUCCESS"
},
"ErrorCode": "System.Upgrading\t",
"Code": "200",
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | System.Upgrading | The system is being upgraded. Please try again later. | |
| 400 | InvalidApplication.NotFound | The current application does not exist. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.