root: fix formatting, update swagger

This commit is contained in:
Jens Langhammer 2020-11-27 18:42:22 +01:00
parent 55f2ae5d08
commit 2fbf06a1aa
3 changed files with 50 additions and 1 deletions

View File

@ -65,6 +65,7 @@ class ApplicationViewSet(ModelViewSet):
@action(detail=True)
def metrics(self, request: Request, slug: str):
"""Metrics for application logins"""
# TODO: Check app read and audit read perms
app = Application.objects.get(slug=slug)
return Response(

View File

@ -1,5 +1,4 @@
"""policy API Views"""
import django_filters.rest_framework
from django.core.exceptions import ObjectDoesNotExist
from rest_framework.serializers import (
ModelSerializer,

View File

@ -280,6 +280,26 @@ paths:
type: string
format: slug
pattern: ^[-a-zA-Z0-9_]+$
/core/applications/{slug}/metrics/:
get:
operationId: core_applications_metrics
description: Metrics for application logins
parameters: []
responses:
'200':
description: ''
schema:
$ref: '#/definitions/Application'
tags:
- core
parameters:
- name: slug
in: path
description: Internal application name, used in URLs.
required: true
type: string
format: slug
pattern: ^[-a-zA-Z0-9_]+$
/core/groups/:
get:
operationId: core_groups_list
@ -1715,6 +1735,31 @@ paths:
operationId: policies_bindings_list
description: PolicyBinding Viewset
parameters:
- name: policy
in: query
description: ''
required: false
type: string
- name: target
in: query
description: ''
required: false
type: string
- name: enabled
in: query
description: ''
required: false
type: string
- name: order
in: query
description: ''
required: false
type: number
- name: timeout
in: query
description: ''
required: false
type: number
- name: ordering
in: query
description: Which field to use when ordering the results.
@ -6741,6 +6786,10 @@ definitions:
format: uuid
readOnly: true
uniqueItems: true
cache_count:
title: Cache count
type: string
readOnly: true
Outpost:
description: Outpost Serializer
required: