Viewing docs for zenduty 2.0.0
published on Friday, Aug 14, 2026 by zenduty
published on Friday, Aug 14, 2026 by zenduty
Viewing docs for zenduty 2.0.0
published on Friday, Aug 14, 2026 by zenduty
published on Friday, Aug 14, 2026 by zenduty
Using getIncidents
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIncidents(args: GetIncidentsArgs, opts?: InvokeOptions): Promise<GetIncidentsResult>
function getIncidentsOutput(args: GetIncidentsOutputArgs, opts?: InvokeOutputOptions): Output<GetIncidentsResult>def get_incidents(id: Optional[str] = None,
limit: Optional[float] = None,
number: Optional[str] = None,
status: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIncidentsResult
def get_incidents_output(id: pulumi.Input[Optional[str]] = None,
limit: pulumi.Input[Optional[float]] = None,
number: pulumi.Input[Optional[str]] = None,
status: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetIncidentsResult]func LookupIncidents(ctx *Context, args *LookupIncidentsArgs, opts ...InvokeOption) (*LookupIncidentsResult, error)
func LookupIncidentsOutput(ctx *Context, args *LookupIncidentsOutputArgs, opts ...InvokeOption) LookupIncidentsResultOutput> Note: This function is named LookupIncidents in the Go SDK.
public static class GetIncidents
{
public static Task<GetIncidentsResult> InvokeAsync(GetIncidentsArgs args, InvokeOptions? opts = null)
public static Output<GetIncidentsResult> Invoke(GetIncidentsInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetIncidentsResult> Invoke(GetIncidentsInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetIncidentsResult> getIncidents(GetIncidentsArgs args, InvokeOptions options)
public static Output<GetIncidentsResult> getIncidents(GetIncidentsArgs args, InvokeOptions options)
public static Output<GetIncidentsResult> getIncidents(GetIncidentsArgs args, InvokeOutputOptions options)
fn::invoke:
function: zenduty:index/getIncidents:getIncidents
arguments:
# arguments dictionarydata "zenduty_get_incidents" "name" {
# arguments
}The following arguments are supported:
- Id string
- The ID of this resource.
- Limit double
- Maximum number of incidents to fetch; the API pages 10 at a time and pages are fetched until the limit is reached. Defaults to
100.0fetches every incident — use with care on accounts with a large incident history. - Number string
- Fetch a single incident by its incident number.
- Status string
- Filter incidents by status, applied server-side:
-1open (triggered + acknowledged),1triggered,2acknowledged,3resolved.
- Id string
- The ID of this resource.
- Limit float64
- Maximum number of incidents to fetch; the API pages 10 at a time and pages are fetched until the limit is reached. Defaults to
100.0fetches every incident — use with care on accounts with a large incident history. - Number string
- Fetch a single incident by its incident number.
- Status string
- Filter incidents by status, applied server-side:
-1open (triggered + acknowledged),1triggered,2acknowledged,3resolved.
- id string
- The ID of this resource.
- limit number
- Maximum number of incidents to fetch; the API pages 10 at a time and pages are fetched until the limit is reached. Defaults to
100.0fetches every incident — use with care on accounts with a large incident history. - number string
- Fetch a single incident by its incident number.
- status string
- Filter incidents by status, applied server-side:
-1open (triggered + acknowledged),1triggered,2acknowledged,3resolved.
- id String
- The ID of this resource.
- limit Double
- Maximum number of incidents to fetch; the API pages 10 at a time and pages are fetched until the limit is reached. Defaults to
100.0fetches every incident — use with care on accounts with a large incident history. - number String
- Fetch a single incident by its incident number.
- status String
- Filter incidents by status, applied server-side:
-1open (triggered + acknowledged),1triggered,2acknowledged,3resolved.
- id string
- The ID of this resource.
- limit number
- Maximum number of incidents to fetch; the API pages 10 at a time and pages are fetched until the limit is reached. Defaults to
100.0fetches every incident — use with care on accounts with a large incident history. - number string
- Fetch a single incident by its incident number.
- status string
- Filter incidents by status, applied server-side:
-1open (triggered + acknowledged),1triggered,2acknowledged,3resolved.
- id str
- The ID of this resource.
- limit float
- Maximum number of incidents to fetch; the API pages 10 at a time and pages are fetched until the limit is reached. Defaults to
100.0fetches every incident — use with care on accounts with a large incident history. - number str
- Fetch a single incident by its incident number.
- status str
- Filter incidents by status, applied server-side:
-1open (triggered + acknowledged),1triggered,2acknowledged,3resolved.
- id String
- The ID of this resource.
- limit Number
- Maximum number of incidents to fetch; the API pages 10 at a time and pages are fetched until the limit is reached. Defaults to
100.0fetches every incident — use with care on accounts with a large incident history. - number String
- Fetch a single incident by its incident number.
- status String
- Filter incidents by status, applied server-side:
-1open (triggered + acknowledged),1triggered,2acknowledged,3resolved.
getIncidents Result
The following output properties are available:
- Id string
- The ID of this resource.
- Results
List<Get
Incidents Result> - Limit double
- Maximum number of incidents to fetch; the API pages 10 at a time and pages are fetched until the limit is reached. Defaults to
100.0fetches every incident — use with care on accounts with a large incident history. - Number string
- Fetch a single incident by its incident number.
- Status string
- Filter incidents by status, applied server-side:
-1open (triggered + acknowledged),1triggered,2acknowledged,3resolved.
- Id string
- The ID of this resource.
- Results
[]Get
Incidents Result - Limit float64
- Maximum number of incidents to fetch; the API pages 10 at a time and pages are fetched until the limit is reached. Defaults to
100.0fetches every incident — use with care on accounts with a large incident history. - Number string
- Fetch a single incident by its incident number.
- Status string
- Filter incidents by status, applied server-side:
-1open (triggered + acknowledged),1triggered,2acknowledged,3resolved.
- id string
- The ID of this resource.
- results list(object)
- limit number
- Maximum number of incidents to fetch; the API pages 10 at a time and pages are fetched until the limit is reached. Defaults to
100.0fetches every incident — use with care on accounts with a large incident history. - number string
- Fetch a single incident by its incident number.
- status string
- Filter incidents by status, applied server-side:
-1open (triggered + acknowledged),1triggered,2acknowledged,3resolved.
- id String
- The ID of this resource.
- results
List<Get
Incidents Result> - limit Double
- Maximum number of incidents to fetch; the API pages 10 at a time and pages are fetched until the limit is reached. Defaults to
100.0fetches every incident — use with care on accounts with a large incident history. - number String
- Fetch a single incident by its incident number.
- status String
- Filter incidents by status, applied server-side:
-1open (triggered + acknowledged),1triggered,2acknowledged,3resolved.
- id string
- The ID of this resource.
- results
Get
Incidents Result[] - limit number
- Maximum number of incidents to fetch; the API pages 10 at a time and pages are fetched until the limit is reached. Defaults to
100.0fetches every incident — use with care on accounts with a large incident history. - number string
- Fetch a single incident by its incident number.
- status string
- Filter incidents by status, applied server-side:
-1open (triggered + acknowledged),1triggered,2acknowledged,3resolved.
- id str
- The ID of this resource.
- results
Sequence[Get
Incidents Result] - limit float
- Maximum number of incidents to fetch; the API pages 10 at a time and pages are fetched until the limit is reached. Defaults to
100.0fetches every incident — use with care on accounts with a large incident history. - number str
- Fetch a single incident by its incident number.
- status str
- Filter incidents by status, applied server-side:
-1open (triggered + acknowledged),1triggered,2acknowledged,3resolved.
- id String
- The ID of this resource.
- results List<Property Map>
- limit Number
- Maximum number of incidents to fetch; the API pages 10 at a time and pages are fetched until the limit is reached. Defaults to
100.0fetches every incident — use with care on accounts with a large incident history. - number String
- Fetch a single incident by its incident number.
- status String
- Filter incidents by status, applied server-side:
-1open (triggered + acknowledged),1triggered,2acknowledged,3resolved.
Supporting Types
GetIncidentsResult
- Acknowledged
Date string - Assigned
To string - Assigned
To stringName - Context
Window stringEnd - Context
Window stringStart - Creation
Date string - Escalation
Policy string - Escalation
Policy stringObject Name - Escalation
Policy stringObject Unique Id - Incident
Key string - Incident
Number double - Merged
With string - Resolved
Date string - Service string
- Service
Object doubleAcknowledgement Timeout - Service
Object doubleAuto Resolve Timeout - Service
Object doubleCollation - Service
Object doubleCollation Time - Service
Object stringCreated By - Service
Object stringCreation Date - Service
Object stringDescription - Service
Object stringEscalation Policy - Service
Object stringName - Service
Object stringSla - Service
Object doubleStatus - Service
Object stringSummary - Service
Object stringTask Template - Service
Object stringTeam - Service
Object stringTeam Priority - Service
Object stringUnique Id - Sla string
- Status double
- Summary string
- Team
Priority string - Team
Priority stringObject - Title string
- Unique
Id string - Urgency double
- Acknowledged
Date string - Assigned
To string - Assigned
To stringName - Context
Window stringEnd - Context
Window stringStart - Creation
Date string - Escalation
Policy string - Escalation
Policy stringObject Name - Escalation
Policy stringObject Unique Id - Incident
Key string - Incident
Number float64 - Merged
With string - Resolved
Date string - Service string
- Service
Object float64Acknowledgement Timeout - Service
Object float64Auto Resolve Timeout - Service
Object float64Collation - Service
Object float64Collation Time - Service
Object stringCreated By - Service
Object stringCreation Date - Service
Object stringDescription - Service
Object stringEscalation Policy - Service
Object stringName - Service
Object stringSla - Service
Object float64Status - Service
Object stringSummary - Service
Object stringTask Template - Service
Object stringTeam - Service
Object stringTeam Priority - Service
Object stringUnique Id - Sla string
- Status float64
- Summary string
- Team
Priority string - Team
Priority stringObject - Title string
- Unique
Id string - Urgency float64
- acknowledged_
date string - assigned_
to string - assigned_
to_ stringname - context_
window_ stringend - context_
window_ stringstart - creation_
date string - escalation_
policy string - escalation_
policy_ stringobject_ name - escalation_
policy_ stringobject_ unique_ id - incident_
key string - incident_
number number - merged_
with string - resolved_
date string - service string
- service_
object_ numberacknowledgement_ timeout - service_
object_ numberauto_ resolve_ timeout - service_
object_ numbercollation - service_
object_ numbercollation_ time - service_
object_ stringcreated_ by - service_
object_ stringcreation_ date - service_
object_ stringdescription - service_
object_ stringescalation_ policy - service_
object_ stringname - service_
object_ stringsla - service_
object_ numberstatus - service_
object_ stringsummary - service_
object_ stringtask_ template - service_
object_ stringteam - service_
object_ stringteam_ priority - service_
object_ stringunique_ id - sla string
- status number
- summary string
- team_
priority string - team_
priority_ stringobject - title string
- unique_
id string - urgency number
- acknowledged
Date String - assigned
To String - assigned
To StringName - context
Window StringEnd - context
Window StringStart - creation
Date String - escalation
Policy String - escalation
Policy StringObject Name - escalation
Policy StringObject Unique Id - incident
Key String - incident
Number Double - merged
With String - resolved
Date String - service String
- service
Object DoubleAcknowledgement Timeout - service
Object DoubleAuto Resolve Timeout - service
Object DoubleCollation - service
Object DoubleCollation Time - service
Object StringCreated By - service
Object StringCreation Date - service
Object StringDescription - service
Object StringEscalation Policy - service
Object StringName - service
Object StringSla - service
Object DoubleStatus - service
Object StringSummary - service
Object StringTask Template - service
Object StringTeam - service
Object StringTeam Priority - service
Object StringUnique Id - sla String
- status Double
- summary String
- team
Priority String - team
Priority StringObject - title String
- unique
Id String - urgency Double
- acknowledged
Date string - assigned
To string - assigned
To stringName - context
Window stringEnd - context
Window stringStart - creation
Date string - escalation
Policy string - escalation
Policy stringObject Name - escalation
Policy stringObject Unique Id - incident
Key string - incident
Number number - merged
With string - resolved
Date string - service string
- service
Object numberAcknowledgement Timeout - service
Object numberAuto Resolve Timeout - service
Object numberCollation - service
Object numberCollation Time - service
Object stringCreated By - service
Object stringCreation Date - service
Object stringDescription - service
Object stringEscalation Policy - service
Object stringName - service
Object stringSla - service
Object numberStatus - service
Object stringSummary - service
Object stringTask Template - service
Object stringTeam - service
Object stringTeam Priority - service
Object stringUnique Id - sla string
- status number
- summary string
- team
Priority string - team
Priority stringObject - title string
- unique
Id string - urgency number
- acknowledged_
date str - assigned_
to str - assigned_
to_ strname - context_
window_ strend - context_
window_ strstart - creation_
date str - escalation_
policy str - escalation_
policy_ strobject_ name - escalation_
policy_ strobject_ unique_ id - incident_
key str - incident_
number float - merged_
with str - resolved_
date str - service str
- service_
object_ floatacknowledgement_ timeout - service_
object_ floatauto_ resolve_ timeout - service_
object_ floatcollation - service_
object_ floatcollation_ time - service_
object_ strcreated_ by - service_
object_ strcreation_ date - service_
object_ strdescription - service_
object_ strescalation_ policy - service_
object_ strname - service_
object_ strsla - service_
object_ floatstatus - service_
object_ strsummary - service_
object_ strtask_ template - service_
object_ strteam - service_
object_ strteam_ priority - service_
object_ strunique_ id - sla str
- status float
- summary str
- team_
priority str - team_
priority_ strobject - title str
- unique_
id str - urgency float
- acknowledged
Date String - assigned
To String - assigned
To StringName - context
Window StringEnd - context
Window StringStart - creation
Date String - escalation
Policy String - escalation
Policy StringObject Name - escalation
Policy StringObject Unique Id - incident
Key String - incident
Number Number - merged
With String - resolved
Date String - service String
- service
Object NumberAcknowledgement Timeout - service
Object NumberAuto Resolve Timeout - service
Object NumberCollation - service
Object NumberCollation Time - service
Object StringCreated By - service
Object StringCreation Date - service
Object StringDescription - service
Object StringEscalation Policy - service
Object StringName - service
Object StringSla - service
Object NumberStatus - service
Object StringSummary - service
Object StringTask Template - service
Object StringTeam - service
Object StringTeam Priority - service
Object StringUnique Id - sla String
- status Number
- summary String
- team
Priority String - team
Priority StringObject - title String
- unique
Id String - urgency Number
Package Details
- Repository
- zenduty zenduty/terraform-provider-zenduty
- License
- Notes
- This Pulumi package is based on the
zendutyTerraform Provider.
Viewing docs for zenduty 2.0.0
published on Friday, Aug 14, 2026 by zenduty
published on Friday, Aug 14, 2026 by zenduty