-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate client from commit 3379aa10 of spec repo
- Loading branch information
ci.datadog-api-spec
committed
Jun 15, 2023
1 parent
42a975f
commit f7b979f
Showing
13 changed files
with
177 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...est_scenarios/test_create_a_new_entry_for_your_service_account_returns_ok_response.frozen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2023-06-14T15:44:49.306Z |
38 changes: 38 additions & 0 deletions
38
.../test_scenarios/test_create_a_new_entry_for_your_service_account_returns_ok_response.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
interactions: | ||
- request: | ||
body: '{"data":{"attributes":{"client_email":"5a4e63ef9fe94949@test-project.iam.gserviceaccount.com","host_filters":[]},"type":"gcp_service_account"}}' | ||
headers: | ||
accept: | ||
- application/json | ||
content-type: | ||
- application/json | ||
method: POST | ||
uri: https://api.datadoghq.com/api/v2/integration/gcp/accounts | ||
response: | ||
body: | ||
string: '{"data":{"type":"gcp_service_account","attributes":{"automute":false,"client_email":"5a4e63ef9fe94949@test-project.iam.gserviceaccount.com","host_filters":[],"is_cspm_enabled":false},"id":"c86125c9-ee6d-46ba-997a-23006cfd1575"}} | ||
' | ||
headers: | ||
content-type: | ||
- application/json | ||
status: | ||
code: 200 | ||
message: OK | ||
- request: | ||
body: null | ||
headers: | ||
accept: | ||
- '*/*' | ||
method: DELETE | ||
uri: https://api.datadoghq.com/api/v2/integration/gcp/accounts/c86125c9-ee6d-46ba-997a-23006cfd1575 | ||
response: | ||
body: | ||
string: '' | ||
headers: | ||
content-type: | ||
- text/html; charset=utf-8 | ||
status: | ||
code: 204 | ||
message: No Content | ||
version: 1 |
2 changes: 1 addition & 1 deletion
2
...s/test_scenarios/test_list_all_gcp_stsenabled_service_accounts_returns_ok_response.frozen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2023-05-18T15:03:23.705Z | ||
2023-06-14T15:52:33.117Z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
tests/v2/cassettes/test_scenarios/test_update_sts_service_account_returns_ok_response.frozen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2023-06-14T16:04:56.302Z |
58 changes: 58 additions & 0 deletions
58
tests/v2/cassettes/test_scenarios/test_update_sts_service_account_returns_ok_response.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
interactions: | ||
- request: | ||
body: '{"data":{"attributes":{"client_email":"876f595d133dac09@example.com","host_filters":[]},"type":"gcp_service_account"}}' | ||
headers: | ||
accept: | ||
- application/json | ||
content-type: | ||
- application/json | ||
method: POST | ||
uri: https://api.datadoghq.com/api/v2/integration/gcp/accounts | ||
response: | ||
body: | ||
string: '{"data":{"type":"gcp_service_account","attributes":{"is_cspm_enabled":false,"host_filters":[],"automute":false,"client_email":"876f595d133dac09@example.com"},"id":"fa9bd370-fe91-498b-8d02-a25baecc5a60"}} | ||
' | ||
headers: | ||
content-type: | ||
- application/json | ||
status: | ||
code: 200 | ||
message: OK | ||
- request: | ||
body: '{"data":{"attributes":{"client_email":"876f595d133dac09@example.com","host_filters":["foo:bar"]},"id":"fa9bd370-fe91-498b-8d02-a25baecc5a60","type":"gcp_service_account"}}' | ||
headers: | ||
accept: | ||
- application/json | ||
content-type: | ||
- application/json | ||
method: PATCH | ||
uri: https://api.datadoghq.com/api/v2/integration/gcp/accounts/fa9bd370-fe91-498b-8d02-a25baecc5a60 | ||
response: | ||
body: | ||
string: '{"data":{"type":"gcp_service_account","attributes":{"automute":false,"client_email":"876f595d133dac09@example.com","host_filters":["foo:bar"],"is_cspm_enabled":false},"id":"fa9bd370-fe91-498b-8d02-a25baecc5a60"}} | ||
' | ||
headers: | ||
content-type: | ||
- application/json | ||
status: | ||
code: 201 | ||
message: Created | ||
- request: | ||
body: null | ||
headers: | ||
accept: | ||
- '*/*' | ||
method: DELETE | ||
uri: https://api.datadoghq.com/api/v2/integration/gcp/accounts/fa9bd370-fe91-498b-8d02-a25baecc5a60 | ||
response: | ||
body: | ||
string: '' | ||
headers: | ||
content-type: | ||
- text/html; charset=utf-8 | ||
status: | ||
code: 204 | ||
message: No Content | ||
version: 1 |
Oops, something went wrong.