1. Packages
  2. Azure Native
  3. API Docs
  4. alertsmanagement
  5. listIssueAlerts
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.4.0 published on Wednesday, May 7, 2025 by Pulumi

azure-native.alertsmanagement.listIssueAlerts

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.4.0 published on Wednesday, May 7, 2025 by Pulumi

    List all alerts in the issue - this method uses pagination to return all alerts

    Uses Azure REST API version 2025-03-01-preview.

    Using listIssueAlerts

    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 listIssueAlerts(args: ListIssueAlertsArgs, opts?: InvokeOptions): Promise<ListIssueAlertsResult>
    function listIssueAlertsOutput(args: ListIssueAlertsOutputArgs, opts?: InvokeOptions): Output<ListIssueAlertsResult>
    def list_issue_alerts(filter: Optional[str] = None,
                          issue_name: Optional[str] = None,
                          resource_uri: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> ListIssueAlertsResult
    def list_issue_alerts_output(filter: Optional[pulumi.Input[str]] = None,
                          issue_name: Optional[pulumi.Input[str]] = None,
                          resource_uri: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[ListIssueAlertsResult]
    func ListIssueAlerts(ctx *Context, args *ListIssueAlertsArgs, opts ...InvokeOption) (*ListIssueAlertsResult, error)
    func ListIssueAlertsOutput(ctx *Context, args *ListIssueAlertsOutputArgs, opts ...InvokeOption) ListIssueAlertsResultOutput

    > Note: This function is named ListIssueAlerts in the Go SDK.

    public static class ListIssueAlerts 
    {
        public static Task<ListIssueAlertsResult> InvokeAsync(ListIssueAlertsArgs args, InvokeOptions? opts = null)
        public static Output<ListIssueAlertsResult> Invoke(ListIssueAlertsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListIssueAlertsResult> listIssueAlerts(ListIssueAlertsArgs args, InvokeOptions options)
    public static Output<ListIssueAlertsResult> listIssueAlerts(ListIssueAlertsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:alertsmanagement:listIssueAlerts
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IssueName string
    The name of the IssueResource
    ResourceUri string
    The fully qualified Azure Resource manager identifier of the resource.
    Filter string
    The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'"
    IssueName string
    The name of the IssueResource
    ResourceUri string
    The fully qualified Azure Resource manager identifier of the resource.
    Filter string
    The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'"
    issueName String
    The name of the IssueResource
    resourceUri String
    The fully qualified Azure Resource manager identifier of the resource.
    filter String
    The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'"
    issueName string
    The name of the IssueResource
    resourceUri string
    The fully qualified Azure Resource manager identifier of the resource.
    filter string
    The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'"
    issue_name str
    The name of the IssueResource
    resource_uri str
    The fully qualified Azure Resource manager identifier of the resource.
    filter str
    The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'"
    issueName String
    The name of the IssueResource
    resourceUri String
    The fully qualified Azure Resource manager identifier of the resource.
    filter String
    The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'"

    listIssueAlerts Result

    The following output properties are available:

    Value List<Pulumi.AzureNative.AlertsManagement.Outputs.RelatedAlertResponse>
    The RelatedAlert items on this page
    NextLink string
    The link to the next page of items
    Value []RelatedAlertResponse
    The RelatedAlert items on this page
    NextLink string
    The link to the next page of items
    value List<RelatedAlertResponse>
    The RelatedAlert items on this page
    nextLink String
    The link to the next page of items
    value RelatedAlertResponse[]
    The RelatedAlert items on this page
    nextLink string
    The link to the next page of items
    value Sequence[RelatedAlertResponse]
    The RelatedAlert items on this page
    next_link str
    The link to the next page of items
    value List<Property Map>
    The RelatedAlert items on this page
    nextLink String
    The link to the next page of items

    Supporting Types

    OriginResponse

    AddedBy string
    The ID of the origin - for example, in case of 'Manual', the object ID of the identity, and in case of 'Automatic', the name of the automatic system
    AddedByType string
    The source of the origin - Manual or Automatic
    AddedBy string
    The ID of the origin - for example, in case of 'Manual', the object ID of the identity, and in case of 'Automatic', the name of the automatic system
    AddedByType string
    The source of the origin - Manual or Automatic
    addedBy String
    The ID of the origin - for example, in case of 'Manual', the object ID of the identity, and in case of 'Automatic', the name of the automatic system
    addedByType String
    The source of the origin - Manual or Automatic
    addedBy string
    The ID of the origin - for example, in case of 'Manual', the object ID of the identity, and in case of 'Automatic', the name of the automatic system
    addedByType string
    The source of the origin - Manual or Automatic
    added_by str
    The ID of the origin - for example, in case of 'Manual', the object ID of the identity, and in case of 'Automatic', the name of the automatic system
    added_by_type str
    The source of the origin - Manual or Automatic
    addedBy String
    The ID of the origin - for example, in case of 'Manual', the object ID of the identity, and in case of 'Automatic', the name of the automatic system
    addedByType String
    The source of the origin - Manual or Automatic

    RelatedAlertResponse

    AddedAt string
    The time this relation was added to the issue (in UTC)
    Id string
    The alert ID
    LastModifiedAt string
    The last update time of this relation (in UTC)
    Origin Pulumi.AzureNative.AlertsManagement.Inputs.OriginResponse
    The source that related the alert to the issue
    Relevance string
    The alerts's relevance status
    AddedAt string
    The time this relation was added to the issue (in UTC)
    Id string
    The alert ID
    LastModifiedAt string
    The last update time of this relation (in UTC)
    Origin OriginResponse
    The source that related the alert to the issue
    Relevance string
    The alerts's relevance status
    addedAt String
    The time this relation was added to the issue (in UTC)
    id String
    The alert ID
    lastModifiedAt String
    The last update time of this relation (in UTC)
    origin OriginResponse
    The source that related the alert to the issue
    relevance String
    The alerts's relevance status
    addedAt string
    The time this relation was added to the issue (in UTC)
    id string
    The alert ID
    lastModifiedAt string
    The last update time of this relation (in UTC)
    origin OriginResponse
    The source that related the alert to the issue
    relevance string
    The alerts's relevance status
    added_at str
    The time this relation was added to the issue (in UTC)
    id str
    The alert ID
    last_modified_at str
    The last update time of this relation (in UTC)
    origin OriginResponse
    The source that related the alert to the issue
    relevance str
    The alerts's relevance status
    addedAt String
    The time this relation was added to the issue (in UTC)
    id String
    The alert ID
    lastModifiedAt String
    The last update time of this relation (in UTC)
    origin Property Map
    The source that related the alert to the issue
    relevance String
    The alerts's relevance status

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Azure Native v3.4.0 published on Wednesday, May 7, 2025 by Pulumi