Databricks v1.78.0 published on Friday, Nov 7, 2025 by Pulumi
databricks.getQualityMonitorsV2
Start a Neo task
Explain and create a databricks.getQualityMonitorsV2 resource
This data source can be used to fetch the list of quality monitors v2.
Note This data source can only be used with an workspace-level provider!
Example Usage
Getting a list of all quality monitors:
import * as pulumi from "@pulumi/pulumi";
import * as databricks from "@pulumi/databricks";
const all = databricks.getQualityMonitorsV2({});
import pulumi
import pulumi_databricks as databricks
all = databricks.get_quality_monitors_v2()
package main
import (
"github.com/pulumi/pulumi-databricks/sdk/go/databricks"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := databricks.GetQualityMonitorsV2(ctx, &databricks.GetQualityMonitorsV2Args{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Databricks = Pulumi.Databricks;
return await Deployment.RunAsync(() =>
{
var all = Databricks.GetQualityMonitorsV2.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.databricks.DatabricksFunctions;
import com.pulumi.databricks.inputs.GetQualityMonitorsV2Args;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var all = DatabricksFunctions.getQualityMonitorsV2(GetQualityMonitorsV2Args.builder()
.build());
}
}
variables:
all:
fn::invoke:
function: databricks:getQualityMonitorsV2
arguments: {}
Using getQualityMonitorsV2
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 getQualityMonitorsV2(args: GetQualityMonitorsV2Args, opts?: InvokeOptions): Promise<GetQualityMonitorsV2Result>
function getQualityMonitorsV2Output(args: GetQualityMonitorsV2OutputArgs, opts?: InvokeOptions): Output<GetQualityMonitorsV2Result>def get_quality_monitors_v2(page_size: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetQualityMonitorsV2Result
def get_quality_monitors_v2_output(page_size: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetQualityMonitorsV2Result]func GetQualityMonitorsV2(ctx *Context, args *GetQualityMonitorsV2Args, opts ...InvokeOption) (*GetQualityMonitorsV2Result, error)
func GetQualityMonitorsV2Output(ctx *Context, args *GetQualityMonitorsV2OutputArgs, opts ...InvokeOption) GetQualityMonitorsV2ResultOutput> Note: This function is named GetQualityMonitorsV2 in the Go SDK.
public static class GetQualityMonitorsV2
{
public static Task<GetQualityMonitorsV2Result> InvokeAsync(GetQualityMonitorsV2Args args, InvokeOptions? opts = null)
public static Output<GetQualityMonitorsV2Result> Invoke(GetQualityMonitorsV2InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetQualityMonitorsV2Result> getQualityMonitorsV2(GetQualityMonitorsV2Args args, InvokeOptions options)
public static Output<GetQualityMonitorsV2Result> getQualityMonitorsV2(GetQualityMonitorsV2Args args, InvokeOptions options)
fn::invoke:
function: databricks:index/getQualityMonitorsV2:getQualityMonitorsV2
arguments:
# arguments dictionaryThe following arguments are supported:
- Page
Size int
- Page
Size int
- page
Size Integer
- page
Size number
- page_
size int
- page
Size Number
getQualityMonitorsV2 Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Quality
Monitors List<GetQuality Monitors V2Quality Monitor> - Page
Size int
- Id string
- The provider-assigned unique ID for this managed resource.
- Quality
Monitors []GetQuality Monitors V2Quality Monitor - Page
Size int
- id String
- The provider-assigned unique ID for this managed resource.
- quality
Monitors List<GetQuality Monitors V2Quality Monitor> - page
Size Integer
- id string
- The provider-assigned unique ID for this managed resource.
- quality
Monitors GetQuality Monitors V2Quality Monitor[] - page
Size number
- id str
- The provider-assigned unique ID for this managed resource.
- quality_
monitors Sequence[GetQuality Monitors V2Quality Monitor] - page_
size int
- id String
- The provider-assigned unique ID for this managed resource.
- quality
Monitors List<Property Map> - page
Size Number
Supporting Types
GetQualityMonitorsV2QualityMonitor
- Anomaly
Detection GetConfig Quality Monitors V2Quality Monitor Anomaly Detection Config - (AnomalyDetectionConfig)
- Object
Id string - (string) - The uuid of the request object. For example, schema id
- Object
Type string - (string) - The type of the monitored object. Can be one of the following: schema
- Anomaly
Detection GetConfig Quality Monitors V2Quality Monitor Anomaly Detection Config - (AnomalyDetectionConfig)
- Object
Id string - (string) - The uuid of the request object. For example, schema id
- Object
Type string - (string) - The type of the monitored object. Can be one of the following: schema
- anomaly
Detection GetConfig Quality Monitors V2Quality Monitor Anomaly Detection Config - (AnomalyDetectionConfig)
- object
Id String - (string) - The uuid of the request object. For example, schema id
- object
Type String - (string) - The type of the monitored object. Can be one of the following: schema
- anomaly
Detection GetConfig Quality Monitors V2Quality Monitor Anomaly Detection Config - (AnomalyDetectionConfig)
- object
Id string - (string) - The uuid of the request object. For example, schema id
- object
Type string - (string) - The type of the monitored object. Can be one of the following: schema
- anomaly_
detection_ Getconfig Quality Monitors V2Quality Monitor Anomaly Detection Config - (AnomalyDetectionConfig)
- object_
id str - (string) - The uuid of the request object. For example, schema id
- object_
type str - (string) - The type of the monitored object. Can be one of the following: schema
- anomaly
Detection Property MapConfig - (AnomalyDetectionConfig)
- object
Id String - (string) - The uuid of the request object. For example, schema id
- object
Type String - (string) - The type of the monitored object. Can be one of the following: schema
GetQualityMonitorsV2QualityMonitorAnomalyDetectionConfig
- Last
Run stringId - (string) - Run id of the last run of the workflow
- Latest
Run stringStatus - (string) - The status of the last run of the workflow. Possible values are:
ANOMALY_DETECTION_RUN_STATUS_CANCELED,ANOMALY_DETECTION_RUN_STATUS_FAILED,ANOMALY_DETECTION_RUN_STATUS_JOB_DELETED,ANOMALY_DETECTION_RUN_STATUS_PENDING,ANOMALY_DETECTION_RUN_STATUS_RUNNING,ANOMALY_DETECTION_RUN_STATUS_SUCCESS,ANOMALY_DETECTION_RUN_STATUS_UNKNOWN,ANOMALY_DETECTION_RUN_STATUS_WORKSPACE_MISMATCH_ERROR
- Last
Run stringId - (string) - Run id of the last run of the workflow
- Latest
Run stringStatus - (string) - The status of the last run of the workflow. Possible values are:
ANOMALY_DETECTION_RUN_STATUS_CANCELED,ANOMALY_DETECTION_RUN_STATUS_FAILED,ANOMALY_DETECTION_RUN_STATUS_JOB_DELETED,ANOMALY_DETECTION_RUN_STATUS_PENDING,ANOMALY_DETECTION_RUN_STATUS_RUNNING,ANOMALY_DETECTION_RUN_STATUS_SUCCESS,ANOMALY_DETECTION_RUN_STATUS_UNKNOWN,ANOMALY_DETECTION_RUN_STATUS_WORKSPACE_MISMATCH_ERROR
- last
Run StringId - (string) - Run id of the last run of the workflow
- latest
Run StringStatus - (string) - The status of the last run of the workflow. Possible values are:
ANOMALY_DETECTION_RUN_STATUS_CANCELED,ANOMALY_DETECTION_RUN_STATUS_FAILED,ANOMALY_DETECTION_RUN_STATUS_JOB_DELETED,ANOMALY_DETECTION_RUN_STATUS_PENDING,ANOMALY_DETECTION_RUN_STATUS_RUNNING,ANOMALY_DETECTION_RUN_STATUS_SUCCESS,ANOMALY_DETECTION_RUN_STATUS_UNKNOWN,ANOMALY_DETECTION_RUN_STATUS_WORKSPACE_MISMATCH_ERROR
- last
Run stringId - (string) - Run id of the last run of the workflow
- latest
Run stringStatus - (string) - The status of the last run of the workflow. Possible values are:
ANOMALY_DETECTION_RUN_STATUS_CANCELED,ANOMALY_DETECTION_RUN_STATUS_FAILED,ANOMALY_DETECTION_RUN_STATUS_JOB_DELETED,ANOMALY_DETECTION_RUN_STATUS_PENDING,ANOMALY_DETECTION_RUN_STATUS_RUNNING,ANOMALY_DETECTION_RUN_STATUS_SUCCESS,ANOMALY_DETECTION_RUN_STATUS_UNKNOWN,ANOMALY_DETECTION_RUN_STATUS_WORKSPACE_MISMATCH_ERROR
- last_
run_ strid - (string) - Run id of the last run of the workflow
- latest_
run_ strstatus - (string) - The status of the last run of the workflow. Possible values are:
ANOMALY_DETECTION_RUN_STATUS_CANCELED,ANOMALY_DETECTION_RUN_STATUS_FAILED,ANOMALY_DETECTION_RUN_STATUS_JOB_DELETED,ANOMALY_DETECTION_RUN_STATUS_PENDING,ANOMALY_DETECTION_RUN_STATUS_RUNNING,ANOMALY_DETECTION_RUN_STATUS_SUCCESS,ANOMALY_DETECTION_RUN_STATUS_UNKNOWN,ANOMALY_DETECTION_RUN_STATUS_WORKSPACE_MISMATCH_ERROR
- last
Run StringId - (string) - Run id of the last run of the workflow
- latest
Run StringStatus - (string) - The status of the last run of the workflow. Possible values are:
ANOMALY_DETECTION_RUN_STATUS_CANCELED,ANOMALY_DETECTION_RUN_STATUS_FAILED,ANOMALY_DETECTION_RUN_STATUS_JOB_DELETED,ANOMALY_DETECTION_RUN_STATUS_PENDING,ANOMALY_DETECTION_RUN_STATUS_RUNNING,ANOMALY_DETECTION_RUN_STATUS_SUCCESS,ANOMALY_DETECTION_RUN_STATUS_UNKNOWN,ANOMALY_DETECTION_RUN_STATUS_WORKSPACE_MISMATCH_ERROR
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricksTerraform Provider.
