mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
api文档完成
This commit is contained in:
@@ -132,7 +132,6 @@ system:
|
||||
- "POST:/api/v1/certificate"
|
||||
- "PUT:/api/v1/certificate"
|
||||
- "DELETE:/api/v1/certificate"
|
||||
|
||||
- name: log configuration
|
||||
cname: 日志
|
||||
value: 'log_configuration'
|
||||
@@ -154,6 +153,38 @@ system:
|
||||
- "DELETE:/api/v1/dynamic/{name}/batch"
|
||||
- "PUT:/api/v1/dynamic/{name}/online"
|
||||
- "PUT:/api/v1/dynamic/{name}/offline"
|
||||
- name: monitor
|
||||
cname: 监控
|
||||
value: 'monitor'
|
||||
children:
|
||||
- name: view
|
||||
cname: 查看
|
||||
value: 'view'
|
||||
guest_allow: true
|
||||
apis:
|
||||
- "GET:/api/v1/monitor/config"
|
||||
- name: manager
|
||||
cname: 管理
|
||||
value: 'manager'
|
||||
apis:
|
||||
- "POST:/api/v1/monitor/config"
|
||||
- name: dashboard
|
||||
cname: 仪表盘
|
||||
value: 'dashboard'
|
||||
children:
|
||||
- name: run view
|
||||
cname: 运行视图
|
||||
value: 'run_view'
|
||||
children:
|
||||
- name: view
|
||||
cname: 查看
|
||||
value: 'view'
|
||||
guest_allow: true
|
||||
apis:
|
||||
- "GET:/api/v1/monitor/overview/invoke"
|
||||
- "GET:/api/v1/monitor/overview/message"
|
||||
- "GET:/api/v1/monitor/overview/top10"
|
||||
- "GET:/api/v1/monitor/overview/summary"
|
||||
- name: workspace
|
||||
cname: 工作空间
|
||||
value: 'workspace'
|
||||
|
||||
@@ -4,12 +4,15 @@ system:
|
||||
permits:
|
||||
- system.api_market.service_classification.manager
|
||||
- system.api_market.service_classification.view
|
||||
- system.dashboard.run_view.view
|
||||
- system.devops.cluster.manager
|
||||
- system.devops.cluster.view
|
||||
- system.devops.log_configuration.manager
|
||||
- system.devops.log_configuration.view
|
||||
- system.devops.ssl_certificate.manager
|
||||
- system.devops.ssl_certificate.view
|
||||
- system.devops.monitor.manager
|
||||
- system.devops.monitor.view
|
||||
- system.organization.member.manager
|
||||
- system.organization.member.view
|
||||
- system.organization.role.view_system_role
|
||||
@@ -36,12 +39,15 @@ system:
|
||||
permits:
|
||||
- system.api_market.service_classification.manager
|
||||
- system.api_market.service_classification.view
|
||||
- system.dashboard.run_view.view
|
||||
- system.devops.cluster.manager
|
||||
- system.devops.cluster.view
|
||||
- system.devops.log_configuration.manager
|
||||
- system.devops.log_configuration.view
|
||||
- system.devops.ssl_certificate.manager
|
||||
- system.devops.ssl_certificate.view
|
||||
- system.devops.monitor.manager
|
||||
- system.devops.monitor.view
|
||||
- system.workspace.api_market.view
|
||||
- system.workspace.application.view_all
|
||||
- system.workspace.service.view_all
|
||||
@@ -58,6 +64,7 @@ system:
|
||||
- system.devops.cluster.view
|
||||
- system.devops.log_configuration.view
|
||||
- system.devops.ssl_certificate.view
|
||||
- system.devops.monitor.view
|
||||
- system.organization.member.view
|
||||
- system.organization.role.view_system_role
|
||||
- system.organization.role.view_team_role
|
||||
@@ -66,6 +73,7 @@ system:
|
||||
- system.workspace.application.view_all
|
||||
- system.workspace.service.view_all
|
||||
- system.workspace.team.view_all
|
||||
- system.dashboard.run_view.view
|
||||
team:
|
||||
- name: team_admin
|
||||
cname: 团队管理员
|
||||
|
||||
Reference in New Issue
Block a user