Monitoring_v3Functions
object Monitoring_v3Functions
Functions
Link copied to clipboard
Gets a single alerting policy.
suspend fun getAlertPolicy(argument: suspend GetAlertPolicyPlainArgsBuilder.() -> Unit): GetAlertPolicyResult
Link copied to clipboard
Gets a single group.
Link copied to clipboard
Gets a single metric descriptor.
suspend fun getMetricDescriptor(argument: suspend GetMetricDescriptorPlainArgsBuilder.() -> Unit): GetMetricDescriptorResult
suspend fun getMetricDescriptor(metricDescriptorId: String, project: String? = null): GetMetricDescriptorResult
Link copied to clipboard
suspend fun getNotificationChannel(argument: GetNotificationChannelPlainArgs): GetNotificationChannelResult
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(argument: suspend GetNotificationChannelPlainArgsBuilder.() -> Unit): GetNotificationChannelResult
suspend fun getNotificationChannel(notificationChannelId: String, project: String? = null): GetNotificationChannelResult
Link copied to clipboard
Get the named Service.
Link copied to clipboard
suspend fun getServiceLevelObjective(argument: GetServiceLevelObjectivePlainArgs): GetServiceLevelObjectiveResult
Get a ServiceLevelObjective by name.
suspend fun getServiceLevelObjective(argument: suspend GetServiceLevelObjectivePlainArgsBuilder.() -> Unit): GetServiceLevelObjectiveResult
suspend fun getServiceLevelObjective(serviceId: String, serviceLevelObjectiveId: String, v3Id: String, v3Id1: String, view: String? = null): GetServiceLevelObjectiveResult
Link copied to clipboard
Retrieves a Snooze by name.
Link copied to clipboard
suspend fun getUptimeCheckConfig(argument: GetUptimeCheckConfigPlainArgs): GetUptimeCheckConfigResult
Gets a single Uptime check configuration.
suspend fun getUptimeCheckConfig(argument: suspend GetUptimeCheckConfigPlainArgsBuilder.() -> Unit): GetUptimeCheckConfigResult
suspend fun getUptimeCheckConfig(project: String? = null, uptimeCheckConfigId: String): GetUptimeCheckConfigResult