A AuthMS API Wiki API Reference iam.tianv.com →

GET /admin/mfa/push/stats

查询指定租户的推送挑战按状态统计(pending/approved/denied/expired)。参考:NIST SP 800-63B §5.1.7、OWASP ASVS V2.8。需要管理员权限。

Admin MFA `bearerAuth` application/json

Responses

StatusDescriptionSchema
200统计数据dto.PushStatsDetailResponse
400参数错误gitee_com_linmes_authms_base_dto.SimpleResponse
401未认证gitee_com_linmes_authms_base_dto.SimpleResponse
403权限不足gitee_com_linmes_authms_base_dto.SimpleResponse
500服务器内部错误gitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.PushStatsDetailResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.PushStatsResponse No
message string No
timestamp string No

dto.PushStatsResponse

FieldTypeRequiredExampleConstraintsDescription
approved integer No 89
denied integer No 12
expired integer No 34
pending integer No 125
total integer No 260

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No