Datadog Case Management

Create case

Inputs

Field

Type

Description

assignee_id

string

The ID of the user assigned to this case.

services

[string]

The services this case relates to.

teams

[string]

The teams this case relates to.

envs

[string]

The environments this case relates to.

datacenters

[string]

The datacenters this case relates to.

description

string

priority

enum

status [required]

enum

title [required]

string

type [required]

enum

attachment_links

[string]

List of attachments linked to the case - can be security signals, monitors or error tracking issues.

with_notebook

boolean

Whether to create a notebook with the case.

Outputs

Expand All

Field

Type

Description

id [required]

string

This case's ID.

assignee_id [required]

string

This case's assigned User ID.

services [required]

[string]

List of services this case relates to.

teams [required]

[string]

List of teams this case relates to.

envs [required]

[string]

List of environments this case relates to.

datacenters [required]

[string]

List of datacenters this case relates to.

description [required]

string

priority [required]

string

status [required]

string

title [required]

string

type [required]

string

attachments [required]

[object]

link [required]

string

type [required]

enum

investigation_notebook_id

string

The investigation notebook ID linked to this case.

url [required]

string

The case URL.