Skip to main content

Assign Incidents

PUT 

https://api.dlp.paloaltonetworks.com/v1/api/incidents/:incidentID/assignee

You can assign your incidents using the API. These assignees can then:

Request

Path Parameters

    incidentID stringrequired

    The ID of the updated incident.

Query Parameters

    region string

    Possible values: [us, eu, uk, jp, in, ap, ca, au, par]

    The region/country of the incident (defaults to the US).

Bodyrequired

UUID of assignee

    stringstring

Responses

Updated the incident assignee.

Authorization: http

name: Bearertype: httpscheme: bearer
curl -L -X PUT 'https://api.dlp.paloaltonetworks.com/v1/api/incidents/:incidentID/assignee' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <token>' \
-d '"string"'
Request Collapse all
Base URL
https://api.dlp.paloaltonetworks.com
Auth
Parameters
— pathrequired
— query
Body required
"string"
ResponseClear

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