Skip to content

Commit

Permalink
:::: openapi - minor changes - related to logs routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr_B committed Sep 2, 2021
1 parent 58ebf9b commit 3acf31f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions doc/admin.openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,35 @@ paths:
error:
type: string

/endpoints/{endpoint_UUID}/logs:
get:
summary: List available endpoint logs
tags:
- Endpoints logs
description: >
Use to retrieve logs of an endpoint. Those logs includes filtered in events as well as alerts.
parameters:
- in: path
name: endpoint_UUID
required: true
schema:
type: string
format: uuid
- in: query
name: limit
schema:
type: number
description: Define limit

responses:
"403":
description: Not Authorized
"200":
description: OK




/endpoints/reports:
get:
summary: List all endpoints reports
Expand Down

0 comments on commit 3acf31f

Please sign in to comment.