Skip to content

Commit

Permalink
Regenerate client from commit c873724a of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jun 28, 2024
1 parent 2ea4c68 commit 4ee961c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 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.6",
"regenerated": "2024-06-27 17:06:14.233742",
"spec_repo_commit": "5ebef994"
"regenerated": "2024-06-28 08:53:16.557458",
"spec_repo_commit": "c873724a"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-06-27 17:06:14.251551",
"spec_repo_commit": "5ebef994"
"regenerated": "2024-06-28 08:53:16.574864",
"spec_repo_commit": "c873724a"
}
}
}
8 changes: 6 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ components:
type: string
ResourceID:
description: 'Identifier, formatted as `type:id`. Supported types: `connection`,
`dashboard`, `notebook`, `security-rule`, `slo`.'
`dashboard`, `notebook`, `security-rule`, `slo`, `suppression-rule`.'
example: dashboard:abc-def-ghi
in: path
name: resource_id
Expand Down Expand Up @@ -31454,6 +31454,8 @@ paths:

- Service Level Objectives: `slo`

- Suppression Rules: `suppression-rule`


#### Supported relations for resources

Expand All @@ -31469,7 +31471,9 @@ paths:

Security Rules | `viewer`, `editor`

Service Level Objectives | `viewer`, `editor`'
Service Level Objectives | `viewer`, `editor`

Suppression Rules | `viewer`, `editor`'
operationId: UpdateRestrictionPolicy
parameters:
- $ref: '#/components/parameters/ResourceID'
Expand Down
8 changes: 5 additions & 3 deletions lib/datadog_api_client/v2/api/restriction_policies_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def delete_restriction_policy(resource_id, opts = {})
#
# Deletes the restriction policy associated with a specified resource.
#
# @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `security-rule`, `slo`.
# @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `security-rule`, `slo`, `suppression-rule`.
# @param opts [Hash] the optional parameters
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
def delete_restriction_policy_with_http_info(resource_id, opts = {})
Expand Down Expand Up @@ -100,7 +100,7 @@ def get_restriction_policy(resource_id, opts = {})
#
# Retrieves the restriction policy associated with a specified resource.
#
# @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `security-rule`, `slo`.
# @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `security-rule`, `slo`, `suppression-rule`.
# @param opts [Hash] the optional parameters
# @return [Array<(RestrictionPolicyResponse, Integer, Hash)>] RestrictionPolicyResponse data, response status code and response headers
def get_restriction_policy_with_http_info(resource_id, opts = {})
Expand Down Expand Up @@ -172,6 +172,7 @@ def update_restriction_policy(resource_id, body, opts = {})
# - Powerpacks: `powerpack`
# - Security Rules: `security-rule`
# - Service Level Objectives: `slo`
# - Suppression Rules: `suppression-rule`
#
# #### Supported relations for resources
# Resource Type | Supported Relations
Expand All @@ -181,8 +182,9 @@ def update_restriction_policy(resource_id, body, opts = {})
# Powerpacks | `viewer`, `editor`
# Security Rules | `viewer`, `editor`
# Service Level Objectives | `viewer`, `editor`
# Suppression Rules | `viewer`, `editor`
#
# @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `security-rule`, `slo`.
# @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `security-rule`, `slo`, `suppression-rule`.
# @param body [RestrictionPolicyUpdateRequest] Restriction policy payload
# @param opts [Hash] the optional parameters
# @return [Array<(RestrictionPolicyResponse, Integer, Hash)>] RestrictionPolicyResponse data, response status code and response headers
Expand Down

0 comments on commit 4ee961c

Please sign in to comment.