Skip to content

Commit

Permalink
Regenerate client from commit f763c40d of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Mar 15, 2022
1 parent 21f486f commit 5556217
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 13 deletions.
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.6.2",
"regenerated": "2022-03-15 09:31:12.853869",
"spec_repo_commit": "80288098"
"regenerated": "2022-03-15 17:38:12.283194",
"spec_repo_commit": "f763c40d"
},
"v2": {
"apigentools_version": "1.6.2",
"regenerated": "2022-03-15 09:31:12.864935",
"spec_repo_commit": "80288098"
"regenerated": "2022-03-15 17:38:12.294499",
"spec_repo_commit": "f763c40d"
}
}
}
17 changes: 11 additions & 6 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5619,8 +5619,10 @@ components:
example: avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100
type: string
restricted_roles:
description: A list of role identifiers that can be pulled from the Roles
API. Cannot be used with `locked` option.
description: A list of role UUID to define which roles are allowed to edit
the monitor. Monitor edition includes any updates to the monitor configuration,
monitor deletion, and muting of the monitor for any amount of time. Roles
UUID can be pulled from the [Roles API](https://docs.datadoghq.com/api/latest/roles/).
items:
description: A role UUID.
type: string
Expand Down Expand Up @@ -5945,8 +5947,9 @@ components:
- If `False`, `[Triggered] Monitor Title`'
type: boolean
locked:
description: Whether or not the monitor is locked (only editable by creator
and admins).
deprecated: true
description: Whether or not the monitor edition is locked (only editable
by creator and admins). Use `restricted_roles` instead.
type: boolean
min_failure_duration:
default: 0
Expand Down Expand Up @@ -6553,8 +6556,10 @@ components:
description: The monitor query.
type: string
restricted_roles:
description: A list of role identifiers that can be pulled from the Roles
API. Cannot be used with `locked` option.
description: A list of role UUID to define which roles are allowed to edit
the monitor. Monitor edition includes any updates to the monitor configuration,
monitor deletion, and muting of the monitor for any amount of time. Roles
UUID can be pulled from the [Roles API](https://docs.datadoghq.com/api/latest/roles/).
items:
description: A role UUID.
type: string
Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v1/model/monitor.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/datadog_api_client/v1/model/monitor_options.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/datadog_api_client/v1/model/monitor_update_request.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5556217

Please sign in to comment.