alibaba.aone.ati.top.risk.change.implement.team.app.stats.get (ATI-风险分-变更实施-应用维度-二级明细)

ATI-风险分-变更实施-应用维度-二级明细

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
change_implement_app_query_dto ChangeImplementAppQueryDTO 必须 入参参数
  • └ dept_no_list
  • String []
  • 必须
  • 60789
  • 部门号列表
  • └ end_date
  • Date
  • 必须
  • 2022-12-31 00:00:00
  • 查询的结束时间
  • └ sort_type
  • String
  • 可选
  • DESC
  • 排序类型
  • └ app_name
  • String
  • 可选
  • rhino-paas-mos-schedule
  • 应用名
  • └ app_id
  • Number
  • 可选
  • 123472
  • 应用id
  • └ page_size
  • Number
  • 可选
  • 10
  • 分页大小
  • └ order_by
  • String
  • 可选
  • publishCnt
  • 排序字段
  • └ start_date
  • Date
  • 必须
  • 2022-01-01 00:00:00
  • 查询的开始时间
  • └ to_page
  • Number
  • 可选
  • 1
  • 当前页码

响应参数

名称 类型 示例值 描述
inner_request_id String 15 请求id
data ChangeImplementAppStatsBO [] 返回结果
  • └ dept_name
  • String
  • 阿里集团-中国数字商业-大淘宝-犀牛智造-技术研发-智能制造
  • 子节点真实部门名称
  • └ gray_publish_rate
  • BigDecimal
  • 1.0000
  • 灰度环境发布占比
  • └ gray_publish_effective_rate
  • BigDecimal
  • 1.0000
  • 灰度发布有效率
  • └ stat_time
  • Date
  • 1653926400000
  • 指标统计时间
  • └ production_stay_first_reach_cnt
  • Number
  • 1
  • 正式发布首批留观达标次数
  • └ dept_no
  • String
  • 60789
  • 子节点真实部门编号
  • └ gray_stay_reach_cnt
  • Number
  • 1
  • 灰度发布留观达标次数
  • └ rollback_publish_cnt
  • Number
  • 1
  • 回滚发布次数
  • └ app_id
  • Number
  • 123472
  • 应用id
  • └ bu_no
  • String
  • 56718
  • 实体组织树bu_no
  • └ gray_rollback_publish_rate
  • BigDecimal
  • 1.0000
  • 灰度回滚占比
  • └ gray_publish_cnt
  • Number
  • 1
  • 灰度发布次数
  • └ production_stay_first_reach_rate
  • BigDecimal
  • 1.0000
  • 正式发布首批留观达标率
  • └ app_name
  • String
  • rhino-paas-mos-schedule
  • 应用名称
  • └ etl_time
  • Date
  • 1665391031000
  • etl时间
  • └ dept_type
  • String
  • dept
  • 部门类型
  • └ bu_name
  • String
  • 犀牛智造
  • BU名称
  • └ app_owner_show_name
  • String
  • 刘美成(岚奕)
  • 应用owner显示名
  • └ app_owner_work_no
  • String
  • 083806
  • 应用owner工号
  • └ production_stay_publish_cnt
  • Number
  • 1
  • 正式发布留观次数
  • └ publish_cnt
  • Number
  • 2
  • 发布次数
  • └ gray_publish_stay_cnt
  • Number
  • 1
  • 灰度发布留观次数
  • └ gray_rollback_publish_cnt
  • Number
  • 1
  • 灰度回滚发布次数
  • └ app_grade
  • String
  • GRADE1
  • 应用等级
sub_err_message String error message 错误信息
total_num Number 3 结果总数
sub_err_code Number 0 错误码
total_pages Number 1 总页数
result_code String 200 结果码
page_size Number 10 分页大小
current_page Number 1 当前页码
is_success Boolean true 是否成功

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaAoneAtiTopRiskChangeImplementTeamAppStatsGetRequest req = new AlibabaAoneAtiTopRiskChangeImplementTeamAppStatsGetRequest();
AlibabaAoneAtiTopRiskChangeImplementTeamAppStatsGetRequest.ChangeImplementAppQueryDTO obj1 = new AlibabaAoneAtiTopRiskChangeImplementTeamAppStatsGetRequest.ChangeImplementAppQueryDTO();
obj1.setDeptNoList("60789");
obj1.setEndDate(StringUtils.parseDateTime("2022-12-31 00:00:00"));
obj1.setSortType("DESC");
obj1.setAppName("rhino-paas-mos-schedule");
obj1.setAppId(123472L);
obj1.setPageSize(10L);
obj1.setOrderBy("publishCnt");
obj1.setStartDate(StringUtils.parseDateTime("2022-01-01 00:00:00"));
obj1.setToPage(1L);
req.setChangeImplementAppQueryDto(obj1);
AlibabaAoneAtiTopRiskChangeImplementTeamAppStatsGetResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_aone_ati_top_risk_change_implement_team_app_stats_get_response>
    <inner_request_id>15</inner_request_id>
    <data>
        <change_implement_app_stats_b_o>
            <dept_name>阿里集团-中国数字商业-大淘宝-犀牛智造-技术研发-智能制造</dept_name>
            <gray_publish_rate>1.0000</gray_publish_rate>
            <gray_publish_effective_rate>1.0000</gray_publish_effective_rate>
            <stat_time>1653926400000</stat_time>
            <production_stay_first_reach_cnt>1</production_stay_first_reach_cnt>
            <dept_no>60789</dept_no>
            <gray_stay_reach_cnt>1</gray_stay_reach_cnt>
            <rollback_publish_cnt>1</rollback_publish_cnt>
            <app_id>123472</app_id>
            <bu_no>56718</bu_no>
            <gray_rollback_publish_rate>1.0000</gray_rollback_publish_rate>
            <gray_publish_cnt>1</gray_publish_cnt>
            <production_stay_first_reach_rate>1.0000</production_stay_first_reach_rate>
            <app_name>rhino-paas-mos-schedule</app_name>
            <etl_time>1665391031000</etl_time>
            <dept_type>dept</dept_type>
            <bu_name>犀牛智造</bu_name>
            <app_owner_show_name>刘美成(岚奕)</app_owner_show_name>
            <app_owner_work_no>083806</app_owner_work_no>
            <production_stay_publish_cnt>1</production_stay_publish_cnt>
            <publish_cnt>2</publish_cnt>
            <gray_publish_stay_cnt>1</gray_publish_stay_cnt>
            <gray_rollback_publish_cnt>1</gray_rollback_publish_cnt>
            <app_grade>GRADE1</app_grade>
        </change_implement_app_stats_b_o>
    </data>
    <sub_err_message>error message</sub_err_message>
    <total_num>3</total_num>
    <sub_err_code>0</sub_err_code>
    <total_pages>1</total_pages>
    <result_code>200</result_code>
    <page_size>10</page_size>
    <current_page>1</current_page>
    <is_success>true</is_success>
</alibaba_aone_ati_top_risk_change_implement_team_app_stats_get_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

返回
顶部