Datadog/events
@webframp/datadog/eventsv2026.07.20.11
01README
Datadog Events — event search and submission
02Release Notes
2026.07.20.11
Added: Initial code-generated release of @webframp/datadog/events with 4 methods covering the Datadog events API surface.
03Models
@webframp/datadog/eventsv2026.07.20.11datadog/events.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| apiKey | string | Datadog API key (DD-API-KEY) |
| appKey | string | Datadog application key (DD-APPLICATION-KEY) |
| site | enum | Datadog site |
fn list_events(filter_query?: string, filter_from?: string, filter_to?: string, sort?: string)
Get a list of events
| Argument | Type | Description |
|---|---|---|
| filter_query? | string | Search query following events syntax. |
| filter_from? | string | Minimum timestamp for requested events, in milliseconds. |
| filter_to? | string | Maximum timestamp for requested events, in milliseconds. |
| sort? | string | Order of events in results. |
fn create_event(aggregation_key?: string, attributes: unknown, category: unknown, host?: string, integration_id?: unknown, message?: string, tags?: array, timestamp?: string, title: string)
Post an event
| Argument | Type | Description |
|---|---|---|
| aggregation_key? | string | |
| attributes | unknown | |
| category | unknown | |
| host? | string | Host name to associate with the event. Any tags associated with the host are ... |
| integration_id? | unknown | |
| message? | string | Free formed text associated with the event. It's suggested to use `data.attri... |
| tags? | array | A list of tags associated with the event. Maximum of 100 tags allowed. Refer ... |
| timestamp? | string | |
| title | string | The title of the event. Limited to 500 characters. |
fn search_events(filter?: unknown, options?: unknown, page?: unknown, sort?: unknown)
Search events
| Argument | Type | Description |
|---|---|---|
| filter? | unknown | |
| options? | unknown | |
| page? | unknown | |
| sort? | unknown |
fn get_event(event_id: string)
Get an event
| Argument | Type | Description |
|---|---|---|
| event_id | string | The UID of the event. |
Resources
events(infinite)— Get a list of events
event(infinite)— Post an event
search_events(infinite)— Search events
04Stats
A
100 / 100
Downloads
0
Archive size
12.4 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels