Skip to content

Commit

Permalink
Add aggregate api v2 spec (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent af6e820 commit 8756a9f
Show file tree
Hide file tree
Showing 67 changed files with 6,507 additions and 671 deletions.
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.2.0",
"regenerated": "2020-07-30 07:52:44.071860",
"spec_repo_commit": "70a5231"
"regenerated": "2020-07-30 12:30:13.919038",
"spec_repo_commit": "51ff332"
},
"v2": {
"apigentools_version": "1.2.0",
"regenerated": "2020-07-30 07:52:49.483766",
"spec_repo_commit": "70a5231"
"regenerated": "2020-07-30 12:30:18.925289",
"spec_repo_commit": "51ff332"
}
}
}
54 changes: 48 additions & 6 deletions api/v2/datadog/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ docs/DashboardType.md
docs/Log.md
docs/LogAttributes.md
docs/LogType.md
docs/LogsAggregateBucket.md
docs/LogsAggregateBucketValue.md
docs/LogsAggregateBucketValueTimeseries.md
docs/LogsAggregateBucketValueTimeseriesPoint.md
docs/LogsAggregateRequest.md
docs/LogsAggregateRequestPaging.md
docs/LogsAggregateResponse.md
docs/LogsAggregateResponseData.md
docs/LogsAggregateResponseStatus.md
docs/LogsAggregateSort.md
docs/LogsAggregateSortType.md
docs/LogsAggregationFunction.md
docs/LogsApi.md
docs/LogsArchive.md
docs/LogsArchiveAttributes.md
Expand All @@ -49,14 +61,23 @@ docs/LogsArchiveIntegrationS3.md
docs/LogsArchiveState.md
docs/LogsArchives.md
docs/LogsArchivesApi.md
docs/LogsCompute.md
docs/LogsComputeType.md
docs/LogsGroupBy.md
docs/LogsGroupByHistogram.md
docs/LogsGroupByMissing.md
docs/LogsGroupByTotal.md
docs/LogsListRequest.md
docs/LogsListRequestFilter.md
docs/LogsListRequestPage.md
docs/LogsListResponse.md
docs/LogsListResponseLinks.md
docs/LogsListResponseMeta.md
docs/LogsListResponseMetaPage.md
docs/LogsQueryFilter.md
docs/LogsQueryOptions.md
docs/LogsResponseMetadata.md
docs/LogsResponseMetadataPage.md
docs/LogsSort.md
docs/LogsSortOrder.md
docs/LogsWarning.md
docs/Organization.md
docs/OrganizationAttributes.md
docs/OrganizationsType.md
Expand Down Expand Up @@ -152,6 +173,18 @@ model_dashboard_type.go
model_log.go
model_log_attributes.go
model_log_type.go
model_logs_aggregate_bucket.go
model_logs_aggregate_bucket_value.go
model_logs_aggregate_bucket_value_timeseries.go
model_logs_aggregate_bucket_value_timeseries_point.go
model_logs_aggregate_request.go
model_logs_aggregate_request_paging.go
model_logs_aggregate_response.go
model_logs_aggregate_response_data.go
model_logs_aggregate_response_status.go
model_logs_aggregate_sort.go
model_logs_aggregate_sort_type.go
model_logs_aggregation_function.go
model_logs_archive.go
model_logs_archive_attributes.go
model_logs_archive_create_request.go
Expand All @@ -171,14 +204,23 @@ model_logs_archive_integration_gcs.go
model_logs_archive_integration_s3.go
model_logs_archive_state.go
model_logs_archives.go
model_logs_compute.go
model_logs_compute_type.go
model_logs_group_by.go
model_logs_group_by_histogram.go
model_logs_group_by_missing.go
model_logs_group_by_total.go
model_logs_list_request.go
model_logs_list_request_filter.go
model_logs_list_request_page.go
model_logs_list_response.go
model_logs_list_response_links.go
model_logs_list_response_meta.go
model_logs_list_response_meta_page.go
model_logs_query_filter.go
model_logs_query_options.go
model_logs_response_metadata.go
model_logs_response_metadata_page.go
model_logs_sort.go
model_logs_sort_order.go
model_logs_warning.go
model_organization.go
model_organization_attributes.go
model_organizations_type.go
Expand Down
28 changes: 25 additions & 3 deletions api/v2/datadog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Class | Method | HTTP request | Description
*DashboardListsApi* | [**DeleteDashboardListItems**](docs/DashboardListsApi.md#deletedashboardlistitems) | **Delete** /api/v2/dashboard/lists/manual/{dashboard_list_id}/dashboards | Delete items from a dashboard list
*DashboardListsApi* | [**GetDashboardListItems**](docs/DashboardListsApi.md#getdashboardlistitems) | **Get** /api/v2/dashboard/lists/manual/{dashboard_list_id}/dashboards | Get a Dashboard List
*DashboardListsApi* | [**UpdateDashboardListItems**](docs/DashboardListsApi.md#updatedashboardlistitems) | **Put** /api/v2/dashboard/lists/manual/{dashboard_list_id}/dashboards | Update items of a dashboard list
*LogsApi* | [**AggregateLogs**](docs/LogsApi.md#aggregatelogs) | **Post** /api/v2/logs/analytics/aggregate | Aggregate events
*LogsApi* | [**ListLogs**](docs/LogsApi.md#listlogs) | **Post** /api/v2/logs/events/search | Get a list of logs
*LogsApi* | [**ListLogsGet**](docs/LogsApi.md#listlogsget) | **Get** /api/v2/logs/events | Get a quick list of logs
*LogsArchivesApi* | [**AddReadRoleToArchive**](docs/LogsArchivesApi.md#addreadroletoarchive) | **Post** /api/v2/logs/config/archives/{archive_id}/readers | Grant role to an archive
Expand Down Expand Up @@ -133,6 +134,18 @@ Class | Method | HTTP request | Description
- [Log](docs/Log.md)
- [LogAttributes](docs/LogAttributes.md)
- [LogType](docs/LogType.md)
- [LogsAggregateBucket](docs/LogsAggregateBucket.md)
- [LogsAggregateBucketValue](docs/LogsAggregateBucketValue.md)
- [LogsAggregateBucketValueTimeseries](docs/LogsAggregateBucketValueTimeseries.md)
- [LogsAggregateBucketValueTimeseriesPoint](docs/LogsAggregateBucketValueTimeseriesPoint.md)
- [LogsAggregateRequest](docs/LogsAggregateRequest.md)
- [LogsAggregateRequestPaging](docs/LogsAggregateRequestPaging.md)
- [LogsAggregateResponse](docs/LogsAggregateResponse.md)
- [LogsAggregateResponseData](docs/LogsAggregateResponseData.md)
- [LogsAggregateResponseStatus](docs/LogsAggregateResponseStatus.md)
- [LogsAggregateSort](docs/LogsAggregateSort.md)
- [LogsAggregateSortType](docs/LogsAggregateSortType.md)
- [LogsAggregationFunction](docs/LogsAggregationFunction.md)
- [LogsArchive](docs/LogsArchive.md)
- [LogsArchiveAttributes](docs/LogsArchiveAttributes.md)
- [LogsArchiveCreateRequest](docs/LogsArchiveCreateRequest.md)
Expand All @@ -152,14 +165,23 @@ Class | Method | HTTP request | Description
- [LogsArchiveIntegrationS3](docs/LogsArchiveIntegrationS3.md)
- [LogsArchiveState](docs/LogsArchiveState.md)
- [LogsArchives](docs/LogsArchives.md)
- [LogsCompute](docs/LogsCompute.md)
- [LogsComputeType](docs/LogsComputeType.md)
- [LogsGroupBy](docs/LogsGroupBy.md)
- [LogsGroupByHistogram](docs/LogsGroupByHistogram.md)
- [LogsGroupByMissing](docs/LogsGroupByMissing.md)
- [LogsGroupByTotal](docs/LogsGroupByTotal.md)
- [LogsListRequest](docs/LogsListRequest.md)
- [LogsListRequestFilter](docs/LogsListRequestFilter.md)
- [LogsListRequestPage](docs/LogsListRequestPage.md)
- [LogsListResponse](docs/LogsListResponse.md)
- [LogsListResponseLinks](docs/LogsListResponseLinks.md)
- [LogsListResponseMeta](docs/LogsListResponseMeta.md)
- [LogsListResponseMetaPage](docs/LogsListResponseMetaPage.md)
- [LogsQueryFilter](docs/LogsQueryFilter.md)
- [LogsQueryOptions](docs/LogsQueryOptions.md)
- [LogsResponseMetadata](docs/LogsResponseMetadata.md)
- [LogsResponseMetadataPage](docs/LogsResponseMetadataPage.md)
- [LogsSort](docs/LogsSort.md)
- [LogsSortOrder](docs/LogsSortOrder.md)
- [LogsWarning](docs/LogsWarning.md)
- [Organization](docs/Organization.md)
- [OrganizationAttributes](docs/OrganizationAttributes.md)
- [OrganizationsType](docs/OrganizationsType.md)
Expand Down
Loading

0 comments on commit 8756a9f

Please sign in to comment.