-
Notifications
You must be signed in to change notification settings - Fork 15
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 a3c20084 of spec repo
- Loading branch information
ci.datadog-api-spec
committed
Jul 29, 2024
1 parent
9ee43e8
commit ad3f9f9
Showing
22 changed files
with
920 additions
and
5 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
2 changes: 1 addition & 1 deletion
2
...ce-Monitoring_315763993/Get-the-device-details-returns-OK-response_3307327934/frozen.json
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 @@ | ||
"2024-07-04T16:51:27.417Z" | ||
"2024-07-25T12:51:06.792Z" |
1 change: 1 addition & 0 deletions
1
...63993/Get-the-list-of-tags-for-a-device-returns-Not-Found-response_2649495831/frozen.json
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 @@ | ||
"2024-07-29T13:20:36.111Z" |
57 changes: 57 additions & 0 deletions
57
...993/Get-the-list-of-tags-for-a-device-returns-Not-Found-response_2649495831/recording.har
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,57 @@ | ||
{ | ||
"log": { | ||
"_recordingName": "Network Device Monitoring/Get the list of tags for a device returns \"Not Found\" response", | ||
"creator": { | ||
"comment": "persister:fs", | ||
"name": "Polly.JS", | ||
"version": "6.0.5" | ||
}, | ||
"entries": [ | ||
{ | ||
"_id": "f71494b8ba4f0260922acf47f8383617", | ||
"_order": 0, | ||
"cache": {}, | ||
"request": { | ||
"bodySize": 0, | ||
"cookies": [], | ||
"headers": [ | ||
{ | ||
"_fromType": "array", | ||
"name": "accept", | ||
"value": "application/json" | ||
} | ||
], | ||
"headersSize": 519, | ||
"httpVersion": "HTTP/1.1", | ||
"method": "GET", | ||
"queryString": [], | ||
"url": "https://api.datadoghq.com/api/v2/ndm/tags/devices/unknown_device_id" | ||
}, | ||
"response": { | ||
"bodySize": 49, | ||
"content": { | ||
"mimeType": "application/vnd.api+json", | ||
"size": 49, | ||
"text": "{\"errors\":[{\"status\":\"404\",\"title\":\"Not Found\"}]}" | ||
}, | ||
"cookies": [], | ||
"headers": [ | ||
{ | ||
"name": "content-type", | ||
"value": "application/vnd.api+json" | ||
} | ||
], | ||
"headersSize": 522, | ||
"httpVersion": "HTTP/1.1", | ||
"redirectURL": "", | ||
"status": 404, | ||
"statusText": "Not Found" | ||
}, | ||
"startedDateTime": "2024-07-29T13:20:36.118Z", | ||
"time": 442 | ||
} | ||
], | ||
"pages": [], | ||
"version": "1.2" | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
...ng_315763993/Get-the-list-of-tags-for-a-device-returns-OK-response_1735661422/frozen.json
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 @@ | ||
"2024-07-29T13:20:36.574Z" |
57 changes: 57 additions & 0 deletions
57
..._315763993/Get-the-list-of-tags-for-a-device-returns-OK-response_1735661422/recording.har
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,57 @@ | ||
{ | ||
"log": { | ||
"_recordingName": "Network Device Monitoring/Get the list of tags for a device returns \"OK\" response", | ||
"creator": { | ||
"comment": "persister:fs", | ||
"name": "Polly.JS", | ||
"version": "6.0.5" | ||
}, | ||
"entries": [ | ||
{ | ||
"_id": "39a92be54468482e8374383acb02d1be", | ||
"_order": 0, | ||
"cache": {}, | ||
"request": { | ||
"bodySize": 0, | ||
"cookies": [], | ||
"headers": [ | ||
{ | ||
"_fromType": "array", | ||
"name": "accept", | ||
"value": "application/json" | ||
} | ||
], | ||
"headersSize": 523, | ||
"httpVersion": "HTTP/1.1", | ||
"method": "GET", | ||
"queryString": [], | ||
"url": "https://api.datadoghq.com/api/v2/ndm/tags/devices/default_device" | ||
}, | ||
"response": { | ||
"bodySize": 76, | ||
"content": { | ||
"mimeType": "application/vnd.api+json", | ||
"size": 76, | ||
"text": "{\"data\":{\"id\":\"default_device\",\"type\":\"tags\",\"attributes\":{\"tags\":[]}}}" | ||
}, | ||
"cookies": [], | ||
"headers": [ | ||
{ | ||
"name": "content-type", | ||
"value": "application/vnd.api+json" | ||
} | ||
], | ||
"headersSize": 522, | ||
"httpVersion": "HTTP/1.1", | ||
"redirectURL": "", | ||
"status": 200, | ||
"statusText": "OK" | ||
}, | ||
"startedDateTime": "2024-07-29T13:20:36.577Z", | ||
"time": 298 | ||
} | ||
], | ||
"pages": [], | ||
"version": "1.2" | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
..._315763993/Update-the-tags-for-a-device-returns-Not-Found-response_4009460449/frozen.json
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 @@ | ||
"2024-07-29T13:20:36.885Z" |
67 changes: 67 additions & 0 deletions
67
...15763993/Update-the-tags-for-a-device-returns-Not-Found-response_4009460449/recording.har
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,67 @@ | ||
{ | ||
"log": { | ||
"_recordingName": "Network Device Monitoring/Update the tags for a device returns \"Not Found\" response", | ||
"creator": { | ||
"comment": "persister:fs", | ||
"name": "Polly.JS", | ||
"version": "6.0.5" | ||
}, | ||
"entries": [ | ||
{ | ||
"_id": "f4d68225d43bb7def88b289c1d3d9eb1", | ||
"_order": 0, | ||
"cache": {}, | ||
"request": { | ||
"bodySize": 98, | ||
"cookies": [], | ||
"headers": [ | ||
{ | ||
"_fromType": "array", | ||
"name": "accept", | ||
"value": "application/json" | ||
}, | ||
{ | ||
"_fromType": "array", | ||
"name": "content-type", | ||
"value": "application/json" | ||
} | ||
], | ||
"headersSize": 575, | ||
"httpVersion": "HTTP/1.1", | ||
"method": "PATCH", | ||
"postData": { | ||
"mimeType": "application/json", | ||
"params": [], | ||
"text": "{\"data\":{\"attributes\":{\"tags\":[\"tag:test\",\"tag:testbis\"]},\"id\":\"unknown_device_id\",\"type\":\"tags\"}}" | ||
}, | ||
"queryString": [], | ||
"url": "https://api.datadoghq.com/api/v2/ndm/tags/devices/unknown_device_id" | ||
}, | ||
"response": { | ||
"bodySize": 49, | ||
"content": { | ||
"mimeType": "application/vnd.api+json", | ||
"size": 49, | ||
"text": "{\"errors\":[{\"status\":\"404\",\"title\":\"Not Found\"}]}" | ||
}, | ||
"cookies": [], | ||
"headers": [ | ||
{ | ||
"name": "content-type", | ||
"value": "application/vnd.api+json" | ||
} | ||
], | ||
"headersSize": 522, | ||
"httpVersion": "HTTP/1.1", | ||
"redirectURL": "", | ||
"status": 404, | ||
"statusText": "Not Found" | ||
}, | ||
"startedDateTime": "2024-07-29T13:20:36.887Z", | ||
"time": 284 | ||
} | ||
], | ||
"pages": [], | ||
"version": "1.2" | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
...nitoring_315763993/Update-the-tags-for-a-device-returns-OK-response_781757616/frozen.json
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 @@ | ||
"2024-07-29T13:20:37.177Z" |
67 changes: 67 additions & 0 deletions
67
...toring_315763993/Update-the-tags-for-a-device-returns-OK-response_781757616/recording.har
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,67 @@ | ||
{ | ||
"log": { | ||
"_recordingName": "Network Device Monitoring/Update the tags for a device returns \"OK\" response", | ||
"creator": { | ||
"comment": "persister:fs", | ||
"name": "Polly.JS", | ||
"version": "6.0.5" | ||
}, | ||
"entries": [ | ||
{ | ||
"_id": "bacbb6b5436ca7cd99fb20f8a16323da", | ||
"_order": 0, | ||
"cache": {}, | ||
"request": { | ||
"bodySize": 100, | ||
"cookies": [], | ||
"headers": [ | ||
{ | ||
"_fromType": "array", | ||
"name": "accept", | ||
"value": "application/json" | ||
}, | ||
{ | ||
"_fromType": "array", | ||
"name": "content-type", | ||
"value": "application/json" | ||
} | ||
], | ||
"headersSize": 580, | ||
"httpVersion": "HTTP/1.1", | ||
"method": "PATCH", | ||
"postData": { | ||
"mimeType": "application/json", | ||
"params": [], | ||
"text": "{\"data\":{\"attributes\":{\"tags\":[\"tag:test\",\"tag:testbis\"]},\"id\":\"default_device\",\"type\":\"tags\"}}" | ||
}, | ||
"queryString": [], | ||
"url": "https://api.datadoghq.com/api/v2/ndm/tags/devices/default_device" | ||
}, | ||
"response": { | ||
"bodySize": 100, | ||
"content": { | ||
"mimeType": "application/vnd.api+json", | ||
"size": 100, | ||
"text": "{\"data\":{\"id\":\"default_device\",\"type\":\"tags\",\"attributes\":{\"tags\":[\"tag:test\",\"tag:testbis\"]}}}" | ||
}, | ||
"cookies": [], | ||
"headers": [ | ||
{ | ||
"name": "content-type", | ||
"value": "application/vnd.api+json" | ||
} | ||
], | ||
"headersSize": 523, | ||
"httpVersion": "HTTP/1.1", | ||
"redirectURL": "", | ||
"status": 200, | ||
"statusText": "OK" | ||
}, | ||
"startedDateTime": "2024-07-29T13:20:37.181Z", | ||
"time": 404 | ||
} | ||
], | ||
"pages": [], | ||
"version": "1.2" | ||
} | ||
} |
Oops, something went wrong.