Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Logs Archives endpoints #323

Merged
merged 18 commits into from
Jun 4, 2020
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
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-06-03 07:12:44.642879",
"spec_repo_commit": "80b557a"
"regenerated": "2020-06-04 13:37:39.934098",
"spec_repo_commit": "343cf1b"
},
"v2": {
"apigentools_version": "1.2.0",
"regenerated": "2020-06-03 07:12:49.322758",
"spec_repo_commit": "80b557a"
"regenerated": "2020-06-04 13:37:44.452832",
"spec_repo_commit": "343cf1b"
}
}
}
42 changes: 42 additions & 0 deletions api/v2/datadog/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
README.md
api/openapi.yaml
api_dashboard_lists.go
api_logs_archives.go
api_roles.go
api_security_monitoring.go
api_users.go
Expand All @@ -23,6 +24,26 @@ docs/DashboardListUpdateItemsRequest.md
docs/DashboardListUpdateItemsResponse.md
docs/DashboardListsApi.md
docs/DashboardType.md
docs/LogsArchive.md
docs/LogsArchiveAttributes.md
docs/LogsArchiveCreateRequest.md
docs/LogsArchiveCreateRequestAttributes.md
docs/LogsArchiveCreateRequestDefinition.md
docs/LogsArchiveCreateRequestDestination.md
docs/LogsArchiveDefinition.md
docs/LogsArchiveDestination.md
docs/LogsArchiveDestinationAzure.md
docs/LogsArchiveDestinationAzureType.md
docs/LogsArchiveDestinationGCS.md
docs/LogsArchiveDestinationGCSType.md
docs/LogsArchiveDestinationS3.md
docs/LogsArchiveDestinationS3Type.md
docs/LogsArchiveIntegrationAzure.md
docs/LogsArchiveIntegrationGCS.md
docs/LogsArchiveIntegrationS3.md
docs/LogsArchiveState.md
docs/LogsArchives.md
docs/LogsArchivesApi.md
docs/Organization.md
docs/OrganizationAttributes.md
docs/OrganizationsType.md
Expand All @@ -38,6 +59,7 @@ docs/RelationshipToOrganizations.md
docs/RelationshipToPermission.md
docs/RelationshipToPermissionData.md
docs/RelationshipToPermissions.md
docs/RelationshipToRole.md
docs/RelationshipToRoleData.md
docs/RelationshipToRoles.md
docs/RelationshipToUser.md
Expand Down Expand Up @@ -110,6 +132,25 @@ model_dashboard_list_items.go
model_dashboard_list_update_items_request.go
model_dashboard_list_update_items_response.go
model_dashboard_type.go
model_logs_archive.go
model_logs_archive_attributes.go
model_logs_archive_create_request.go
model_logs_archive_create_request_attributes.go
model_logs_archive_create_request_definition.go
model_logs_archive_create_request_destination.go
model_logs_archive_definition.go
model_logs_archive_destination.go
model_logs_archive_destination_azure.go
model_logs_archive_destination_azure_type.go
model_logs_archive_destination_gcs.go
model_logs_archive_destination_gcs_type.go
model_logs_archive_destination_s3.go
model_logs_archive_destination_s3_type.go
model_logs_archive_integration_azure.go
model_logs_archive_integration_gcs.go
model_logs_archive_integration_s3.go
model_logs_archive_state.go
model_logs_archives.go
model_organization.go
model_organization_attributes.go
model_organizations_type.go
Expand All @@ -125,6 +166,7 @@ model_relationship_to_organizations.go
model_relationship_to_permission.go
model_relationship_to_permission_data.go
model_relationship_to_permissions.go
model_relationship_to_role.go
model_relationship_to_role_data.go
model_relationship_to_roles.go
model_relationship_to_user.go
Expand Down
28 changes: 28 additions & 0 deletions api/v2/datadog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ 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
*LogsArchivesApi* | [**AddReadRoleToArchive**](docs/LogsArchivesApi.md#addreadroletoarchive) | **Post** /api/v2/logs/config/archives/{archive_id}/readers | Grant role to an archive
*LogsArchivesApi* | [**CreateLogsArchive**](docs/LogsArchivesApi.md#createlogsarchive) | **Post** /api/v2/logs/config/archives | Create an archive
*LogsArchivesApi* | [**DeleteLogsArchive**](docs/LogsArchivesApi.md#deletelogsarchive) | **Delete** /api/v2/logs/config/archives/{archive_id} | Delete an archive
*LogsArchivesApi* | [**GetLogsArchive**](docs/LogsArchivesApi.md#getlogsarchive) | **Get** /api/v2/logs/config/archives/{archive_id} | Get an archive
*LogsArchivesApi* | [**ListArchiveReadRoles**](docs/LogsArchivesApi.md#listarchivereadroles) | **Get** /api/v2/logs/config/archives/{archive_id}/readers | List read roles for an archive
*LogsArchivesApi* | [**ListLogsArchives**](docs/LogsArchivesApi.md#listlogsarchives) | **Get** /api/v2/logs/config/archives | Get all archives
*LogsArchivesApi* | [**RemoveRoleFromArchive**](docs/LogsArchivesApi.md#removerolefromarchive) | **Delete** /api/v2/logs/config/archives/{archive_id}/readers | Revoke role from an archive
*LogsArchivesApi* | [**UpdateLogsArchive**](docs/LogsArchivesApi.md#updatelogsarchive) | **Put** /api/v2/logs/config/archives/{archive_id} | Update an archive
*RolesApi* | [**AddPermissionToRole**](docs/RolesApi.md#addpermissiontorole) | **Post** /api/v2/roles/{role_id}/permissions | Grant permission to a role
*RolesApi* | [**AddUserToRole**](docs/RolesApi.md#addusertorole) | **Post** /api/v2/roles/{role_id}/users | Add a user to a role
*RolesApi* | [**CreateRole**](docs/RolesApi.md#createrole) | **Post** /api/v2/roles | Create role
Expand Down Expand Up @@ -120,6 +128,25 @@ Class | Method | HTTP request | Description
- [DashboardListUpdateItemsRequest](docs/DashboardListUpdateItemsRequest.md)
- [DashboardListUpdateItemsResponse](docs/DashboardListUpdateItemsResponse.md)
- [DashboardType](docs/DashboardType.md)
- [LogsArchive](docs/LogsArchive.md)
- [LogsArchiveAttributes](docs/LogsArchiveAttributes.md)
- [LogsArchiveCreateRequest](docs/LogsArchiveCreateRequest.md)
- [LogsArchiveCreateRequestAttributes](docs/LogsArchiveCreateRequestAttributes.md)
- [LogsArchiveCreateRequestDefinition](docs/LogsArchiveCreateRequestDefinition.md)
- [LogsArchiveCreateRequestDestination](docs/LogsArchiveCreateRequestDestination.md)
- [LogsArchiveDefinition](docs/LogsArchiveDefinition.md)
- [LogsArchiveDestination](docs/LogsArchiveDestination.md)
- [LogsArchiveDestinationAzure](docs/LogsArchiveDestinationAzure.md)
- [LogsArchiveDestinationAzureType](docs/LogsArchiveDestinationAzureType.md)
- [LogsArchiveDestinationGCS](docs/LogsArchiveDestinationGCS.md)
- [LogsArchiveDestinationGCSType](docs/LogsArchiveDestinationGCSType.md)
- [LogsArchiveDestinationS3](docs/LogsArchiveDestinationS3.md)
- [LogsArchiveDestinationS3Type](docs/LogsArchiveDestinationS3Type.md)
- [LogsArchiveIntegrationAzure](docs/LogsArchiveIntegrationAzure.md)
- [LogsArchiveIntegrationGCS](docs/LogsArchiveIntegrationGCS.md)
- [LogsArchiveIntegrationS3](docs/LogsArchiveIntegrationS3.md)
- [LogsArchiveState](docs/LogsArchiveState.md)
- [LogsArchives](docs/LogsArchives.md)
- [Organization](docs/Organization.md)
- [OrganizationAttributes](docs/OrganizationAttributes.md)
- [OrganizationsType](docs/OrganizationsType.md)
Expand All @@ -135,6 +162,7 @@ Class | Method | HTTP request | Description
- [RelationshipToPermission](docs/RelationshipToPermission.md)
- [RelationshipToPermissionData](docs/RelationshipToPermissionData.md)
- [RelationshipToPermissions](docs/RelationshipToPermissions.md)
- [RelationshipToRole](docs/RelationshipToRole.md)
- [RelationshipToRoleData](docs/RelationshipToRoleData.md)
- [RelationshipToRoles](docs/RelationshipToRoles.md)
- [RelationshipToUser](docs/RelationshipToUser.md)
Expand Down
Loading