查询应用基本信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
GET /pop/v1/sam/app/getApplication HTTP/1.1
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
AppId | string | 否 | 应用 ID。 | 017f39b8-dfa4-4e16-a84b-1dcee4b1**** |
AppName | string | 否 | 应用名称。 | test |
NamespaceId | string | 否 | 命名空间 ID | cn-shenzhen |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "01CF26C7-00A3-4AA6-BA76-7E95F2A3****",
"Message": "success",
"TraceId": "ac1a0b2215622920113732501e****",
"Application": {
"AppId": "443d638a-ef76-47c4-b707-61197d******",
"AppName": "test",
"AppDescription": "测试",
"NamespaceId": "cn-shenzhen",
"ScaleRuleType": "timing",
"ScaleRuleEnabled": "true",
"RunningInstances": 6,
"Instances": 6,
"Cpu": 2000,
"Mem": 4096,
"MseEnabled": true,
"MseNamespaceId": "test",
"ProgrammingLanguage": "java",
"BaseAppId": "ee99cce6-1c8e-4bfa-96c3-3e2fa9******"
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidApplication.NotFound | The current application does not exist. | 找不到当前应用。 |
400 | InvalidParameter.WithMessage | The parameter is invalid {%s}: %s | 不合法的参数{%s}:%s。 |
400 | InvalidParameter.Obviously | The specified parameter is invalid {%s}. | 不合法的参数{%s}。 |
400 | InvalidParameter.NotEmpty | You must specify the parameter %s. | 不合法的参数:%s不能为空。 |
400 | InvalidParameter.NoPermission | Resource no permission | 请求资源无权限 |
404 | InvalidAppId.NotFound | The specified AppId does not exist. | 指定的AppId不存在。 |
访问错误中心查看更多错误码。