published on Thursday, Jul 9, 2026 by Pulumi
published on Thursday, Jul 9, 2026 by Pulumi
List all alerts in the issue - this method uses pagination to return all alerts
Uses Azure REST API version 2025-05-03-preview.
Other available API versions: 2025-10-03, 2025-10-03-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native monitor [ApiVersion]. See the version guide for details.
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(azure_monitor_workspace_name: Optional[str] = None,
filter: Optional[str] = None,
issue_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListIssueAlertsResult
def list_issue_alerts_output(azure_monitor_workspace_name: pulumi.Input[Optional[str]] = None,
filter: pulumi.Input[Optional[str]] = None,
issue_name: pulumi.Input[Optional[str]] = None,
resource_group_name: pulumi.Input[Optional[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:monitor:listIssueAlerts
arguments:
# arguments dictionarydata "azure-native_monitor_listissuealerts" "name" {
# arguments
}The following arguments are supported:
- Azure
Monitor stringWorkspace Name - The name of the Azure Monitor Workspace. The name is case insensitive
- Issue
Name string - The name of the IssueResource
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Filter string
- The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'". Note: this property is currently a placeholder and is not in use.
- Azure
Monitor stringWorkspace Name - The name of the Azure Monitor Workspace. The name is case insensitive
- Issue
Name string - The name of the IssueResource
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Filter string
- The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'". Note: this property is currently a placeholder and is not in use.
- azure_
monitor_ stringworkspace_ name - The name of the Azure Monitor Workspace. The name is case insensitive
- issue_
name string - The name of the IssueResource
- resource_
group_ stringname - The name of the resource group. The name is case insensitive.
- filter string
- The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'". Note: this property is currently a placeholder and is not in use.
- azure
Monitor StringWorkspace Name - The name of the Azure Monitor Workspace. The name is case insensitive
- issue
Name String - The name of the IssueResource
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- filter String
- The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'". Note: this property is currently a placeholder and is not in use.
- azure
Monitor stringWorkspace Name - The name of the Azure Monitor Workspace. The name is case insensitive
- issue
Name string - The name of the IssueResource
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- filter string
- The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'". Note: this property is currently a placeholder and is not in use.
- azure_
monitor_ strworkspace_ name - The name of the Azure Monitor Workspace. The name is case insensitive
- issue_
name str - The name of the IssueResource
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- filter str
- The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'". Note: this property is currently a placeholder and is not in use.
- azure
Monitor StringWorkspace Name - The name of the Azure Monitor Workspace. The name is case insensitive
- issue
Name String - The name of the IssueResource
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- filter String
- The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'". Note: this property is currently a placeholder and is not in use.
listIssueAlerts Result
The following output properties are available:
- Value
List<Pulumi.
Azure Native. Monitor. Outputs. Related Alert Response> - The RelatedAlert items on this page
- Next
Link string - The link to the next page of items
- Value
[]Related
Alert Response - The RelatedAlert items on this page
- Next
Link string - The link to the next page of items
- value list(object)
- The RelatedAlert items on this page
- next_
link string - The link to the next page of items
- value
List<Related
Alert Response> - The RelatedAlert items on this page
- next
Link String - The link to the next page of items
- value
Related
Alert Response[] - The RelatedAlert items on this page
- next
Link string - The link to the next page of items
- value
Sequence[Related
Alert Response] - 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
- next
Link String - The link to the next page of items
Supporting Types
OriginResponse
- Added
By string - The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system
- Added
By stringType - The source of the origin - Manual or Automatic
- Added
By string - The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system
- Added
By stringType - The source of the origin - Manual or Automatic
- added_
by string - The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system
- added_
by_ stringtype - The source of the origin - Manual or Automatic
- added
By String - The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system
- added
By StringType - The source of the origin - Manual or Automatic
- added
By string - The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system
- added
By stringType - The source of the origin - Manual or Automatic
- added_
by str - The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system
- added_
by_ strtype - The source of the origin - Manual or Automatic
- added
By String - The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system
- added
By StringType - The source of the origin - Manual or Automatic
RelatedAlertResponse
- Added
At string - The time this relation was added to the issue (in UTC)
- Id string
- The alert ID
- Last
Modified stringAt - The last update time of this relation (in UTC)
- Origin
Pulumi.
Azure Native. Monitor. Inputs. Origin Response - The source that related the alert to the issue
- Relevance string
- The alerts's relevance status
- Added
At string - The time this relation was added to the issue (in UTC)
- Id string
- The alert ID
- Last
Modified stringAt - The last update time of this relation (in UTC)
- Origin
Origin
Response - The source that related the alert to the issue
- Relevance string
- The alerts's relevance status
- added
At String - The time this relation was added to the issue (in UTC)
- id String
- The alert ID
- last
Modified StringAt - The last update time of this relation (in UTC)
- origin
Origin
Response - The source that related the alert to the issue
- relevance String
- The alerts's relevance status
- added
At string - The time this relation was added to the issue (in UTC)
- id string
- The alert ID
- last
Modified stringAt - The last update time of this relation (in UTC)
- origin
Origin
Response - 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_ strat - The last update time of this relation (in UTC)
- origin
Origin
Response - The source that related the alert to the issue
- relevance str
- The alerts's relevance status
- added
At String - The time this relation was added to the issue (in UTC)
- id String
- The alert ID
- last
Modified StringAt - 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
published on Thursday, Jul 9, 2026 by Pulumi