MonitoringFunctions

Functions

Link copied to clipboard

A Monitoring Service is the root resource under which operational aspects of a generic service are accessible. A service is some discrete, autonomous, and network-accessible unit, designed to solve an individual concern An App Engine monitoring service is automatically created by GCP to monitor App Engine services. To get more information about Service, see:

suspend fun getAppEngineService(moduleId: String, project: String? = null): GetAppEngineServiceResult
Link copied to clipboard

A Monitoring Service is the root resource under which operational aspects of a generic service are accessible. A service is some discrete, autonomous, and network-accessible unit, designed to solve an individual concern An Cluster Istio monitoring service is automatically created by GCP to monitor Cluster Istio services. To get more information about Service, see:

suspend fun getClusterIstioService(clusterName: String, location: String, project: String? = null, serviceName: String, serviceNamespace: String): GetClusterIstioServiceResult
Link copied to clipboard

A Monitoring Service is the root resource under which operational aspects of a generic service are accessible. A service is some discrete, autonomous, and network-accessible unit, designed to solve an individual concern A monitoring Istio Canonical Service is automatically created by GCP to monitor Istio Canonical Services. To get more information about Service, see:

suspend fun getIstioCanonicalService(canonicalService: String, canonicalServiceNamespace: String, meshUid: String, project: String? = null): GetIstioCanonicalServiceResult
Link copied to clipboard

A Monitoring Service is the root resource under which operational aspects of a generic service are accessible. A service is some discrete, autonomous, and network-accessible unit, designed to solve an individual concern An Mesh Istio monitoring service is automatically created by GCP to monitor Mesh Istio services. To get more information about Service, see:

suspend fun getMeshIstioService(meshUid: String, project: String? = null, serviceName: String, serviceNamespace: String): GetMeshIstioServiceResult
Link copied to clipboard

A NotificationChannel is a medium through which an alert is delivered when a policy violation is detected. Examples of channels include email, SMS, and third-party messaging applications. Fields containing sensitive information like authentication tokens or contact info are only partially populated on retrieval. To get more information about NotificationChannel, see:

suspend fun getNotificationChannel(displayName: String? = null, labels: Map<String, String>? = null, project: String? = null, type: String? = null, userLabels: Map<String, String>? = null): GetNotificationChannelResult
Link copied to clipboard

Get the value and metadata from a Secret Manager secret version. For more information see the official documentation datasource.

suspend fun getSecretVersion(project: String? = null, secret: String, version: String? = null): GetSecretVersionResult
Link copied to clipboard

Returns the list of IP addresses that checkers run from. For more information see the official documentation.