Skip to content

datadog delete-incident-attachment

Get all attachments for a given incident (BETA)

Description

Get all attachments for a given incident (BETA)

Synopsis

datadog delete-incident-attachment
    [--site <site>]
    <incident>
    --attachment <attachment>

Arguments

site - (string)

     Site where this command will be executed
     Example: --site "site-1"
     Default: input.site      Attributes: optional

incident - (string)

     The UUID of the incident
     Example: "incident-1"
     Default: _None_      Attributes: required

attachment - (string)

     attachment id
     Example: --attachment "attachment-1"
     Default: _None_      Attributes: required

Examples

datadog delete-incident-attachment "incident-1" --attachment "attachment-1"

Access Control

To use this command, you need access to the following:

Field Value
Action "delete"
Service Type "datadog"
Service Instance
Namespace
Object Type "attachment"
Object ID

Please see Access Control for details.