Connectors
...
Actions
Get Incident Components
4 min
description retrieves all components of a symantec dlp incident, such as id, name, and mime type, using the given incident id endpoint url /protectmanager/webservices/v2/incidents/{{id}}/components method get inputs path parameters (object) – required id (number) – required the incident id output example \[ { "status code" 200, "response headers" {}, "reason" "ok", "json body" \[ { "messagecomponentid" 42, "messagecomponentname" "body", "mimetype" "text/plain", "originalsize" 200, "messagecomponenttypename" "body", "iscomponentavailable" false }, { "messagecomponentid" 43, "messagecomponentname" "secretfile doc", "mimetype" "application/msword", "originalsize" 134753, "messagecomponenttypename" "attachment", "iscomponentavailable" true } ] } ] output parameters status code (number) reason (string) json body (array) messagecomponentid (number) messagecomponentname (string) mimetype (string) originalsize (number) messagecomponenttypename (string) iscomponentavailable (boolean)