查询平台公共应用详情。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Attributes | array | 否 | 查询字段信息 | |
string | 否 | appVersions | ||
NamespaceName | string | 是 | 命名空间 | sentieon |
AppName | string | 是 | 应用名称 | joint-calling |
AppVersion | string | 否 | 应用版本 | 1.0 |
Location | string | 否 | 地域 ID | cn-beijing |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "easygene.cn-beijing.aliyuncs.com",
"HostId": "DA980AD0-158F-44F3-847D-5EAB96C0EB6B",
"LastModified": "yyyy/MM/dd HH:mm:ss",
"NamespaceName": "sentieon",
"AppScope": "OpenAccess / Protected",
"AppName": "joint-calling",
"Locations": [
"cn-shenzhen"
],
"AppVersion": "1.2a-3",
"AppType": "workflow",
"AppFee": "实际使用时,计算该应用消耗的资源费用",
"AppDescription": "使用Sentieon进行大规模样本的群体变异检测。",
"Categories": [
"群体变异"
],
"Toolkit": "Sentieon",
"Contact": "support@sentieon.com",
"Links": [
"http://www.sentieon.com"
],
"AppVersions": [
{
"AppVersion": "1.0",
"Comment": "初始版本",
"LastModified": "yyyy/MM/dd HH:mm:ss"
}
],
"AppDefaultVersion": "1.0",
"AppDescriptorType": "WDL / CWL",
"AppDescriptorFiles": [
{
"FileType": "PRIMARY_DESCRIPTOR(主WDL) SECONDARY_DESCRIPTOR(依赖WDL) CONFIG(推荐的输入参数) CONTAINERFILE(镜像制作文件) DATA(输入参数中引用的参考文件) OTHER(其他)",
"Path": "./main.wdl",
"Content": "文件内容",
"Url": "文件URL",
"Checksum": "文件MD5"
}
],
"Document": "应用的帮助文档",
"Comment": "初始版本",
"DAG": "DAG",
"Pinned": true
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | MissingParameter | The input parameter %s that is mandatory for processing this request is not supplied. | 缺少必要的参数 |
400 | InvalidParameter | The specified parameter %s is invalid. | 无效的参数 |
400 | SignatureDoesNotMatch | The specified signature is invalid. | 签名认证错误 |
404 | InvalidApp.Version.NotFound | The specified app version is not found. | 找不到指定的应用版本信息 |
404 | InvalidApp.NotFound | The specified app is not found. | 找不到对应的App |
404 | InvalidUser.NotFound | The specified user is not found. | 找不到该用户信息,请先购买开通基因云产品 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史