Skip to content

Commit 0e92b58

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Update GRACE docs to include Integration Service (#605)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 6e3facd commit 0e92b58

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-04-14 16:33:06.797040",
8-
"spec_repo_commit": "c0287407"
7+
"regenerated": "2025-04-15 16:46:15.141829",
8+
"spec_repo_commit": "2d6e55b2"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-14 16:33:06.813573",
13-
"spec_repo_commit": "c0287407"
12+
"regenerated": "2025-04-15 16:46:15.157721",
13+
"spec_repo_commit": "2d6e55b2"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

+7-2
Original file line numberDiff line numberDiff line change
@@ -654,8 +654,9 @@ components:
654654
type: string
655655
ResourceID:
656656
description: 'Identifier, formatted as `type:id`. Supported types: `connection`,
657-
`dashboard`, `integration-account`, `integration-webhook`, `notebook`, `reference-table`,
658-
`security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.'
657+
`dashboard`, `integration-account`, `integration-service`, `integration-webhook`,
658+
`notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`,
659+
`connection`, `connection-group`.'
659660
example: dashboard:abc-def-ghi
660661
in: path
661662
name: resource_id
@@ -47785,6 +47786,8 @@ paths:
4778547786

4778647787
- Integration Accounts: `integration-account`
4778747788

47789+
- Integration Services: `integration-service`
47790+
4778847791
- Integration Webhooks: `integration-webhook`
4778947792

4779047793
- Notebooks: `notebook`
@@ -47824,6 +47827,8 @@ paths:
4782447827

4782547828
Integration Accounts | `viewer`, `editor`
4782647829

47830+
Integration Services | `viewer`, `editor`
47831+
4782747832
Integration Webhooks | `viewer`, `editor`
4782847833

4782947834
Notebooks | `viewer`, `editor`

src/datadogV2/api/api_restriction_policies.rs

+4
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ impl RestrictionPoliciesAPI {
326326
/// Restriction policies can be applied to the following resources:
327327
/// - Dashboards: `dashboard`
328328
/// - Integration Accounts: `integration-account`
329+
/// - Integration Services: `integration-service`
329330
/// - Integration Webhooks: `integration-webhook`
330331
/// - Notebooks: `notebook`
331332
/// - Powerpacks: `powerpack`
@@ -346,6 +347,7 @@ impl RestrictionPoliciesAPI {
346347
/// ----------------------------|--------------------------
347348
/// Dashboards | `viewer`, `editor`
348349
/// Integration Accounts | `viewer`, `editor`
350+
/// Integration Services | `viewer`, `editor`
349351
/// Integration Webhooks | `viewer`, `editor`
350352
/// Notebooks | `viewer`, `editor`
351353
/// Powerpacks | `viewer`, `editor`
@@ -392,6 +394,7 @@ impl RestrictionPoliciesAPI {
392394
/// Restriction policies can be applied to the following resources:
393395
/// - Dashboards: `dashboard`
394396
/// - Integration Accounts: `integration-account`
397+
/// - Integration Services: `integration-service`
395398
/// - Integration Webhooks: `integration-webhook`
396399
/// - Notebooks: `notebook`
397400
/// - Powerpacks: `powerpack`
@@ -412,6 +415,7 @@ impl RestrictionPoliciesAPI {
412415
/// ----------------------------|--------------------------
413416
/// Dashboards | `viewer`, `editor`
414417
/// Integration Accounts | `viewer`, `editor`
418+
/// Integration Services | `viewer`, `editor`
415419
/// Integration Webhooks | `viewer`, `editor`
416420
/// Notebooks | `viewer`, `editor`
417421
/// Powerpacks | `viewer`, `editor`

0 commit comments

Comments
 (0)