Skip to content

Commit 08ad872

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit ceda22d of spec repo
1 parent 1229026 commit 08ad872

File tree

34 files changed

+48
-819
lines changed

34 files changed

+48
-819
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17622,8 +17622,10 @@ components:
1762217622
type: string
1762317623
type: object
1762417624
SyntheticsRestrictedRoles:
17625+
deprecated: true
1762517626
description: A list of role identifiers that can be pulled from the Roles API,
17626-
for restricting read and write access.
17627+
for restricting read and write access. This field is deprecated. Use the restriction
17628+
policies API to manage permissions.
1762717629
example:
1762817630
- xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
1762917631
items:

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -49256,18 +49256,6 @@ components:
4925649256
meta:
4925749257
$ref: '#/components/schemas/ResponseMetaAttributes'
4925849258
type: object
49259-
SecurityMonitoringPaginatedSuppressionsResponse:
49260-
description: Response object containing the available suppression rules with
49261-
pagination metadata.
49262-
properties:
49263-
data:
49264-
description: A list of suppressions objects.
49265-
items:
49266-
$ref: '#/components/schemas/SecurityMonitoringSuppression'
49267-
type: array
49268-
meta:
49269-
$ref: '#/components/schemas/SecurityMonitoringSuppressionsMeta'
49270-
type: object
4927149259
SecurityMonitoringReferenceTable:
4927249260
description: Reference tables used in the queries.
4927349261
properties:
@@ -51417,31 +51405,6 @@ components:
5141751405
data:
5141851406
$ref: '#/components/schemas/SecurityMonitoringSuppression'
5141951407
type: object
51420-
SecurityMonitoringSuppressionSort:
51421-
description: The sort parameters used for querying suppression rules.
51422-
enum:
51423-
- name
51424-
- start_date
51425-
- expiration_date
51426-
- update_date
51427-
- enabled
51428-
- -name
51429-
- -start_date
51430-
- -expiration_date
51431-
- -update_date
51432-
- -enabled
51433-
type: string
51434-
x-enum-varnames:
51435-
- NAME
51436-
- START_DATE
51437-
- EXPIRATION_DATE
51438-
- UPDATE_DATE
51439-
- ENABLED
51440-
- NAME_DESCENDING
51441-
- START_DATE_DESCENDING
51442-
- EXPIRATION_DATE_DESCENDING
51443-
- UPDATE_DATE_DESCENDING
51444-
- ENABLED_DESCENDING
5144551408
SecurityMonitoringSuppressionType:
5144651409
default: suppressions
5144751410
description: The type of the resource. The value should always be `suppressions`.
@@ -51537,31 +51500,6 @@ components:
5153751500
required:
5153851501
- data
5153951502
type: object
51540-
SecurityMonitoringSuppressionsMeta:
51541-
description: Metadata for the suppression list response.
51542-
properties:
51543-
page:
51544-
$ref: '#/components/schemas/SecurityMonitoringSuppressionsPageMeta'
51545-
type: object
51546-
SecurityMonitoringSuppressionsPageMeta:
51547-
description: Pagination metadata.
51548-
properties:
51549-
pageNumber:
51550-
description: Current page number.
51551-
example: 0
51552-
format: int64
51553-
type: integer
51554-
pageSize:
51555-
description: Current page size.
51556-
example: 2
51557-
format: int64
51558-
type: integer
51559-
totalCount:
51560-
description: Total count of suppressions.
51561-
example: 2
51562-
format: int64
51563-
type: integer
51564-
type: object
5156551503
SecurityMonitoringSuppressionsResponse:
5156651504
description: Response object containing the available suppression rules.
5156751505
properties:
@@ -55419,8 +55357,10 @@ components:
5541955357
type: string
5542055358
type: object
5542155359
SyntheticsRestrictedRoles:
55360+
deprecated: true
5542255361
description: A list of role identifiers that can be pulled from the Roles API,
55423-
for restricting read and write access.
55362+
for restricting read and write access. This field is deprecated. Use the restriction
55363+
policies API to manage permissions.
5542455364
example:
5542555365
- xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
5542655366
items:
@@ -85732,29 +85672,12 @@ paths:
8573285672
required: false
8573385673
schema:
8573485674
type: string
85735-
- description: Attribute used to sort the list of suppression rules. Prefix
85736-
with `-` to sort in descending order.
85737-
in: query
85738-
name: sort
85739-
required: false
85740-
schema:
85741-
$ref: '#/components/schemas/SecurityMonitoringSuppressionSort'
85742-
- description: Size for a given page. Use `-1` to return all items.
85743-
in: query
85744-
name: page[size]
85745-
required: false
85746-
schema:
85747-
default: -1
85748-
example: 10
85749-
format: int64
85750-
type: integer
85751-
- $ref: '#/components/parameters/PageNumber'
8575285675
responses:
8575385676
'200':
8575485677
content:
8575585678
application/json:
8575685679
schema:
85757-
$ref: '#/components/schemas/SecurityMonitoringPaginatedSuppressionsResponse'
85680+
$ref: '#/components/schemas/SecurityMonitoringSuppressionsResponse'
8575885681
description: OK
8575985682
'403':
8576085683
$ref: '#/components/responses/NotAuthorizedResponse'

docs/datadog_api_client.v2.model.rst

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -21739,13 +21739,6 @@ datadog\_api\_client.v2.model.security\_monitoring\_list\_rules\_response module
2173921739
:members:
2174021740
:show-inheritance:
2174121741

21742-
datadog\_api\_client.v2.model.security\_monitoring\_paginated\_suppressions\_response module
21743-
--------------------------------------------------------------------------------------------
21744-
21745-
.. automodule:: datadog_api_client.v2.model.security_monitoring_paginated_suppressions_response
21746-
:members:
21747-
:show-inheritance:
21748-
2174921742
datadog\_api\_client.v2.model.security\_monitoring\_reference\_table module
2175021743
---------------------------------------------------------------------------
2175121744

@@ -22383,13 +22376,6 @@ datadog\_api\_client.v2.model.security\_monitoring\_suppression\_response module
2238322376
:members:
2238422377
:show-inheritance:
2238522378

22386-
datadog\_api\_client.v2.model.security\_monitoring\_suppression\_sort module
22387-
----------------------------------------------------------------------------
22388-
22389-
.. automodule:: datadog_api_client.v2.model.security_monitoring_suppression_sort
22390-
:members:
22391-
:show-inheritance:
22392-
2239322379
datadog\_api\_client.v2.model.security\_monitoring\_suppression\_type module
2239422380
----------------------------------------------------------------------------
2239522381

@@ -22418,20 +22404,6 @@ datadog\_api\_client.v2.model.security\_monitoring\_suppression\_update\_request
2241822404
:members:
2241922405
:show-inheritance:
2242022406

22421-
datadog\_api\_client.v2.model.security\_monitoring\_suppressions\_meta module
22422-
-----------------------------------------------------------------------------
22423-
22424-
.. automodule:: datadog_api_client.v2.model.security_monitoring_suppressions_meta
22425-
:members:
22426-
:show-inheritance:
22427-
22428-
datadog\_api\_client.v2.model.security\_monitoring\_suppressions\_page\_meta module
22429-
-----------------------------------------------------------------------------------
22430-
22431-
.. automodule:: datadog_api_client.v2.model.security_monitoring_suppressions_page_meta
22432-
:members:
22433-
:show-inheritance:
22434-
2243522407
datadog\_api\_client.v2.model.security\_monitoring\_suppressions\_response module
2243622408
---------------------------------------------------------------------------------
2243722409

examples/v2/security-monitoring/ListSecurityMonitoringSuppressions_1315707136.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

examples/v2/security-monitoring/ListSecurityMonitoringSuppressions_1741429096.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

examples/v2/security-monitoring/ListSecurityMonitoringSuppressions_3985905558.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/datadog_api_client/v1/model/synthetics_global_variable_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self_, restricted_roles: Union[SyntheticsRestrictedRoles, UnsetType
3434
"""
3535
Attributes of the global variable.
3636
37-
:param restricted_roles: A list of role identifiers that can be pulled from the Roles API, for restricting read and write access.
37+
:param restricted_roles: A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. This field is deprecated. Use the restriction policies API to manage permissions. **Deprecated**.
3838
:type restricted_roles: SyntheticsRestrictedRoles, optional
3939
"""
4040
if restricted_roles is not unset:

src/datadog_api_client/v1/model/synthetics_mobile_test_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def __init__(
168168
:param no_screenshot: A boolean set to not take a screenshot for the step.
169169
:type no_screenshot: bool, optional
170170
171-
:param restricted_roles: A list of role identifiers that can be pulled from the Roles API, for restricting read and write access.
171+
:param restricted_roles: A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. This field is deprecated. Use the restriction policies API to manage permissions. **Deprecated**.
172172
:type restricted_roles: SyntheticsRestrictedRoles, optional
173173
174174
:param retry: Object describing the retry strategy to apply to a Synthetic test.

src/datadog_api_client/v1/model/synthetics_private_location_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self_, restricted_roles: Union[SyntheticsRestrictedRoles, UnsetType
3434
"""
3535
Object containing metadata about the private location.
3636
37-
:param restricted_roles: A list of role identifiers that can be pulled from the Roles API, for restricting read and write access.
37+
:param restricted_roles: A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. This field is deprecated. Use the restriction policies API to manage permissions. **Deprecated**.
3838
:type restricted_roles: SyntheticsRestrictedRoles, optional
3939
"""
4040
if restricted_roles is not unset:

src/datadog_api_client/v1/model/synthetics_restricted_roles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class SyntheticsRestrictedRoles(ModelSimple):
1414
"""
15-
A list of role identifiers that can be pulled from the Roles API, for restricting read and write access.
15+
A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. This field is deprecated. Use the restriction policies API to manage permissions.
1616
1717
1818
:type value: [str]

0 commit comments

Comments
 (0)