IncidentNotificationRule |
IncidentsApi.getIncidentNotificationRule(UUID id,
IncidentsApi.GetIncidentNotificationRuleOptionalParameters parameters)
Get an incident notification rule.
|
CompletableFuture<IncidentNotificationRule> |
IncidentsApi.getIncidentNotificationRuleAsync(UUID id,
IncidentsApi.GetIncidentNotificationRuleOptionalParameters parameters)
Get an incident notification rule.
|
ApiResponse<IncidentNotificationRule> |
IncidentsApi.getIncidentNotificationRuleWithHttpInfo(UUID id,
IncidentsApi.GetIncidentNotificationRuleOptionalParameters parameters)
Retrieves a specific notification rule by its ID.
|
CompletableFuture<ApiResponse<IncidentNotificationRule>> |
IncidentsApi.getIncidentNotificationRuleWithHttpInfoAsync(UUID id,
IncidentsApi.GetIncidentNotificationRuleOptionalParameters parameters)
Get an incident notification rule.
|