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
必填format
"int64"
creatorObjectType
Creator object type, Default USER
类型string
枚举
"USER"
"DEPT"
"GROUP"
示例
"USER"
creatorObjectId
Creator object id, Default current user id
类型integer
format
"int64"
createdDateStart
Resources creation start date
类型string
format
"date-time"
createdDateEnd
Resources creation start date
类型string
format
"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
必填format
"int64"
creatorObjectType
Creator object type, Default USER
类型string
枚举
"USER"
"DEPT"
"GROUP"
示例
"USER"
creatorObjectId
Creator object id, Default current user id
类型integer
format
"int64"
createdDateStart
Resources creation start date
类型string
format
"date-time"
createdDateEnd
Resources creation start date
类型string
format
"date-time"
响应
OK
*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}