Skip to main content

Update Incident Status

PATCH 

https://api.us-west1.email.dlp.paloaltonetworks.com/incident/api/v1/incidents/:incidentId/status

You can send a PATCH request to the API to update the status of an Email DLP incident.

Request

Path Parameters

    incidentId stringrequired

Bodyrequired

    valuestring

    Inidicates the current status of the Email DLP incident, this can indicate whether the incident is open, under review, resovled, or closed.

    Possible values: [closed, resolved, under_review, open]

Responses

Ok

Authorization: http

name: Bearertype: httpscheme: bearer
curl -L -X PATCH 'https://api.us-west1.email.dlp.paloaltonetworks.com/incident/api/v1/incidents/:incidentId/status' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <token>' \
-d '{
"value": "closed"
}'
Request Collapse all
Base URL
https://api.us-west1.email.dlp.paloaltonetworks.com
Auth
Parameters
— pathrequired
Body required
{
  "value": "closed"
}
ResponseClear

Click the Send API Request button above and see the response here!