获取拦截记录

Request method/request path

GET /ms/openapi/api/apigw/v3/projects/{projectId}/quality/intercepts/list

Resource description

Obtain intercept record

Input parameter description

Query parameter

Path parameter

response

Request sample

curl -X GET '[Please replace API address bar request address]? pipelineId={pipelineId}&ruleHashId={ruleHashId}&interceptResult={interceptResult}&startTime={startTime}&endTime={endTime }&page={page}&pageSize={pageSize}' 

HEADER example

accept: application/json Content-Type: application/json 

Return example -200

{  "data" : {  "records" : [ {  "checkTimes" : 0,  "num" : 0,  "buildId" : "String",  "remark" : "String",  "buildNo" : "String",  "hashId" : "String",  "pipelineId" : "String",  "pipelineName" : "String",  "pipelineIsDelete" : true,  "interceptList" : [ {  "indicatorId" : "String",  "indicatorName" : "String",  "indicatorType" : "String",  "pass" : true,  "actualValue" : "String",  "logPrompt" : "String",  "detail" : "String",  "operation" : "ENUM",  "value" : "String",  "controlPoint" : "String"  } ],  "interceptResult" : "ENUM",  "ruleName" : "String",  "ruleHashId" : "String",  "timestamp" : 0  } ],  "count" : 0,  "totalPages" : 0,  "pageSize" : 0,  "page" : 0  },  "message" : "String",  "status" : 0 } 

Data Return Wrapper Model paging Data Wrapper model Quality Red Line - Intercept record

Paging data wrapper model Quality Red Line - Intercept record

Mass red line. - Intercept log

Mass Red Line - Intercept rule intercept record

Last updated