Assign Incidents
PUThttps://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).
- application/json
Bodyrequired
UUID of assignee
stringstring
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Updated the incident assignee.
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
Authorization: http
name: Bearertype: httpscheme: bearer
- curl
- python
- go
- nodejs
- csharp
- php
- CURL
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"'
ResponseClear