Datadog
datadogDatadog offers monitoring, observability, and security for cloud-scale applications, unifying metrics, logs, and traces to help teams detect issues and optimize performance
Acciones disponibles (42)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create DashboardDATADOG_CREATE_DASHBOARDAcciónCreate a dashboard in datadog. dashboards provide customizable visualizations for monitoring your infrastructure, applications, and business metrics in a unified view.
DATADOG_CREATE_DASHBOARDAcciónCreate a dashboard in datadog. dashboards provide customizable visualizations for monitoring your infrastructure, applications, and business metrics in a unified view.
Parámetros de entrada
tagsstring[]Tags to associate with the dashboard
titlestringObligatorioDashboard title
widgetsobject[]ObligatorioList of widgets to include in the dashboard
descriptionstringDashboard description
layout_typestringDashboard layout type ('ordered' or 'free')
notify_liststring[]List of users to notify of dashboard changes
is_read_onlybooleanWhether the dashboard is read-only
template_variablesobject[]Template variables for dynamic dashboards
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create downtimeDATADOG_CREATE_DOWNTIMEAcciónCreates a new downtime in datadog to suppress alerts during maintenance windows or planned outages. useful for preventing false alarms during deployments or maintenance.
DATADOG_CREATE_DOWNTIMEAcciónCreates a new downtime in datadog to suppress alerts during maintenance windows or planned outages. useful for preventing false alarms during deployments or maintenance.
Parámetros de entrada
endintegerUNIX timestamp when downtime should end
scopestring[]ObligatorioScope to apply downtime to (host, service, or monitor tags)
startintegerUNIX timestamp when downtime should start. If not provided, starts immediately
messagestringMessage to include with the downtime
timezonestringTimezone for the downtime (e.g., 'UTC', 'America/New_York')
monitor_idintegerMonitor ID to schedule downtime for (optional, can use scope instead)
recurrenceobjectDowntime recurrence configuration.
monitor_tagsstring[]Monitor tags to match for downtime
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create eventDATADOG_CREATE_EVENTAcciónCreates a new event in datadog. events are useful for tracking deployments, outages, configuration changes, and other important occurrences.
DATADOG_CREATE_EVENTAcciónCreates a new event in datadog. events are useful for tracking deployments, outages, configuration changes, and other important occurrences.
Parámetros de entrada
hoststringHost name associated with the event
tagsstring[]List of tags to associate with the event
textstringObligatorioEvent text/description (supports Markdown)
titlestringObligatorioEvent title (limited to 100 characters)
prioritystringEvent priority. Valid values: 'normal', 'low'
alert_typestringAlert type. Valid values: 'error', 'warning', 'info', 'success'
device_namestringDevice name associated with the event
date_happenedintegerUNIX timestamp when the event occurred. If not provided, current time is used
aggregation_keystringKey for aggregating events together
source_type_namestringSource type name (e.g., 'jenkins', 'docker', 'ansible')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create monitorDATADOG_CREATE_MONITORAcciónCreates a new datadog monitor to track metrics, logs, or other data sources with configurable alerting thresholds and notifications.
DATADOG_CREATE_MONITORAcciónCreates a new datadog monitor to track metrics, logs, or other data sources with configurable alerting thresholds and notifications.
Parámetros de entrada
namestringObligatorioName of the monitor
tagsstring[]List of tags to assign to the monitor
typestringObligatorioType of monitor. Valid values: 'metric alert', 'service check', 'event alert', 'query alert', 'composite', 'log alert'
querystringObligatorioQuery that defines what the monitor tracks
messagestringMessage to include in notifications (supports @mentions and markdown)
optionsobjectMonitor configuration options.
priorityintegerPriority level (1-5, where 1 is highest)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create SLODATADOG_CREATE_SLOAcciónCreate a service level objective (slo) in datadog. slos help you define and track reliability targets for your services, enabling data-driven decisions about service quality and reliability investments.
DATADOG_CREATE_SLOAcciónCreate a service level objective (slo) in datadog. slos help you define and track reliability targets for your services, enabling data-driven decisions about service quality and reliability investments.
Parámetros de entrada
namestringObligatorioSLO display name
tagsstring[]Tags to associate with the SLO (format: 'key:value')
typestringObligatorioSLO type: 'metric' or 'monitor'
queryobjectQuery specification for monitor-based SLOs.
groupsstring[]List of groups for the SLO scope
thresholdsobject[]ObligatorioList of SLO target thresholds
descriptionstringOptional description of the SLO
monitor_idsinteger[]Monitor IDs for monitor-based SLOs
Parámetros de salida
dataobjectCreated SLO data
errorstringError if any occurred during the execution of the action
errorsstring[]List of errors if creation failed
slo_idstringID of the created SLO
successbooleanObligatorioWhether the SLO was created successfully
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Synthetic API TestDATADOG_CREATE_SYNTHETIC_API_TESTAcciónCreate a synthetic api test in datadog. creates a new synthetic api test that continuously monitors api endpoints from multiple locations worldwide. useful for proactive monitoring of api uptime, performance, and functionality.
DATADOG_CREATE_SYNTHETIC_API_TESTAcciónCreate a synthetic api test in datadog. creates a new synthetic api test that continuously monitors api endpoints from multiple locations worldwide. useful for proactive monitoring of api uptime, performance, and functionality.
Parámetros de entrada
namestringObligatorioName of the synthetic test
tagsstring[]Tags to associate with the test
typestringType of synthetic test (always 'api' for API tests)
configobjectObligatorioTest configuration including request and assertions
statusstringTest status ('live' or 'paused')
messagestringMessage to include in notifications
optionsobjectObligatorioTest execution options
subtypestringSubtype of test ('http', 'ssl', 'tcp', 'dns', 'icmp')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create WebhookDATADOG_CREATE_WEBHOOKAcciónCreate a webhook in datadog. webhooks enable you to receive notifications from datadog monitors and alerts to external services and applications.
DATADOG_CREATE_WEBHOOKAcciónCreate a webhook in datadog. webhooks enable you to receive notifications from datadog monitors and alerts to external services and applications.
Parámetros de entrada
urlstringObligatorioURL endpoint for the webhook
namestringObligatorioName of the webhook
payloadstringCustom payload template (optional)
encode_asstringEncoding type: 'json' or 'form'
custom_headersstringCustom headers in JSON format (optional)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete DashboardDATADOG_DELETE_DASHBOARDAcciónDelete a dashboard in datadog. permanently removes a dashboard from your organization. this action cannot be undone. use with caution.
DATADOG_DELETE_DASHBOARDAcciónDelete a dashboard in datadog. permanently removes a dashboard from your organization. this action cannot be undone. use with caution.
Parámetros de entrada
dashboard_idstringObligatorioDashboard ID to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete monitorDATADOG_DELETE_MONITORAcciónDeletes a datadog monitor permanently. use with caution as this action cannot be undone.
DATADOG_DELETE_MONITORAcciónDeletes a datadog monitor permanently. use with caution as this action cannot be undone.
Parámetros de entrada
forcebooleanForce delete the monitor (skip confirmation)
monitor_idintegerObligatorioThe ID of the monitor to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get DashboardDATADOG_GET_DASHBOARDAcciónGet a specific dashboard from datadog. retrieves detailed information about a dashboard including its widgets, layout, template variables, and metadata.
DATADOG_GET_DASHBOARDAcciónGet a specific dashboard from datadog. retrieves detailed information about a dashboard including its widgets, layout, template variables, and metadata.
Parámetros de entrada
dashboard_idstringObligatorioDashboard ID to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get monitorDATADOG_GET_MONITORAcciónRetrieves detailed information about a specific datadog monitor, including its current state, configuration, and any active downtimes.
DATADOG_GET_MONITORAcciónRetrieves detailed information about a specific datadog monitor, including its current state, configuration, and any active downtimes.
Parámetros de entrada
monitor_idintegerObligatorioThe ID of the monitor to retrieve
group_statesstring[]Filter by group states when retrieving monitor details. Valid values: 'all', 'alert', 'warn', 'no data'
with_downtimesbooleanInclude downtime information in the response
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Service DependenciesDATADOG_GET_SERVICE_DEPENDENCIESAcciónGet service dependency mapping from datadog apm. this action retrieves the dependency graph for a specific service, showing both upstream services (that call this service) and downstream services (that this service calls). it's essential for: - understanding the blast radius of service failures - identifying critical dependencies during incidents - analyzing service communication patterns - planning architectural changes - monitoring service health in context the dependency information includes call rates, error rates, and latency metrics to help assess the health of service relationships.
DATADOG_GET_SERVICE_DEPENDENCIESAcciónGet service dependency mapping from datadog apm. this action retrieves the dependency graph for a specific service, showing both upstream services (that call this service) and downstream services (that this service calls). it's essential for: - understanding the blast radius of service failures - identifying critical dependencies during incidents - analyzing service communication patterns - planning architectural changes - monitoring service health in context the dependency information includes call rates, error rates, and latency metrics to help assess the health of service relationships.
Parámetros de entrada
envstringEnvironment to filter by
servicestringObligatorioThe service name to get dependencies for
end_timeintegerEnd time as UNIX timestamp (seconds)
start_timeintegerStart time as UNIX timestamp (seconds)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Synthetics LocationsDATADOG_GET_SYNTHETICS_LOCATIONSAcciónTool to retrieve all available public and private locations for synthetic tests in datadog. use when you need a list of location identifiers for creating or managing synthetic tests.
DATADOG_GET_SYNTHETICS_LOCATIONSAcciónTool to retrieve all available public and private locations for synthetic tests in datadog. use when you need a list of location identifiers for creating or managing synthetic tests.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get host tagsDATADOG_GET_TAGSAcciónRetrieves all tags associated with a specific host in datadog. useful for understanding host metadata and organizing infrastructure.
DATADOG_GET_TAGSAcciónRetrieves all tags associated with a specific host in datadog. useful for understanding host metadata and organizing infrastructure.
Parámetros de entrada
sourcestringSource of tags to retrieve (e.g., 'users', 'chef', 'puppet')
host_namestringObligatorioName of the host to get tags from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Trace by IDDATADOG_GET_TRACE_BY_IDAcciónGet detailed information about a specific trace by its id. this action retrieves comprehensive details about a distributed trace, including all spans, timing information, errors, and metadata. it's essential for: - deep diving into specific request flows during incidents - understanding the complete journey of a problematic request - analyzing performance bottlenecks in detail - correlating errors across services - debugging complex distributed system issues the trace id is typically obtained from logs, error reports, or trace search results.
DATADOG_GET_TRACE_BY_IDAcciónGet detailed information about a specific trace by its id. this action retrieves comprehensive details about a distributed trace, including all spans, timing information, errors, and metadata. it's essential for: - deep diving into specific request flows during incidents - understanding the complete journey of a problematic request - analyzing performance bottlenecks in detail - correlating errors across services - debugging complex distributed system issues the trace id is typically obtained from logs, error reports, or trace search results.
Parámetros de entrada
trace_idstringObligatorioThe unique trace ID to retrieve
Parámetros de salida
dataobjectDetailed trace information.
metaobjectResponse metadata
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get usage summaryDATADOG_GET_USAGE_SUMMARYAcciónRetrieves usage summary information from datadog including api calls, hosts, containers, and other billable usage metrics. useful for cost monitoring and usage analysis.
DATADOG_GET_USAGE_SUMMARYAcciónRetrieves usage summary information from datadog including api calls, hosts, containers, and other billable usage metrics. useful for cost monitoring and usage analysis.
Parámetros de entrada
end_monthstringEnd month in YYYY-MM format. If not provided, uses start_month
start_monthstringObligatorioStart month in YYYY-MM format
include_org_detailsbooleanInclude organization details in the response
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All TagsDATADOG_LIST_ALL_TAGSAcciónList all tags from datadog. tags help organize and filter your infrastructure and applications. this action shows all tags in use across your organization.
DATADOG_LIST_ALL_TAGSAcciónList all tags from datadog. tags help organize and filter your infrastructure and applications. this action shows all tags in use across your organization.
Parámetros de entrada
sourcestringFilter tags by source (e.g., 'chef', 'puppet', 'users', 'datadog')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List API KeysDATADOG_LIST_API_KEYSAcciónList api keys in datadog. retrieves all api keys in the organization for security auditing, access management, and key rotation planning. helps maintain security posture by tracking key usage and ownership.
DATADOG_LIST_API_KEYSAcciónList api keys in datadog. retrieves all api keys in the organization for security auditing, access management, and key rotation planning. helps maintain security posture by tracking key usage and ownership.
Parámetros de entrada
sortstringSort field. Options: 'created_at', 'last4', 'modified_at', 'name'
page_sizeintegerNumber of API keys to return per page (default 20, max 1000)
page_numberintegerPage number to retrieve (0-indexed)
filter_created_at_endstringISO timestamp to filter keys created before this time
filter_modified_at_endstringISO timestamp to filter keys modified before this time
filter_created_at_startstringISO timestamp to filter keys created after this time
filter_modified_at_startstringISO timestamp to filter keys modified after this time
Parámetros de salida
dataobject[]List of API keys
metaobjectPagination metadata
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
total_countintegerObligatorioTotal number of API keys
List APM ServicesDATADOG_LIST_APM_SERVICESAcciónList apm services from datadog. application performance monitoring (apm) provides deep visibility into your applications, helping you track performance, errors, and dependencies.
DATADOG_LIST_APM_SERVICESAcciónList apm services from datadog. application performance monitoring (apm) provides deep visibility into your applications, helping you track performance, errors, and dependencies.
Parámetros de entrada
endintegerEnd time for the query (UNIX timestamp in seconds)
envstringEnvironment filter (e.g., 'production', 'staging')
limitintegerMaximum number of services to return (1-500, default: 50)
startintegerStart time for the query (UNIX timestamp in seconds)
servicestringFilter by specific service name
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List AWS IntegrationDATADOG_LIST_AWS_INTEGRATIONAcciónList aws integrations in datadog. retrieves all configured aws account integrations, showing which aws accounts are monitored by datadog and their configuration settings. useful for cloud infrastructure management and ensuring comprehensive monitoring coverage.
DATADOG_LIST_AWS_INTEGRATIONAcciónList aws integrations in datadog. retrieves all configured aws account integrations, showing which aws accounts are monitored by datadog and their configuration settings. useful for cloud infrastructure management and ensuring comprehensive monitoring coverage.
Parámetros de entrada
role_namestringFilter by specific AWS IAM role name
account_idstringFilter by specific AWS account ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List dashboardsDATADOG_LIST_DASHBOARDSAcciónLists all datadog dashboards with basic information. useful for dashboard management and getting an overview of available dashboards.
DATADOG_LIST_DASHBOARDSAcciónLists all datadog dashboards with basic information. useful for dashboard management and getting an overview of available dashboards.
Parámetros de entrada
filter_sharedbooleanFilter dashboards by shared status
filter_deletedbooleanInclude deleted dashboards in the results
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List eventsDATADOG_LIST_EVENTSAcciónLists events from datadog within a specified time range. events track important occurrences like deployments, outages, and configuration changes.
DATADOG_LIST_EVENTSAcciónLists events from datadog within a specified time range. events track important occurrences like deployments, outages, and configuration changes.
Parámetros de entrada
endintegerObligatorioEnd time as UNIX timestamp
pageintegerPage number for pagination
tagsstring[]Filter by tags
startintegerObligatorioStart time as UNIX timestamp
sourcesstringFilter by event sources (comma-separated)
prioritystringFilter by event priority. Valid values: 'normal', 'low'
unaggregatedbooleanGet unaggregated events (default: false)
exclude_aggregatebooleanExclude aggregated events
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List hostsDATADOG_LIST_HOSTSAcciónLists all hosts in your datadog infrastructure with detailed information including metrics, tags, and status. useful for infrastructure monitoring and management.
DATADOG_LIST_HOSTSAcciónLists all hosts in your datadog infrastructure with detailed information including metrics, tags, and status. useful for infrastructure monitoring and management.
Parámetros de entrada
countintegerNumber of hosts to return (max 1000)
startintegerStarting position for pagination
filterstringFilter hosts by tags or attributes
sort_dirstringSort direction. Valid values: 'asc', 'desc'
sort_fieldstringField to sort by. Valid values: 'status', 'name', 'cpu', 'iowait', 'load'
from_timestampintegerStart time as UNIX timestamp for host activity
include_hosts_metadatabooleanInclude hosts metadata in response
include_muted_hosts_databooleanInclude data for muted hosts
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List IncidentsDATADOG_LIST_INCIDENTSAcciónList incidents from datadog. incident management helps you track, manage, and resolve incidents efficiently with comprehensive timeline and impact tracking.
DATADOG_LIST_INCIDENTSAcciónList incidents from datadog. incident management helps you track, manage, and resolve incidents efficiently with comprehensive timeline and impact tracking.
Parámetros de entrada
sortstringSort order for incidents (e.g., '-created', 'severity')
includestringRelated resources to include (e.g., 'users,attachments')
page_sizeintegerNumber of incidents per page (1-100, default: 25)
page_offsetintegerPage offset for pagination (default: 0)
filter_querystringFilter query for incidents (e.g., 'state:active')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Log IndexesDATADOG_LIST_LOG_INDEXESAcciónTool to retrieve a list of all log indexes configured in datadog. use when you need to get the names and configurations of log indexes.
DATADOG_LIST_LOG_INDEXESAcciónTool to retrieve a list of all log indexes configured in datadog. use when you need to get the names and configurations of log indexes.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List monitorsDATADOG_LIST_MONITORSAcciónGet all monitor details. this endpoint allows you to retrieve information about all monitors configured in your organization. you can filter by group states, name, tags, and use pagination to manage large result sets.
DATADOG_LIST_MONITORSAcciónGet all monitor details. this endpoint allows you to retrieve information about all monitors configured in your organization. you can filter by group states, name, tags, and use pagination to manage large result sets.
Parámetros de entrada
namestringFilter monitors by name (substring match)
pageintegerThe page to start paginating from. If this argument is not specified, the request returns all monitors without pagination.
tagsstring[]A comma separated list indicating what tags, if any, should be used to filter the list of monitors by scope. For example host:host0.
id_offsetintegerMonitor ID offset for pagination
page_sizeintegerThe number of monitors to return per page. If the page argument is not specified, the default behavior returns all monitors without pagination. Page size is capped at 100.
group_statesstring[]When specified, shows additional information about the group states. Choose one or more from Alert, Warn, or No Data.
monitor_tagsstring[]A comma separated list indicating what service and/or custom tags, if any, should be used to filter the list of monitors. Tags created in the Datadog UI automatically have the service key prepended. For example service:my-app.
with_downtimesbooleanIf this argument is set to true, then the returned data includes all current downtimes for the monitor.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List RolesDATADOG_LIST_ROLESAcciónList roles from datadog organization. roles define sets of permissions that control what users can do within your datadog organization.
DATADOG_LIST_ROLESAcciónList roles from datadog organization. roles define sets of permissions that control what users can do within your datadog organization.
Parámetros de entrada
sortstringSort field (name, created_at, user_count)
page_sizeintegerNumber of roles per page (1-100, default: 10)
filter_namestringFilter roles by name (partial match)
page_numberintegerPage number for pagination (default: 0)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List service checksDATADOG_LIST_SERVICE_CHECKSAcciónLists service checks from datadog. service checks are status checks that track the health of your services and infrastructure components.
DATADOG_LIST_SERVICE_CHECKSAcciónLists service checks from datadog. service checks are status checks that track the health of your services and infrastructure components.
Parámetros de entrada
endintegerEnd time as UNIX timestamp
tagsstring[]Filter by tags
checkstringFilter by service check name
startintegerStart time as UNIX timestamp
statusstringFilter by service check status. Valid values: 'ok', 'warning', 'critical', 'unknown'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List SLOsDATADOG_LIST_SL_OSAcciónList service level objectives (slos) from datadog. service level objectives help you track the reliability and performance of your services by setting measurable targets for key metrics.
DATADOG_LIST_SL_OSAcciónList service level objectives (slos) from datadog. service level objectives help you track the reliability and performance of your services by setting measurable targets for key metrics.
Parámetros de entrada
tagsstringFilter SLOs by tags using a comma-separated list (e.g., 'env:prod,team:backend')
limitintegerMaximum number of SLOs to return (1-1000, default: 25)
querystringSearch query to filter SLOs by name or description
offsetintegerNumber of SLOs to skip for pagination (default: 0)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Synthetics TestsDATADOG_LIST_SYNTHETICSAcciónList synthetics tests from datadog. synthetics monitoring allows you to proactively monitor your applications and apis by simulating user interactions and api calls from various locations.
DATADOG_LIST_SYNTHETICSAcciónList synthetics tests from datadog. synthetics monitoring allows you to proactively monitor your applications and apis by simulating user interactions and api calls from various locations.
Parámetros de entrada
tagsstringFilter tests by tags using a comma-separated list (e.g., 'env:prod,team:frontend')
limitintegerMaximum number of tests to return (1-200, default: 50)
offsetintegerNumber of tests to skip for pagination (default: 0)
locationsstringFilter tests by locations using a comma-separated list
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List UsersDATADOG_LIST_USERSAcciónList users from datadog organization. user management allows you to see team members, their roles, and access levels within your datadog organization.
DATADOG_LIST_USERSAcciónList users from datadog organization. user management allows you to see team members, their roles, and access levels within your datadog organization.
Parámetros de entrada
sortstringSort field (name, email, status, created_at)
sort_dirstringSort direction (asc or desc)
page_sizeintegerNumber of users per page (1-1000, default: 50)
page_numberintegerPage number for pagination (default: 0)
filter_statusstringFilter by user status (Active, Pending, Disabled)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List WebhooksDATADOG_LIST_WEBHOOKSAcciónList webhooks from datadog. webhooks allow you to send notifications to external services when monitors trigger, enabling integration with your workflows.
DATADOG_LIST_WEBHOOKSAcciónList webhooks from datadog. webhooks allow you to send notifications to external services when monitors trigger, enabling integration with your workflows.
Parámetros de entrada
limitintegerMaximum number of webhooks to return (1-100, default: 50)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Mute MonitorDATADOG_MUTE_MONITORAcciónMute a monitor in datadog. temporarily silences alerts from a monitor, which is useful during maintenance windows, deployments, or when investigating known issues to prevent alert fatigue.
DATADOG_MUTE_MONITORAcciónMute a monitor in datadog. temporarily silences alerts from a monitor, which is useful during maintenance windows, deployments, or when investigating known issues to prevent alert fatigue.
Parámetros de entrada
endintegerPOSIX timestamp for when the mute should expire (optional, if not specified the monitor remains muted until manually unmuted)
overridebooleanWhether to override existing mute settings
monitor_idintegerObligatorioThe ID of the monitor to mute
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Query metricsDATADOG_QUERY_METRICSAcciónQueries datadog metrics and returns time series data. useful for retrieving historical metric data, creating custom dashboards, or building reports.
DATADOG_QUERY_METRICSAcciónQueries datadog metrics and returns time series data. useful for retrieving historical metric data, creating custom dashboards, or building reports.
Parámetros de entrada
querystringObligatorioDatadog metrics query string
to_timestampintegerObligatorioEnd time as UNIX timestamp. Note: Time range cannot exceed 1 year.
from_timestampintegerObligatorioStart time as UNIX timestamp. Note: Time range cannot exceed 1 year.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search logsDATADOG_SEARCH_LOGSAcciónSearches datadog logs with advanced filtering capabilities. important notes: - sort parameter is not supported by the datadog logs api and will cause errors - time parameters must be in milliseconds (13-digit unix timestamps) - limit parameter is passed as string to the api - log content is nested under 'content' field in api response useful for troubleshooting, monitoring application behavior, and analyzing log patterns.
DATADOG_SEARCH_LOGSAcciónSearches datadog logs with advanced filtering capabilities. important notes: - sort parameter is not supported by the datadog logs api and will cause errors - time parameters must be in milliseconds (13-digit unix timestamps) - limit parameter is passed as string to the api - log content is nested under 'content' field in api response useful for troubleshooting, monitoring application behavior, and analyzing log patterns.
Parámetros de entrada
indexstringIndex name to search in
limitintegerMaximum number of logs to return (max 1000, default 50)
querystringObligatorioLog search query string
time_tointegerObligatorioEnd time as UNIX timestamp (in milliseconds). Note: Time range cannot exceed 15 days.
start_atstringPagination cursor for next page
time_fromintegerObligatorioStart time as UNIX timestamp (in milliseconds). Note: Time range cannot exceed 15 days.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search Spans AnalyticsDATADOG_SEARCH_SPANS_ANALYTICSAcciónSearch and analyze span data with aggregations in datadog. this action uses the datadog spans analytics api to perform advanced queries and aggregations on trace span data. it's essential for: - analyzing error rates and latency patterns - understanding service dependencies and bottlenecks - root cause analysis during incidents - performance monitoring and optimization the api supports complex queries with grouping, filtering, and various aggregation functions similar to log analytics.
DATADOG_SEARCH_SPANS_ANALYTICSAcciónSearch and analyze span data with aggregations in datadog. this action uses the datadog spans analytics api to perform advanced queries and aggregations on trace span data. it's essential for: - analyzing error rates and latency patterns - understanding service dependencies and bottlenecks - root cause analysis during incidents - performance monitoring and optimization the api supports complex queries with grouping, filtering, and various aggregation functions similar to log analytics.
Parámetros de entrada
pageobjectPagination options
filterobjectObligatorioFilter criteria for span search
computeobject[]Aggregations to compute
optionsobjectAdditional search options
group_byobject[]Group by configuration for aggregations
Parámetros de salida
dataobjectResponse data containing buckets
metaobjectResponse metadata
errorstringError if any occurred during the execution of the action
bucketsobject[]Aggregated span buckets
successfulbooleanObligatorioWhether or not the action execution was successful or not
total_countintegerTotal number of spans matching the query
Search TracesDATADOG_SEARCH_TRACESAcciónSearch for traces in datadog apm. this action allows you to search for distributed traces across your services. it's essential for: - finding specific request flows during incident investigation - analyzing performance bottlenecks across services - understanding error propagation through your system - correlating user requests with backend operations traces provide the complete picture of a request as it travels through your distributed system, making them crucial for root cause analysis.
DATADOG_SEARCH_TRACESAcciónSearch for traces in datadog apm. this action allows you to search for distributed traces across your services. it's essential for: - finding specific request flows during incident investigation - analyzing performance bottlenecks across services - understanding error propagation through your system - correlating user requests with backend operations traces provide the complete picture of a request as it travels through your distributed system, making them crucial for root cause analysis.
Parámetros de entrada
pageobjectPagination options
sortobjectSort configuration for trace search.
filterobjectObligatorioFilter criteria for trace search
optionsobjectAdditional search options
Parámetros de salida
dataobject[]List of traces matching the search criteria
metaobjectResponse metadata including pagination info
errorstringError if any occurred during the execution of the action
linksobjectLinks for pagination
successfulbooleanObligatorioWhether or not the action execution was successful or not
total_countintegerTotal number of traces found
Submit metricsDATADOG_SUBMIT_METRICSAcciónSubmits custom metrics to datadog. useful for sending application-specific metrics, business kpis, or custom performance indicators.
DATADOG_SUBMIT_METRICSAcciónSubmits custom metrics to datadog. useful for sending application-specific metrics, business kpis, or custom performance indicators.
Parámetros de entrada
seriesobject[]ObligatorioList of metric series to submit
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Unmute MonitorDATADOG_UNMUTE_MONITORAcciónUnmute a monitor in datadog. re-enables alerts from a previously muted monitor, returning it to normal monitoring and alerting behavior. use this after maintenance windows or issue resolution to resume monitoring.
DATADOG_UNMUTE_MONITORAcciónUnmute a monitor in datadog. re-enables alerts from a previously muted monitor, returning it to normal monitoring and alerting behavior. use this after maintenance windows or issue resolution to resume monitoring.
Parámetros de entrada
all_scopesbooleanWhether to unmute the monitor for all scopes (default: false)
monitor_idintegerObligatorioThe ID of the monitor to unmute
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update DashboardDATADOG_UPDATE_DASHBOARDAcciónUpdate a dashboard in datadog. updates an existing dashboard with new configuration, widgets, or layout while preserving its identity and creation metadata.
DATADOG_UPDATE_DASHBOARDAcciónUpdate a dashboard in datadog. updates an existing dashboard with new configuration, widgets, or layout while preserving its identity and creation metadata.
Parámetros de entrada
tagsstring[]Tags to associate with the dashboard
titlestringDashboard title
widgetsobject[]List of widgets to include in the dashboard
descriptionstringDashboard description
layout_typestringDashboard layout type ('ordered' or 'free')
notify_liststring[]List of users to notify of dashboard changes
dashboard_idstringObligatorioDashboard ID to update
is_read_onlybooleanWhether the dashboard is read-only
template_variablesobject[]Template variables for dynamic dashboards
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update host tagsDATADOG_UPDATE_HOST_TAGSAcciónUpdates tags for a specific host in datadog. this replaces all existing tags from the specified source with the new tags provided.
DATADOG_UPDATE_HOST_TAGSAcciónUpdates tags for a specific host in datadog. this replaces all existing tags from the specified source with the new tags provided.
Parámetros de entrada
tagsstring[]ObligatorioList of tags to assign to the host (replaces existing tags)
sourcestringSource of the tags (e.g., 'users', 'chef', 'puppet'). Defaults to 'users'
host_namestringObligatorioName of the host to update tags for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update monitorDATADOG_UPDATE_MONITORAcciónUpdates an existing datadog monitor with new configuration, thresholds, or notification settings. only specified fields will be updated.
DATADOG_UPDATE_MONITORAcciónUpdates an existing datadog monitor with new configuration, thresholds, or notification settings. only specified fields will be updated.
Parámetros de entrada
namestringName of the monitor
tagsstring[]List of tags to assign to the monitor
typestringType of monitor. Valid values: 'metric alert', 'service check', 'event alert', 'query alert', 'composite', 'log alert'
querystringQuery that defines what the monitor tracks
messagestringMessage to include in notifications (supports @mentions and markdown)
optionsobjectMonitor update configuration options.
priorityintegerPriority level (1-5, where 1 is highest)
monitor_idintegerObligatorioThe ID of the monitor to update
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not