diff --git a/config/_default/menus/api.en.yaml b/config/_default/menus/api.en.yaml index 4f6eab95b84..d82b5581556 100644 --- a/config/_default/menus/api.en.yaml +++ b/config/_default/menus/api.en.yaml @@ -8353,7 +8353,7 @@ menu: - CreateIncidentImpact unstable: - v2 - order: 7 + order: 8 - name: List an incident's impacts url: '#list-an-incidents-impacts' identifier: incidents-list-an-incidents-impacts @@ -8366,23 +8366,49 @@ menu: - ListIncidentImpacts unstable: - v2 - order: 6 - - name: 'Create, update, and delete incident attachments' - url: '#create,-update,-and-delete-incident-attachments' - identifier: 'incidents-create,-update,-and-delete-incident-attachments' + order: 7 + - name: Update incident attachment + url: '#update-incident-attachment' + identifier: incidents-update-incident-attachment parent: incidents generated: true params: versions: - v2 operationids: - - UpdateIncidentAttachments + - UpdateIncidentAttachment unstable: - v2 - order: 8 - - name: Get a list of attachments - url: '#get-a-list-of-attachments' - identifier: incidents-get-a-list-of-attachments + order: 37 + - name: Delete incident attachment + url: '#delete-incident-attachment' + identifier: incidents-delete-incident-attachment + parent: incidents + generated: true + params: + versions: + - v2 + operationids: + - DeleteIncidentAttachment + unstable: + - v2 + order: 36 + - name: Create incident attachment + url: '#create-incident-attachment' + identifier: incidents-create-incident-attachment + parent: incidents + generated: true + params: + versions: + - v2 + operationids: + - CreateIncidentAttachment + unstable: + - v2 + order: 35 + - name: List incident attachments + url: '#list-incident-attachments' + identifier: incidents-list-incident-attachments parent: incidents generated: true params: @@ -8392,7 +8418,7 @@ menu: - ListIncidentAttachments unstable: - v2 - order: 7 + order: 34 - name: Update an existing incident url: '#update-an-existing-incident' identifier: incidents-update-an-existing-incident diff --git a/content/en/api/v2/csm-threats/examples.json b/content/en/api/v2/csm-threats/examples.json index d006cf6b8b8..71f8ebef190 100644 --- a/content/en/api/v2/csm-threats/examples.json +++ b/content/en/api/v2/csm-threats/examples.json @@ -9,9 +9,7 @@ "actions": [ { "filter": "string", - "hash": { - "field": "string" - }, + "hash": {}, "kill": { "signal": "string" }, @@ -30,9 +28,7 @@ "scope": "string", "size": "integer", "ttl": "integer", - "value": { - "type": "undefined" - } + "value": "string" } } ], @@ -69,7 +65,7 @@ } ] }, - "html": "
data
\n[object]
A list of Agent rules objects
attributes
\nobject
A Cloud Workload Security Agent rule returned by the API
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
Hash file specified by the field attribute
field
\nstring
The field of the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\n<oneOf>
The value of the set action
Option 1
\nstring
Option 2
\ninteger
Option 3
\nboolean
agentConstraint
\nstring
The version of the Agent
blocking
\n[string]
The blocking policies that the rule belongs to
category
\nstring
The category of the Agent rule
creationAuthorUuId
\nstring
The ID of the user who created the rule
creationDate
\nint64
When the Agent rule was created, timestamp in milliseconds
creator
\nobject
The attributes of the user who created the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
defaultRule
\nboolean
Whether the rule is included by default
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
filters
\n[string]
The platforms the Agent rule is supported on
monitoring
\n[string]
The monitoring policies that the rule belongs to
name
\nstring
The name of the Agent rule
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
updateAuthorUuId
\nstring
The ID of the user who updated the rule
updateDate
\nint64
Timestamp in milliseconds when the Agent rule was last updated
updatedAt
\nint64
When the Agent rule was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
version
\nint64
The version of the Agent rule
id
\nstring
The ID of the Agent rule
type
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data
\n[object]
A list of Agent rules objects
attributes
\nobject
A Cloud Workload Security Agent rule returned by the API
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
An empty object indicating the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\nstring
The value of the set action
agentConstraint
\nstring
The version of the Agent
blocking
\n[string]
The blocking policies that the rule belongs to
category
\nstring
The category of the Agent rule
creationAuthorUuId
\nstring
The ID of the user who created the rule
creationDate
\nint64
When the Agent rule was created, timestamp in milliseconds
creator
\nobject
The attributes of the user who created the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
defaultRule
\nboolean
Whether the rule is included by default
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
filters
\n[string]
The platforms the Agent rule is supported on
monitoring
\n[string]
The monitoring policies that the rule belongs to
name
\nstring
The name of the Agent rule
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
updateAuthorUuId
\nstring
The ID of the user who updated the rule
updateDate
\nint64
Timestamp in milliseconds when the Agent rule was last updated
updatedAt
\nint64
When the Agent rule was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
version
\nint64
The version of the Agent rule
id
\nstring
The ID of the Agent rule
type
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data
\nobject
Object for a single Agent rule
attributes
\nobject
A Cloud Workload Security Agent rule returned by the API
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
Hash file specified by the field attribute
field
\nstring
The field of the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\n<oneOf>
The value of the set action
Option 1
\nstring
Option 2
\ninteger
Option 3
\nboolean
agentConstraint
\nstring
The version of the Agent
blocking
\n[string]
The blocking policies that the rule belongs to
category
\nstring
The category of the Agent rule
creationAuthorUuId
\nstring
The ID of the user who created the rule
creationDate
\nint64
When the Agent rule was created, timestamp in milliseconds
creator
\nobject
The attributes of the user who created the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
defaultRule
\nboolean
Whether the rule is included by default
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
filters
\n[string]
The platforms the Agent rule is supported on
monitoring
\n[string]
The monitoring policies that the rule belongs to
name
\nstring
The name of the Agent rule
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
updateAuthorUuId
\nstring
The ID of the user who updated the rule
updateDate
\nint64
Timestamp in milliseconds when the Agent rule was last updated
updatedAt
\nint64
When the Agent rule was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
version
\nint64
The version of the Agent rule
id
\nstring
The ID of the Agent rule
type
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data
\nobject
Object for a single Agent rule
attributes
\nobject
A Cloud Workload Security Agent rule returned by the API
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
An empty object indicating the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\nstring
The value of the set action
agentConstraint
\nstring
The version of the Agent
blocking
\n[string]
The blocking policies that the rule belongs to
category
\nstring
The category of the Agent rule
creationAuthorUuId
\nstring
The ID of the user who created the rule
creationDate
\nint64
When the Agent rule was created, timestamp in milliseconds
creator
\nobject
The attributes of the user who created the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
defaultRule
\nboolean
Whether the rule is included by default
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
filters
\n[string]
The platforms the Agent rule is supported on
monitoring
\n[string]
The monitoring policies that the rule belongs to
name
\nstring
The name of the Agent rule
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
updateAuthorUuId
\nstring
The ID of the user who updated the rule
updateDate
\nint64
Timestamp in milliseconds when the Agent rule was last updated
updatedAt
\nint64
When the Agent rule was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
version
\nint64
The version of the Agent rule
id
\nstring
The ID of the Agent rule
type
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data [required]
\nobject
Object for a single Agent rule
attributes [required]
\nobject
Create a new Cloud Workload Security Agent rule.
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
Hash file specified by the field attribute
field
\nstring
The field of the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\n<oneOf>
The value of the set action
Option 1
\nstring
Option 2
\ninteger
Option 3
\nboolean
agent_version
\nstring
Constrain the rule to specific versions of the Datadog Agent.
blocking
\n[string]
The blocking policies that the rule belongs to.
description
\nstring
The description of the Agent rule.
disabled
\n[string]
The disabled policies that the rule belongs to.
enabled
\nboolean
Whether the Agent rule is enabled.
expression [required]
\nstring
The SECL expression of the Agent rule.
filters
\n[string]
The platforms the Agent rule is supported on.
monitoring
\n[string]
The monitoring policies that the rule belongs to.
name [required]
\nstring
The name of the Agent rule.
policy_id
\nstring
The ID of the policy where the Agent rule is saved.
product_tags
\n[string]
The list of product tags associated with the rule.
silent
\nboolean
Whether the rule is silent.
type [required]
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data [required]
\nobject
Object for a single Agent rule
attributes [required]
\nobject
Create a new Cloud Workload Security Agent rule.
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
An empty object indicating the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\nstring
The value of the set action
agent_version
\nstring
Constrain the rule to specific versions of the Datadog Agent.
blocking
\n[string]
The blocking policies that the rule belongs to.
description
\nstring
The description of the Agent rule.
disabled
\n[string]
The disabled policies that the rule belongs to.
enabled
\nboolean
Whether the Agent rule is enabled.
expression [required]
\nstring
The SECL expression of the Agent rule.
filters
\n[string]
The platforms the Agent rule is supported on.
monitoring
\n[string]
The monitoring policies that the rule belongs to.
name [required]
\nstring
The name of the Agent rule.
policy_id
\nstring
The ID of the policy where the Agent rule is saved.
product_tags
\n[string]
The list of product tags associated with the rule.
silent
\nboolean
Whether the rule is silent.
type [required]
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data
\nobject
Object for a single Agent rule
attributes
\nobject
A Cloud Workload Security Agent rule returned by the API
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
Hash file specified by the field attribute
field
\nstring
The field of the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\n<oneOf>
The value of the set action
Option 1
\nstring
Option 2
\ninteger
Option 3
\nboolean
agentConstraint
\nstring
The version of the Agent
blocking
\n[string]
The blocking policies that the rule belongs to
category
\nstring
The category of the Agent rule
creationAuthorUuId
\nstring
The ID of the user who created the rule
creationDate
\nint64
When the Agent rule was created, timestamp in milliseconds
creator
\nobject
The attributes of the user who created the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
defaultRule
\nboolean
Whether the rule is included by default
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
filters
\n[string]
The platforms the Agent rule is supported on
monitoring
\n[string]
The monitoring policies that the rule belongs to
name
\nstring
The name of the Agent rule
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
updateAuthorUuId
\nstring
The ID of the user who updated the rule
updateDate
\nint64
Timestamp in milliseconds when the Agent rule was last updated
updatedAt
\nint64
When the Agent rule was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
version
\nint64
The version of the Agent rule
id
\nstring
The ID of the Agent rule
type
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data
\nobject
Object for a single Agent rule
attributes
\nobject
A Cloud Workload Security Agent rule returned by the API
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
An empty object indicating the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\nstring
The value of the set action
agentConstraint
\nstring
The version of the Agent
blocking
\n[string]
The blocking policies that the rule belongs to
category
\nstring
The category of the Agent rule
creationAuthorUuId
\nstring
The ID of the user who created the rule
creationDate
\nint64
When the Agent rule was created, timestamp in milliseconds
creator
\nobject
The attributes of the user who created the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
defaultRule
\nboolean
Whether the rule is included by default
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
filters
\n[string]
The platforms the Agent rule is supported on
monitoring
\n[string]
The monitoring policies that the rule belongs to
name
\nstring
The name of the Agent rule
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
updateAuthorUuId
\nstring
The ID of the user who updated the rule
updateDate
\nint64
Timestamp in milliseconds when the Agent rule was last updated
updatedAt
\nint64
When the Agent rule was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
version
\nint64
The version of the Agent rule
id
\nstring
The ID of the Agent rule
type
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data
\nobject
Object for a single Agent rule
attributes
\nobject
A Cloud Workload Security Agent rule returned by the API
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
Hash file specified by the field attribute
field
\nstring
The field of the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\n<oneOf>
The value of the set action
Option 1
\nstring
Option 2
\ninteger
Option 3
\nboolean
agentConstraint
\nstring
The version of the Agent
blocking
\n[string]
The blocking policies that the rule belongs to
category
\nstring
The category of the Agent rule
creationAuthorUuId
\nstring
The ID of the user who created the rule
creationDate
\nint64
When the Agent rule was created, timestamp in milliseconds
creator
\nobject
The attributes of the user who created the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
defaultRule
\nboolean
Whether the rule is included by default
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
filters
\n[string]
The platforms the Agent rule is supported on
monitoring
\n[string]
The monitoring policies that the rule belongs to
name
\nstring
The name of the Agent rule
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
updateAuthorUuId
\nstring
The ID of the user who updated the rule
updateDate
\nint64
Timestamp in milliseconds when the Agent rule was last updated
updatedAt
\nint64
When the Agent rule was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
version
\nint64
The version of the Agent rule
id
\nstring
The ID of the Agent rule
type
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data
\nobject
Object for a single Agent rule
attributes
\nobject
A Cloud Workload Security Agent rule returned by the API
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
An empty object indicating the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\nstring
The value of the set action
agentConstraint
\nstring
The version of the Agent
blocking
\n[string]
The blocking policies that the rule belongs to
category
\nstring
The category of the Agent rule
creationAuthorUuId
\nstring
The ID of the user who created the rule
creationDate
\nint64
When the Agent rule was created, timestamp in milliseconds
creator
\nobject
The attributes of the user who created the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
defaultRule
\nboolean
Whether the rule is included by default
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
filters
\n[string]
The platforms the Agent rule is supported on
monitoring
\n[string]
The monitoring policies that the rule belongs to
name
\nstring
The name of the Agent rule
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
updateAuthorUuId
\nstring
The ID of the user who updated the rule
updateDate
\nint64
Timestamp in milliseconds when the Agent rule was last updated
updatedAt
\nint64
When the Agent rule was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
version
\nint64
The version of the Agent rule
id
\nstring
The ID of the Agent rule
type
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data [required]
\nobject
Object for a single Agent rule
attributes [required]
\nobject
Update an existing Cloud Workload Security Agent rule
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
Hash file specified by the field attribute
field
\nstring
The field of the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\n<oneOf>
The value of the set action
Option 1
\nstring
Option 2
\ninteger
Option 3
\nboolean
agent_version
\nstring
Constrain the rule to specific versions of the Datadog Agent
blocking
\n[string]
The blocking policies that the rule belongs to
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
monitoring
\n[string]
The monitoring policies that the rule belongs to
policy_id
\nstring
The ID of the policy where the Agent rule is saved
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
id
\nstring
The ID of the Agent rule
type [required]
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data [required]
\nobject
Object for a single Agent rule
attributes [required]
\nobject
Update an existing Cloud Workload Security Agent rule
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
An empty object indicating the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\nstring
The value of the set action
agent_version
\nstring
Constrain the rule to specific versions of the Datadog Agent
blocking
\n[string]
The blocking policies that the rule belongs to
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
monitoring
\n[string]
The monitoring policies that the rule belongs to
policy_id
\nstring
The ID of the policy where the Agent rule is saved
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
id
\nstring
The ID of the Agent rule
type [required]
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data
\n[object]
A list of Agent policy objects
attributes
\nobject
A Cloud Workload Security Agent policy returned by the API
blockingRulesCount
\nint32
The number of rules with the blocking feature in this policy
datadogManaged
\nboolean
Whether the policy is managed by Datadog
description
\nstring
The description of the policy
disabledRulesCount
\nint32
The number of rules that are disabled in this policy
enabled
\nboolean
Whether the Agent policy is enabled
hostTags
\n[string]
The host tags defining where this policy is deployed
hostTagsLists
\n[array]
The host tags defining where this policy is deployed, the inner values are linked with AND, the outer values are linked with OR
monitoringRulesCount
\nint32
The number of rules in the monitoring state in this policy
name
\nstring
The name of the policy
pinned
\nboolean
Whether the policy is pinned
policyType
\nstring
The type of the policy
policyVersion
\nstring
The version of the policy
priority
\nint64
The priority of the policy
ruleCount
\nint32
The number of rules in this policy
updateDate
\nint64
Timestamp in milliseconds when the policy was last updated
updatedAt
\nint64
When the policy was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the policy
handle
\nstring
The handle of the user
name
\nstring
The name of the user
versions
\n[object]
The versions of the policy
date
\nstring
The date and time the version was created
name
\nstring
The version of the policy
id
\nstring
The ID of the Agent policy
type
\nenum
The type of the resource, must always be policy \nAllowed enum values: policy
default: policy
data
\n[object]
A list of Agent policy objects
attributes
\nobject
A Cloud Workload Security Agent policy returned by the API
blockingRulesCount
\nint32
The number of rules with the blocking feature in this policy
datadogManaged
\nboolean
Whether the policy is managed by Datadog
description
\nstring
The description of the policy
disabledRulesCount
\nint32
The number of rules that are disabled in this policy
enabled
\nboolean
Whether the Agent policy is enabled
hostTags
\n[string]
The host tags defining where this policy is deployed
hostTagsLists
\n[array]
The host tags defining where this policy is deployed, the inner values are linked with AND, the outer values are linked with OR
monitoringRulesCount
\nint32
The number of rules in the monitoring state in this policy
name
\nstring
The name of the policy
pinned
\nboolean
Whether the policy is pinned
policyVersion
\nstring
The version of the policy
priority
\nint64
The priority of the policy
ruleCount
\nint32
The number of rules in this policy
updateDate
\nint64
Timestamp in milliseconds when the policy was last updated
updatedAt
\nint64
When the policy was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the policy
handle
\nstring
The handle of the user
name
\nstring
The name of the user
versions
\n[object]
The versions of the policy
Date
\nstring
The date and time the version was created
Name
\nstring
The version of the policy
id
\nstring
The ID of the Agent policy
type
\nenum
The type of the resource, must always be policy \nAllowed enum values: policy
default: policy
data
\nobject
Object for a single Agent policy
attributes
\nobject
A Cloud Workload Security Agent policy returned by the API
blockingRulesCount
\nint32
The number of rules with the blocking feature in this policy
datadogManaged
\nboolean
Whether the policy is managed by Datadog
description
\nstring
The description of the policy
disabledRulesCount
\nint32
The number of rules that are disabled in this policy
enabled
\nboolean
Whether the Agent policy is enabled
hostTags
\n[string]
The host tags defining where this policy is deployed
hostTagsLists
\n[array]
The host tags defining where this policy is deployed, the inner values are linked with AND, the outer values are linked with OR
monitoringRulesCount
\nint32
The number of rules in the monitoring state in this policy
name
\nstring
The name of the policy
pinned
\nboolean
Whether the policy is pinned
policyType
\nstring
The type of the policy
policyVersion
\nstring
The version of the policy
priority
\nint64
The priority of the policy
ruleCount
\nint32
The number of rules in this policy
updateDate
\nint64
Timestamp in milliseconds when the policy was last updated
updatedAt
\nint64
When the policy was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the policy
handle
\nstring
The handle of the user
name
\nstring
The name of the user
versions
\n[object]
The versions of the policy
date
\nstring
The date and time the version was created
name
\nstring
The version of the policy
id
\nstring
The ID of the Agent policy
type
\nenum
The type of the resource, must always be policy \nAllowed enum values: policy
default: policy
data
\nobject
Object for a single Agent policy
attributes
\nobject
A Cloud Workload Security Agent policy returned by the API
blockingRulesCount
\nint32
The number of rules with the blocking feature in this policy
datadogManaged
\nboolean
Whether the policy is managed by Datadog
description
\nstring
The description of the policy
disabledRulesCount
\nint32
The number of rules that are disabled in this policy
enabled
\nboolean
Whether the Agent policy is enabled
hostTags
\n[string]
The host tags defining where this policy is deployed
hostTagsLists
\n[array]
The host tags defining where this policy is deployed, the inner values are linked with AND, the outer values are linked with OR
monitoringRulesCount
\nint32
The number of rules in the monitoring state in this policy
name
\nstring
The name of the policy
pinned
\nboolean
Whether the policy is pinned
policyVersion
\nstring
The version of the policy
priority
\nint64
The priority of the policy
ruleCount
\nint32
The number of rules in this policy
updateDate
\nint64
Timestamp in milliseconds when the policy was last updated
updatedAt
\nint64
When the policy was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the policy
handle
\nstring
The handle of the user
name
\nstring
The name of the user
versions
\n[object]
The versions of the policy
Date
\nstring
The date and time the version was created
Name
\nstring
The version of the policy
id
\nstring
The ID of the Agent policy
type
\nenum
The type of the resource, must always be policy \nAllowed enum values: policy
default: policy
data
\nobject
Object for a single Agent policy
attributes
\nobject
A Cloud Workload Security Agent policy returned by the API
blockingRulesCount
\nint32
The number of rules with the blocking feature in this policy
datadogManaged
\nboolean
Whether the policy is managed by Datadog
description
\nstring
The description of the policy
disabledRulesCount
\nint32
The number of rules that are disabled in this policy
enabled
\nboolean
Whether the Agent policy is enabled
hostTags
\n[string]
The host tags defining where this policy is deployed
hostTagsLists
\n[array]
The host tags defining where this policy is deployed, the inner values are linked with AND, the outer values are linked with OR
monitoringRulesCount
\nint32
The number of rules in the monitoring state in this policy
name
\nstring
The name of the policy
pinned
\nboolean
Whether the policy is pinned
policyType
\nstring
The type of the policy
policyVersion
\nstring
The version of the policy
priority
\nint64
The priority of the policy
ruleCount
\nint32
The number of rules in this policy
updateDate
\nint64
Timestamp in milliseconds when the policy was last updated
updatedAt
\nint64
When the policy was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the policy
handle
\nstring
The handle of the user
name
\nstring
The name of the user
versions
\n[object]
The versions of the policy
date
\nstring
The date and time the version was created
name
\nstring
The version of the policy
id
\nstring
The ID of the Agent policy
type
\nenum
The type of the resource, must always be policy \nAllowed enum values: policy
default: policy
data
\nobject
Object for a single Agent policy
attributes
\nobject
A Cloud Workload Security Agent policy returned by the API
blockingRulesCount
\nint32
The number of rules with the blocking feature in this policy
datadogManaged
\nboolean
Whether the policy is managed by Datadog
description
\nstring
The description of the policy
disabledRulesCount
\nint32
The number of rules that are disabled in this policy
enabled
\nboolean
Whether the Agent policy is enabled
hostTags
\n[string]
The host tags defining where this policy is deployed
hostTagsLists
\n[array]
The host tags defining where this policy is deployed, the inner values are linked with AND, the outer values are linked with OR
monitoringRulesCount
\nint32
The number of rules in the monitoring state in this policy
name
\nstring
The name of the policy
pinned
\nboolean
Whether the policy is pinned
policyVersion
\nstring
The version of the policy
priority
\nint64
The priority of the policy
ruleCount
\nint32
The number of rules in this policy
updateDate
\nint64
Timestamp in milliseconds when the policy was last updated
updatedAt
\nint64
When the policy was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the policy
handle
\nstring
The handle of the user
name
\nstring
The name of the user
versions
\n[object]
The versions of the policy
Date
\nstring
The date and time the version was created
Name
\nstring
The version of the policy
id
\nstring
The ID of the Agent policy
type
\nenum
The type of the resource, must always be policy \nAllowed enum values: policy
default: policy
data
\nobject
Object for a single Agent policy
attributes
\nobject
A Cloud Workload Security Agent policy returned by the API
blockingRulesCount
\nint32
The number of rules with the blocking feature in this policy
datadogManaged
\nboolean
Whether the policy is managed by Datadog
description
\nstring
The description of the policy
disabledRulesCount
\nint32
The number of rules that are disabled in this policy
enabled
\nboolean
Whether the Agent policy is enabled
hostTags
\n[string]
The host tags defining where this policy is deployed
hostTagsLists
\n[array]
The host tags defining where this policy is deployed, the inner values are linked with AND, the outer values are linked with OR
monitoringRulesCount
\nint32
The number of rules in the monitoring state in this policy
name
\nstring
The name of the policy
pinned
\nboolean
Whether the policy is pinned
policyType
\nstring
The type of the policy
policyVersion
\nstring
The version of the policy
priority
\nint64
The priority of the policy
ruleCount
\nint32
The number of rules in this policy
updateDate
\nint64
Timestamp in milliseconds when the policy was last updated
updatedAt
\nint64
When the policy was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the policy
handle
\nstring
The handle of the user
name
\nstring
The name of the user
versions
\n[object]
The versions of the policy
date
\nstring
The date and time the version was created
name
\nstring
The version of the policy
id
\nstring
The ID of the Agent policy
type
\nenum
The type of the resource, must always be policy \nAllowed enum values: policy
default: policy
data
\nobject
Object for a single Agent policy
attributes
\nobject
A Cloud Workload Security Agent policy returned by the API
blockingRulesCount
\nint32
The number of rules with the blocking feature in this policy
datadogManaged
\nboolean
Whether the policy is managed by Datadog
description
\nstring
The description of the policy
disabledRulesCount
\nint32
The number of rules that are disabled in this policy
enabled
\nboolean
Whether the Agent policy is enabled
hostTags
\n[string]
The host tags defining where this policy is deployed
hostTagsLists
\n[array]
The host tags defining where this policy is deployed, the inner values are linked with AND, the outer values are linked with OR
monitoringRulesCount
\nint32
The number of rules in the monitoring state in this policy
name
\nstring
The name of the policy
pinned
\nboolean
Whether the policy is pinned
policyVersion
\nstring
The version of the policy
priority
\nint64
The priority of the policy
ruleCount
\nint32
The number of rules in this policy
updateDate
\nint64
Timestamp in milliseconds when the policy was last updated
updatedAt
\nint64
When the policy was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the policy
handle
\nstring
The handle of the user
name
\nstring
The name of the user
versions
\n[object]
The versions of the policy
Date
\nstring
The date and time the version was created
Name
\nstring
The version of the policy
id
\nstring
The ID of the Agent policy
type
\nenum
The type of the resource, must always be policy \nAllowed enum values: policy
default: policy
data
\n[object]
A list of Agent rules objects
attributes
\nobject
A Cloud Workload Security Agent rule returned by the API
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
Hash file specified by the field attribute
field
\nstring
The field of the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\n<oneOf>
The value of the set action
Option 1
\nstring
Option 2
\ninteger
Option 3
\nboolean
agentConstraint
\nstring
The version of the Agent
blocking
\n[string]
The blocking policies that the rule belongs to
category
\nstring
The category of the Agent rule
creationAuthorUuId
\nstring
The ID of the user who created the rule
creationDate
\nint64
When the Agent rule was created, timestamp in milliseconds
creator
\nobject
The attributes of the user who created the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
defaultRule
\nboolean
Whether the rule is included by default
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
filters
\n[string]
The platforms the Agent rule is supported on
monitoring
\n[string]
The monitoring policies that the rule belongs to
name
\nstring
The name of the Agent rule
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
updateAuthorUuId
\nstring
The ID of the user who updated the rule
updateDate
\nint64
Timestamp in milliseconds when the Agent rule was last updated
updatedAt
\nint64
When the Agent rule was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
version
\nint64
The version of the Agent rule
id
\nstring
The ID of the Agent rule
type
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data
\n[object]
A list of Agent rules objects
attributes
\nobject
A Cloud Workload Security Agent rule returned by the API
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
An empty object indicating the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\nstring
The value of the set action
agentConstraint
\nstring
The version of the Agent
blocking
\n[string]
The blocking policies that the rule belongs to
category
\nstring
The category of the Agent rule
creationAuthorUuId
\nstring
The ID of the user who created the rule
creationDate
\nint64
When the Agent rule was created, timestamp in milliseconds
creator
\nobject
The attributes of the user who created the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
defaultRule
\nboolean
Whether the rule is included by default
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
filters
\n[string]
The platforms the Agent rule is supported on
monitoring
\n[string]
The monitoring policies that the rule belongs to
name
\nstring
The name of the Agent rule
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
updateAuthorUuId
\nstring
The ID of the user who updated the rule
updateDate
\nint64
Timestamp in milliseconds when the Agent rule was last updated
updatedAt
\nint64
When the Agent rule was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
version
\nint64
The version of the Agent rule
id
\nstring
The ID of the Agent rule
type
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data
\nobject
Object for a single Agent rule
attributes
\nobject
A Cloud Workload Security Agent rule returned by the API
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
Hash file specified by the field attribute
field
\nstring
The field of the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\n<oneOf>
The value of the set action
Option 1
\nstring
Option 2
\ninteger
Option 3
\nboolean
agentConstraint
\nstring
The version of the Agent
blocking
\n[string]
The blocking policies that the rule belongs to
category
\nstring
The category of the Agent rule
creationAuthorUuId
\nstring
The ID of the user who created the rule
creationDate
\nint64
When the Agent rule was created, timestamp in milliseconds
creator
\nobject
The attributes of the user who created the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
defaultRule
\nboolean
Whether the rule is included by default
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
filters
\n[string]
The platforms the Agent rule is supported on
monitoring
\n[string]
The monitoring policies that the rule belongs to
name
\nstring
The name of the Agent rule
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
updateAuthorUuId
\nstring
The ID of the user who updated the rule
updateDate
\nint64
Timestamp in milliseconds when the Agent rule was last updated
updatedAt
\nint64
When the Agent rule was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
version
\nint64
The version of the Agent rule
id
\nstring
The ID of the Agent rule
type
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data
\nobject
Object for a single Agent rule
attributes
\nobject
A Cloud Workload Security Agent rule returned by the API
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
An empty object indicating the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\nstring
The value of the set action
agentConstraint
\nstring
The version of the Agent
blocking
\n[string]
The blocking policies that the rule belongs to
category
\nstring
The category of the Agent rule
creationAuthorUuId
\nstring
The ID of the user who created the rule
creationDate
\nint64
When the Agent rule was created, timestamp in milliseconds
creator
\nobject
The attributes of the user who created the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
defaultRule
\nboolean
Whether the rule is included by default
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
filters
\n[string]
The platforms the Agent rule is supported on
monitoring
\n[string]
The monitoring policies that the rule belongs to
name
\nstring
The name of the Agent rule
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
updateAuthorUuId
\nstring
The ID of the user who updated the rule
updateDate
\nint64
Timestamp in milliseconds when the Agent rule was last updated
updatedAt
\nint64
When the Agent rule was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
version
\nint64
The version of the Agent rule
id
\nstring
The ID of the Agent rule
type
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data [required]
\nobject
Object for a single Agent rule
attributes [required]
\nobject
Create a new Cloud Workload Security Agent rule.
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
Hash file specified by the field attribute
field
\nstring
The field of the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\n<oneOf>
The value of the set action
Option 1
\nstring
Option 2
\ninteger
Option 3
\nboolean
agent_version
\nstring
Constrain the rule to specific versions of the Datadog Agent.
blocking
\n[string]
The blocking policies that the rule belongs to.
description
\nstring
The description of the Agent rule.
disabled
\n[string]
The disabled policies that the rule belongs to.
enabled
\nboolean
Whether the Agent rule is enabled.
expression [required]
\nstring
The SECL expression of the Agent rule.
filters
\n[string]
The platforms the Agent rule is supported on.
monitoring
\n[string]
The monitoring policies that the rule belongs to.
name [required]
\nstring
The name of the Agent rule.
policy_id
\nstring
The ID of the policy where the Agent rule is saved.
product_tags
\n[string]
The list of product tags associated with the rule.
silent
\nboolean
Whether the rule is silent.
type [required]
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data [required]
\nobject
Object for a single Agent rule
attributes [required]
\nobject
Create a new Cloud Workload Security Agent rule.
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
An empty object indicating the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\nstring
The value of the set action
agent_version
\nstring
Constrain the rule to specific versions of the Datadog Agent.
blocking
\n[string]
The blocking policies that the rule belongs to.
description
\nstring
The description of the Agent rule.
disabled
\n[string]
The disabled policies that the rule belongs to.
enabled
\nboolean
Whether the Agent rule is enabled.
expression [required]
\nstring
The SECL expression of the Agent rule.
filters
\n[string]
The platforms the Agent rule is supported on.
monitoring
\n[string]
The monitoring policies that the rule belongs to.
name [required]
\nstring
The name of the Agent rule.
policy_id
\nstring
The ID of the policy where the Agent rule is saved.
product_tags
\n[string]
The list of product tags associated with the rule.
silent
\nboolean
Whether the rule is silent.
type [required]
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data
\nobject
Object for a single Agent rule
attributes
\nobject
A Cloud Workload Security Agent rule returned by the API
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
Hash file specified by the field attribute
field
\nstring
The field of the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\n<oneOf>
The value of the set action
Option 1
\nstring
Option 2
\ninteger
Option 3
\nboolean
agentConstraint
\nstring
The version of the Agent
blocking
\n[string]
The blocking policies that the rule belongs to
category
\nstring
The category of the Agent rule
creationAuthorUuId
\nstring
The ID of the user who created the rule
creationDate
\nint64
When the Agent rule was created, timestamp in milliseconds
creator
\nobject
The attributes of the user who created the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
defaultRule
\nboolean
Whether the rule is included by default
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
filters
\n[string]
The platforms the Agent rule is supported on
monitoring
\n[string]
The monitoring policies that the rule belongs to
name
\nstring
The name of the Agent rule
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
updateAuthorUuId
\nstring
The ID of the user who updated the rule
updateDate
\nint64
Timestamp in milliseconds when the Agent rule was last updated
updatedAt
\nint64
When the Agent rule was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
version
\nint64
The version of the Agent rule
id
\nstring
The ID of the Agent rule
type
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data
\nobject
Object for a single Agent rule
attributes
\nobject
A Cloud Workload Security Agent rule returned by the API
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
An empty object indicating the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\nstring
The value of the set action
agentConstraint
\nstring
The version of the Agent
blocking
\n[string]
The blocking policies that the rule belongs to
category
\nstring
The category of the Agent rule
creationAuthorUuId
\nstring
The ID of the user who created the rule
creationDate
\nint64
When the Agent rule was created, timestamp in milliseconds
creator
\nobject
The attributes of the user who created the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
defaultRule
\nboolean
Whether the rule is included by default
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
filters
\n[string]
The platforms the Agent rule is supported on
monitoring
\n[string]
The monitoring policies that the rule belongs to
name
\nstring
The name of the Agent rule
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
updateAuthorUuId
\nstring
The ID of the user who updated the rule
updateDate
\nint64
Timestamp in milliseconds when the Agent rule was last updated
updatedAt
\nint64
When the Agent rule was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
version
\nint64
The version of the Agent rule
id
\nstring
The ID of the Agent rule
type
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data
\nobject
Object for a single Agent rule
attributes
\nobject
A Cloud Workload Security Agent rule returned by the API
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
Hash file specified by the field attribute
field
\nstring
The field of the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\n<oneOf>
The value of the set action
Option 1
\nstring
Option 2
\ninteger
Option 3
\nboolean
agentConstraint
\nstring
The version of the Agent
blocking
\n[string]
The blocking policies that the rule belongs to
category
\nstring
The category of the Agent rule
creationAuthorUuId
\nstring
The ID of the user who created the rule
creationDate
\nint64
When the Agent rule was created, timestamp in milliseconds
creator
\nobject
The attributes of the user who created the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
defaultRule
\nboolean
Whether the rule is included by default
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
filters
\n[string]
The platforms the Agent rule is supported on
monitoring
\n[string]
The monitoring policies that the rule belongs to
name
\nstring
The name of the Agent rule
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
updateAuthorUuId
\nstring
The ID of the user who updated the rule
updateDate
\nint64
Timestamp in milliseconds when the Agent rule was last updated
updatedAt
\nint64
When the Agent rule was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
version
\nint64
The version of the Agent rule
id
\nstring
The ID of the Agent rule
type
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data
\nobject
Object for a single Agent rule
attributes
\nobject
A Cloud Workload Security Agent rule returned by the API
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
An empty object indicating the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\nstring
The value of the set action
agentConstraint
\nstring
The version of the Agent
blocking
\n[string]
The blocking policies that the rule belongs to
category
\nstring
The category of the Agent rule
creationAuthorUuId
\nstring
The ID of the user who created the rule
creationDate
\nint64
When the Agent rule was created, timestamp in milliseconds
creator
\nobject
The attributes of the user who created the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
defaultRule
\nboolean
Whether the rule is included by default
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
filters
\n[string]
The platforms the Agent rule is supported on
monitoring
\n[string]
The monitoring policies that the rule belongs to
name
\nstring
The name of the Agent rule
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
updateAuthorUuId
\nstring
The ID of the user who updated the rule
updateDate
\nint64
Timestamp in milliseconds when the Agent rule was last updated
updatedAt
\nint64
When the Agent rule was last updated, timestamp in milliseconds
updater
\nobject
The attributes of the user who last updated the Agent rule
handle
\nstring
The handle of the user
name
\nstring
The name of the user
version
\nint64
The version of the Agent rule
id
\nstring
The ID of the Agent rule
type
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data [required]
\nobject
Object for a single Agent rule
attributes [required]
\nobject
Update an existing Cloud Workload Security Agent rule
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
Hash file specified by the field attribute
field
\nstring
The field of the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\n<oneOf>
The value of the set action
Option 1
\nstring
Option 2
\ninteger
Option 3
\nboolean
agent_version
\nstring
Constrain the rule to specific versions of the Datadog Agent
blocking
\n[string]
The blocking policies that the rule belongs to
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
monitoring
\n[string]
The monitoring policies that the rule belongs to
policy_id
\nstring
The ID of the policy where the Agent rule is saved
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
id
\nstring
The ID of the Agent rule
type [required]
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data [required]
\nobject
Object for a single Agent rule
attributes [required]
\nobject
Update an existing Cloud Workload Security Agent rule
actions
\n[object]
The array of actions the rule can perform if triggered
filter
\nstring
SECL expression used to target the container to apply the action on
hash
\nobject
An empty object indicating the hash action
kill
\nobject
Kill system call applied on the container matching the rule
signal
\nstring
Supported signals for the kill system call
metadata
\nobject
The metadata action applied on the scope matching the rule
image_tag
\nstring
The image tag of the metadata action
service
\nstring
The service of the metadata action
short_image
\nstring
The short image of the metadata action
set
\nobject
The set action applied on the scope matching the rule
append
\nboolean
Whether the value should be appended to the field.
default_value
\nstring
The default value of the set action
expression
\nstring
The expression of the set action.
field
\nstring
The field of the set action
inherited
\nboolean
Whether the value should be inherited.
name
\nstring
The name of the set action
scope
\nstring
The scope of the set action.
size
\nint64
The size of the set action.
ttl
\nint64
The time to live of the set action.
value
\nstring
The value of the set action
agent_version
\nstring
Constrain the rule to specific versions of the Datadog Agent
blocking
\n[string]
The blocking policies that the rule belongs to
description
\nstring
The description of the Agent rule
disabled
\n[string]
The disabled policies that the rule belongs to
enabled
\nboolean
Whether the Agent rule is enabled
expression
\nstring
The SECL expression of the Agent rule
monitoring
\n[string]
The monitoring policies that the rule belongs to
policy_id
\nstring
The ID of the policy where the Agent rule is saved
product_tags
\n[string]
The list of product tags associated with the rule
silent
\nboolean
Whether the rule is silent.
id
\nstring
The ID of the Agent rule
type [required]
\nenum
The type of the resource, must always be agent_rule \nAllowed enum values: agent_rule
default: agent_rule
data [required]
\n[object]
An array of incidents.
attributes
\nobject
The incident's attributes from a response.
archived
\ndate-time
Timestamp of when the incident was archived.
case_id
\nint64
The incident case id.
created
\ndate-time
Timestamp when the incident was created.
customer_impact_duration
\nint64
Length of the incident's customer impact in seconds.\nEquals the difference between customer_impact_start and customer_impact_end.
customer_impact_end
\ndate-time
Timestamp when customers were no longer impacted by the incident.
customer_impact_scope
\nstring
A summary of the impact customers experienced during the incident.
customer_impact_start
\ndate-time
Timestamp when customers began being impacted by the incident.
customer_impacted
\nboolean
A flag indicating whether the incident caused customer impact.
declared
\ndate-time
Timestamp when the incident was declared.
declared_by
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
declared_by_uuid
\nstring
UUID of the user who declared the incident.
detected
\ndate-time
Timestamp when the incident was detected.
fields
\nobject
A condensed view of the user-defined fields attached to incidents.
<any-key>
\n<oneOf>
Dynamic fields for which selections can be made, with field names as keys.
Option 1
\nobject
A field with a single value selected.
type
\nenum
Type of the single value field definitions. \nAllowed enum values: dropdown,textbox
default: dropdown
value
\nstring
The single value selected for this field.
Option 2
\nobject
A field with potentially multiple values selected.
type
\nenum
Type of the multiple value field definitions. \nAllowed enum values: multiselect,textarray,metrictag,autocomplete
default: multiselect
value
\n[string]
The multiple values selected for this field.
incident_type_uuid
\nstring
A unique identifier that represents an incident type.
is_test
\nboolean
A flag indicating whether the incident is a test incident.
modified
\ndate-time
Timestamp when the incident was last modified.
non_datadog_creator
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
notification_handles
\n[object]
Notification handles that will be notified of the incident during update.
display_name
\nstring
The name of the notified handle.
handle
\nstring
The handle used for the notification. This includes an email address, Slack channel, or workflow.
public_id
\nint64
The monotonically increasing integer ID for the incident.
resolved
\ndate-time
Timestamp when the incident's state was last changed from active or stable to resolved or completed.
severity
\nenum
The incident severity. \nAllowed enum values: UNKNOWN,SEV-0,SEV-1,SEV-2,SEV-3,SEV-4,SEV-5
state
\nstring
The state incident.
time_to_detect
\nint64
The amount of time in seconds to detect the incident.\nEquals the difference between customer_impact_start and detected.
time_to_internal_response
\nint64
The amount of time in seconds to call incident after detection. Equals the difference of detected and created.
time_to_repair
\nint64
The amount of time in seconds to resolve customer impact after detecting the issue. Equals the difference between customer_impact_end and detected.
time_to_resolve
\nint64
The amount of time in seconds to resolve the incident after it was created. Equals the difference between created and resolved.
title [required]
\nstring
The title of the incident, which summarizes what happened.
visibility
\nstring
The incident visibility status.
id [required]
\nstring
The incident's ID.
relationships
\nobject
The incident's relationships from a response.
attachments
\nobject
A relationship reference for attachments.
data [required]
\n[object]
An array of incident attachments.
id [required]
\nstring
A unique identifier that represents the attachment.
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
commander_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
created_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
declared_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
impacts
\nobject
Relationship to impacts.
data [required]
\n[object]
An array of incident impacts.
id [required]
\nstring
A unique identifier that represents the impact.
type [required]
\nenum
The incident impacts type. \nAllowed enum values: incident_impacts
integrations
\nobject
A relationship reference for multiple integration metadata objects.
data [required]
\n[object]
Integration metadata relationship array
id [required]
\nstring
A unique identifier that represents the integration metadata.
type [required]
\nenum
Integration metadata resource type. \nAllowed enum values: incident_integrations
default: incident_integrations
last_modified_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
responders
\nobject
Relationship to incident responders.
data [required]
\n[object]
An array of incident responders.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident responders type. \nAllowed enum values: incident_responders
user_defined_fields
\nobject
Relationship to incident user defined fields.
data [required]
\n[object]
An array of user defined fields.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident user defined fields type. \nAllowed enum values: user_defined_field
type [required]
\nenum
Incident resource type. \nAllowed enum values: incidents
default: incidents
included
\n[ <oneOf>]
Included related resources that the user requested.
Option 1
\nobject
User object returned by the API.
attributes
\nobject
Attributes of user object returned by the API.
string
Email of the user.
handle
\nstring
Handle of the user.
icon
\nstring
URL of the user's icon.
name
\nstring
Name of the user.
uuid
\nstring
UUID of the user.
id
\nstring
ID of the user.
type
\nenum
Users resource type. \nAllowed enum values: users
default: users
Option 2
\nobject
A single incident attachment.
attributes [required]
\n<oneOf>
The attributes object for an attachment.
Option 1
\nobject
The attributes object for a postmortem attachment.
attachment [required]
\nobject
The postmortem attachment.
documentUrl [required]
\nstring
The URL of this notebook attachment.
title [required]
\nstring
The title of this postmortem attachment.
attachment_type [required]
\nenum
The type of postmortem attachment attributes. \nAllowed enum values: postmortem
default: postmortem
Option 2
\nobject
The attributes object for a link attachment.
attachment [required]
\nobject
The link attachment.
documentUrl [required]
\nstring
The URL of this link attachment.
title [required]
\nstring
The title of this link attachment.
attachment_type [required]
\nenum
The type of link attachment attributes. \nAllowed enum values: link
default: link
modified
\ndate-time
Timestamp when the incident attachment link was last modified.
id [required]
\nstring
A unique identifier that represents the incident attachment.
relationships [required]
\nobject
The incident attachment's relationships.
last_modified_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
meta
\nobject
The metadata object containing pagination metadata.
pagination
\nobject
Pagination properties.
next_offset
\nint64
The index of the first element in the next page of results. Equal to page size added to the current offset.
offset
\nint64
The index of the first element in the results.
size
\nint64
Maximum size of pages to return.
data [required]
\n[object]
An array of incidents.
attributes
\nobject
The incident's attributes from a response.
archived
\ndate-time
Timestamp of when the incident was archived.
case_id
\nint64
The incident case id.
created
\ndate-time
Timestamp when the incident was created.
customer_impact_duration
\nint64
Length of the incident's customer impact in seconds.\nEquals the difference between customer_impact_start and customer_impact_end.
customer_impact_end
\ndate-time
Timestamp when customers were no longer impacted by the incident.
customer_impact_scope
\nstring
A summary of the impact customers experienced during the incident.
customer_impact_start
\ndate-time
Timestamp when customers began being impacted by the incident.
customer_impacted
\nboolean
A flag indicating whether the incident caused customer impact.
declared
\ndate-time
Timestamp when the incident was declared.
declared_by
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
declared_by_uuid
\nstring
UUID of the user who declared the incident.
detected
\ndate-time
Timestamp when the incident was detected.
fields
\nobject
A condensed view of the user-defined fields attached to incidents.
<any-key>
\n<oneOf>
Dynamic fields for which selections can be made, with field names as keys.
Option 1
\nobject
A field with a single value selected.
type
\nenum
Type of the single value field definitions. \nAllowed enum values: dropdown,textbox
default: dropdown
value
\nstring
The single value selected for this field.
Option 2
\nobject
A field with potentially multiple values selected.
type
\nenum
Type of the multiple value field definitions. \nAllowed enum values: multiselect,textarray,metrictag,autocomplete
default: multiselect
value
\n[string]
The multiple values selected for this field.
incident_type_uuid
\nstring
A unique identifier that represents an incident type.
is_test
\nboolean
A flag indicating whether the incident is a test incident.
modified
\ndate-time
Timestamp when the incident was last modified.
non_datadog_creator
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
notification_handles
\n[object]
Notification handles that will be notified of the incident during update.
display_name
\nstring
The name of the notified handle.
handle
\nstring
The handle used for the notification. This includes an email address, Slack channel, or workflow.
public_id
\nint64
The monotonically increasing integer ID for the incident.
resolved
\ndate-time
Timestamp when the incident's state was last changed from active or stable to resolved or completed.
severity
\nenum
The incident severity. \nAllowed enum values: UNKNOWN,SEV-0,SEV-1,SEV-2,SEV-3,SEV-4,SEV-5
state
\nstring
The state incident.
time_to_detect
\nint64
The amount of time in seconds to detect the incident.\nEquals the difference between customer_impact_start and detected.
time_to_internal_response
\nint64
The amount of time in seconds to call incident after detection. Equals the difference of detected and created.
time_to_repair
\nint64
The amount of time in seconds to resolve customer impact after detecting the issue. Equals the difference between customer_impact_end and detected.
time_to_resolve
\nint64
The amount of time in seconds to resolve the incident after it was created. Equals the difference between created and resolved.
title [required]
\nstring
The title of the incident, which summarizes what happened.
visibility
\nstring
The incident visibility status.
id [required]
\nstring
The incident's ID.
relationships
\nobject
The incident's relationships from a response.
attachments
\nobject
A relationship reference for attachments.
data [required]
\n[object]
An array of incident attachments.
id [required]
\nstring
A unique identifier that represents the attachment.
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
commander_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
created_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
declared_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
impacts
\nobject
Relationship to impacts.
data [required]
\n[object]
An array of incident impacts.
id [required]
\nstring
A unique identifier that represents the impact.
type [required]
\nenum
The incident impacts type. \nAllowed enum values: incident_impacts
integrations
\nobject
A relationship reference for multiple integration metadata objects.
data [required]
\n[object]
Integration metadata relationship array
id [required]
\nstring
A unique identifier that represents the integration metadata.
type [required]
\nenum
Integration metadata resource type. \nAllowed enum values: incident_integrations
default: incident_integrations
last_modified_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
responders
\nobject
Relationship to incident responders.
data [required]
\n[object]
An array of incident responders.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident responders type. \nAllowed enum values: incident_responders
user_defined_fields
\nobject
Relationship to incident user defined fields.
data [required]
\n[object]
An array of user defined fields.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident user defined fields type. \nAllowed enum values: user_defined_field
type [required]
\nenum
Incident resource type. \nAllowed enum values: incidents
default: incidents
included
\n[ <oneOf>]
Included related resources that the user requested.
Option 1
\nobject
User object returned by the API.
attributes
\nobject
Attributes of user object returned by the API.
string
Email of the user.
handle
\nstring
Handle of the user.
icon
\nstring
URL of the user's icon.
name
\nstring
Name of the user.
uuid
\nstring
UUID of the user.
id
\nstring
ID of the user.
type
\nenum
Users resource type. \nAllowed enum values: users
default: users
Option 2
\nobject
attributes [required]
\nobject
attachment
\nobject
documentUrl
\nstring
title
\nstring
attachment_type
\nenum
modified
\ndate-time
id [required]
\nstring
relationships [required]
\nobject
last_modified_by_user
\nobject
data [required]
\nobject
id [required]
\nstring
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
meta
\nobject
The metadata object containing pagination metadata.
pagination
\nobject
Pagination properties.
next_offset
\nint64
The index of the first element in the next page of results. Equal to page size added to the current offset.
offset
\nint64
The index of the first element in the results.
size
\nint64
Maximum size of pages to return.
data [required]
\nobject
Incident data from a response.
attributes
\nobject
The incident's attributes from a response.
archived
\ndate-time
Timestamp of when the incident was archived.
case_id
\nint64
The incident case id.
created
\ndate-time
Timestamp when the incident was created.
customer_impact_duration
\nint64
Length of the incident's customer impact in seconds.\nEquals the difference between customer_impact_start and customer_impact_end.
customer_impact_end
\ndate-time
Timestamp when customers were no longer impacted by the incident.
customer_impact_scope
\nstring
A summary of the impact customers experienced during the incident.
customer_impact_start
\ndate-time
Timestamp when customers began being impacted by the incident.
customer_impacted
\nboolean
A flag indicating whether the incident caused customer impact.
declared
\ndate-time
Timestamp when the incident was declared.
declared_by
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
declared_by_uuid
\nstring
UUID of the user who declared the incident.
detected
\ndate-time
Timestamp when the incident was detected.
fields
\nobject
A condensed view of the user-defined fields attached to incidents.
<any-key>
\n<oneOf>
Dynamic fields for which selections can be made, with field names as keys.
Option 1
\nobject
A field with a single value selected.
type
\nenum
Type of the single value field definitions. \nAllowed enum values: dropdown,textbox
default: dropdown
value
\nstring
The single value selected for this field.
Option 2
\nobject
A field with potentially multiple values selected.
type
\nenum
Type of the multiple value field definitions. \nAllowed enum values: multiselect,textarray,metrictag,autocomplete
default: multiselect
value
\n[string]
The multiple values selected for this field.
incident_type_uuid
\nstring
A unique identifier that represents an incident type.
is_test
\nboolean
A flag indicating whether the incident is a test incident.
modified
\ndate-time
Timestamp when the incident was last modified.
non_datadog_creator
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
notification_handles
\n[object]
Notification handles that will be notified of the incident during update.
display_name
\nstring
The name of the notified handle.
handle
\nstring
The handle used for the notification. This includes an email address, Slack channel, or workflow.
public_id
\nint64
The monotonically increasing integer ID for the incident.
resolved
\ndate-time
Timestamp when the incident's state was last changed from active or stable to resolved or completed.
severity
\nenum
The incident severity. \nAllowed enum values: UNKNOWN,SEV-0,SEV-1,SEV-2,SEV-3,SEV-4,SEV-5
state
\nstring
The state incident.
time_to_detect
\nint64
The amount of time in seconds to detect the incident.\nEquals the difference between customer_impact_start and detected.
time_to_internal_response
\nint64
The amount of time in seconds to call incident after detection. Equals the difference of detected and created.
time_to_repair
\nint64
The amount of time in seconds to resolve customer impact after detecting the issue. Equals the difference between customer_impact_end and detected.
time_to_resolve
\nint64
The amount of time in seconds to resolve the incident after it was created. Equals the difference between created and resolved.
title [required]
\nstring
The title of the incident, which summarizes what happened.
visibility
\nstring
The incident visibility status.
id [required]
\nstring
The incident's ID.
relationships
\nobject
The incident's relationships from a response.
attachments
\nobject
A relationship reference for attachments.
data [required]
\n[object]
An array of incident attachments.
id [required]
\nstring
A unique identifier that represents the attachment.
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
commander_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
created_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
declared_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
impacts
\nobject
Relationship to impacts.
data [required]
\n[object]
An array of incident impacts.
id [required]
\nstring
A unique identifier that represents the impact.
type [required]
\nenum
The incident impacts type. \nAllowed enum values: incident_impacts
integrations
\nobject
A relationship reference for multiple integration metadata objects.
data [required]
\n[object]
Integration metadata relationship array
id [required]
\nstring
A unique identifier that represents the integration metadata.
type [required]
\nenum
Integration metadata resource type. \nAllowed enum values: incident_integrations
default: incident_integrations
last_modified_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
responders
\nobject
Relationship to incident responders.
data [required]
\n[object]
An array of incident responders.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident responders type. \nAllowed enum values: incident_responders
user_defined_fields
\nobject
Relationship to incident user defined fields.
data [required]
\n[object]
An array of user defined fields.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident user defined fields type. \nAllowed enum values: user_defined_field
type [required]
\nenum
Incident resource type. \nAllowed enum values: incidents
default: incidents
included
\n[ <oneOf>]
Included related resources that the user requested.
Option 1
\nobject
User object returned by the API.
attributes
\nobject
Attributes of user object returned by the API.
string
Email of the user.
handle
\nstring
Handle of the user.
icon
\nstring
URL of the user's icon.
name
\nstring
Name of the user.
uuid
\nstring
UUID of the user.
id
\nstring
ID of the user.
type
\nenum
Users resource type. \nAllowed enum values: users
default: users
Option 2
\nobject
A single incident attachment.
attributes [required]
\n<oneOf>
The attributes object for an attachment.
Option 1
\nobject
The attributes object for a postmortem attachment.
attachment [required]
\nobject
The postmortem attachment.
documentUrl [required]
\nstring
The URL of this notebook attachment.
title [required]
\nstring
The title of this postmortem attachment.
attachment_type [required]
\nenum
The type of postmortem attachment attributes. \nAllowed enum values: postmortem
default: postmortem
Option 2
\nobject
The attributes object for a link attachment.
attachment [required]
\nobject
The link attachment.
documentUrl [required]
\nstring
The URL of this link attachment.
title [required]
\nstring
The title of this link attachment.
attachment_type [required]
\nenum
The type of link attachment attributes. \nAllowed enum values: link
default: link
modified
\ndate-time
Timestamp when the incident attachment link was last modified.
id [required]
\nstring
A unique identifier that represents the incident attachment.
relationships [required]
\nobject
The incident attachment's relationships.
last_modified_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
data [required]
\nobject
Incident data from a response.
attributes
\nobject
The incident's attributes from a response.
archived
\ndate-time
Timestamp of when the incident was archived.
case_id
\nint64
The incident case id.
created
\ndate-time
Timestamp when the incident was created.
customer_impact_duration
\nint64
Length of the incident's customer impact in seconds.\nEquals the difference between customer_impact_start and customer_impact_end.
customer_impact_end
\ndate-time
Timestamp when customers were no longer impacted by the incident.
customer_impact_scope
\nstring
A summary of the impact customers experienced during the incident.
customer_impact_start
\ndate-time
Timestamp when customers began being impacted by the incident.
customer_impacted
\nboolean
A flag indicating whether the incident caused customer impact.
declared
\ndate-time
Timestamp when the incident was declared.
declared_by
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
declared_by_uuid
\nstring
UUID of the user who declared the incident.
detected
\ndate-time
Timestamp when the incident was detected.
fields
\nobject
A condensed view of the user-defined fields attached to incidents.
<any-key>
\n<oneOf>
Dynamic fields for which selections can be made, with field names as keys.
Option 1
\nobject
A field with a single value selected.
type
\nenum
Type of the single value field definitions. \nAllowed enum values: dropdown,textbox
default: dropdown
value
\nstring
The single value selected for this field.
Option 2
\nobject
A field with potentially multiple values selected.
type
\nenum
Type of the multiple value field definitions. \nAllowed enum values: multiselect,textarray,metrictag,autocomplete
default: multiselect
value
\n[string]
The multiple values selected for this field.
incident_type_uuid
\nstring
A unique identifier that represents an incident type.
is_test
\nboolean
A flag indicating whether the incident is a test incident.
modified
\ndate-time
Timestamp when the incident was last modified.
non_datadog_creator
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
notification_handles
\n[object]
Notification handles that will be notified of the incident during update.
display_name
\nstring
The name of the notified handle.
handle
\nstring
The handle used for the notification. This includes an email address, Slack channel, or workflow.
public_id
\nint64
The monotonically increasing integer ID for the incident.
resolved
\ndate-time
Timestamp when the incident's state was last changed from active or stable to resolved or completed.
severity
\nenum
The incident severity. \nAllowed enum values: UNKNOWN,SEV-0,SEV-1,SEV-2,SEV-3,SEV-4,SEV-5
state
\nstring
The state incident.
time_to_detect
\nint64
The amount of time in seconds to detect the incident.\nEquals the difference between customer_impact_start and detected.
time_to_internal_response
\nint64
The amount of time in seconds to call incident after detection. Equals the difference of detected and created.
time_to_repair
\nint64
The amount of time in seconds to resolve customer impact after detecting the issue. Equals the difference between customer_impact_end and detected.
time_to_resolve
\nint64
The amount of time in seconds to resolve the incident after it was created. Equals the difference between created and resolved.
title [required]
\nstring
The title of the incident, which summarizes what happened.
visibility
\nstring
The incident visibility status.
id [required]
\nstring
The incident's ID.
relationships
\nobject
The incident's relationships from a response.
attachments
\nobject
A relationship reference for attachments.
data [required]
\n[object]
An array of incident attachments.
id [required]
\nstring
A unique identifier that represents the attachment.
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
commander_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
created_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
declared_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
impacts
\nobject
Relationship to impacts.
data [required]
\n[object]
An array of incident impacts.
id [required]
\nstring
A unique identifier that represents the impact.
type [required]
\nenum
The incident impacts type. \nAllowed enum values: incident_impacts
integrations
\nobject
A relationship reference for multiple integration metadata objects.
data [required]
\n[object]
Integration metadata relationship array
id [required]
\nstring
A unique identifier that represents the integration metadata.
type [required]
\nenum
Integration metadata resource type. \nAllowed enum values: incident_integrations
default: incident_integrations
last_modified_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
responders
\nobject
Relationship to incident responders.
data [required]
\n[object]
An array of incident responders.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident responders type. \nAllowed enum values: incident_responders
user_defined_fields
\nobject
Relationship to incident user defined fields.
data [required]
\n[object]
An array of user defined fields.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident user defined fields type. \nAllowed enum values: user_defined_field
type [required]
\nenum
Incident resource type. \nAllowed enum values: incidents
default: incidents
included
\n[ <oneOf>]
Included related resources that the user requested.
Option 1
\nobject
User object returned by the API.
attributes
\nobject
Attributes of user object returned by the API.
string
Email of the user.
handle
\nstring
Handle of the user.
icon
\nstring
URL of the user's icon.
name
\nstring
Name of the user.
uuid
\nstring
UUID of the user.
id
\nstring
ID of the user.
type
\nenum
Users resource type. \nAllowed enum values: users
default: users
Option 2
\nobject
attributes [required]
\nobject
attachment
\nobject
documentUrl
\nstring
title
\nstring
attachment_type
\nenum
modified
\ndate-time
id [required]
\nstring
relationships [required]
\nobject
last_modified_by_user
\nobject
data [required]
\nobject
id [required]
\nstring
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
data [required]
\nobject
Data returned by an incident search.
attributes
\nobject
Attributes returned by an incident search.
facets [required]
\nobject
Facet data for incidents returned by a search query.
commander
\n[object]
Facet data for incident commander users.
count
\nint32
Count of the facet value appearing in search results.
string
Email of the user.
handle
\nstring
Handle of the user.
name
\nstring
Name of the user.
uuid
\nstring
ID of the user.
created_by
\n[object]
Facet data for incident creator users.
count
\nint32
Count of the facet value appearing in search results.
string
Email of the user.
handle
\nstring
Handle of the user.
name
\nstring
Name of the user.
uuid
\nstring
ID of the user.
fields
\n[object]
Facet data for incident property fields.
aggregates
\nobject
Aggregate information for numeric incident data.
max
\ndouble
Maximum value of the numeric aggregates.
min
\ndouble
Minimum value of the numeric aggregates.
facets [required]
\n[object]
Facet data for the property field of an incident.
count
\nint32
Count of the facet value appearing in search results.
name
\nstring
The facet value appearing in search results.
name [required]
\nstring
Name of the incident property field.
impact
\n[object]
Facet data for incident impact attributes.
count
\nint32
Count of the facet value appearing in search results.
name
\nstring
The facet value appearing in search results.
last_modified_by
\n[object]
Facet data for incident last modified by users.
count
\nint32
Count of the facet value appearing in search results.
string
Email of the user.
handle
\nstring
Handle of the user.
name
\nstring
Name of the user.
uuid
\nstring
ID of the user.
postmortem
\n[object]
Facet data for incident postmortem existence.
count
\nint32
Count of the facet value appearing in search results.
name
\nstring
The facet value appearing in search results.
responder
\n[object]
Facet data for incident responder users.
count
\nint32
Count of the facet value appearing in search results.
string
Email of the user.
handle
\nstring
Handle of the user.
name
\nstring
Name of the user.
uuid
\nstring
ID of the user.
severity
\n[object]
Facet data for incident severity attributes.
count
\nint32
Count of the facet value appearing in search results.
name
\nstring
The facet value appearing in search results.
state
\n[object]
Facet data for incident state attributes.
count
\nint32
Count of the facet value appearing in search results.
name
\nstring
The facet value appearing in search results.
time_to_repair
\n[object]
Facet data for incident time to repair metrics.
aggregates [required]
\nobject
Aggregate information for numeric incident data.
max
\ndouble
Maximum value of the numeric aggregates.
min
\ndouble
Minimum value of the numeric aggregates.
name [required]
\nstring
Name of the incident property field.
time_to_resolve
\n[object]
Facet data for incident time to resolve metrics.
aggregates [required]
\nobject
Aggregate information for numeric incident data.
max
\ndouble
Maximum value of the numeric aggregates.
min
\ndouble
Minimum value of the numeric aggregates.
name [required]
\nstring
Name of the incident property field.
incidents [required]
\n[object]
Incidents returned by the search.
data [required]
\nobject
Incident data from a response.
attributes
\nobject
The incident's attributes from a response.
archived
\ndate-time
Timestamp of when the incident was archived.
case_id
\nint64
The incident case id.
created
\ndate-time
Timestamp when the incident was created.
customer_impact_duration
\nint64
Length of the incident's customer impact in seconds.\nEquals the difference between customer_impact_start and customer_impact_end.
customer_impact_end
\ndate-time
Timestamp when customers were no longer impacted by the incident.
customer_impact_scope
\nstring
A summary of the impact customers experienced during the incident.
customer_impact_start
\ndate-time
Timestamp when customers began being impacted by the incident.
customer_impacted
\nboolean
A flag indicating whether the incident caused customer impact.
declared
\ndate-time
Timestamp when the incident was declared.
declared_by
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
declared_by_uuid
\nstring
UUID of the user who declared the incident.
detected
\ndate-time
Timestamp when the incident was detected.
fields
\nobject
A condensed view of the user-defined fields attached to incidents.
<any-key>
\n<oneOf>
Dynamic fields for which selections can be made, with field names as keys.
Option 1
\nobject
A field with a single value selected.
type
\nenum
Type of the single value field definitions. \nAllowed enum values: dropdown,textbox
default: dropdown
value
\nstring
The single value selected for this field.
Option 2
\nobject
A field with potentially multiple values selected.
type
\nenum
Type of the multiple value field definitions. \nAllowed enum values: multiselect,textarray,metrictag,autocomplete
default: multiselect
value
\n[string]
The multiple values selected for this field.
incident_type_uuid
\nstring
A unique identifier that represents an incident type.
is_test
\nboolean
A flag indicating whether the incident is a test incident.
modified
\ndate-time
Timestamp when the incident was last modified.
non_datadog_creator
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
notification_handles
\n[object]
Notification handles that will be notified of the incident during update.
display_name
\nstring
The name of the notified handle.
handle
\nstring
The handle used for the notification. This includes an email address, Slack channel, or workflow.
public_id
\nint64
The monotonically increasing integer ID for the incident.
resolved
\ndate-time
Timestamp when the incident's state was last changed from active or stable to resolved or completed.
severity
\nenum
The incident severity. \nAllowed enum values: UNKNOWN,SEV-0,SEV-1,SEV-2,SEV-3,SEV-4,SEV-5
state
\nstring
The state incident.
time_to_detect
\nint64
The amount of time in seconds to detect the incident.\nEquals the difference between customer_impact_start and detected.
time_to_internal_response
\nint64
The amount of time in seconds to call incident after detection. Equals the difference of detected and created.
time_to_repair
\nint64
The amount of time in seconds to resolve customer impact after detecting the issue. Equals the difference between customer_impact_end and detected.
time_to_resolve
\nint64
The amount of time in seconds to resolve the incident after it was created. Equals the difference between created and resolved.
title [required]
\nstring
The title of the incident, which summarizes what happened.
visibility
\nstring
The incident visibility status.
id [required]
\nstring
The incident's ID.
relationships
\nobject
The incident's relationships from a response.
attachments
\nobject
A relationship reference for attachments.
data [required]
\n[object]
An array of incident attachments.
id [required]
\nstring
A unique identifier that represents the attachment.
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
commander_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
created_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
declared_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
impacts
\nobject
Relationship to impacts.
data [required]
\n[object]
An array of incident impacts.
id [required]
\nstring
A unique identifier that represents the impact.
type [required]
\nenum
The incident impacts type. \nAllowed enum values: incident_impacts
integrations
\nobject
A relationship reference for multiple integration metadata objects.
data [required]
\n[object]
Integration metadata relationship array
id [required]
\nstring
A unique identifier that represents the integration metadata.
type [required]
\nenum
Integration metadata resource type. \nAllowed enum values: incident_integrations
default: incident_integrations
last_modified_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
responders
\nobject
Relationship to incident responders.
data [required]
\n[object]
An array of incident responders.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident responders type. \nAllowed enum values: incident_responders
user_defined_fields
\nobject
Relationship to incident user defined fields.
data [required]
\n[object]
An array of user defined fields.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident user defined fields type. \nAllowed enum values: user_defined_field
type [required]
\nenum
Incident resource type. \nAllowed enum values: incidents
default: incidents
total [required]
\nint32
Number of incidents returned by the search.
type
\nenum
Incident search result type. \nAllowed enum values: incidents_search_results
default: incidents_search_results
included
\n[ <oneOf>]
Included related resources that the user requested.
Option 1
\nobject
User object returned by the API.
attributes
\nobject
Attributes of user object returned by the API.
string
Email of the user.
handle
\nstring
Handle of the user.
icon
\nstring
URL of the user's icon.
name
\nstring
Name of the user.
uuid
\nstring
UUID of the user.
id
\nstring
ID of the user.
type
\nenum
Users resource type. \nAllowed enum values: users
default: users
Option 2
\nobject
A single incident attachment.
attributes [required]
\n<oneOf>
The attributes object for an attachment.
Option 1
\nobject
The attributes object for a postmortem attachment.
attachment [required]
\nobject
The postmortem attachment.
documentUrl [required]
\nstring
The URL of this notebook attachment.
title [required]
\nstring
The title of this postmortem attachment.
attachment_type [required]
\nenum
The type of postmortem attachment attributes. \nAllowed enum values: postmortem
default: postmortem
Option 2
\nobject
The attributes object for a link attachment.
attachment [required]
\nobject
The link attachment.
documentUrl [required]
\nstring
The URL of this link attachment.
title [required]
\nstring
The title of this link attachment.
attachment_type [required]
\nenum
The type of link attachment attributes. \nAllowed enum values: link
default: link
modified
\ndate-time
Timestamp when the incident attachment link was last modified.
id [required]
\nstring
A unique identifier that represents the incident attachment.
relationships [required]
\nobject
The incident attachment's relationships.
last_modified_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
meta
\nobject
The metadata object containing pagination metadata.
pagination
\nobject
Pagination properties.
next_offset
\nint64
The index of the first element in the next page of results. Equal to page size added to the current offset.
offset
\nint64
The index of the first element in the results.
size
\nint64
Maximum size of pages to return.
data [required]
\nobject
Data returned by an incident search.
attributes
\nobject
Attributes returned by an incident search.
facets [required]
\nobject
Facet data for incidents returned by a search query.
commander
\n[object]
Facet data for incident commander users.
count
\nint32
Count of the facet value appearing in search results.
string
Email of the user.
handle
\nstring
Handle of the user.
name
\nstring
Name of the user.
uuid
\nstring
ID of the user.
created_by
\n[object]
Facet data for incident creator users.
count
\nint32
Count of the facet value appearing in search results.
string
Email of the user.
handle
\nstring
Handle of the user.
name
\nstring
Name of the user.
uuid
\nstring
ID of the user.
fields
\n[object]
Facet data for incident property fields.
aggregates
\nobject
Aggregate information for numeric incident data.
max
\ndouble
Maximum value of the numeric aggregates.
min
\ndouble
Minimum value of the numeric aggregates.
facets [required]
\n[object]
Facet data for the property field of an incident.
count
\nint32
Count of the facet value appearing in search results.
name
\nstring
The facet value appearing in search results.
name [required]
\nstring
Name of the incident property field.
impact
\n[object]
Facet data for incident impact attributes.
count
\nint32
Count of the facet value appearing in search results.
name
\nstring
The facet value appearing in search results.
last_modified_by
\n[object]
Facet data for incident last modified by users.
count
\nint32
Count of the facet value appearing in search results.
string
Email of the user.
handle
\nstring
Handle of the user.
name
\nstring
Name of the user.
uuid
\nstring
ID of the user.
postmortem
\n[object]
Facet data for incident postmortem existence.
count
\nint32
Count of the facet value appearing in search results.
name
\nstring
The facet value appearing in search results.
responder
\n[object]
Facet data for incident responder users.
count
\nint32
Count of the facet value appearing in search results.
string
Email of the user.
handle
\nstring
Handle of the user.
name
\nstring
Name of the user.
uuid
\nstring
ID of the user.
severity
\n[object]
Facet data for incident severity attributes.
count
\nint32
Count of the facet value appearing in search results.
name
\nstring
The facet value appearing in search results.
state
\n[object]
Facet data for incident state attributes.
count
\nint32
Count of the facet value appearing in search results.
name
\nstring
The facet value appearing in search results.
time_to_repair
\n[object]
Facet data for incident time to repair metrics.
aggregates [required]
\nobject
Aggregate information for numeric incident data.
max
\ndouble
Maximum value of the numeric aggregates.
min
\ndouble
Minimum value of the numeric aggregates.
name [required]
\nstring
Name of the incident property field.
time_to_resolve
\n[object]
Facet data for incident time to resolve metrics.
aggregates [required]
\nobject
Aggregate information for numeric incident data.
max
\ndouble
Maximum value of the numeric aggregates.
min
\ndouble
Minimum value of the numeric aggregates.
name [required]
\nstring
Name of the incident property field.
incidents [required]
\n[object]
Incidents returned by the search.
data [required]
\nobject
Incident data from a response.
attributes
\nobject
The incident's attributes from a response.
archived
\ndate-time
Timestamp of when the incident was archived.
case_id
\nint64
The incident case id.
created
\ndate-time
Timestamp when the incident was created.
customer_impact_duration
\nint64
Length of the incident's customer impact in seconds.\nEquals the difference between customer_impact_start and customer_impact_end.
customer_impact_end
\ndate-time
Timestamp when customers were no longer impacted by the incident.
customer_impact_scope
\nstring
A summary of the impact customers experienced during the incident.
customer_impact_start
\ndate-time
Timestamp when customers began being impacted by the incident.
customer_impacted
\nboolean
A flag indicating whether the incident caused customer impact.
declared
\ndate-time
Timestamp when the incident was declared.
declared_by
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
declared_by_uuid
\nstring
UUID of the user who declared the incident.
detected
\ndate-time
Timestamp when the incident was detected.
fields
\nobject
A condensed view of the user-defined fields attached to incidents.
<any-key>
\n<oneOf>
Dynamic fields for which selections can be made, with field names as keys.
Option 1
\nobject
A field with a single value selected.
type
\nenum
Type of the single value field definitions. \nAllowed enum values: dropdown,textbox
default: dropdown
value
\nstring
The single value selected for this field.
Option 2
\nobject
A field with potentially multiple values selected.
type
\nenum
Type of the multiple value field definitions. \nAllowed enum values: multiselect,textarray,metrictag,autocomplete
default: multiselect
value
\n[string]
The multiple values selected for this field.
incident_type_uuid
\nstring
A unique identifier that represents an incident type.
is_test
\nboolean
A flag indicating whether the incident is a test incident.
modified
\ndate-time
Timestamp when the incident was last modified.
non_datadog_creator
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
notification_handles
\n[object]
Notification handles that will be notified of the incident during update.
display_name
\nstring
The name of the notified handle.
handle
\nstring
The handle used for the notification. This includes an email address, Slack channel, or workflow.
public_id
\nint64
The monotonically increasing integer ID for the incident.
resolved
\ndate-time
Timestamp when the incident's state was last changed from active or stable to resolved or completed.
severity
\nenum
The incident severity. \nAllowed enum values: UNKNOWN,SEV-0,SEV-1,SEV-2,SEV-3,SEV-4,SEV-5
state
\nstring
The state incident.
time_to_detect
\nint64
The amount of time in seconds to detect the incident.\nEquals the difference between customer_impact_start and detected.
time_to_internal_response
\nint64
The amount of time in seconds to call incident after detection. Equals the difference of detected and created.
time_to_repair
\nint64
The amount of time in seconds to resolve customer impact after detecting the issue. Equals the difference between customer_impact_end and detected.
time_to_resolve
\nint64
The amount of time in seconds to resolve the incident after it was created. Equals the difference between created and resolved.
title [required]
\nstring
The title of the incident, which summarizes what happened.
visibility
\nstring
The incident visibility status.
id [required]
\nstring
The incident's ID.
relationships
\nobject
The incident's relationships from a response.
attachments
\nobject
A relationship reference for attachments.
data [required]
\n[object]
An array of incident attachments.
id [required]
\nstring
A unique identifier that represents the attachment.
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
commander_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
created_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
declared_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
impacts
\nobject
Relationship to impacts.
data [required]
\n[object]
An array of incident impacts.
id [required]
\nstring
A unique identifier that represents the impact.
type [required]
\nenum
The incident impacts type. \nAllowed enum values: incident_impacts
integrations
\nobject
A relationship reference for multiple integration metadata objects.
data [required]
\n[object]
Integration metadata relationship array
id [required]
\nstring
A unique identifier that represents the integration metadata.
type [required]
\nenum
Integration metadata resource type. \nAllowed enum values: incident_integrations
default: incident_integrations
last_modified_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
responders
\nobject
Relationship to incident responders.
data [required]
\n[object]
An array of incident responders.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident responders type. \nAllowed enum values: incident_responders
user_defined_fields
\nobject
Relationship to incident user defined fields.
data [required]
\n[object]
An array of user defined fields.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident user defined fields type. \nAllowed enum values: user_defined_field
type [required]
\nenum
Incident resource type. \nAllowed enum values: incidents
default: incidents
total [required]
\nint32
Number of incidents returned by the search.
type
\nenum
Incident search result type. \nAllowed enum values: incidents_search_results
default: incidents_search_results
included
\n[ <oneOf>]
Included related resources that the user requested.
Option 1
\nobject
User object returned by the API.
attributes
\nobject
Attributes of user object returned by the API.
string
Email of the user.
handle
\nstring
Handle of the user.
icon
\nstring
URL of the user's icon.
name
\nstring
Name of the user.
uuid
\nstring
UUID of the user.
id
\nstring
ID of the user.
type
\nenum
Users resource type. \nAllowed enum values: users
default: users
Option 2
\nobject
attributes [required]
\nobject
attachment
\nobject
documentUrl
\nstring
title
\nstring
attachment_type
\nenum
modified
\ndate-time
id [required]
\nstring
relationships [required]
\nobject
last_modified_by_user
\nobject
data [required]
\nobject
id [required]
\nstring
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
meta
\nobject
The metadata object containing pagination metadata.
pagination
\nobject
Pagination properties.
next_offset
\nint64
The index of the first element in the next page of results. Equal to page size added to the current offset.
offset
\nint64
The index of the first element in the results.
size
\nint64
Maximum size of pages to return.
data [required]
\nobject
Incident data from a response.
attributes
\nobject
The incident's attributes from a response.
archived
\ndate-time
Timestamp of when the incident was archived.
case_id
\nint64
The incident case id.
created
\ndate-time
Timestamp when the incident was created.
customer_impact_duration
\nint64
Length of the incident's customer impact in seconds.\nEquals the difference between customer_impact_start and customer_impact_end.
customer_impact_end
\ndate-time
Timestamp when customers were no longer impacted by the incident.
customer_impact_scope
\nstring
A summary of the impact customers experienced during the incident.
customer_impact_start
\ndate-time
Timestamp when customers began being impacted by the incident.
customer_impacted
\nboolean
A flag indicating whether the incident caused customer impact.
declared
\ndate-time
Timestamp when the incident was declared.
declared_by
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
declared_by_uuid
\nstring
UUID of the user who declared the incident.
detected
\ndate-time
Timestamp when the incident was detected.
fields
\nobject
A condensed view of the user-defined fields attached to incidents.
<any-key>
\n<oneOf>
Dynamic fields for which selections can be made, with field names as keys.
Option 1
\nobject
A field with a single value selected.
type
\nenum
Type of the single value field definitions. \nAllowed enum values: dropdown,textbox
default: dropdown
value
\nstring
The single value selected for this field.
Option 2
\nobject
A field with potentially multiple values selected.
type
\nenum
Type of the multiple value field definitions. \nAllowed enum values: multiselect,textarray,metrictag,autocomplete
default: multiselect
value
\n[string]
The multiple values selected for this field.
incident_type_uuid
\nstring
A unique identifier that represents an incident type.
is_test
\nboolean
A flag indicating whether the incident is a test incident.
modified
\ndate-time
Timestamp when the incident was last modified.
non_datadog_creator
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
notification_handles
\n[object]
Notification handles that will be notified of the incident during update.
display_name
\nstring
The name of the notified handle.
handle
\nstring
The handle used for the notification. This includes an email address, Slack channel, or workflow.
public_id
\nint64
The monotonically increasing integer ID for the incident.
resolved
\ndate-time
Timestamp when the incident's state was last changed from active or stable to resolved or completed.
severity
\nenum
The incident severity. \nAllowed enum values: UNKNOWN,SEV-0,SEV-1,SEV-2,SEV-3,SEV-4,SEV-5
state
\nstring
The state incident.
time_to_detect
\nint64
The amount of time in seconds to detect the incident.\nEquals the difference between customer_impact_start and detected.
time_to_internal_response
\nint64
The amount of time in seconds to call incident after detection. Equals the difference of detected and created.
time_to_repair
\nint64
The amount of time in seconds to resolve customer impact after detecting the issue. Equals the difference between customer_impact_end and detected.
time_to_resolve
\nint64
The amount of time in seconds to resolve the incident after it was created. Equals the difference between created and resolved.
title [required]
\nstring
The title of the incident, which summarizes what happened.
visibility
\nstring
The incident visibility status.
id [required]
\nstring
The incident's ID.
relationships
\nobject
The incident's relationships from a response.
attachments
\nobject
A relationship reference for attachments.
data [required]
\n[object]
An array of incident attachments.
id [required]
\nstring
A unique identifier that represents the attachment.
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
commander_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
created_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
declared_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
impacts
\nobject
Relationship to impacts.
data [required]
\n[object]
An array of incident impacts.
id [required]
\nstring
A unique identifier that represents the impact.
type [required]
\nenum
The incident impacts type. \nAllowed enum values: incident_impacts
integrations
\nobject
A relationship reference for multiple integration metadata objects.
data [required]
\n[object]
Integration metadata relationship array
id [required]
\nstring
A unique identifier that represents the integration metadata.
type [required]
\nenum
Integration metadata resource type. \nAllowed enum values: incident_integrations
default: incident_integrations
last_modified_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
responders
\nobject
Relationship to incident responders.
data [required]
\n[object]
An array of incident responders.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident responders type. \nAllowed enum values: incident_responders
user_defined_fields
\nobject
Relationship to incident user defined fields.
data [required]
\n[object]
An array of user defined fields.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident user defined fields type. \nAllowed enum values: user_defined_field
type [required]
\nenum
Incident resource type. \nAllowed enum values: incidents
default: incidents
included
\n[ <oneOf>]
Included related resources that the user requested.
Option 1
\nobject
User object returned by the API.
attributes
\nobject
Attributes of user object returned by the API.
string
Email of the user.
handle
\nstring
Handle of the user.
icon
\nstring
URL of the user's icon.
name
\nstring
Name of the user.
uuid
\nstring
UUID of the user.
id
\nstring
ID of the user.
type
\nenum
Users resource type. \nAllowed enum values: users
default: users
Option 2
\nobject
A single incident attachment.
attributes [required]
\n<oneOf>
The attributes object for an attachment.
Option 1
\nobject
The attributes object for a postmortem attachment.
attachment [required]
\nobject
The postmortem attachment.
documentUrl [required]
\nstring
The URL of this notebook attachment.
title [required]
\nstring
The title of this postmortem attachment.
attachment_type [required]
\nenum
The type of postmortem attachment attributes. \nAllowed enum values: postmortem
default: postmortem
Option 2
\nobject
The attributes object for a link attachment.
attachment [required]
\nobject
The link attachment.
documentUrl [required]
\nstring
The URL of this link attachment.
title [required]
\nstring
The title of this link attachment.
attachment_type [required]
\nenum
The type of link attachment attributes. \nAllowed enum values: link
default: link
modified
\ndate-time
Timestamp when the incident attachment link was last modified.
id [required]
\nstring
A unique identifier that represents the incident attachment.
relationships [required]
\nobject
The incident attachment's relationships.
last_modified_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
data [required]
\nobject
Incident data from a response.
attributes
\nobject
The incident's attributes from a response.
archived
\ndate-time
Timestamp of when the incident was archived.
case_id
\nint64
The incident case id.
created
\ndate-time
Timestamp when the incident was created.
customer_impact_duration
\nint64
Length of the incident's customer impact in seconds.\nEquals the difference between customer_impact_start and customer_impact_end.
customer_impact_end
\ndate-time
Timestamp when customers were no longer impacted by the incident.
customer_impact_scope
\nstring
A summary of the impact customers experienced during the incident.
customer_impact_start
\ndate-time
Timestamp when customers began being impacted by the incident.
customer_impacted
\nboolean
A flag indicating whether the incident caused customer impact.
declared
\ndate-time
Timestamp when the incident was declared.
declared_by
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
declared_by_uuid
\nstring
UUID of the user who declared the incident.
detected
\ndate-time
Timestamp when the incident was detected.
fields
\nobject
A condensed view of the user-defined fields attached to incidents.
<any-key>
\n<oneOf>
Dynamic fields for which selections can be made, with field names as keys.
Option 1
\nobject
A field with a single value selected.
type
\nenum
Type of the single value field definitions. \nAllowed enum values: dropdown,textbox
default: dropdown
value
\nstring
The single value selected for this field.
Option 2
\nobject
A field with potentially multiple values selected.
type
\nenum
Type of the multiple value field definitions. \nAllowed enum values: multiselect,textarray,metrictag,autocomplete
default: multiselect
value
\n[string]
The multiple values selected for this field.
incident_type_uuid
\nstring
A unique identifier that represents an incident type.
is_test
\nboolean
A flag indicating whether the incident is a test incident.
modified
\ndate-time
Timestamp when the incident was last modified.
non_datadog_creator
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
notification_handles
\n[object]
Notification handles that will be notified of the incident during update.
display_name
\nstring
The name of the notified handle.
handle
\nstring
The handle used for the notification. This includes an email address, Slack channel, or workflow.
public_id
\nint64
The monotonically increasing integer ID for the incident.
resolved
\ndate-time
Timestamp when the incident's state was last changed from active or stable to resolved or completed.
severity
\nenum
The incident severity. \nAllowed enum values: UNKNOWN,SEV-0,SEV-1,SEV-2,SEV-3,SEV-4,SEV-5
state
\nstring
The state incident.
time_to_detect
\nint64
The amount of time in seconds to detect the incident.\nEquals the difference between customer_impact_start and detected.
time_to_internal_response
\nint64
The amount of time in seconds to call incident after detection. Equals the difference of detected and created.
time_to_repair
\nint64
The amount of time in seconds to resolve customer impact after detecting the issue. Equals the difference between customer_impact_end and detected.
time_to_resolve
\nint64
The amount of time in seconds to resolve the incident after it was created. Equals the difference between created and resolved.
title [required]
\nstring
The title of the incident, which summarizes what happened.
visibility
\nstring
The incident visibility status.
id [required]
\nstring
The incident's ID.
relationships
\nobject
The incident's relationships from a response.
attachments
\nobject
A relationship reference for attachments.
data [required]
\n[object]
An array of incident attachments.
id [required]
\nstring
A unique identifier that represents the attachment.
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
commander_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
created_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
declared_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
impacts
\nobject
Relationship to impacts.
data [required]
\n[object]
An array of incident impacts.
id [required]
\nstring
A unique identifier that represents the impact.
type [required]
\nenum
The incident impacts type. \nAllowed enum values: incident_impacts
integrations
\nobject
A relationship reference for multiple integration metadata objects.
data [required]
\n[object]
Integration metadata relationship array
id [required]
\nstring
A unique identifier that represents the integration metadata.
type [required]
\nenum
Integration metadata resource type. \nAllowed enum values: incident_integrations
default: incident_integrations
last_modified_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
responders
\nobject
Relationship to incident responders.
data [required]
\n[object]
An array of incident responders.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident responders type. \nAllowed enum values: incident_responders
user_defined_fields
\nobject
Relationship to incident user defined fields.
data [required]
\n[object]
An array of user defined fields.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident user defined fields type. \nAllowed enum values: user_defined_field
type [required]
\nenum
Incident resource type. \nAllowed enum values: incidents
default: incidents
included
\n[ <oneOf>]
Included related resources that the user requested.
Option 1
\nobject
User object returned by the API.
attributes
\nobject
Attributes of user object returned by the API.
string
Email of the user.
handle
\nstring
Handle of the user.
icon
\nstring
URL of the user's icon.
name
\nstring
Name of the user.
uuid
\nstring
UUID of the user.
id
\nstring
ID of the user.
type
\nenum
Users resource type. \nAllowed enum values: users
default: users
Option 2
\nobject
attributes [required]
\nobject
attachment
\nobject
documentUrl
\nstring
title
\nstring
attachment_type
\nenum
modified
\ndate-time
id [required]
\nstring
relationships [required]
\nobject
last_modified_by_user
\nobject
data [required]
\nobject
id [required]
\nstring
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
data [required]
\nobject
Incident data from a response.
attributes
\nobject
The incident's attributes from a response.
archived
\ndate-time
Timestamp of when the incident was archived.
case_id
\nint64
The incident case id.
created
\ndate-time
Timestamp when the incident was created.
customer_impact_duration
\nint64
Length of the incident's customer impact in seconds.\nEquals the difference between customer_impact_start and customer_impact_end.
customer_impact_end
\ndate-time
Timestamp when customers were no longer impacted by the incident.
customer_impact_scope
\nstring
A summary of the impact customers experienced during the incident.
customer_impact_start
\ndate-time
Timestamp when customers began being impacted by the incident.
customer_impacted
\nboolean
A flag indicating whether the incident caused customer impact.
declared
\ndate-time
Timestamp when the incident was declared.
declared_by
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
declared_by_uuid
\nstring
UUID of the user who declared the incident.
detected
\ndate-time
Timestamp when the incident was detected.
fields
\nobject
A condensed view of the user-defined fields attached to incidents.
<any-key>
\n<oneOf>
Dynamic fields for which selections can be made, with field names as keys.
Option 1
\nobject
A field with a single value selected.
type
\nenum
Type of the single value field definitions. \nAllowed enum values: dropdown,textbox
default: dropdown
value
\nstring
The single value selected for this field.
Option 2
\nobject
A field with potentially multiple values selected.
type
\nenum
Type of the multiple value field definitions. \nAllowed enum values: multiselect,textarray,metrictag,autocomplete
default: multiselect
value
\n[string]
The multiple values selected for this field.
incident_type_uuid
\nstring
A unique identifier that represents an incident type.
is_test
\nboolean
A flag indicating whether the incident is a test incident.
modified
\ndate-time
Timestamp when the incident was last modified.
non_datadog_creator
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
notification_handles
\n[object]
Notification handles that will be notified of the incident during update.
display_name
\nstring
The name of the notified handle.
handle
\nstring
The handle used for the notification. This includes an email address, Slack channel, or workflow.
public_id
\nint64
The monotonically increasing integer ID for the incident.
resolved
\ndate-time
Timestamp when the incident's state was last changed from active or stable to resolved or completed.
severity
\nenum
The incident severity. \nAllowed enum values: UNKNOWN,SEV-0,SEV-1,SEV-2,SEV-3,SEV-4,SEV-5
state
\nstring
The state incident.
time_to_detect
\nint64
The amount of time in seconds to detect the incident.\nEquals the difference between customer_impact_start and detected.
time_to_internal_response
\nint64
The amount of time in seconds to call incident after detection. Equals the difference of detected and created.
time_to_repair
\nint64
The amount of time in seconds to resolve customer impact after detecting the issue. Equals the difference between customer_impact_end and detected.
time_to_resolve
\nint64
The amount of time in seconds to resolve the incident after it was created. Equals the difference between created and resolved.
title [required]
\nstring
The title of the incident, which summarizes what happened.
visibility
\nstring
The incident visibility status.
id [required]
\nstring
The incident's ID.
relationships
\nobject
The incident's relationships from a response.
attachments
\nobject
A relationship reference for attachments.
data [required]
\n[object]
An array of incident attachments.
id [required]
\nstring
A unique identifier that represents the attachment.
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
commander_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
created_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
declared_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
impacts
\nobject
Relationship to impacts.
data [required]
\n[object]
An array of incident impacts.
id [required]
\nstring
A unique identifier that represents the impact.
type [required]
\nenum
The incident impacts type. \nAllowed enum values: incident_impacts
integrations
\nobject
A relationship reference for multiple integration metadata objects.
data [required]
\n[object]
Integration metadata relationship array
id [required]
\nstring
A unique identifier that represents the integration metadata.
type [required]
\nenum
Integration metadata resource type. \nAllowed enum values: incident_integrations
default: incident_integrations
last_modified_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
responders
\nobject
Relationship to incident responders.
data [required]
\n[object]
An array of incident responders.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident responders type. \nAllowed enum values: incident_responders
user_defined_fields
\nobject
Relationship to incident user defined fields.
data [required]
\n[object]
An array of user defined fields.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident user defined fields type. \nAllowed enum values: user_defined_field
type [required]
\nenum
Incident resource type. \nAllowed enum values: incidents
default: incidents
included
\n[ <oneOf>]
Included related resources that the user requested.
Option 1
\nobject
User object returned by the API.
attributes
\nobject
Attributes of user object returned by the API.
string
Email of the user.
handle
\nstring
Handle of the user.
icon
\nstring
URL of the user's icon.
name
\nstring
Name of the user.
uuid
\nstring
UUID of the user.
id
\nstring
ID of the user.
type
\nenum
Users resource type. \nAllowed enum values: users
default: users
Option 2
\nobject
A single incident attachment.
attributes [required]
\n<oneOf>
The attributes object for an attachment.
Option 1
\nobject
The attributes object for a postmortem attachment.
attachment [required]
\nobject
The postmortem attachment.
documentUrl [required]
\nstring
The URL of this notebook attachment.
title [required]
\nstring
The title of this postmortem attachment.
attachment_type [required]
\nenum
The type of postmortem attachment attributes. \nAllowed enum values: postmortem
default: postmortem
Option 2
\nobject
The attributes object for a link attachment.
attachment [required]
\nobject
The link attachment.
documentUrl [required]
\nstring
The URL of this link attachment.
title [required]
\nstring
The title of this link attachment.
attachment_type [required]
\nenum
The type of link attachment attributes. \nAllowed enum values: link
default: link
modified
\ndate-time
Timestamp when the incident attachment link was last modified.
id [required]
\nstring
A unique identifier that represents the incident attachment.
relationships [required]
\nobject
The incident attachment's relationships.
last_modified_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
data [required]
\nobject
Incident data from a response.
attributes
\nobject
The incident's attributes from a response.
archived
\ndate-time
Timestamp of when the incident was archived.
case_id
\nint64
The incident case id.
created
\ndate-time
Timestamp when the incident was created.
customer_impact_duration
\nint64
Length of the incident's customer impact in seconds.\nEquals the difference between customer_impact_start and customer_impact_end.
customer_impact_end
\ndate-time
Timestamp when customers were no longer impacted by the incident.
customer_impact_scope
\nstring
A summary of the impact customers experienced during the incident.
customer_impact_start
\ndate-time
Timestamp when customers began being impacted by the incident.
customer_impacted
\nboolean
A flag indicating whether the incident caused customer impact.
declared
\ndate-time
Timestamp when the incident was declared.
declared_by
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
declared_by_uuid
\nstring
UUID of the user who declared the incident.
detected
\ndate-time
Timestamp when the incident was detected.
fields
\nobject
A condensed view of the user-defined fields attached to incidents.
<any-key>
\n<oneOf>
Dynamic fields for which selections can be made, with field names as keys.
Option 1
\nobject
A field with a single value selected.
type
\nenum
Type of the single value field definitions. \nAllowed enum values: dropdown,textbox
default: dropdown
value
\nstring
The single value selected for this field.
Option 2
\nobject
A field with potentially multiple values selected.
type
\nenum
Type of the multiple value field definitions. \nAllowed enum values: multiselect,textarray,metrictag,autocomplete
default: multiselect
value
\n[string]
The multiple values selected for this field.
incident_type_uuid
\nstring
A unique identifier that represents an incident type.
is_test
\nboolean
A flag indicating whether the incident is a test incident.
modified
\ndate-time
Timestamp when the incident was last modified.
non_datadog_creator
\nobject
Incident's non Datadog creator.
image_48_px
\nstring
Non Datadog creator 48px image.
name
\nstring
Non Datadog creator name.
notification_handles
\n[object]
Notification handles that will be notified of the incident during update.
display_name
\nstring
The name of the notified handle.
handle
\nstring
The handle used for the notification. This includes an email address, Slack channel, or workflow.
public_id
\nint64
The monotonically increasing integer ID for the incident.
resolved
\ndate-time
Timestamp when the incident's state was last changed from active or stable to resolved or completed.
severity
\nenum
The incident severity. \nAllowed enum values: UNKNOWN,SEV-0,SEV-1,SEV-2,SEV-3,SEV-4,SEV-5
state
\nstring
The state incident.
time_to_detect
\nint64
The amount of time in seconds to detect the incident.\nEquals the difference between customer_impact_start and detected.
time_to_internal_response
\nint64
The amount of time in seconds to call incident after detection. Equals the difference of detected and created.
time_to_repair
\nint64
The amount of time in seconds to resolve customer impact after detecting the issue. Equals the difference between customer_impact_end and detected.
time_to_resolve
\nint64
The amount of time in seconds to resolve the incident after it was created. Equals the difference between created and resolved.
title [required]
\nstring
The title of the incident, which summarizes what happened.
visibility
\nstring
The incident visibility status.
id [required]
\nstring
The incident's ID.
relationships
\nobject
The incident's relationships from a response.
attachments
\nobject
A relationship reference for attachments.
data [required]
\n[object]
An array of incident attachments.
id [required]
\nstring
A unique identifier that represents the attachment.
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
commander_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
created_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
declared_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
impacts
\nobject
Relationship to impacts.
data [required]
\n[object]
An array of incident impacts.
id [required]
\nstring
A unique identifier that represents the impact.
type [required]
\nenum
The incident impacts type. \nAllowed enum values: incident_impacts
integrations
\nobject
A relationship reference for multiple integration metadata objects.
data [required]
\n[object]
Integration metadata relationship array
id [required]
\nstring
A unique identifier that represents the integration metadata.
type [required]
\nenum
Integration metadata resource type. \nAllowed enum values: incident_integrations
default: incident_integrations
last_modified_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
responders
\nobject
Relationship to incident responders.
data [required]
\n[object]
An array of incident responders.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident responders type. \nAllowed enum values: incident_responders
user_defined_fields
\nobject
Relationship to incident user defined fields.
data [required]
\n[object]
An array of user defined fields.
id [required]
\nstring
A unique identifier that represents the responder.
type [required]
\nenum
The incident user defined fields type. \nAllowed enum values: user_defined_field
type [required]
\nenum
Incident resource type. \nAllowed enum values: incidents
default: incidents
included
\n[ <oneOf>]
Included related resources that the user requested.
Option 1
\nobject
User object returned by the API.
attributes
\nobject
Attributes of user object returned by the API.
string
Email of the user.
handle
\nstring
Handle of the user.
icon
\nstring
URL of the user's icon.
name
\nstring
Name of the user.
uuid
\nstring
UUID of the user.
id
\nstring
ID of the user.
type
\nenum
Users resource type. \nAllowed enum values: users
default: users
Option 2
\nobject
attributes [required]
\nobject
attachment
\nobject
documentUrl
\nstring
title
\nstring
attachment_type
\nenum
modified
\ndate-time
id [required]
\nstring
relationships [required]
\nobject
last_modified_by_user
\nobject
data [required]
\nobject
id [required]
\nstring
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
data [required]
\n[object]
attributes [required]
\nobject
attachment
\nobject
documentUrl
\nstring
title
\nstring
attachment_type
\nenum
modified
\ndate-time
id [required]
\nstring
relationships [required]
\nobject
last_modified_by_user
\nobject
data [required]
\nobject
id [required]
\nstring
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
included
\n[ <oneOf>]
Option 1
\nobject
attributes
\nobject
Attributes of user object returned by the API.
created_at
\ndate-time
Creation time of the user.
disabled
\nboolean
Whether the user is disabled.
string
Email of the user.
handle
\nstring
Handle of the user.
icon
\nstring
URL of the user's icon.
last_login_time
\ndate-time
The last time the user logged in.
mfa_enabled
\nboolean
If user has MFA enabled.
modified_at
\ndate-time
Time that the user was last modified.
name
\nstring
Name of the user.
service_account
\nboolean
Whether the user is a service account.
status
\nstring
Status of the user.
title
\nstring
Title of the user.
verified
\nboolean
Whether the user is verified.
id
\nstring
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
errors [required]
\n[string]
A list of errors.
errors [required]
\n[string]
A list of errors.
data [required]
\n[object]
An array of incident attachments.
attributes [required]
\n<oneOf>
The attributes object for an attachment.
Option 1
\nobject
The attributes object for a postmortem attachment.
attachment [required]
\nobject
The postmortem attachment.
documentUrl [required]
\nstring
The URL of this notebook attachment.
title [required]
\nstring
The title of this postmortem attachment.
attachment_type [required]
\nenum
The type of postmortem attachment attributes. \nAllowed enum values: postmortem
default: postmortem
Option 2
\nobject
The attributes object for a link attachment.
attachment [required]
\nobject
The link attachment.
documentUrl [required]
\nstring
The URL of this link attachment.
title [required]
\nstring
The title of this link attachment.
attachment_type [required]
\nenum
The type of link attachment attributes. \nAllowed enum values: link
default: link
modified
\ndate-time
Timestamp when the incident attachment link was last modified.
id [required]
\nstring
A unique identifier that represents the incident attachment.
relationships [required]
\nobject
The incident attachment's relationships.
last_modified_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
included
\n[ <oneOf>]
Included related resources that the user requested.
Option 1
\nobject
User object returned by the API.
attributes
\nobject
Attributes of user object returned by the API.
created_at
\ndate-time
Creation time of the user.
disabled
\nboolean
Whether the user is disabled.
string
Email of the user.
handle
\nstring
Handle of the user.
icon
\nstring
URL of the user's icon.
last_login_time
\ndate-time
The last time the user logged in.
mfa_enabled
\nboolean
If user has MFA enabled.
modified_at
\ndate-time
Time that the user was last modified.
name
\nstring
Name of the user.
service_account
\nboolean
Whether the user is a service account.
status
\nstring
Status of the user.
title
\nstring
Title of the user.
verified
\nboolean
Whether the user is verified.
id
\nstring
ID of the user.
relationships
\nobject
Relationships of the user object returned by the API.
org
\nobject
Relationship to an organization.
data [required]
\nobject
Relationship to organization object.
id [required]
\nstring
ID of the organization.
type [required]
\nenum
Organizations resource type. \nAllowed enum values: orgs
default: orgs
other_orgs
\nobject
Relationship to organizations.
data [required]
\n[object]
Relationships to organization objects.
id [required]
\nstring
ID of the organization.
type [required]
\nenum
Organizations resource type. \nAllowed enum values: orgs
default: orgs
other_users
\nobject
Relationship to users.
data [required]
\n[object]
Relationships to user objects.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
roles
\nobject
Relationship to roles.
data
\n[object]
An array containing type and the unique identifier of a role.
id
\nstring
The unique identifier of the role.
type
\nenum
Roles type. \nAllowed enum values: roles
default: roles
type
\nenum
Users resource type. \nAllowed enum values: users
default: users
data
\nobject
attributes [required]
\nobject
attachment
\nobject
documentUrl
\nstring
title
\nstring
attachment_type
\nenum
modified
\ndate-time
id [required]
\nstring
relationships [required]
\nobject
last_modified_by_user
\nobject
data [required]
\nobject
id [required]
\nstring
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
included
\n[ <oneOf>]
Option 1
\nobject
attributes
\nobject
Attributes of user object returned by the API.
created_at
\ndate-time
Creation time of the user.
disabled
\nboolean
Whether the user is disabled.
string
Email of the user.
handle
\nstring
Handle of the user.
icon
\nstring
URL of the user's icon.
last_login_time
\ndate-time
The last time the user logged in.
mfa_enabled
\nboolean
If user has MFA enabled.
modified_at
\ndate-time
Time that the user was last modified.
name
\nstring
Name of the user.
service_account
\nboolean
Whether the user is a service account.
status
\nstring
Status of the user.
title
\nstring
Title of the user.
verified
\nboolean
Whether the user is verified.
id
\nstring
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
errors [required]
\n[string]
A list of errors.
errors [required]
\n[string]
A list of errors.
errors [required]
\n[string]
A list of errors.
data
\nobject
attributes
\nobject
attachment
\nobject
documentUrl
\nstring
title
\nstring
attachment_type
\nenum
id
\nstring
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
data [required]
\n[object]
An array of incident attachments. Only the attachments that were created or updated by the request are\nreturned.
attributes [required]
\n<oneOf>
The attributes object for an attachment.
Option 1
\nobject
The attributes object for a postmortem attachment.
attachment [required]
\nobject
The postmortem attachment.
documentUrl [required]
\nstring
The URL of this notebook attachment.
title [required]
\nstring
The title of this postmortem attachment.
attachment_type [required]
\nenum
The type of postmortem attachment attributes. \nAllowed enum values: postmortem
default: postmortem
Option 2
\nobject
The attributes object for a link attachment.
attachment [required]
\nobject
The link attachment.
documentUrl [required]
\nstring
The URL of this link attachment.
title [required]
\nstring
The title of this link attachment.
attachment_type [required]
\nenum
The type of link attachment attributes. \nAllowed enum values: link
default: link
modified
\ndate-time
Timestamp when the incident attachment link was last modified.
id [required]
\nstring
A unique identifier that represents the incident attachment.
relationships [required]
\nobject
The incident attachment's relationships.
last_modified_by_user
\nobject
Relationship to user.
data [required]
\nobject
Relationship to user object.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
included
\n[ <oneOf>]
Included related resources that the user requested.
Option 1
\nobject
User object returned by the API.
attributes
\nobject
Attributes of user object returned by the API.
created_at
\ndate-time
Creation time of the user.
disabled
\nboolean
Whether the user is disabled.
string
Email of the user.
handle
\nstring
Handle of the user.
icon
\nstring
URL of the user's icon.
last_login_time
\ndate-time
The last time the user logged in.
mfa_enabled
\nboolean
If user has MFA enabled.
modified_at
\ndate-time
Time that the user was last modified.
name
\nstring
Name of the user.
service_account
\nboolean
Whether the user is a service account.
status
\nstring
Status of the user.
title
\nstring
Title of the user.
verified
\nboolean
Whether the user is verified.
id
\nstring
ID of the user.
relationships
\nobject
Relationships of the user object returned by the API.
org
\nobject
Relationship to an organization.
data [required]
\nobject
Relationship to organization object.
id [required]
\nstring
ID of the organization.
type [required]
\nenum
Organizations resource type. \nAllowed enum values: orgs
default: orgs
other_orgs
\nobject
Relationship to organizations.
data [required]
\n[object]
Relationships to organization objects.
id [required]
\nstring
ID of the organization.
type [required]
\nenum
Organizations resource type. \nAllowed enum values: orgs
default: orgs
other_users
\nobject
Relationship to users.
data [required]
\n[object]
Relationships to user objects.
id [required]
\nstring
A unique identifier that represents the user.
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
roles
\nobject
Relationship to roles.
data
\n[object]
An array containing type and the unique identifier of a role.
id
\nstring
The unique identifier of the role.
type
\nenum
Roles type. \nAllowed enum values: roles
default: roles
type
\nenum
Users resource type. \nAllowed enum values: users
default: users
data
\nobject
attributes [required]
\nobject
attachment
\nobject
documentUrl
\nstring
title
\nstring
attachment_type
\nenum
modified
\ndate-time
id [required]
\nstring
relationships [required]
\nobject
last_modified_by_user
\nobject
data [required]
\nobject
id [required]
\nstring
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
included
\n[ <oneOf>]
Option 1
\nobject
attributes
\nobject
Attributes of user object returned by the API.
created_at
\ndate-time
Creation time of the user.
disabled
\nboolean
Whether the user is disabled.
string
Email of the user.
handle
\nstring
Handle of the user.
icon
\nstring
URL of the user's icon.
last_login_time
\ndate-time
The last time the user logged in.
mfa_enabled
\nboolean
If user has MFA enabled.
modified_at
\ndate-time
Time that the user was last modified.
name
\nstring
Name of the user.
service_account
\nboolean
Whether the user is a service account.
status
\nstring
Status of the user.
title
\nstring
Title of the user.
verified
\nboolean
Whether the user is verified.
id
\nstring
type [required]
\nenum
Users resource type. \nAllowed enum values: users
default: users
errors [required]
\n[string]
A list of errors.
errors [required]
\n[string]
A list of errors.
data [required]
\n[object]
An array of incident attachments. An attachment object without an "id" key indicates that you want to\ncreate that attachment. An attachment object without an "attributes" key indicates that you want to\ndelete that attachment. An attachment object with both the "id" key and a populated "attributes" object\nindicates that you want to update that attachment.
attributes
\n<oneOf>
Incident attachment attributes.
Option 1
\nobject
The attributes object for a postmortem attachment.
attachment [required]
\nobject
The postmortem attachment.
documentUrl [required]
\nstring
The URL of this notebook attachment.
title [required]
\nstring
The title of this postmortem attachment.
attachment_type [required]
\nenum
The type of postmortem attachment attributes. \nAllowed enum values: postmortem
default: postmortem
Option 2
\nobject
The attributes object for a link attachment.
attachment [required]
\nobject
The link attachment.
documentUrl [required]
\nstring
The URL of this link attachment.
title [required]
\nstring
The title of this link attachment.
attachment_type [required]
\nenum
The type of link attachment attributes. \nAllowed enum values: link
default: link
modified
\ndate-time
Timestamp when the incident attachment link was last modified.
id
\nstring
A unique identifier that represents the incident attachment.
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments
data
\nobject
attributes
\nobject
attachment
\nobject
documentUrl
\nstring
title
\nstring
id
\nstring
type [required]
\nenum
The incident attachment resource type. \nAllowed enum values: incident_attachments
default: incident_attachments