-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate client from commit 3445859 of spec repo (#434)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
- Loading branch information
1 parent
81393b4
commit 5d9b157
Showing
10 changed files
with
494 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# DowntimeChild | ||
|
||
The downtime object definition of the active child for the original parent recurring downtime. This field will only exist on recurring downtimes. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**active** | **bool** | If a scheduled downtime currently exists. | [optional] [readonly] | ||
**canceled** | **int, none_type** | If a scheduled downtime is canceled. | [optional] [readonly] | ||
**creator_id** | **int** | User ID of the downtime creator. | [optional] [readonly] | ||
**disabled** | **bool** | If a downtime has been disabled. | [optional] | ||
**downtime_type** | **int** | `0` for a downtime applied on `*` or all, `1` when the downtime is only scoped to hosts, or `2` when the downtime is scoped to anything but hosts. | [optional] [readonly] | ||
**end** | **int, none_type** | POSIX timestamp to end the downtime. If not provided, the downtime is in effect indefinitely until you cancel it. | [optional] | ||
**id** | **int** | The downtime ID. | [optional] [readonly] | ||
**message** | **str** | A message to include with notifications for this downtime. Email notifications can be sent to specific users by using the same `@username` notation as events. | [optional] | ||
**monitor_id** | **int, none_type** | A single monitor to which the downtime applies. If not provided, the downtime applies to all monitors. | [optional] | ||
**monitor_tags** | **[str]** | A comma-separated list of monitor tags. For example, tags that are applied directly to monitors, not tags that are used in monitor queries (which are filtered by the scope parameter), to which the downtime applies. The resulting downtime applies to monitors that match ALL provided monitor tags. For example, `service:postgres` **AND** `team:frontend`. | [optional] | ||
**parent_id** | **int, none_type** | ID of the parent Downtime. | [optional] | ||
**recurrence** | [**DowntimeRecurrence**](DowntimeRecurrence.md) | | [optional] | ||
**scope** | **[str]** | The scope(s) to which the downtime applies. For example, `host:app2`. Provide multiple scopes as a comma-separated list like `env:dev,env:prod`. The resulting downtime applies to sources that matches ALL provided scopes (`env:dev` **AND** `env:prod`). | [optional] | ||
**start** | **int** | POSIX timestamp to start the downtime. If not provided, the downtime starts the moment it is created. | [optional] | ||
**timezone** | **str** | The timezone in which to display the downtime's start and end times in Datadog applications. | [optional] | ||
**updater_id** | **int, none_type** | ID of the last user that updated the downtime. | [optional] [readonly] | ||
|
||
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.