Monitoring_v3Functions

Functions

Link copied to clipboard

Gets a single alerting policy.

suspend fun getAlertPolicy(alertPolicyId: String, project: String? = null): GetAlertPolicyResult
Link copied to clipboard
suspend fun getGroup(argument: GetGroupPlainArgs): GetGroupResult

Gets a single group.

suspend fun getGroup(argument: suspend GetGroupPlainArgsBuilder.() -> Unit): GetGroupResult
suspend fun getGroup(groupId: String, project: String? = null): GetGroupResult
Link copied to clipboard

Gets a single metric descriptor.

suspend fun getMetricDescriptor(metricDescriptorId: String, project: String? = null): GetMetricDescriptorResult
Link copied to clipboard

Gets a single notification channel. The channel includes the relevant configuration details with which the channel was created. However, the response may truncate or omit passwords, API keys, or other private key matter and thus the response may not be 100% identical to the information that was supplied in the call to the create method.

suspend fun getNotificationChannel(notificationChannelId: String, project: String? = null): GetNotificationChannelResult
Link copied to clipboard

Get the named Service.

suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult
suspend fun getService(serviceId: String, v3Id: String, v3Id1: String): GetServiceResult
Link copied to clipboard

Get a ServiceLevelObjective by name.

suspend fun getServiceLevelObjective(serviceId: String, serviceLevelObjectiveId: String, v3Id: String, v3Id1: String, view: String? = null): GetServiceLevelObjectiveResult
Link copied to clipboard

Retrieves a Snooze by name.

suspend fun getSnooze(argument: suspend GetSnoozePlainArgsBuilder.() -> Unit): GetSnoozeResult
suspend fun getSnooze(project: String? = null, snoozeId: String): GetSnoozeResult
Link copied to clipboard

Gets a single Uptime check configuration.

suspend fun getUptimeCheckConfig(project: String? = null, uptimeCheckConfigId: String): GetUptimeCheckConfigResult