Skip to content

Commit 4f8580a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit a9f0899 of spec repo
1 parent 6969440 commit 4f8580a

File tree

45 files changed

+432
-7417
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+432
-7417
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35525,7 +35525,7 @@ paths:
3552535525
get:
3552635526
description: 'Get the detailed configuration associated with
3552735527

35528-
a Synthetic Mobile test.'
35528+
a Synthetic mobile test.'
3552935529
operationId: GetMobileTest
3553035530
parameters:
3553135531
- description: The public ID of the test to get details from.
@@ -35562,15 +35562,15 @@ paths:
3556235562
appKeyAuth: []
3556335563
- AuthZ:
3556435564
- synthetics_read
35565-
summary: Get a Mobile test
35565+
summary: Get a mobile test
3556635566
tags:
3556735567
- Synthetics
3556835568
x-permission:
3556935569
operator: OR
3557035570
permissions:
3557135571
- synthetics_read
3557235572
put:
35573-
description: Edit the configuration of a Synthetic Mobile test.
35573+
description: Edit the configuration of a Synthetic mobile test.
3557435574
operationId: UpdateMobileTest
3557535575
parameters:
3557635576
- description: The public ID of the test to get details from.
@@ -35624,7 +35624,7 @@ paths:
3562435624
appKeyAuth: []
3562535625
- AuthZ:
3562635626
- synthetics_write
35627-
summary: Edit a Mobile test
35627+
summary: Edit a mobile test
3562835628
tags:
3562935629
- Synthetics
3563035630
x-codegen-request-body-name: body

.generator/schemas/v2/openapi.yaml

Lines changed: 10 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -32179,53 +32179,6 @@ components:
3217932179
type: string
3218032180
type: array
3218132181
type: object
32182-
Integration:
32183-
description: Integration resource object.
32184-
properties:
32185-
attributes:
32186-
$ref: '#/components/schemas/IntegrationAttributes'
32187-
id:
32188-
description: The unique identifier of the integration.
32189-
example: calico
32190-
type: string
32191-
links:
32192-
$ref: '#/components/schemas/IntegrationLinks'
32193-
type:
32194-
$ref: '#/components/schemas/IntegrationType'
32195-
required:
32196-
- type
32197-
- id
32198-
- attributes
32199-
type: object
32200-
IntegrationAttributes:
32201-
description: Attributes for an integration.
32202-
properties:
32203-
categories:
32204-
description: List of categories associated with the integration.
32205-
example:
32206-
- Category::Kubernetes
32207-
- Category::Log Collection
32208-
items:
32209-
type: string
32210-
type: array
32211-
description:
32212-
description: A description of the integration.
32213-
example: Calico is a networking and network security solution for containers.
32214-
type: string
32215-
installed:
32216-
description: Whether the integration is installed.
32217-
example: true
32218-
type: boolean
32219-
title:
32220-
description: The name of the integration.
32221-
example: calico
32222-
type: string
32223-
required:
32224-
- title
32225-
- description
32226-
- categories
32227-
- installed
32228-
type: object
3222932182
IntegrationIncident:
3223032183
description: Incident integration settings
3223132184
properties:
@@ -32331,14 +32284,6 @@ components:
3233132284
value:
3233232285
$ref: '#/components/schemas/AnyValue'
3233332286
type: object
32334-
IntegrationLinks:
32335-
description: Links for the integration resource.
32336-
properties:
32337-
self:
32338-
description: Link to the integration resource.
32339-
example: /integrations?integrationId=calico
32340-
type: string
32341-
type: object
3234232287
IntegrationMonitor:
3234332288
description: Monitor integration settings
3234432289
properties:
@@ -32440,15 +32385,6 @@ components:
3244032385
type: string
3244132386
type: object
3244232387
type: object
32443-
IntegrationType:
32444-
default: integration
32445-
description: Integration resource type.
32446-
enum:
32447-
- integration
32448-
example: integration
32449-
type: string
32450-
x-enum-varnames:
32451-
- INTEGRATION
3245232388
InterfaceAttributes:
3245332389
description: The interface attributes
3245432390
properties:
@@ -34840,17 +34776,6 @@ components:
3484034776
- data
3484134777
- meta
3484234778
type: object
34843-
ListIntegrationsResponse:
34844-
description: Response containing information about multiple integrations.
34845-
properties:
34846-
data:
34847-
description: Array of integration objects.
34848-
items:
34849-
$ref: '#/components/schemas/Integration'
34850-
type: array
34851-
required:
34852-
- data
34853-
type: object
3485434779
ListInterfaceTagsResponse:
3485534780
description: Response for listing interface tags.
3485634781
properties:
@@ -84280,24 +84205,6 @@ paths:
8428084205
x-unstable: '**Note**: This endpoint is in public beta and is subject to change.
8428184206

8428284207
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
84283-
/api/v2/integrations:
84284-
get:
84285-
operationId: ListIntegrations
84286-
responses:
84287-
'200':
84288-
content:
84289-
application/json:
84290-
schema:
84291-
$ref: '#/components/schemas/ListIntegrationsResponse'
84292-
description: Successful Response.
84293-
'429':
84294-
$ref: '#/components/responses/TooManyRequestsResponse'
84295-
security:
84296-
- apiKeyAuth: []
84297-
appKeyAuth: []
84298-
summary: List Integrations
84299-
tags:
84300-
- Integrations
8430184208
/api/v2/integrations/cloudflare/accounts:
8430284209
get:
8430384210
description: List Cloudflare accounts.
@@ -102000,7 +101907,7 @@ paths:
102000101907
appKeyAuth: []
102001101908
- AuthZ:
102002101909
- synthetics_write
102003-
summary: 'Synthetics: Create a test suite'
101910+
summary: Create a test suite
102004101911
tags:
102005101912
- Synthetics
102006101913
x-permission:
@@ -102037,7 +101944,7 @@ paths:
102037101944
appKeyAuth: []
102038101945
- AuthZ:
102039101946
- synthetics_write
102040-
summary: 'Synthetics: Bulk delete suites'
101947+
summary: Bulk delete suites
102041101948
tags:
102042101949
- Synthetics
102043101950
x-permission:
@@ -102046,7 +101953,7 @@ paths:
102046101953
- synthetics_write
102047101954
/api/v2/synthetics/suites/search:
102048101955
get:
102049-
description: Search for Synthetics suites.
101956+
description: Search for test suites.
102050101957
operationId: SearchSuites
102051101958
parameters:
102052101959
- description: The search query.
@@ -102105,7 +102012,7 @@ paths:
102105102012
appKeyAuth: []
102106102013
- AuthZ:
102107102014
- synthetics_read
102108-
summary: Search Synthetics suites
102015+
summary: Search test suites
102109102016
tags:
102110102017
- Synthetics
102111102018
x-permission:
@@ -102142,7 +102049,7 @@ paths:
102142102049
appKeyAuth: []
102143102050
- AuthZ:
102144102051
- synthetics_read
102145-
summary: 'Synthetics: Get a suite'
102052+
summary: Get a suite
102146102053
tags:
102147102054
- Synthetics
102148102055
x-permission:
@@ -102185,7 +102092,7 @@ paths:
102185102092
appKeyAuth: []
102186102093
- AuthZ:
102187102094
- synthetics_write
102188-
summary: 'Synthetics: Edit a test suite'
102095+
summary: Edit a test suite
102189102096
tags:
102190102097
- Synthetics
102191102098
x-permission:
@@ -102227,7 +102134,7 @@ paths:
102227102134
appKeyAuth: []
102228102135
- AuthZ:
102229102136
- synthetics_write
102230-
summary: 'Synthetics: Bulk delete tests'
102137+
summary: Bulk delete tests
102231102138
tags:
102232102139
- Synthetics
102233102140
x-permission:
@@ -102263,7 +102170,7 @@ paths:
102263102170
appKeyAuth: []
102264102171
- AuthZ:
102265102172
- synthetics_write
102266-
summary: 'Synthetics: Create a Network Path test'
102173+
summary: Create a Network Path test
102267102174
tags:
102268102175
- Synthetics
102269102176
x-permission:
@@ -102307,7 +102214,7 @@ paths:
102307102214
appKeyAuth: []
102308102215
- AuthZ:
102309102216
- synthetics_read
102310-
summary: 'Synthetics: Get a Network Path test'
102217+
summary: Get a Network Path test
102311102218
tags:
102312102219
- Synthetics
102313102220
x-permission:
@@ -102356,7 +102263,7 @@ paths:
102356102263
appKeyAuth: []
102357102264
- AuthZ:
102358102265
- synthetics_write
102359-
summary: 'Synthetics: Edit a Network Path test'
102266+
summary: Edit a Network Path test
102360102267
tags:
102361102268
- Synthetics
102362102269
x-permission:
@@ -106381,10 +106288,6 @@ tags:
106381106288
and todos. See the [Incident Management page](https://docs.datadoghq.com/service_management/incident_management/)
106382106289
for more information.
106383106290
name: Incidents
106384-
- description: 'The Integrations API is used to list available integrations
106385-
106386-
and retrieve information about their installation status.'
106387-
name: Integrations
106388106291
- description: Manage your Jira Integration. Atlassian Jira is a project management
106389106292
and issue tracking tool for teams to coordinate work and handle tasks efficiently.
106390106293
name: Jira Integration

api/datadogV1/api_synthetics.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,9 +1455,9 @@ func (a *SyntheticsApi) GetGlobalVariable(ctx _context.Context, variableId strin
14551455
return localVarReturnValue, localVarHTTPResponse, nil
14561456
}
14571457

1458-
// GetMobileTest Get a Mobile test.
1458+
// GetMobileTest Get a mobile test.
14591459
// Get the detailed configuration associated with
1460-
// a Synthetic Mobile test.
1460+
// a Synthetic mobile test.
14611461
func (a *SyntheticsApi) GetMobileTest(ctx _context.Context, publicId string) (SyntheticsMobileTest, *_nethttp.Response, error) {
14621462
var (
14631463
localVarHTTPMethod = _nethttp.MethodGet
@@ -2721,8 +2721,8 @@ func (a *SyntheticsApi) UpdateBrowserTest(ctx _context.Context, publicId string,
27212721
return localVarReturnValue, localVarHTTPResponse, nil
27222722
}
27232723

2724-
// UpdateMobileTest Edit a Mobile test.
2725-
// Edit the configuration of a Synthetic Mobile test.
2724+
// UpdateMobileTest Edit a mobile test.
2725+
// Edit the configuration of a Synthetic mobile test.
27262726
func (a *SyntheticsApi) UpdateMobileTest(ctx _context.Context, publicId string, body SyntheticsMobileTest) (SyntheticsMobileTest, *_nethttp.Response, error) {
27272727
var (
27282728
localVarHTTPMethod = _nethttp.MethodPut

api/datadogV2/api_integrations.go

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

0 commit comments

Comments
 (0)