Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Regenerate client from commit a1235a0d of spec repo
  • Loading branch information
ci.datadog-api-spec committed May 7, 2025
commit ace98b2d83956f8647d2d0610a6c256e5e66e512
8 changes: 4 additions & 4 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.6.6",
"regenerated": "2025-05-06 19:22:02.226451",
"spec_repo_commit": "1faa96a2"
"regenerated": "2025-05-07 17:07:22.766765",
"spec_repo_commit": "a1235a0d"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-05-06 19:22:02.241650",
"spec_repo_commit": "1faa96a2"
"regenerated": "2025-05-07 17:07:22.783724",
"spec_repo_commit": "a1235a0d"
}
}
}
22 changes: 6 additions & 16 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50925,22 +50925,8 @@ paths:
description: Get the list of devices.
operationId: ListDevices
parameters:
- description: The page number to fetch.
example: 0
in: query
name: page[number]
required: false
schema:
format: int64
type: integer
- description: The number of devices to return per page.
example: 10
in: query
name: page[size]
required: false
schema:
format: int64
type: integer
- $ref: '#/components/parameters/PageSize'
- $ref: '#/components/parameters/PageNumber'
- description: The field to sort the devices by.
example: status
in: query
Expand Down Expand Up @@ -50971,6 +50957,10 @@ paths:
summary: Get the list of devices
tags:
- Network Device Monitoring
x-pagination:
limitParam: page[size]
pageParam: page[number]
resultsPath: data
/api/v2/ndm/devices/{device_id}:
get:
description: Get the device details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-04-24T02:49:21.008Z
2025-04-24T03:17:05.259Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-04-24T02:49:32.262Z
2025-04-24T03:17:07.960Z
Loading
Loading