Skip to content

Commit

Permalink
Merge pull request #656 from jonathan-ly/dlp-edits-4-22
Browse files Browse the repository at this point in the history
Dlp edits 4 22
  • Loading branch information
sarette authored Apr 23, 2024
2 parents 2291e19 + b6a5ccd commit 8690cb7
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions openapi-specs/dlp/DLPAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,10 @@ components:
properties:
page:
$ref: '#/components/schemas/PageData'
description: Inidicates the page of the current response.
description: Indicates the page of the current response.
resources:
description: Inidicates the current status of the Email DLP incident, this
can indicate whether the incident is open, under review, resovled, or
closed
description: Indicates the current status of the DLP incident, this can
indicate whether the incident is open, under review, resolved, or closed
items:
$ref: '#/components/schemas/IncidentDTO'
type: array
Expand Down Expand Up @@ -239,11 +238,14 @@ components:
you can use to retrieve reports.
type: string
resolution_status:
description: Resolution status from enterprise DLP status.
description: Resolution status from Enterprise DLP status.
type: string
session_key:
description: Specifies a session key assosciated with incident.
type: string
snippets:
description: A JSON structure containing snippet data, if snippets are not
enabled, the field returns as null.
type: string
source:
description: The Palo Alto Networks source that identified the incident.
Expand Down Expand Up @@ -1001,13 +1003,13 @@ paths:
items:
type: string
type: array
- description: sort by. default sort by creation time
- description: Sorts incidents. The default sort order is by creation time.
in: query
name: sort_by
required: false
schema:
type: string
- description: start_time
- description: The start time to sort the incidents by.
in: query
name: start_time
required: false
Expand Down

0 comments on commit 8690cb7

Please sign in to comment.