Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-12-19 13:14:08.452093",
"spec_repo_commit": "f4bca2b"
"regenerated": "2021-12-20 09:54:50.345482",
"spec_repo_commit": "d90592c"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-12-19 13:14:09.314811",
"spec_repo_commit": "f4bca2b"
"regenerated": "2021-12-20 09:54:51.177498",
"spec_repo_commit": "d90592c"
}
}
}
82 changes: 42 additions & 40 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1723,8 +1723,8 @@ components:
alert_type:
$ref: '#/components/schemas/EventAlertType'
date_happened:
description: 'POSIX timestamp of the event. Must be sent as an integer (i.e.
no quotes).
description: 'POSIX timestamp of the event. Must be sent as an integer (that
is no quotes).

Limited to events no older than 7 days.'
format: int64
Expand Down Expand Up @@ -1829,8 +1829,8 @@ components:
alert_type:
$ref: '#/components/schemas/EventAlertType'
date_happened:
description: 'POSIX timestamp of the event. Must be sent as an integer (i.e.
no quotes).
description: 'POSIX timestamp of the event. Must be sent as an integer (that
is no quotes).

Limited to events no older than 7 days.'
format: int64
Expand All @@ -1856,8 +1856,8 @@ components:
priority:
$ref: '#/components/schemas/EventPriority'
related_event_id:
description: ID of the parent event. Must be sent as an integer (i.e. no
quotes).
description: ID of the parent event. Must be sent as an integer (that is
no quotes).
format: int64
type: integer
source_type_name:
Expand Down Expand Up @@ -1903,8 +1903,8 @@ components:
alert_type:
$ref: '#/components/schemas/EventAlertType'
date_happened:
description: 'POSIX timestamp of the event. Must be sent as an integer (i.e.
no quotes).
description: 'POSIX timestamp of the event. Must be sent as an integer (that
is no quotes).

Limited to events no older than 7 days.'
format: int64
Expand All @@ -1930,8 +1930,8 @@ components:
priority:
$ref: '#/components/schemas/EventPriority'
related_event_id:
description: ID of the parent event. Must be sent as an integer (i.e. no
quotes).
description: ID of the parent event. Must be sent as an integer (that is
no quotes).
format: int64
type: integer
source_type_name:
Expand Down Expand Up @@ -4563,9 +4563,10 @@ components:
format: date-time
type: string
timezone:
description: 'Timezone can be specified both as an offset (e.g. "UTC+03:00")
description: 'Timezone can be specified both as an offset (for example
"UTC+03:00")

or a regional zone (e.g. "Europe/Paris").'
or a regional zone (for example "Europe/Paris").'
type: string
to:
description: Maximum timestamp for requested logs.
Expand Down Expand Up @@ -5988,13 +5989,13 @@ components:
example: avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100
type: string
scopes:
description: 'The scope(s) to which the downtime applies, e.g. `host:app2`.
description: 'The scope(s) to which the downtime applies, for example `host:app2`.

Provide multiple scopes as a comma-separated list, e.g. `env:dev,env:prod`.
Provide multiple scopes as a comma-separated list, for example `env:dev,env:prod`.

The resulting downtime applies to sources that matches ALL provided scopes

(i.e. `env:dev AND env:prod`), NOT any of them.'
(that is `env:dev AND env:prod`), NOT any of them.'
example:
- host:app2
- env:dev,env:prod
Expand Down Expand Up @@ -8447,7 +8448,8 @@ components:
target_display:
description: 'A string representation of the target that indicates its precision.

It uses trailing zeros to show significant decimal places (e.g. `98.00`).
It uses trailing zeros to show significant decimal places (for example
`98.00`).


Always included in service level objective responses. Ignored in
Expand Down Expand Up @@ -12488,7 +12490,7 @@ components:
format: int64
type: integer
alibaba_host_count:
description: 'Contains the total number of hosts that reported via Alibaba
description: 'Contains the total number of hosts that reported through Alibaba
integration

(and were NOT running the Datadog Agent).'
Expand All @@ -12506,14 +12508,14 @@ components:
format: int64
type: integer
aws_host_count:
description: 'Contains the total number of hosts that reported via the AWS
integration
description: 'Contains the total number of hosts that reported through the
AWS integration

(and were NOT running the Datadog Agent).'
format: int64
type: integer
azure_host_count:
description: 'Contains the total number of hosts that reported via Azure
description: 'Contains the total number of hosts that reported through Azure
integration

(and were NOT running the Datadog Agent).'
Expand All @@ -12525,8 +12527,8 @@ components:
format: int64
type: integer
gcp_host_count:
description: 'Contains the total number of hosts that reported via the Google
Cloud integration
description: 'Contains the total number of hosts that reported through the
Google Cloud integration

(and were NOT running the Datadog Agent).'
format: int64
Expand All @@ -12548,8 +12550,8 @@ components:
format: date-time
type: string
infra_azure_app_service:
description: 'Contains the total number of hosts that reported via the Azure
App Services integration
description: 'Contains the total number of hosts that reported through the
Azure App Services integration

(and were NOT running the Datadog Agent).'
format: int64
Expand All @@ -12560,7 +12562,7 @@ components:
format: int64
type: integer
vsphere_host_count:
description: 'Contains the total number of hosts that reported via vSphere
description: 'Contains the total number of hosts that reported through vSphere
integration

(and were NOT running the Datadog Agent).'
Expand Down Expand Up @@ -14395,7 +14397,7 @@ components:
scale:
default: linear
description: Specifies the scale type. Possible values are `linear`, `log`,
`sqrt`, `pow##` (e.g. `pow2`, `pow0.5` etc.).
`sqrt`, `pow##` (for example `pow2`, `pow0.5` etc.).
type: string
type: object
WidgetChangeType:
Expand Down Expand Up @@ -15170,7 +15172,7 @@ paths:
variables:
site:
default: datadoghq.com
description: The regional site for our customers.
description: The regional site for Datadog customers.
enum:
- datadoghq.com
- us3.datadoghq.com
Expand Down Expand Up @@ -19875,10 +19877,10 @@ paths:
Example: `"check".over(tags).last(count).by(group).count_by_status()`


- **`check`** name of the check, e.g. `datadog.agent.up`
- **`check`** name of the check, for example `datadog.agent.up`

- **`tags`** one or more quoted tags (comma-separated), or "*". e.g.: `.over("env:prod",
"role:db")`; **`over`** cannot be blank.
- **`tags`** one or more quoted tags (comma-separated), or "*". for example:
`.over("env:prod", "role:db")`; **`over`** cannot be blank.

- **`count`** must be at greater than or equal to your max threshold (defined
in the `options`). It is limited to 100.
Expand Down Expand Up @@ -20229,8 +20231,8 @@ paths:
format: int64
type: integer
- description: 'String for sort order, composed of field and sort order separate
by a comma, e.g. `name,asc`. Supported sort directions: `asc`, `desc`. Supported
fields:
by a comma, for example `name,asc`. Supported sort directions: `asc`, `desc`.
Supported fields:


* `name`
Expand Down Expand Up @@ -20318,8 +20320,8 @@ paths:
format: int64
type: integer
- description: 'String for sort order, composed of field and sort order separate
by a comma, e.g. `name,asc`. Supported sort directions: `asc`, `desc`. Supported
fields:
by a comma, for example `name,asc`. Supported sort directions: `asc`, `desc`.
Supported fields:


* `name`
Expand Down Expand Up @@ -20422,7 +20424,7 @@ paths:
format: int64
type: integer
- description: Delete the monitor even if it's referenced by other resources
(e.g. SLO, composite monitor).
(for example SLO, composite monitor).
in: query
name: force
required: false
Expand Down Expand Up @@ -21999,7 +22001,7 @@ paths:
schema:
type: string
- description: Delete the monitor even if it's referenced by other resources
(e.g. SLO, composite monitor).
(for example SLO, composite monitor).
in: query
name: force
required: false
Expand Down Expand Up @@ -23702,7 +23704,7 @@ paths:
required: true
schema:
type: string
- description: 'The source of the tags (e.g. chef, puppet).
- description: 'The source of the tags (for example chef, puppet).

[Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).'
in: query
Expand Down Expand Up @@ -23853,7 +23855,7 @@ paths:
required: true
schema:
type: string
- description: 'The source of the tags (e.g. chef, puppet).
- description: 'The source of the tags (for example chef, puppet).

[Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value)'
in: query
Expand Down Expand Up @@ -25953,7 +25955,7 @@ paths:
variables:
site:
default: datadoghq.com
description: The regional site for our customers.
description: The regional site for Datadog customers.
enum:
- datadoghq.com
- us3.datadoghq.com
Expand Down Expand Up @@ -26111,7 +26113,7 @@ tags:
- description: "Pipelines and processors operate on incoming logs, parsing\nand transforming
them into structured attributes for easier querying.\n\n- See the [pipelines configuration
page](https://app.datadoghq.com/logs/pipelines)\n for a list of the pipelines
and processors currently configured in our UI.\n\n- Additional API-related information
and processors currently configured in web UI.\n\n- Additional API-related information
about processors can be found in the\n [processors documentation](https://docs.datadoghq.com/logs/log_configuration/processors/?tab=api#lookup-processor).\n\n-
For more information about Pipelines, see the\n [pipeline documentation](https://docs.datadoghq.com/logs/log_configuration/pipelines).\n\n**Notes:**\n\nThese
endpoints are only available for admin users.\nMake sure to use an application
Expand Down
4 changes: 2 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9949,7 +9949,7 @@ servers:
variables:
site:
default: datadoghq.com
description: The regional site for our customers.
description: The regional site for Datadog customers.
enum:
- datadoghq.com
- us3.datadoghq.com
Expand Down Expand Up @@ -10009,7 +10009,7 @@ tags:

See the [Archives Page](https://app.datadoghq.com/logs/pipelines/archives)

for a list of the archives currently configured in our UI.'
for a list of the archives currently configured in web UI.'
externalDocs:
description: Find out more at
url: https://docs.datadoghq.com/logs/archives/
Expand Down
2 changes: 1 addition & 1 deletion api_docs/v1/Event.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Object representing an event.
| Name | Type | Description | Notes |
| ------------------ | ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
| **alertType** | **EventAlertType** | | [optional] |
| **dateHappened** | **Long** | POSIX timestamp of the event. Must be sent as an integer (i.e. no quotes). Limited to events no older than 7 days. | [optional] |
| **dateHappened** | **Long** | POSIX timestamp of the event. Must be sent as an integer (that is no quotes). Limited to events no older than 7 days. | [optional] |
| **deviceName** | **String** | A device name. | [optional] |
| **host** | **String** | Host name to associate with the event. Any tags associated with the host are also applied to this event. | [optional] |
| **id** | **Long** | Integer ID of the event. | [optional] [readonly] |
Expand Down
4 changes: 2 additions & 2 deletions api_docs/v1/EventCreateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Object representing an event.
| ------------------ | ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
| **aggregationKey** | **String** | An arbitrary string to use for aggregation. Limited to 100 characters. If you specify a key, all events using that key are grouped together in the Event Stream. | [optional] |
| **alertType** | **EventAlertType** | | [optional] |
| **dateHappened** | **Long** | POSIX timestamp of the event. Must be sent as an integer (i.e. no quotes). Limited to events no older than 7 days. | [optional] |
| **dateHappened** | **Long** | POSIX timestamp of the event. Must be sent as an integer (that is no quotes). Limited to events no older than 7 days. | [optional] |
| **deviceName** | **String** | A device name. | [optional] |
| **host** | **String** | Host name to associate with the event. Any tags associated with the host are also applied to this event. | [optional] |
| **id** | **Long** | Integer ID of the event. | [optional] [readonly] |
| **payload** | **String** | Payload of the event. | [optional] [readonly] |
| **priority** | **EventPriority** | | [optional] |
| **relatedEventId** | **Long** | ID of the parent event. Must be sent as an integer (i.e. no quotes). | [optional] |
| **relatedEventId** | **Long** | ID of the parent event. Must be sent as an integer (that is no quotes). | [optional] |
| **sourceTypeName** | **String** | The type of event being posted. Option examples include nagios, hudson, jenkins, my_apps, chef, puppet, git, bitbucket, etc. A complete list of source attribute values [available here](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value). | [optional] |
| **tags** | **List<String>** | A list of tags to apply to the event. | [optional] |
| **text** | **String** | The body of the event. Limited to 4000 characters. The text supports markdown. To use markdown in the event text, start the text block with `%%% \\n` and end the text block with `\\n %%%`. Use `msg_text` with the Datadog Ruby library. |
Expand Down
Loading