Analysis - Apis
API Resource Analytics - Creation monitoring and statistical analysis of API creations, status and testing result
Query the test results of api
GET
/api/v1/analysis/apis/test/result/count
授权
UserHttpBearer
Use existing opaque tokens for authentication
类型HTTP (bearer)
参数
查询参数
projectId*
Project id
类型integer
必填格式
"int64"
creatorObjectType
Creator object type, Default USER
类型string
有效值
"USER"
"DEPT"
"GROUP"
示例
"USER"
creatorObjectId
Creator object id, Default current user id
类型integer
格式
"int64"
createdDateStart
Resources creation start date
类型string
格式
"date-time"
createdDateEnd
Resources creation start date
类型string
格式
"date-time"
响应
OK
*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}
Api and service creation statistics
GET
/api/v1/analysis/apis/resources
授权
UserHttpBearer
Use existing opaque tokens for authentication
类型HTTP (bearer)
参数
查询参数
projectId*
Project id
类型integer
必填格式
"int64"
creatorObjectType
Creator object type, Default USER
类型string
有效值
"USER"
"DEPT"
"GROUP"
示例
"USER"
creatorObjectId
Creator object id, Default current user id
类型integer
格式
"int64"
createdDateStart
Resources creation start date
类型string
格式
"date-time"
createdDateEnd
Resources creation start date
类型string
格式
"date-time"
响应
OK
*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}