Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 23.4 KB

getmilestonefunnelmetricsrequest.md

File metadata and controls

36 lines (33 loc) · 23.4 KB

GetMilestoneFunnelMetricsRequest

Fields

Field Type Required Description
Conditions *string A JSON string that defines 'logic' and 'user_data'
Environments *string A comma separated list of environment IDs or 'is_empty' to filter for incidents with no impacted environments
Services *string A comma separated list of service IDs or 'is_empty' to filter for incidents with no impacted services
Functionalities *string A comma separated list of functionality IDs or 'is_empty' to filter for incidents with no impacted functionalities
ExcludedInfrastructureIds *string A comma separated list of infrastructure IDs. Returns incidents that do not have the following infrastructure ids associated with them.
Teams *string A comma separated list of team IDs
AssignedTeams *string A comma separated list of IDs for assigned teams or 'is_empty' to filter for incidents with no active team assignments
Status *string Incident status
StartDate *types.Date Filters for incidents that started on or after this date
EndDate *types.Date Filters for incidents that started on or before this date
ResolvedAtOrAfter *time.Time Filters for incidents that were resolved at or after this time. Combine this with the current_milestones parameter if you wish to omit incidents that were re-opened and are still active.
ResolvedAtOrBefore *time.Time Filters for incidents that were resolved at or before this time. Combine this with the current_milestones parameter if you wish to omit incidents that were re-opened and are still active.
CreatedAtOrAfter *time.Time Filters for incidents that were created at or after this time
CreatedAtOrBefore *time.Time Filters for incidents that were created at or before this time
Query *string A text query for an incident that searches on name, summary, and desciption
Name *string A query to search incidents by their name
SavedSearchID *string The id of a previously saved search.
Priorities *string A text value of priority
PriorityNotSet *bool Flag for including incidents where priority has not been set
Severities *string A text value of severity
SeverityNotSet *bool Flag for including incidents where severity has not been set
CurrentMilestones *string A comma separated list of current milestones
Tags *string A comma separated list of tags
TagMatchStrategy *operations.GetMilestoneFunnelMetricsQueryParamTagMatchStrategy A matching strategy for the tags provided
Archived *bool Return archived incidents
UpdatedAfter *time.Time Filters for incidents that were updated after this date
UpdatedBefore *time.Time Filters for incidents that were updated before this date
IncidentTypeID *string A comma separated list of incident type IDs
RequestBody *operations.GetMilestoneFunnelMetricsRequestBody N/A