Skip to content

Commit e4876df

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 9f83d50 of spec repo (#793)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 3bd7c24 commit e4876df

19 files changed

+61
-61
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.5.1.dev2",
7-
"regenerated": "2022-01-17 16:12:44.572048",
8-
"spec_repo_commit": "d58d627"
7+
"regenerated": "2022-01-17 16:31:50.567539",
8+
"spec_repo_commit": "9f83d50"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2022-01-17 16:12:45.007659",
13-
"spec_repo_commit": "d58d627"
12+
"regenerated": "2022-01-17 16:31:50.976389",
13+
"spec_repo_commit": "9f83d50"
1414
}
1515
}
1616
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-01-06T00:51:20.657Z
1+
2022-01-17T14:23:40.138Z

tests/v1/cassettes/test_scenarios/test_create_a_custom_variable_returns_ok_response.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
interactions:
22
- request:
3-
body: '{"is_secret":true,"name":"TESTCREATEACUSTOMVARIABLERETURNSOKRESPONSE1641430280","value":"CUSTOM_VARIABLE_VALUE"}'
3+
body: '{"is_secret":true,"name":"TESTCREATEACUSTOMVARIABLERETURNSOKRESPONSE1642429420","value":"CUSTOM_VARIABLE_VALUE"}'
44
headers:
55
accept:
66
- application/json
@@ -10,7 +10,7 @@ interactions:
1010
uri: https://api.datadoghq.com/api/v1/integration/webhooks/configuration/custom-variables
1111
response:
1212
body:
13-
string: '{"is_secret":true,"name":"TESTCREATEACUSTOMVARIABLERETURNSOKRESPONSE1641430280"}'
13+
string: '{"is_secret":true,"name":"TESTCREATEACUSTOMVARIABLERETURNSOKRESPONSE1642429420"}'
1414
headers:
1515
content-type:
1616
- application/json
@@ -21,9 +21,9 @@ interactions:
2121
body: null
2222
headers:
2323
accept:
24-
- '*/*'
24+
- application/json
2525
method: DELETE
26-
uri: https://api.datadoghq.com/api/v1/integration/webhooks/configuration/custom-variables/TESTCREATEACUSTOMVARIABLERETURNSOKRESPONSE1641430280
26+
uri: https://api.datadoghq.com/api/v1/integration/webhooks/configuration/custom-variables/TESTCREATEACUSTOMVARIABLERETURNSOKRESPONSE1642429420
2727
response:
2828
body:
2929
string: '{}'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-01-06T00:51:21.766Z
1+
2022-01-17T14:23:17.711Z

tests/v1/cassettes/test_scenarios/test_create_a_webhooks_integration_returns_ok_response.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
interactions:
22
- request:
3-
body: '{"name":"Test-Create_a_webhooks_integration_returns_OK_response-1641430281","url":"https://example.com/webhook"}'
3+
body: '{"name":"Test-Create_a_webhooks_integration_returns_OK_response-1642429397","url":"https://example.com/webhook"}'
44
headers:
55
accept:
66
- application/json
@@ -10,7 +10,7 @@ interactions:
1010
uri: https://api.datadoghq.com/api/v1/integration/webhooks/configuration/webhooks
1111
response:
1212
body:
13-
string: '{"encode_as":"json","url":"https://example.com/webhook","custom_headers":null,"name":"Test-Create_a_webhooks_integration_returns_OK_response-1641430281","payload":"{\"body\":
13+
string: '{"encode_as":"json","url":"https://example.com/webhook","custom_headers":null,"name":"Test-Create_a_webhooks_integration_returns_OK_response-1642429397","payload":"{\"body\":
1414
\"$EVENT_MSG\", \"last_updated\": \"$LAST_UPDATED\", \"event_type\": \"$EVENT_TYPE\",
1515
\"title\": \"$EVENT_TITLE\", \"date\": \"$DATE\", \"org\": {\"id\": \"$ORG_ID\",
1616
\"name\": \"$ORG_NAME\"}, \"id\": \"$ID\"}"}'
@@ -24,9 +24,9 @@ interactions:
2424
body: null
2525
headers:
2626
accept:
27-
- '*/*'
27+
- application/json
2828
method: DELETE
29-
uri: https://api.datadoghq.com/api/v1/integration/webhooks/configuration/webhooks/Test-Create_a_webhooks_integration_returns_OK_response-1641430281
29+
uri: https://api.datadoghq.com/api/v1/integration/webhooks/configuration/webhooks/Test-Create_a_webhooks_integration_returns_OK_response-1642429397
3030
response:
3131
body:
3232
string: '{}'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-01-06T00:51:25.690Z
1+
2022-01-17T14:22:52.094Z

tests/v1/cassettes/test_scenarios/test_get_a_webhook_integration_returns_ok_response.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
interactions:
22
- request:
3-
body: '{"name":"Test-Get_a_webhook_integration_returns_OK_response-1641430285","url":"http://example.com/webhook"}'
3+
body: '{"name":"Test-Get_a_webhook_integration_returns_OK_response-1642429372","url":"http://example.com/webhook"}'
44
headers:
55
accept:
66
- application/json
@@ -10,7 +10,7 @@ interactions:
1010
uri: https://api.datadoghq.com/api/v1/integration/webhooks/configuration/webhooks
1111
response:
1212
body:
13-
string: '{"encode_as":"json","url":"http://example.com/webhook","custom_headers":null,"name":"Test-Get_a_webhook_integration_returns_OK_response-1641430285","payload":"{\"body\":
13+
string: '{"encode_as":"json","url":"http://example.com/webhook","custom_headers":null,"name":"Test-Get_a_webhook_integration_returns_OK_response-1642429372","payload":"{\"body\":
1414
\"$EVENT_MSG\", \"last_updated\": \"$LAST_UPDATED\", \"event_type\": \"$EVENT_TYPE\",
1515
\"title\": \"$EVENT_TITLE\", \"date\": \"$DATE\", \"org\": {\"id\": \"$ORG_ID\",
1616
\"name\": \"$ORG_NAME\"}, \"id\": \"$ID\"}"}'
@@ -26,10 +26,10 @@ interactions:
2626
accept:
2727
- application/json
2828
method: GET
29-
uri: https://api.datadoghq.com/api/v1/integration/webhooks/configuration/webhooks/Test-Get_a_webhook_integration_returns_OK_response-1641430285
29+
uri: https://api.datadoghq.com/api/v1/integration/webhooks/configuration/webhooks/Test-Get_a_webhook_integration_returns_OK_response-1642429372
3030
response:
3131
body:
32-
string: '{"encode_as":"json","url":"http://example.com/webhook","custom_headers":null,"name":"Test-Get_a_webhook_integration_returns_OK_response-1641430285","payload":"{\"body\":
32+
string: '{"encode_as":"json","url":"http://example.com/webhook","custom_headers":null,"name":"Test-Get_a_webhook_integration_returns_OK_response-1642429372","payload":"{\"body\":
3333
\"$EVENT_MSG\", \"last_updated\": \"$LAST_UPDATED\", \"event_type\": \"$EVENT_TYPE\",
3434
\"title\": \"$EVENT_TITLE\", \"date\": \"$DATE\", \"org\": {\"id\": \"$ORG_ID\",
3535
\"name\": \"$ORG_NAME\"}, \"id\": \"$ID\"}"}'
@@ -43,9 +43,9 @@ interactions:
4343
body: null
4444
headers:
4545
accept:
46-
- '*/*'
46+
- application/json
4747
method: DELETE
48-
uri: https://api.datadoghq.com/api/v1/integration/webhooks/configuration/webhooks/Test-Get_a_webhook_integration_returns_OK_response-1641430285
48+
uri: https://api.datadoghq.com/api/v1/integration/webhooks/configuration/webhooks/Test-Get_a_webhook_integration_returns_OK_response-1642429372
4949
response:
5050
body:
5151
string: '{}'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-01-06T00:51:26.953Z
1+
2022-01-17T14:22:28.833Z

tests/v1/cassettes/test_scenarios/test_update_a_custom_variable_returns_ok_response.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
interactions:
22
- request:
3-
body: '{"is_secret":false,"name":"TESTUPDATEACUSTOMVARIABLERETURNSOKRESPONSE1641430286","value":"variable-value"}'
3+
body: '{"is_secret":false,"name":"TESTUPDATEACUSTOMVARIABLERETURNSOKRESPONSE1642429348","value":"variable-value"}'
44
headers:
55
accept:
66
- application/json
@@ -10,7 +10,7 @@ interactions:
1010
uri: https://api.datadoghq.com/api/v1/integration/webhooks/configuration/custom-variables
1111
response:
1212
body:
13-
string: '{"is_secret":false,"name":"TESTUPDATEACUSTOMVARIABLERETURNSOKRESPONSE1641430286","value":"variable-value"}'
13+
string: '{"is_secret":false,"name":"TESTUPDATEACUSTOMVARIABLERETURNSOKRESPONSE1642429348","value":"variable-value"}'
1414
headers:
1515
content-type:
1616
- application/json
@@ -25,10 +25,10 @@ interactions:
2525
content-type:
2626
- application/json
2727
method: PUT
28-
uri: https://api.datadoghq.com/api/v1/integration/webhooks/configuration/custom-variables/TESTUPDATEACUSTOMVARIABLERETURNSOKRESPONSE1641430286
28+
uri: https://api.datadoghq.com/api/v1/integration/webhooks/configuration/custom-variables/TESTUPDATEACUSTOMVARIABLERETURNSOKRESPONSE1642429348
2929
response:
3030
body:
31-
string: '{"is_secret":false,"name":"TESTUPDATEACUSTOMVARIABLERETURNSOKRESPONSE1641430286","value":"variable-updated"}'
31+
string: '{"is_secret":false,"name":"TESTUPDATEACUSTOMVARIABLERETURNSOKRESPONSE1642429348","value":"variable-updated"}'
3232
headers:
3333
content-type:
3434
- application/json
@@ -39,9 +39,9 @@ interactions:
3939
body: null
4040
headers:
4141
accept:
42-
- '*/*'
42+
- application/json
4343
method: DELETE
44-
uri: https://api.datadoghq.com/api/v1/integration/webhooks/configuration/custom-variables/TESTUPDATEACUSTOMVARIABLERETURNSOKRESPONSE1641430286
44+
uri: https://api.datadoghq.com/api/v1/integration/webhooks/configuration/custom-variables/TESTUPDATEACUSTOMVARIABLERETURNSOKRESPONSE1642429348
4545
response:
4646
body:
4747
string: '{}'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-01-06T00:51:28.697Z
1+
2022-01-17T14:22:02.171Z

0 commit comments

Comments
 (0)