File tree Expand file tree Collapse file tree 29 files changed +29
-29
lines changed Expand file tree Collapse file tree 29 files changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import { v2 } from "@datadog/datadog-api-client-agentless-scanning";
26
26
const configuration = createConfiguration ();
27
27
const apiInstance = new AgentlessScanningApiV2 (configuration );
28
28
29
- apiInstance .listAwsScanOptions (params ).then ((data : v2 .AwsScanOptionsListResponse ) => {
29
+ apiInstance .listAwsScanOptions ().then ((data : v2 .AwsScanOptionsListResponse ) => {
30
30
console .log (" API called successfully. Returned data: " + JSON .stringify (data ));
31
31
}).catch ((error ) => {
32
32
console .error (" Error calling API: " + error );
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import { v2 } from "@datadog/datadog-api-client-apm-retention-filters";
22
22
const configuration = createConfiguration ();
23
23
const apiInstance = new APMRetentionFiltersApiV2 (configuration );
24
24
25
- apiInstance .listApmRetentionFilters (params ).then ((data : v2 .RetentionFiltersResponse ) => {
25
+ apiInstance .listApmRetentionFilters ().then ((data : v2 .RetentionFiltersResponse ) => {
26
26
console .log (" API called successfully. Returned data: " + JSON .stringify (data ));
27
27
}).catch ((error ) => {
28
28
console .error (" Error calling API: " + error );
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import { v2 } from "@datadog/datadog-api-client-application-security";
27
27
const configuration = createConfiguration ();
28
28
const apiInstance = new ApplicationSecurityApiV2 (configuration );
29
29
30
- apiInstance .listApplicationSecurityWAFCustomRules (params ).then ((data : v2 .ApplicationSecurityWafCustomRuleListResponse ) => {
30
+ apiInstance .listApplicationSecurityWAFCustomRules ().then ((data : v2 .ApplicationSecurityWafCustomRuleListResponse ) => {
31
31
console .log (" API called successfully. Returned data: " + JSON .stringify (data ));
32
32
}).catch ((error ) => {
33
33
console .error (" Error calling API: " + error );
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import { v1 } from "@datadog/datadog-api-client-authentication";
30
30
const configuration = createConfiguration ();
31
31
const apiInstance = new AuthenticationApiV1 (configuration );
32
32
33
- apiInstance .validate (params ).then ((data : v1 .AuthenticationValidationResponse ) => {
33
+ apiInstance .validate ().then ((data : v1 .AuthenticationValidationResponse ) => {
34
34
console .log (" API called successfully. Returned data: " + JSON .stringify (data ));
35
35
}).catch ((error ) => {
36
36
console .error (" Error calling API: " + error );
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const configuration = createConfiguration();
25
25
configuration .unstableOperations [" v2.listAWSLogsServices" ] = true ;
26
26
const apiInstance = new AWSLogsIntegrationApiV2 (configuration );
27
27
28
- apiInstance .listAWSLogsServices (params ).then ((data : v2 .AWSLogsServicesResponse ) => {
28
+ apiInstance .listAWSLogsServices ().then ((data : v2 .AWSLogsServicesResponse ) => {
29
29
console .log (" API called successfully. Returned data: " + JSON .stringify (data ));
30
30
}).catch ((error ) => {
31
31
console .error (" Error calling API: " + error );
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import { v1 } from "@datadog/datadog-api-client-azure-integration";
23
23
const configuration = createConfiguration ();
24
24
const apiInstance = new AzureIntegrationApiV1 (configuration );
25
25
26
- apiInstance .listAzureIntegration (params ).then ((data : v1 .Array <AzureAccount >) => {
26
+ apiInstance .listAzureIntegration ().then ((data : v1 .Array <AzureAccount >) => {
27
27
console .log (" API called successfully. Returned data: " + JSON .stringify (data ));
28
28
}).catch ((error ) => {
29
29
console .error (" Error calling API: " + error );
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import { v2 } from "@datadog/datadog-api-client-cloud-cost-management";
22
22
const configuration = createConfiguration ();
23
23
const apiInstance = new CloudCostManagementApiV2 (configuration );
24
24
25
- apiInstance .listCostAWSCURConfigs (params ).then ((data : v2 .AwsCURConfigsResponse ) => {
25
+ apiInstance .listCostAWSCURConfigs ().then ((data : v2 .AwsCURConfigsResponse ) => {
26
26
console .log (" API called successfully. Returned data: " + JSON .stringify (data ));
27
27
}).catch ((error ) => {
28
28
console .error (" Error calling API: " + error );
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import { v2 } from "@datadog/datadog-api-client-cloudflare-integration";
22
22
const configuration = createConfiguration ();
23
23
const apiInstance = new CloudflareIntegrationApiV2 (configuration );
24
24
25
- apiInstance .listCloudflareAccounts (params ).then ((data : v2 .CloudflareAccountsResponse ) => {
25
+ apiInstance .listCloudflareAccounts ().then ((data : v2 .CloudflareAccountsResponse ) => {
26
26
console .log (" API called successfully. Returned data: " + JSON .stringify (data ));
27
27
}).catch ((error ) => {
28
28
console .error (" Error calling API: " + error );
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import { v2 } from "@datadog/datadog-api-client-confluent-cloud";
22
22
const configuration = createConfiguration ();
23
23
const apiInstance = new ConfluentCloudApiV2 (configuration );
24
24
25
- apiInstance .listConfluentAccount (params ).then ((data : v2 .ConfluentAccountsResponse ) => {
25
+ apiInstance .listConfluentAccount ().then ((data : v2 .ConfluentAccountsResponse ) => {
26
26
console .log (" API called successfully. Returned data: " + JSON .stringify (data ));
27
27
}).catch ((error ) => {
28
28
console .error (" Error calling API: " + error );
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import { v2 } from "@datadog/datadog-api-client-csm-coverage-analysis";
25
25
const configuration = createConfiguration ();
26
26
const apiInstance = new CSMCoverageAnalysisApiV2 (configuration );
27
27
28
- apiInstance .getCSMCloudAccountsCoverageAnalysis (params ).then ((data : v2 .CsmCloudAccountsCoverageAnalysisResponse ) => {
28
+ apiInstance .getCSMCloudAccountsCoverageAnalysis ().then ((data : v2 .CsmCloudAccountsCoverageAnalysisResponse ) => {
29
29
console .log (" API called successfully. Returned data: " + JSON .stringify (data ));
30
30
}).catch ((error ) => {
31
31
console .error (" Error calling API: " + error );
You can’t perform that action at this time.
0 commit comments