Skip to content
Closed
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
3 changes: 2 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,8 @@ components:
format: int64
type: integer
PageSize:
description: Size for a given page. The maximum allowed value is 100.
description: Size for a given page. The maximum allowed value is 100. Test change
to trigger client generation.
in: query
name: page[size]
required: false
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog_api_client/v2/api/authn_mappings_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def list_authn_mappings(opts = {})
# List all AuthN Mappings in the org.
#
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_number Specific page number to return.
# @option opts [AuthNMappingsSort] :sort Sort AuthN Mappings depending on the given field.
# @option opts [String] :filter Filter all mappings by the given string.
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog_api_client/v2/api/case_management_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def search_cases(opts = {})
# Search cases.
#
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_number Specific page number to return.
# @option opts [CaseSortableField] :sort_field Specify which field to sort
# @option opts [String] :filter Search query
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog_api_client/v2/api/incident_services_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def list_incident_services(opts = {})
#
# @param opts [Hash] the optional parameters
# @option opts [IncidentRelatedObject] :include Specifies which types of related objects should be included in the response.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_offset Specific offset to use as the beginning of the returned page.
# @option opts [String] :filter A search query that filters services by name.
# @return [Array<(IncidentServicesResponse, Integer, Hash)>] IncidentServicesResponse data, response status code and response headers
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog_api_client/v2/api/incident_teams_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def list_incident_teams(opts = {})
#
# @param opts [Hash] the optional parameters
# @option opts [IncidentRelatedObject] :include Specifies which types of related objects should be included in the response.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_offset Specific offset to use as the beginning of the returned page.
# @option opts [String] :filter A search query that filters teams by name.
# @return [Array<(IncidentTeamsResponse, Integer, Hash)>] IncidentTeamsResponse data, response status code and response headers
Expand Down
4 changes: 2 additions & 2 deletions lib/datadog_api_client/v2/api/incidents_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1651,7 +1651,7 @@ def list_incidents(opts = {})
#
# @param opts [Hash] the optional parameters
# @option opts [Array<IncidentRelatedObject>] :include Specifies which types of related objects should be included in the response.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_offset Specific offset to use as the beginning of the returned page.
# @return [Array<(IncidentsResponse, Integer, Hash)>] IncidentsResponse data, response status code and response headers
def list_incidents_with_http_info(opts = {})
Expand Down Expand Up @@ -1885,7 +1885,7 @@ def search_incidents(query, opts = {})
# @param opts [Hash] the optional parameters
# @option opts [IncidentRelatedObject] :include Specifies which types of related objects should be included in the response.
# @option opts [IncidentSearchSortOrder] :sort Specifies the order of returned incidents.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_offset Specific offset to use as the beginning of the returned page.
# @return [Array<(IncidentSearchResponse, Integer, Hash)>] IncidentSearchResponse data, response status code and response headers
def search_incidents_with_http_info(query, opts = {})
Expand Down
6 changes: 3 additions & 3 deletions lib/datadog_api_client/v2/api/key_management_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ def list_api_keys(opts = {})
# List all API keys available for your account.
#
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_number Specific page number to return.
# @option opts [APIKeysSort] :sort API key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.
# @option opts [String] :filter Filter API keys by the specified string.
Expand Down Expand Up @@ -650,7 +650,7 @@ def list_application_keys(opts = {})
# List all application keys available for your org
#
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_number Specific page number to return.
# @option opts [ApplicationKeysSort] :sort Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.
# @option opts [String] :filter Filter application keys by the specified string.
Expand Down Expand Up @@ -728,7 +728,7 @@ def list_current_user_application_keys(opts = {})
# List all application keys available for current user
#
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_number Specific page number to return.
# @option opts [ApplicationKeysSort] :sort Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.
# @option opts [String] :filter Filter application keys by the specified string.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def list_devices(opts = {})
# Get the list of devices.
#
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_number Specific page number to return.
# @option opts [String] :sort The field to sort the devices by.
# @option opts [String] :filter_tag Filter devices by tag.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def list_pipelines(opts = {})
# Retrieve a list of pipelines.
#
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_number Specific page number to return.
# @return [Array<(ListPipelinesResponse, Integer, Hash)>] ListPipelinesResponse data, response status code and response headers
def list_pipelines_with_http_info(opts = {})
Expand Down
4 changes: 2 additions & 2 deletions lib/datadog_api_client/v2/api/roles_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ def list_roles(opts = {})
# Returns all roles, including their names and their unique identifiers.
#
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_number Specific page number to return.
# @option opts [RolesSort] :sort Sort roles depending on the given field. Sort order is **ascending** by default. Sort order is **descending** if the field is prefixed by a negative sign, for example: `sort=-name`.
# @option opts [String] :filter Filter all roles by the given string.
Expand Down Expand Up @@ -649,7 +649,7 @@ def list_role_users(role_id, opts = {})
#
# @param role_id [String] The unique identifier of the role.
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_number Specific page number to return.
# @option opts [String] :sort User attribute to order results by. Sort order is **ascending** by default. Sort order is **descending** if the field is prefixed by a negative sign, for example `sort=-name`. Options: `name`, `email`, `status`.
# @option opts [String] :filter Filter all users by the given string. Defaults to no filtering.
Expand Down
6 changes: 3 additions & 3 deletions lib/datadog_api_client/v2/api/security_monitoring_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1685,7 +1685,7 @@ def get_rule_version_history(rule_id, opts = {})
#
# @param rule_id [String] The ID of the rule.
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_number Specific page number to return.
# @return [Array<(GetRuleVersionHistoryResponse, Integer, Hash)>] GetRuleVersionHistoryResponse data, response status code and response headers
def get_rule_version_history_with_http_info(rule_id, opts = {})
Expand Down Expand Up @@ -2934,7 +2934,7 @@ def list_historical_jobs(opts = {})
# List historical jobs.
#
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_number Specific page number to return.
# @option opts [String] :sort The order of the jobs in results.
# @option opts [String] :filter_query Query used to filter items from the fetched list.
Expand Down Expand Up @@ -3153,7 +3153,7 @@ def list_security_monitoring_rules(opts = {})
# List rules.
#
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_number Specific page number to return.
# @return [Array<(SecurityMonitoringListRulesResponse, Integer, Hash)>] SecurityMonitoringListRulesResponse data, response status code and response headers
def list_security_monitoring_rules_with_http_info(opts = {})
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog_api_client/v2/api/service_accounts_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def list_service_account_application_keys(service_account_id, opts = {})
#
# @param service_account_id [String] The ID of the service account.
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_number Specific page number to return.
# @option opts [ApplicationKeysSort] :sort Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.
# @option opts [String] :filter Filter application keys by the specified string.
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog_api_client/v2/api/service_definition_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def list_service_definitions(opts = {})
# Get a list of all service definitions from the Datadog Service Catalog.
#
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_number Specific page number to return.
# @option opts [ServiceDefinitionSchemaVersions] :schema_version The schema version desired in the response.
# @return [Array<(ServiceDefinitionsListResponse, Integer, Hash)>] ServiceDefinitionsListResponse data, response status code and response headers
Expand Down
4 changes: 2 additions & 2 deletions lib/datadog_api_client/v2/api/service_scorecards_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def list_scorecard_outcomes(opts = {})
# Fetches all rule outcomes.
#
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_offset Specific offset to use as the beginning of the returned page.
# @option opts [String] :include Include related rule details in the response.
# @option opts [String] :fields_outcome Return only specified values in the outcome attributes.
Expand Down Expand Up @@ -360,7 +360,7 @@ def list_scorecard_rules(opts = {})
# Fetch all rules.
#
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_offset Specific offset to use as the beginning of the returned page.
# @option opts [String] :include Include related scorecard details in the response.
# @option opts [String] :filter_rule_id Filter the rules on a rule ID.
Expand Down
6 changes: 3 additions & 3 deletions lib/datadog_api_client/v2/api/teams_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ def get_team_memberships(team_id, opts = {})
#
# @param team_id [String] None
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_number Specific page number to return.
# @option opts [GetTeamMembershipsSort] :sort Specifies the order of returned team memberships
# @option opts [String] :filter_keyword Search query, can be user email or name
Expand Down Expand Up @@ -962,7 +962,7 @@ def list_member_teams(super_team_id, opts = {})
#
# @param super_team_id [String] None
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_number Specific page number to return.
# @option opts [Array<TeamsField>] :fields_team List of fields that need to be fetched.
# @return [Array<(TeamsResponse, Integer, Hash)>] TeamsResponse data, response status code and response headers
Expand Down Expand Up @@ -1062,7 +1062,7 @@ def list_teams(opts = {})
#
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_number Specific page number to return.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [ListTeamsSort] :sort Specifies the order of the returned teams
# @option opts [Array<ListTeamsInclude>] :include Included related resources optionally requested. Allowed enum values: `team_links, user_team_permissions`
# @option opts [String] :filter_keyword Search query. Can be team name, team handle, or email of team member
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog_api_client/v2/api/users_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def list_users(opts = {})
# all users even if they are deactivated or unverified.
#
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_number Specific page number to return.
# @option opts [String] :sort User attribute to order results by. Sort order is ascending by default. Sort order is descending if the field is prefixed by a negative sign, for example `sort=-name`. Options: `name`, `modified_at`, `user_count`.
# @option opts [QuerySortOrder] :sort_dir Direction of sort. Options: `asc`, `desc`.
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog_api_client/v2/api/workflow_automation_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def list_workflow_instances(workflow_id, opts = {})
#
# @param workflow_id [String] The ID of the workflow.
# @param opts [Hash] the optional parameters
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
# @option opts [Integer] :page_number Specific page number to return.
# @return [Array<(WorkflowListInstancesResponse, Integer, Hash)>] WorkflowListInstancesResponse data, response status code and response headers
def list_workflow_instances_with_http_info(workflow_id, opts = {})
Expand Down
Loading