Skip to main content
Glama

Datadog MCP Server

by brukhabtu
  • Apple
  • Linux

ListSecurityMonitoringSignals

Retrieve security signals matching specific search criteria using query parameters like timestamp range, sort order, and pagination. Simplify security monitoring by filtering and organizing data efficiently.

Instructions

The list endpoint returns security signals that match a search query. Both this endpoint and the POST endpoint can be used interchangeably when listing security signals.

Query Parameters:

  • filter[query]: The search query for security signals.
  • filter[from]: The minimum timestamp for requested security signals.
  • filter[to]: The maximum timestamp for requested security signals.
  • sort: The order of the security signals in results.
  • page[cursor]: A list of results using the cursor provided in the previous query.
  • page[limit]: The maximum number of security signals in the response.

Responses:

  • 200 (Success): OK
    • Content-Type: application/json
    • Response Properties:
      • data: An array of security signals matching the request.
    • Example:
{ "data": [ "unknown_type" ], "links": "unknown_type", "meta": "unknown_type" }
  • 400: Bad Request
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }
  • 403: Not Authorized
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }
  • 429: Too many requests
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }

Input Schema

NameRequiredDescriptionDefault
filter[from]NoThe minimum timestamp for requested security signals.
filter[query]NoThe search query for security signals.
filter[to]NoThe maximum timestamp for requested security signals.
page[cursor]NoA list of results using the cursor provided in the previous query.
page[limit]NoThe maximum number of security signals in the response.
sortNoThe sort parameters used for querying security signals.

Input Schema (JSON Schema)

{ "properties": { "filter[from]": { "description": "The minimum timestamp for requested security signals.", "format": "date-time", "type": "string" }, "filter[query]": { "description": "The search query for security signals.", "type": "string" }, "filter[to]": { "description": "The maximum timestamp for requested security signals.", "format": "date-time", "type": "string" }, "page[cursor]": { "description": "A list of results using the cursor provided in the previous query.", "type": "string" }, "page[limit]": { "default": 10, "description": "The maximum number of security signals in the response.", "format": "int32", "maximum": 1000, "type": "integer" }, "sort": { "description": "The sort parameters used for querying security signals.", "enum": [ "timestamp", "-timestamp" ], "type": "string", "x-enum-varnames": [ "TIMESTAMP_ASCENDING", "TIMESTAMP_DESCENDING" ] } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools from Datadog MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/brukhabtu/datadog-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server