Skip to content

Commit

Permalink
Regenerate client from commit 71972bd of spec repo (#382)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Jul 10, 2020
1 parent 390e3a6 commit fc4d982
Show file tree
Hide file tree
Showing 22 changed files with 74 additions and 5 deletions.
10 changes: 5 additions & 5 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.2.0",
"regenerated": "2020-07-10 07:08:54.213014",
"spec_repo_commit": "8f7b2e2"
"regenerated": "2020-07-10 13:52:07.878090",
"spec_repo_commit": "71972bd"
},
"v2": {
"apigentools_version": "1.2.0",
"regenerated": "2020-07-10 07:08:58.805998",
"spec_repo_commit": "8f7b2e2"
"regenerated": "2020-07-10 13:52:13.001186",
"spec_repo_commit": "71972bd"
}
}
}
}
3 changes: 3 additions & 0 deletions tests/api/v1/datadog/features/dashboard_lists.feature
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,21 @@ Feature: Dashboard Lists
@generated @skip
Scenario: Delete a dashboard list returns "OK" response
Given new "DeleteDashboardList" request
And request contains "list_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Get a dashboard list returns "OK" response
Given new "GetDashboardList" request
And request contains "list_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Update a dashboard list returns "OK" response
Given new "UpdateDashboardList" request
And request contains "list_id" parameter from "<PATH>"
And body {}
When the request is sent
Then the response status is 200 OK
3 changes: 3 additions & 0 deletions tests/api/v1/datadog/features/dashboards.feature
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,21 @@ Feature: Dashboards
@generated @skip
Scenario: Delete a dashboard returns "OK" response
Given new "DeleteDashboard" request
And request contains "dashboard_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Get a dashboard returns "OK" response
Given new "GetDashboard" request
And request contains "dashboard_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Update a dashboard returns "OK" response
Given new "UpdateDashboard" request
And request contains "dashboard_id" parameter from "<PATH>"
And body {}
When the request is sent
Then the response status is 200 OK
3 changes: 3 additions & 0 deletions tests/api/v1/datadog/features/downtimes.feature
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,21 @@ Feature: Downtimes
@generated @skip
Scenario: Cancel a downtime returns "OK" response
Given new "CancelDowntime" request
And request contains "downtime_id" parameter from "<PATH>"
When the request is sent
Then the response status is 204 OK

@generated @skip
Scenario: Get a downtime returns "OK" response
Given new "GetDowntime" request
And request contains "downtime_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Update a downtime returns "OK" response
Given new "UpdateDowntime" request
And request contains "downtime_id" parameter from "<PATH>"
And body {}
When the request is sent
Then the response status is 200 OK
1 change: 1 addition & 0 deletions tests/api/v1/datadog/features/events.feature
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ Feature: Events
@generated @skip
Scenario: Get an event returns "OK" response
Given new "GetEvent" request
And request contains "event_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK
2 changes: 2 additions & 0 deletions tests/api/v1/datadog/features/hosts.feature
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ Feature: Hosts
@generated @skip
Scenario: Mute a host returns "OK" response
Given new "MuteHost" request
And request contains "host_name" parameter from "<PATH>"
And body {}
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Unmute a host returns "OK" response
Given new "UnmuteHost" request
And request contains "host_name" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

Expand Down
6 changes: 6 additions & 0 deletions tests/api/v1/datadog/features/key_management.feature
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,21 @@ Feature: Key Management
@generated @skip
Scenario: Delete an API key returns "OK" response
Given new "DeleteAPIKey" request
And request contains "key" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Get API key returns "OK" response
Given new "GetAPIKey" request
And request contains "key" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Edit an API key returns "OK" response
Given new "UpdateAPIKey" request
And request contains "key" parameter from "<PATH>"
And body {}
When the request is sent
Then the response status is 200 OK
Expand All @@ -58,18 +61,21 @@ Feature: Key Management
@generated @skip
Scenario: Delete an application key returns "OK" response
Given new "DeleteApplicationKey" request
And request contains "key" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Get an application key returns "OK" response
Given new "GetApplicationKey" request
And request contains "key" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Edit an application key returns "OK" response
Given new "UpdateApplicationKey" request
And request contains "key" parameter from "<PATH>"
And body {}
When the request is sent
Then the response status is 200 OK
2 changes: 2 additions & 0 deletions tests/api/v1/datadog/features/logs_indexes.feature
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ Feature: Logs Indexes
@generated @skip
Scenario: Get an index returns "OK" response
Given new "GetLogsIndex" request
And request contains "name" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Update an index returns "OK" response
Given new "UpdateLogsIndex" request
And request contains "name" parameter from "<PATH>"
And body {}
When the request is sent
Then the response status is 200 OK
3 changes: 3 additions & 0 deletions tests/api/v1/datadog/features/logs_pipelines.feature
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,21 @@ Feature: Logs Pipelines
@generated @skip
Scenario: Delete a pipeline returns "OK" response
Given new "DeleteLogsPipeline" request
And request contains "pipeline_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Get a pipeline returns "OK" response
Given new "GetLogsPipeline" request
And request contains "pipeline_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Update a pipeline returns "OK" response
Given new "UpdateLogsPipeline" request
And request contains "pipeline_id" parameter from "<PATH>"
And body {}
When the request is sent
Then the response status is 200 OK
2 changes: 2 additions & 0 deletions tests/api/v1/datadog/features/metrics.feature
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ Feature: Metrics
@generated @skip
Scenario: Get metric metadata returns "OK" response
Given new "GetMetricMetadata" request
And request contains "metric_name" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Edit metric metadata returns "OK" response
Given new "UpdateMetricMetadata" request
And request contains "metric_name" parameter from "<PATH>"
And body {}
When the request is sent
Then the response status is 200 OK
Expand Down
3 changes: 3 additions & 0 deletions tests/api/v1/datadog/features/monitors.feature
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,21 @@ Feature: Monitors
@generated @skip
Scenario: Delete a monitor returns "OK" response
Given new "DeleteMonitor" request
And request contains "monitor_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Get a monitor's details returns "OK" response
Given new "GetMonitor" request
And request contains "monitor_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Edit a monitor returns "OK" response
Given new "UpdateMonitor" request
And request contains "monitor_id" parameter from "<PATH>"
And body {}
When the request is sent
Then the response status is 200 OK
3 changes: 3 additions & 0 deletions tests/api/v1/datadog/features/organizations.feature
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,21 @@ Feature: Organizations
@generated @skip
Scenario: Get organization information returns "OK" response
Given new "GetOrg" request
And request contains "public_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Update your organization returns "OK" response
Given new "UpdateOrg" request
And request contains "public_id" parameter from "<PATH>"
And body {}
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Upload IdP metadata returns "OK" response
Given new "UploadIdPForOrg" request
And request contains "public_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK
3 changes: 3 additions & 0 deletions tests/api/v1/datadog/features/pagerduty_integration.feature
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,21 @@ Feature: PagerDuty Integration
@generated @skip
Scenario: Delete a single service object returns "OK" response
Given new "DeletePagerDutyIntegrationService" request
And request contains "service_name" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Get a single service object returns "OK" response
Given new "GetPagerDutyIntegrationService" request
And request contains "service_name" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Update a single service object returns "OK" response
Given new "UpdatePagerDutyIntegrationService" request
And request contains "service_name" parameter from "<PATH>"
And body {}
When the request is sent
Then the response status is 200 OK
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,28 @@ Feature: Service Level Objectives
@generated @skip
Scenario: Delete a SLO returns "OK" response
Given new "DeleteSLO" request
And request contains "slo_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Get a SLO's details returns "OK" response
Given new "GetSLO" request
And request contains "slo_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Update a SLO returns "OK" response
Given new "UpdateSLO" request
And request contains "slo_id" parameter from "<PATH>"
And body {}
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Get an SLO's history returns "OK" response
Given new "GetSLOHistory" request
And request contains "slo_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK
10 changes: 10 additions & 0 deletions tests/api/v1/datadog/features/synthetics.feature
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,22 @@ Feature: Synthetics
@generated @skip
Scenario: Get a test configuration (browser) returns "OK" response
Given new "GetBrowserTest" request
And request contains "public_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Get the test's latest results summaries (browser) returns "OK" response
Given new "GetBrowserTestLatestResults" request
And request contains "public_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Get a test result (browser) returns "OK" response
Given new "GetBrowserTestResult" request
And request contains "public_id" parameter from "<PATH>"
And request contains "result_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

Expand All @@ -62,31 +66,37 @@ Feature: Synthetics
@generated @skip
Scenario: Get a test configuration (API) returns "OK" response
Given new "GetTest" request
And request contains "public_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Edit a test returns "OK" response
Given new "UpdateTest" request
And request contains "public_id" parameter from "<PATH>"
And body {}
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Get the test's latest results summaries (API) returns "OK" response
Given new "GetAPITestLatestResults" request
And request contains "public_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Get a test result (API) returns "OK" response
Given new "GetAPITestResult" request
And request contains "public_id" parameter from "<PATH>"
And request contains "result_id" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Pause or start a test returns "OK - Returns a boolean indicating if the update was successful." response
Given new "UpdateTestPauseStatus" request
And request contains "public_id" parameter from "<PATH>"
And body {}
When the request is sent
Then the response status is 200 OK - Returns a boolean indicating if the update was successful.
4 changes: 4 additions & 0 deletions tests/api/v1/datadog/features/tags.feature
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,29 @@ Feature: Tags
@generated @skip
Scenario: Remove host tags returns "OK" response
Given new "DeleteHostTags" request
And request contains "host_name" parameter from "<PATH>"
When the request is sent
Then the response status is 204 OK

@generated @skip
Scenario: Get host tags returns "OK" response
Given new "GetHostTags" request
And request contains "host_name" parameter from "<PATH>"
When the request is sent
Then the response status is 200 OK

@generated @skip
Scenario: Add tags to a host returns "Created" response
Given new "CreateHostTags" request
And request contains "host_name" parameter from "<PATH>"
And body {}
When the request is sent
Then the response status is 201 Created

@generated @skip
Scenario: Update host tags returns "OK" response
Given new "UpdateHostTags" request
And request contains "host_name" parameter from "<PATH>"
And body {}
When the request is sent
Then the response status is 201 OK
Loading

0 comments on commit fc4d982

Please sign in to comment.