Sha256: 39c5652f1f42bbd5dafceb0d3b4ebaf1c9a92b5721fc1026cca175ce22a14be4
Contents?: true
Size: 622 Bytes
Versions: 7
Compression:
Stored size: 622 Bytes
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
7 entries across 7 versions & 1 rubygems