Queries information about an application access ID (appkey).
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
aicontent:QueryApplicationAccessId |
get |
*All Resource
|
None | None |
Request syntax
GET /api/v1/aliyunConsole/queryApplicationAccessId HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| applicationAccessId |
string |
No |
The application access ID (appkey). |
1234567890 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
SingleResponse |
{ "success": true, "requestId": "592A27EF-26D3-1434-98C1-97AD63337852" } |
|
| requestId |
string |
The request ID. |
xxxx-xxxx-xxxx-xxxxxxxx |
| success |
boolean |
Indicates whether the request was successful. |
true |
| errCode |
string |
The error code. |
UNKNOWN_ERROR |
| errMessage |
string |
The error message. |
未知错误 |
| httpStatusCode |
integer |
The HTTP status code. |
200 |
| data |
object |
The data object. |
[] |
| applicationAccessId |
string |
The application access ID (appkey). |
1234567890 |
| applicationAccessSecret |
string |
The application access secret. This parameter is returned only for requests from the Alibaba Cloud console. |
MyAppSecret |
Examples
Success response
JSON format
{
"requestId": "xxxx-xxxx-xxxx-xxxxxxxx",
"success": true,
"errCode": "UNKNOWN_ERROR",
"errMessage": "未知错误",
"httpStatusCode": 200,
"data": {
"applicationAccessId": "1234567890",
"applicationAccessSecret": "MyAppSecret"
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | UNKNOWN_ERROR | The request processing has failed due to some unknown error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.