Skip to content

Commit

Permalink
Regenerate client from commit 659ee894 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jan 3, 2025
1 parent be89e9d commit c73eedc
Show file tree
Hide file tree
Showing 13 changed files with 18,027 additions and 4,628 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": "2025-01-03 18:09:57.558169",
"spec_repo_commit": "08abd462"
"regenerated": "2025-01-03 20:19:59.864429",
"spec_repo_commit": "659ee894"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-03 18:10:05.557943",
"spec_repo_commit": "08abd462"
"regenerated": "2025-01-03 20:20:07.977785",
"spec_repo_commit": "659ee894"
}
}
}
52 changes: 52 additions & 0 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4540,6 +4540,58 @@ menu:
- ListApmRetentionFilters
unstable: []
order: 1
- name: Action Connection
url: /api/latest/action-connection/
identifier: action-connection
generated: true
- name: Update an existing Action Connection
url: '#update-an-existing-action-connection'
identifier: action-connection-update-an-existing-action-connection
parent: action-connection
generated: true
params:
versions:
- v2
operationids:
- UpdateActionConnection
unstable: []
order: 3
- name: Get an existing Action Connection
url: '#get-an-existing-action-connection'
identifier: action-connection-get-an-existing-action-connection
parent: action-connection
generated: true
params:
versions:
- v2
operationids:
- GetActionConnection
unstable: []
order: 1
- name: Delete an existing Action Connection
url: '#delete-an-existing-action-connection'
identifier: action-connection-delete-an-existing-action-connection
parent: action-connection
generated: true
params:
versions:
- v2
operationids:
- DeleteActionConnection
unstable: []
order: 4
- name: Create a new Action Connection
url: '#create-a-new-action-connection'
identifier: action-connection-create-a-new-action-connection
parent: action-connection
generated: true
params:
versions:
- v2
operationids:
- CreateActionConnection
unstable: []
order: 2
- name: Audit
url: /api/latest/audit/
identifier: audit
Expand Down
3 changes: 3 additions & 0 deletions content/en/api/latest/action-connection/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Action Connection
---
4 changes: 4 additions & 0 deletions content/en/api/v2/action-connection/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Action Connection
headless: true
---
260 changes: 260 additions & 0 deletions content/en/api/v2/action-connection/examples.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"data": {
"type": "action_connection",
"attributes": {
"name": "Cassette Connection DELETE_ME",
"integration": {
"type": "AWS",
"credentials": {
"type": "AWSAssumeRole",
"role": "MyRoleUpdated",
"account_id": "123456789123"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"data": {
"type": "action_connection",
"attributes": {
"name": "Cassette Connection",
"integration": {
"type": "AWS",
"credentials": {
"type": "AWSAssumeRole",
"role": "MyRoleUpdated",
"account_id": "123456789123"
}
}
}
}
}
14 changes: 14 additions & 0 deletions data/api/v2/CodeExamples.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@
"description": "Update an AWS integration returns \"AWS Account object\" response"
}
],
"CreateActionConnection": [
{
"group": "action_connection",
"suffix": "",
"description": "Create a new Action Connection returns \"Successfully created Action Connection\" response"
}
],
"UpdateActionConnection": [
{
"group": "action_connection",
"suffix": "",
"description": "Update an existing Action Connection returns \"Successfully updated Action Connection\" response"
}
],
"CreateApp": [
{
"group": "apps",
Expand Down
Loading

0 comments on commit c73eedc

Please sign in to comment.