Sha256: c5a5e54d426b955ab755800a45ab88316aea265cf1ce11164d4fc0e21b83f3b1

Contents?: true

Size: 1.18 KB

Versions: 2

Compression:

Stored size: 1.18 KB

Contents

# DatadogAPIClient::V1::CancelDowntimesByScopeRequest

## Properties

| Name      | Type       | Description                                                                                                                                                                                                                                                                                         | Notes |
| --------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----- |
| **scope** | **String** | 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`). |       |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::CancelDowntimesByScopeRequest.new(
  scope: host:myserver
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/CancelDowntimesByScopeRequest.md
datadog_api_client-1.5.0 docs/v1/CancelDowntimesByScopeRequest.md