文档

GetGlobalApp - 查询公共应用详情

查询平台公共应用详情。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
Attributesarray

查询字段信息

string
appVersions
NamespaceNamestring

命名空间

sentieon
AppNamestring

应用名称

joint-calling
AppVersionstring

应用版本

1.0
Locationstring

地域 ID

cn-beijing

返回参数

名称类型描述示例值
object
RequestIdstring

请求 ID

easygene.cn-beijing.aliyuncs.com
HostIdstring

主机 ID

DA980AD0-158F-44F3-847D-5EAB96C0EB6B
LastModifiedstring

更新时间

yyyy/MM/dd HH:mm:ss
NamespaceNamestring

命名空间名称

sentieon
AppScopestring

应用权限

OpenAccess / Protected
AppNamestring

应用名称

joint-calling
Locationsarray

应用支持的区域

string
cn-shenzhen
AppVersionstring

应用版本

1.2a-3
AppTypestring

应用类型

workflow
AppFeestring

应用计费说明

实际使用时,计算该应用消耗的资源费用
AppDescriptionstring

应用描述

使用Sentieon进行大规模样本的群体变异检测。
Categoriesarray

应用所属分类列表

string

应用分类

群体变异
Toolkitstring

应用所属工具合集

Sentieon
Contactstring

应用联系人信息

support@sentieon.com
string

页面链接

http://www.sentieon.com
AppVersionsobject []

应用的版本列表

AppVersionstring

应用版本

1.0
Commentstring

版本描述

初始版本
LastModifiedstring

更新时间

yyyy/MM/dd HH:mm:ss
AppDefaultVersionstring

默认版本

1.0
AppDescriptorTypestring

应用描述语言标准

WDL / CWL
AppDescriptorFilesobject []

应用文件列表

FileTypestring

应用文件的类型

PRIMARY_DESCRIPTOR(主WDL) SECONDARY_DESCRIPTOR(依赖WDL) CONFIG(推荐的输入参数) CONTAINERFILE(镜像制作文件) DATA(输入参数中引用的参考文件) OTHER(其他)
Pathstring

应用文件的路径,除 PRIMARY_DESCRIPTOR 外,其他均为相对于 PRIMARY_DESCRIPTOR 的相对路径

./main.wdl
Contentstring

应用文件内容

文件内容
Urlstring

应用文件链接

文件URL
Checksumstring

应用文件内容的完整性校验码,如 MD5 值

文件MD5
Documentstring

应用的帮助文档

应用的帮助文档
Commentstring

应用的备注信息

初始版本
DAGstring

应用的 DAG 信息

DAG
Pinnedboolean

应用收藏置顶标记

true

示例

正常返回示例

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错误码错误信息描述
400MissingParameterThe input parameter %s that is mandatory for processing this request is not supplied.缺少必要的参数
400InvalidParameterThe specified parameter %s is invalid.无效的参数
400SignatureDoesNotMatchThe specified signature is invalid.签名认证错误
404InvalidApp.Version.NotFoundThe specified app version is not found.找不到指定的应用版本信息
404InvalidApp.NotFoundThe specified app is not found.找不到对应的App
404InvalidUser.NotFoundThe specified user is not found.找不到该用户信息,请先购买开通基因云产品

访问错误中心查看更多错误码。

  • 本页导读 (0)
文档反馈