文档中心 > API类目 > aone应用中心

alibaba.aone.appcenter.appinfo.getbyid (根据应用id获取应用信息)

根据应用id获取应用信息

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
app_id String 必须 xxxxx 应用id
supplyments String 可选 xxxxx 附录,非必填

响应参数

名称 类型 示例值 描述
object Application 应用详情
  • └ product_fullline_id_path
  • String
  • 17291_24875
  • product_fullline_id_path
  • └ description
  • String
  • 持牌侧风控基础系统
  • description
  • └ runtime_app_name
  • String
  • icbu-fund-serverless-foundation
  • runtimeAppName
  • └ runtime_app_id
  • Number
  • 241840
  • runtimeAppId
  • appops
  • Appops []
  • appops
  • └ buc_id
  • String
  • 2239850
  • bucId
  • └ emp_id
  • String
  • 328345
  • empId
  • └ first_name
  • String
  • 清观
  • firstName
  • └ email_addr
  • String
  • gulinzhou.glz@alibaba-inc.com
  • emailAddr
  • └ user_name
  • String
  • gulinzhou.glz
  • userName
  • └ email_prefix
  • String
  • gulinzhou.glz
  • emailPrefix
  • └ aone_id
  • Number
  • 204599
  • aone_id
  • └ app_type
  • String
  • developmentApp
  • appType
  • └ id
  • Number
  • 204599
  • id
  • └ is_with_state
  • Number
  • 0
  • isWithState
  • └ oncall
  • String []
  • oncall
  • └ product_fullline
  • String
  • ICBU/一达通/持牌系统
  • product_fullline
  • └ bu_id
  • Number
  • 51
  • buId
  • owner
  • Owner []
  • owner
  • └ buc_id
  • String
  • 2195333
  • bucId
  • └ emp_id
  • String
  • 317456
  • empId
  • └ first_name
  • String
  • 君与
  • firstName
  • └ email_addr
  • String
  • zhushiqing.zsq@alibaba-inc.com
  • emailAddr
  • └ user_name
  • String
  • zhushiqing.zsq
  • userName
  • └ email_prefix
  • String
  • zhushiqing.zsq
  • emailPrefix
  • └ product
  • String
  • 持牌系统
  • product
  • └ deploy_way
  • String
  • serverless
  • deployWay
  • └ product_id
  • Number
  • 24875
  • productId
  • └ level
  • String
  • GRADE2
  • level
  • └ gmt_create
  • Number
  • 1659515055000
  • gmtCreate
  • └ devloy_type
  • String
  • aol
  • devloyType
  • └ fin_secure_level
  • String
  • L1
  • finSecureLevel
  • └ data_secure_level
  • String
  • L1
  • dataSecureLevel
  • └ product_line
  • String
  • 一达通
  • product_line
  • pe
  • Pe []
  • pe
  • └ buc_id
  • String
  • 1934899
  • bucId
  • └ emp_id
  • String
  • 269911
  • empId
  • └ first_name
  • String
  • 良猛
  • firstName
  • └ email_addr
  • String
  • guanghua.sgh@antgroup.com
  • emailAddr
  • └ user_name
  • String
  • guanghua.sgh
  • userName
  • └ email_prefix
  • String
  • guanghua.sgh
  • emailPrefix
  • └ name
  • String
  • zeroers-bq7
  • name
  • └ bu_group
  • String
  • ICBU
  • bu_group
  • dev_t_l
  • DevTL []
  • devTL
  • └ buc_id
  • String
  • 72
  • bucId
  • └ emp_id
  • String
  • 67529
  • empId
  • └ first_name
  • String
  • 佑二
  • firstName
  • └ email_addr
  • String
  • yuuji.wangx@alibaba-inc.com
  • emailAddr
  • └ user_name
  • String
  • yuuji.wangx
  • userName
  • └ email_prefix
  • String
  • yuuji.wangx
  • emailPrefix
  • test_t_l
  • TestTL []
  • testTL
  • └ buc_id
  • String
  • 347127
  • bucId
  • └ emp_id
  • String
  • 149806
  • empId
  • └ first_name
  • String
  • 尘峰
  • firstName
  • └ email_addr
  • String
  • chenfeng.lw@alibaba-inc.com
  • emailAddr
  • └ user_name
  • String
  • chenfeng.lw
  • userName
  • └ email_prefix
  • String
  • chenfeng.lw
  • emailPrefix
  • └ deploy_container_type
  • String
  • alidocker
  • deployContainerType
  • └ status
  • String
  • ONLINE
  • status
successful Boolean true successful

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaAoneAppcenterAppinfoGetbyidRequest req = new AlibabaAoneAppcenterAppinfoGetbyidRequest();
req.setAppId("xxxxx");
req.setSupplyments("xxxxx");
AlibabaAoneAppcenterAppinfoGetbyidResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_aone_appcenter_appinfo_getbyid_response>
    <object>
        <product_fullline_id_path>17291_24875</product_fullline_id_path>
        <description>持牌侧风控基础系统</description>
        <runtime_app_name>icbu-fund-serverless-foundation</runtime_app_name>
        <runtime_app_id>241840</runtime_app_id>
        <appops>
            <appops>
                <buc_id>2239850</buc_id>
                <emp_id>328345</emp_id>
                <first_name>清观</first_name>
                <email_addr>gulinzhou.glz@alibaba-inc.com</email_addr>
                <user_name>gulinzhou.glz</user_name>
                <email_prefix>gulinzhou.glz</email_prefix>
            </appops>
        </appops>
        <aone_id>204599</aone_id>
        <app_type>developmentApp</app_type>
        <id>204599</id>
        <is_with_state>0</is_with_state>
        <product_fullline>ICBU/一达通/持牌系统</product_fullline>
        <bu_id>51</bu_id>
        <owner>
            <owner>
                <buc_id>2195333</buc_id>
                <emp_id>317456</emp_id>
                <first_name>君与</first_name>
                <email_addr>zhushiqing.zsq@alibaba-inc.com</email_addr>
                <user_name>zhushiqing.zsq</user_name>
                <email_prefix>zhushiqing.zsq</email_prefix>
            </owner>
        </owner>
        <product>持牌系统</product>
        <deploy_way>serverless</deploy_way>
        <product_id>24875</product_id>
        <level>GRADE2</level>
        <gmt_create>1659515055000</gmt_create>
        <devloy_type>aol</devloy_type>
        <fin_secure_level>L1</fin_secure_level>
        <data_secure_level>L1</data_secure_level>
        <product_line>一达通</product_line>
        <pe>
            <pe>
                <buc_id>1934899</buc_id>
                <emp_id>269911</emp_id>
                <first_name>良猛</first_name>
                <email_addr>guanghua.sgh@antgroup.com</email_addr>
                <user_name>guanghua.sgh</user_name>
                <email_prefix>guanghua.sgh</email_prefix>
            </pe>
        </pe>
        <name>zeroers-bq7</name>
        <bu_group>ICBU</bu_group>
        <dev_t_l>
            <dev_t_l>
                <buc_id>72</buc_id>
                <emp_id>67529</emp_id>
                <first_name>佑二</first_name>
                <email_addr>yuuji.wangx@alibaba-inc.com</email_addr>
                <user_name>yuuji.wangx</user_name>
                <email_prefix>yuuji.wangx</email_prefix>
            </dev_t_l>
        </dev_t_l>
        <test_t_l>
            <test_t_l>
                <buc_id>347127</buc_id>
                <emp_id>149806</emp_id>
                <first_name>尘峰</first_name>
                <email_addr>chenfeng.lw@alibaba-inc.com</email_addr>
                <user_name>chenfeng.lw</user_name>
                <email_prefix>chenfeng.lw</email_prefix>
            </test_t_l>
        </test_t_l>
        <deploy_container_type>alidocker</deploy_container_type>
        <status>ONLINE</status>
    </object>
    <successful>true</successful>
</alibaba_aone_appcenter_appinfo_getbyid_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部