1. Packages
  2. Dynatrace
  3. API Docs
  4. ManagementZoneV2
Dynatrace v0.16.0 published on Tuesday, Sep 10, 2024 by Pulumiverse

dynatrace.ManagementZoneV2

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.16.0 published on Tuesday, Sep 10, 2024 by Pulumiverse

    Create ManagementZoneV2 Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ManagementZoneV2(name: string, args?: ManagementZoneV2Args, opts?: CustomResourceOptions);
    @overload
    def ManagementZoneV2(resource_name: str,
                         args: Optional[ManagementZoneV2Args] = None,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementZoneV2(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         description: Optional[str] = None,
                         legacy_id: Optional[str] = None,
                         name: Optional[str] = None,
                         rules: Optional[ManagementZoneV2RulesArgs] = None)
    func NewManagementZoneV2(ctx *Context, name string, args *ManagementZoneV2Args, opts ...ResourceOption) (*ManagementZoneV2, error)
    public ManagementZoneV2(string name, ManagementZoneV2Args? args = null, CustomResourceOptions? opts = null)
    public ManagementZoneV2(String name, ManagementZoneV2Args args)
    public ManagementZoneV2(String name, ManagementZoneV2Args args, CustomResourceOptions options)
    
    type: dynatrace:ManagementZoneV2
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ManagementZoneV2Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ManagementZoneV2Args
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ManagementZoneV2Args
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementZoneV2Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementZoneV2Args
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var managementZoneV2Resource = new Dynatrace.ManagementZoneV2("managementZoneV2Resource", new()
    {
        Description = "string",
        LegacyId = "string",
        Name = "string",
        Rules = new Dynatrace.Inputs.ManagementZoneV2RulesArgs
        {
            Rules = new[]
            {
                new Dynatrace.Inputs.ManagementZoneV2RulesRuleArgs
                {
                    Enabled = false,
                    Type = "string",
                    AttributeRule = new Dynatrace.Inputs.ManagementZoneV2RulesRuleAttributeRuleArgs
                    {
                        AttributeConditions = new Dynatrace.Inputs.ManagementZoneV2RulesRuleAttributeRuleAttributeConditionsArgs
                        {
                            Conditions = new[]
                            {
                                new Dynatrace.Inputs.ManagementZoneV2RulesRuleAttributeRuleAttributeConditionsConditionArgs
                                {
                                    Key = "string",
                                    Operator = "string",
                                    CaseSensitive = false,
                                    DynamicKey = "string",
                                    DynamicKeySource = "string",
                                    EntityId = "string",
                                    EnumValue = "string",
                                    IntegerValue = 0,
                                    StringValue = "string",
                                    Tag = "string",
                                },
                            },
                        },
                        EntityType = "string",
                        AzureToPgpropagation = false,
                        AzureToServicePropagation = false,
                        CustomDeviceGroupToCustomDevicePropagation = false,
                        HostToPgpropagation = false,
                        PgToHostPropagation = false,
                        PgToServicePropagation = false,
                        ServiceToHostPropagation = false,
                        ServiceToPgpropagation = false,
                    },
                    DimensionRule = new Dynatrace.Inputs.ManagementZoneV2RulesRuleDimensionRuleArgs
                    {
                        AppliesTo = "string",
                        DimensionConditions = new Dynatrace.Inputs.ManagementZoneV2RulesRuleDimensionRuleDimensionConditionsArgs
                        {
                            Conditions = new[]
                            {
                                new Dynatrace.Inputs.ManagementZoneV2RulesRuleDimensionRuleDimensionConditionsConditionArgs
                                {
                                    ConditionType = "string",
                                    RuleMatcher = "string",
                                    Value = "string",
                                    Key = "string",
                                },
                            },
                        },
                    },
                    EntitySelector = "string",
                },
            },
        },
    });
    
    example, err := dynatrace.NewManagementZoneV2(ctx, "managementZoneV2Resource", &dynatrace.ManagementZoneV2Args{
    	Description: pulumi.String("string"),
    	LegacyId:    pulumi.String("string"),
    	Name:        pulumi.String("string"),
    	Rules: &dynatrace.ManagementZoneV2RulesArgs{
    		Rules: dynatrace.ManagementZoneV2RulesRuleArray{
    			&dynatrace.ManagementZoneV2RulesRuleArgs{
    				Enabled: pulumi.Bool(false),
    				Type:    pulumi.String("string"),
    				AttributeRule: &dynatrace.ManagementZoneV2RulesRuleAttributeRuleArgs{
    					AttributeConditions: &dynatrace.ManagementZoneV2RulesRuleAttributeRuleAttributeConditionsArgs{
    						Conditions: dynatrace.ManagementZoneV2RulesRuleAttributeRuleAttributeConditionsConditionArray{
    							&dynatrace.ManagementZoneV2RulesRuleAttributeRuleAttributeConditionsConditionArgs{
    								Key:              pulumi.String("string"),
    								Operator:         pulumi.String("string"),
    								CaseSensitive:    pulumi.Bool(false),
    								DynamicKey:       pulumi.String("string"),
    								DynamicKeySource: pulumi.String("string"),
    								EntityId:         pulumi.String("string"),
    								EnumValue:        pulumi.String("string"),
    								IntegerValue:     pulumi.Int(0),
    								StringValue:      pulumi.String("string"),
    								Tag:              pulumi.String("string"),
    							},
    						},
    					},
    					EntityType:                                 pulumi.String("string"),
    					AzureToPgpropagation:                       pulumi.Bool(false),
    					AzureToServicePropagation:                  pulumi.Bool(false),
    					CustomDeviceGroupToCustomDevicePropagation: pulumi.Bool(false),
    					HostToPgpropagation:                        pulumi.Bool(false),
    					PgToHostPropagation:                        pulumi.Bool(false),
    					PgToServicePropagation:                     pulumi.Bool(false),
    					ServiceToHostPropagation:                   pulumi.Bool(false),
    					ServiceToPgpropagation:                     pulumi.Bool(false),
    				},
    				DimensionRule: &dynatrace.ManagementZoneV2RulesRuleDimensionRuleArgs{
    					AppliesTo: pulumi.String("string"),
    					DimensionConditions: &dynatrace.ManagementZoneV2RulesRuleDimensionRuleDimensionConditionsArgs{
    						Conditions: dynatrace.ManagementZoneV2RulesRuleDimensionRuleDimensionConditionsConditionArray{
    							&dynatrace.ManagementZoneV2RulesRuleDimensionRuleDimensionConditionsConditionArgs{
    								ConditionType: pulumi.String("string"),
    								RuleMatcher:   pulumi.String("string"),
    								Value:         pulumi.String("string"),
    								Key:           pulumi.String("string"),
    							},
    						},
    					},
    				},
    				EntitySelector: pulumi.String("string"),
    			},
    		},
    	},
    })
    
    var managementZoneV2Resource = new ManagementZoneV2("managementZoneV2Resource", ManagementZoneV2Args.builder()
        .description("string")
        .legacyId("string")
        .name("string")
        .rules(ManagementZoneV2RulesArgs.builder()
            .rules(ManagementZoneV2RulesRuleArgs.builder()
                .enabled(false)
                .type("string")
                .attributeRule(ManagementZoneV2RulesRuleAttributeRuleArgs.builder()
                    .attributeConditions(ManagementZoneV2RulesRuleAttributeRuleAttributeConditionsArgs.builder()
                        .conditions(ManagementZoneV2RulesRuleAttributeRuleAttributeConditionsConditionArgs.builder()
                            .key("string")
                            .operator("string")
                            .caseSensitive(false)
                            .dynamicKey("string")
                            .dynamicKeySource("string")
                            .entityId("string")
                            .enumValue("string")
                            .integerValue(0)
                            .stringValue("string")
                            .tag("string")
                            .build())
                        .build())
                    .entityType("string")
                    .azureToPgpropagation(false)
                    .azureToServicePropagation(false)
                    .customDeviceGroupToCustomDevicePropagation(false)
                    .hostToPgpropagation(false)
                    .pgToHostPropagation(false)
                    .pgToServicePropagation(false)
                    .serviceToHostPropagation(false)
                    .serviceToPgpropagation(false)
                    .build())
                .dimensionRule(ManagementZoneV2RulesRuleDimensionRuleArgs.builder()
                    .appliesTo("string")
                    .dimensionConditions(ManagementZoneV2RulesRuleDimensionRuleDimensionConditionsArgs.builder()
                        .conditions(ManagementZoneV2RulesRuleDimensionRuleDimensionConditionsConditionArgs.builder()
                            .conditionType("string")
                            .ruleMatcher("string")
                            .value("string")
                            .key("string")
                            .build())
                        .build())
                    .build())
                .entitySelector("string")
                .build())
            .build())
        .build());
    
    management_zone_v2_resource = dynatrace.ManagementZoneV2("managementZoneV2Resource",
        description="string",
        legacy_id="string",
        name="string",
        rules=dynatrace.ManagementZoneV2RulesArgs(
            rules=[dynatrace.ManagementZoneV2RulesRuleArgs(
                enabled=False,
                type="string",
                attribute_rule=dynatrace.ManagementZoneV2RulesRuleAttributeRuleArgs(
                    attribute_conditions=dynatrace.ManagementZoneV2RulesRuleAttributeRuleAttributeConditionsArgs(
                        conditions=[dynatrace.ManagementZoneV2RulesRuleAttributeRuleAttributeConditionsConditionArgs(
                            key="string",
                            operator="string",
                            case_sensitive=False,
                            dynamic_key="string",
                            dynamic_key_source="string",
                            entity_id="string",
                            enum_value="string",
                            integer_value=0,
                            string_value="string",
                            tag="string",
                        )],
                    ),
                    entity_type="string",
                    azure_to_pgpropagation=False,
                    azure_to_service_propagation=False,
                    custom_device_group_to_custom_device_propagation=False,
                    host_to_pgpropagation=False,
                    pg_to_host_propagation=False,
                    pg_to_service_propagation=False,
                    service_to_host_propagation=False,
                    service_to_pgpropagation=False,
                ),
                dimension_rule=dynatrace.ManagementZoneV2RulesRuleDimensionRuleArgs(
                    applies_to="string",
                    dimension_conditions=dynatrace.ManagementZoneV2RulesRuleDimensionRuleDimensionConditionsArgs(
                        conditions=[dynatrace.ManagementZoneV2RulesRuleDimensionRuleDimensionConditionsConditionArgs(
                            condition_type="string",
                            rule_matcher="string",
                            value="string",
                            key="string",
                        )],
                    ),
                ),
                entity_selector="string",
            )],
        ))
    
    const managementZoneV2Resource = new dynatrace.ManagementZoneV2("managementZoneV2Resource", {
        description: "string",
        legacyId: "string",
        name: "string",
        rules: {
            rules: [{
                enabled: false,
                type: "string",
                attributeRule: {
                    attributeConditions: {
                        conditions: [{
                            key: "string",
                            operator: "string",
                            caseSensitive: false,
                            dynamicKey: "string",
                            dynamicKeySource: "string",
                            entityId: "string",
                            enumValue: "string",
                            integerValue: 0,
                            stringValue: "string",
                            tag: "string",
                        }],
                    },
                    entityType: "string",
                    azureToPgpropagation: false,
                    azureToServicePropagation: false,
                    customDeviceGroupToCustomDevicePropagation: false,
                    hostToPgpropagation: false,
                    pgToHostPropagation: false,
                    pgToServicePropagation: false,
                    serviceToHostPropagation: false,
                    serviceToPgpropagation: false,
                },
                dimensionRule: {
                    appliesTo: "string",
                    dimensionConditions: {
                        conditions: [{
                            conditionType: "string",
                            ruleMatcher: "string",
                            value: "string",
                            key: "string",
                        }],
                    },
                },
                entitySelector: "string",
            }],
        },
    });
    
    type: dynatrace:ManagementZoneV2
    properties:
        description: string
        legacyId: string
        name: string
        rules:
            rules:
                - attributeRule:
                    attributeConditions:
                        conditions:
                            - caseSensitive: false
                              dynamicKey: string
                              dynamicKeySource: string
                              entityId: string
                              enumValue: string
                              integerValue: 0
                              key: string
                              operator: string
                              stringValue: string
                              tag: string
                    azureToPgpropagation: false
                    azureToServicePropagation: false
                    customDeviceGroupToCustomDevicePropagation: false
                    entityType: string
                    hostToPgpropagation: false
                    pgToHostPropagation: false
                    pgToServicePropagation: false
                    serviceToHostPropagation: false
                    serviceToPgpropagation: false
                  dimensionRule:
                    appliesTo: string
                    dimensionConditions:
                        conditions:
                            - conditionType: string
                              key: string
                              ruleMatcher: string
                              value: string
                  enabled: false
                  entitySelector: string
                  type: string
    

    ManagementZoneV2 Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The ManagementZoneV2 resource accepts the following input properties:

    Description string
    Description
    LegacyId string
    The ID of this setting when referred to by the Config REST API V1
    Name string
    Be careful when renaming - if there are policies that are referencing this Management zone, they will need to be adapted to the new name!
    Rules Pulumiverse.Dynatrace.Inputs.ManagementZoneV2Rules
    Rules
    Description string
    Description
    LegacyId string
    The ID of this setting when referred to by the Config REST API V1
    Name string
    Be careful when renaming - if there are policies that are referencing this Management zone, they will need to be adapted to the new name!
    Rules ManagementZoneV2RulesArgs
    Rules
    description String
    Description
    legacyId String
    The ID of this setting when referred to by the Config REST API V1
    name String
    Be careful when renaming - if there are policies that are referencing this Management zone, they will need to be adapted to the new name!
    rules ManagementZoneV2Rules
    Rules
    description string
    Description
    legacyId string
    The ID of this setting when referred to by the Config REST API V1
    name string
    Be careful when renaming - if there are policies that are referencing this Management zone, they will need to be adapted to the new name!
    rules ManagementZoneV2Rules
    Rules
    description str
    Description
    legacy_id str
    The ID of this setting when referred to by the Config REST API V1
    name str
    Be careful when renaming - if there are policies that are referencing this Management zone, they will need to be adapted to the new name!
    rules ManagementZoneV2RulesArgs
    Rules
    description String
    Description
    legacyId String
    The ID of this setting when referred to by the Config REST API V1
    name String
    Be careful when renaming - if there are policies that are referencing this Management zone, they will need to be adapted to the new name!
    rules Property Map
    Rules

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ManagementZoneV2 resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing ManagementZoneV2 Resource

    Get an existing ManagementZoneV2 resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ManagementZoneV2State, opts?: CustomResourceOptions): ManagementZoneV2
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            description: Optional[str] = None,
            legacy_id: Optional[str] = None,
            name: Optional[str] = None,
            rules: Optional[ManagementZoneV2RulesArgs] = None) -> ManagementZoneV2
    func GetManagementZoneV2(ctx *Context, name string, id IDInput, state *ManagementZoneV2State, opts ...ResourceOption) (*ManagementZoneV2, error)
    public static ManagementZoneV2 Get(string name, Input<string> id, ManagementZoneV2State? state, CustomResourceOptions? opts = null)
    public static ManagementZoneV2 get(String name, Output<String> id, ManagementZoneV2State state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Description string
    Description
    LegacyId string
    The ID of this setting when referred to by the Config REST API V1
    Name string
    Be careful when renaming - if there are policies that are referencing this Management zone, they will need to be adapted to the new name!
    Rules Pulumiverse.Dynatrace.Inputs.ManagementZoneV2Rules
    Rules
    Description string
    Description
    LegacyId string
    The ID of this setting when referred to by the Config REST API V1
    Name string
    Be careful when renaming - if there are policies that are referencing this Management zone, they will need to be adapted to the new name!
    Rules ManagementZoneV2RulesArgs
    Rules
    description String
    Description
    legacyId String
    The ID of this setting when referred to by the Config REST API V1
    name String
    Be careful when renaming - if there are policies that are referencing this Management zone, they will need to be adapted to the new name!
    rules ManagementZoneV2Rules
    Rules
    description string
    Description
    legacyId string
    The ID of this setting when referred to by the Config REST API V1
    name string
    Be careful when renaming - if there are policies that are referencing this Management zone, they will need to be adapted to the new name!
    rules ManagementZoneV2Rules
    Rules
    description str
    Description
    legacy_id str
    The ID of this setting when referred to by the Config REST API V1
    name str
    Be careful when renaming - if there are policies that are referencing this Management zone, they will need to be adapted to the new name!
    rules ManagementZoneV2RulesArgs
    Rules
    description String
    Description
    legacyId String
    The ID of this setting when referred to by the Config REST API V1
    name String
    Be careful when renaming - if there are policies that are referencing this Management zone, they will need to be adapted to the new name!
    rules Property Map
    Rules

    Supporting Types

    ManagementZoneV2Rules, ManagementZoneV2RulesArgs

    Rules []ManagementZoneV2RulesRule
    A management zone rule
    rules ManagementZoneV2RulesRule[]
    A management zone rule
    rules List<Property Map>
    A management zone rule

    ManagementZoneV2RulesRule, ManagementZoneV2RulesRuleArgs

    Enabled bool
    This setting is enabled (true) or disabled (false)
    Type string
    Possible Values: DIMENSION, ME, SELECTOR
    AttributeRule Pulumiverse.Dynatrace.Inputs.ManagementZoneV2RulesRuleAttributeRule
    no documentation available
    DimensionRule Pulumiverse.Dynatrace.Inputs.ManagementZoneV2RulesRuleDimensionRule
    no documentation available
    EntitySelector string
    The documentation of the entity selector can be found here.
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Type string
    Possible Values: DIMENSION, ME, SELECTOR
    AttributeRule ManagementZoneV2RulesRuleAttributeRule
    no documentation available
    DimensionRule ManagementZoneV2RulesRuleDimensionRule
    no documentation available
    EntitySelector string
    The documentation of the entity selector can be found here.
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    type String
    Possible Values: DIMENSION, ME, SELECTOR
    attributeRule ManagementZoneV2RulesRuleAttributeRule
    no documentation available
    dimensionRule ManagementZoneV2RulesRuleDimensionRule
    no documentation available
    entitySelector String
    The documentation of the entity selector can be found here.
    enabled boolean
    This setting is enabled (true) or disabled (false)
    type string
    Possible Values: DIMENSION, ME, SELECTOR
    attributeRule ManagementZoneV2RulesRuleAttributeRule
    no documentation available
    dimensionRule ManagementZoneV2RulesRuleDimensionRule
    no documentation available
    entitySelector string
    The documentation of the entity selector can be found here.
    enabled bool
    This setting is enabled (true) or disabled (false)
    type str
    Possible Values: DIMENSION, ME, SELECTOR
    attribute_rule ManagementZoneV2RulesRuleAttributeRule
    no documentation available
    dimension_rule ManagementZoneV2RulesRuleDimensionRule
    no documentation available
    entity_selector str
    The documentation of the entity selector can be found here.
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    type String
    Possible Values: DIMENSION, ME, SELECTOR
    attributeRule Property Map
    no documentation available
    dimensionRule Property Map
    no documentation available
    entitySelector String
    The documentation of the entity selector can be found here.

    ManagementZoneV2RulesRuleAttributeRule, ManagementZoneV2RulesRuleAttributeRuleArgs

    AttributeConditions Pulumiverse.Dynatrace.Inputs.ManagementZoneV2RulesRuleAttributeRuleAttributeConditions
    no documentation available
    EntityType string
    Possible Values: APPMON_SERVER, APPMON_SYSTEM_PROFILE, AWS_ACCOUNT, AWS_APPLICATION_LOAD_BALANCER, AWS_AUTO_SCALING_GROUP, AWS_CLASSIC_LOAD_BALANCER, AWS_NETWORK_LOAD_BALANCER, AWS_RELATIONAL_DATABASE_SERVICE, AZURE, BROWSER_MONITOR, CLOUD_APPLICATION, CLOUD_APPLICATION_NAMESPACE, CLOUD_FOUNDRY_FOUNDATION, CUSTOM_APPLICATION, CUSTOM_DEVICE, CUSTOM_DEVICE_GROUP, DATA_CENTER_SERVICE, ENTERPRISE_APPLICATION, ESXI_HOST, EXTERNAL_MONITOR, HOST, HOST_GROUP, HTTP_MONITOR, KUBERNETES_CLUSTER, KUBERNETES_SERVICE, MOBILE_APPLICATION, OPENSTACK_ACCOUNT, PROCESS_GROUP, QUEUE, SERVICE, WEB_APPLICATION
    AzureToPgpropagation bool
    Apply to process groups connected to matching Azure entities
    AzureToServicePropagation bool
    Apply to services provided by matching Azure entities
    CustomDeviceGroupToCustomDevicePropagation bool
    Apply to custom devices in a custom device group
    HostToPgpropagation bool
    Apply to processes running on matching hosts. entity_type must be set to HOST
    PgToHostPropagation bool
    Apply to underlying hosts of matching process groups. entity_type must be set to PROCESS_GROUP
    PgToServicePropagation bool
    Apply to all services provided by the process groups. entity_type must be set to PROCESS_GROUP
    ServiceToHostPropagation bool
    Apply to underlying hosts of matching services. entity_type must be set to SERVICE
    ServiceToPgpropagation bool
    Apply to underlying process groups of matching services. entity_type must be set to SERVICE
    AttributeConditions ManagementZoneV2RulesRuleAttributeRuleAttributeConditions
    no documentation available
    EntityType string
    Possible Values: APPMON_SERVER, APPMON_SYSTEM_PROFILE, AWS_ACCOUNT, AWS_APPLICATION_LOAD_BALANCER, AWS_AUTO_SCALING_GROUP, AWS_CLASSIC_LOAD_BALANCER, AWS_NETWORK_LOAD_BALANCER, AWS_RELATIONAL_DATABASE_SERVICE, AZURE, BROWSER_MONITOR, CLOUD_APPLICATION, CLOUD_APPLICATION_NAMESPACE, CLOUD_FOUNDRY_FOUNDATION, CUSTOM_APPLICATION, CUSTOM_DEVICE, CUSTOM_DEVICE_GROUP, DATA_CENTER_SERVICE, ENTERPRISE_APPLICATION, ESXI_HOST, EXTERNAL_MONITOR, HOST, HOST_GROUP, HTTP_MONITOR, KUBERNETES_CLUSTER, KUBERNETES_SERVICE, MOBILE_APPLICATION, OPENSTACK_ACCOUNT, PROCESS_GROUP, QUEUE, SERVICE, WEB_APPLICATION
    AzureToPgpropagation bool
    Apply to process groups connected to matching Azure entities
    AzureToServicePropagation bool
    Apply to services provided by matching Azure entities
    CustomDeviceGroupToCustomDevicePropagation bool
    Apply to custom devices in a custom device group
    HostToPgpropagation bool
    Apply to processes running on matching hosts. entity_type must be set to HOST
    PgToHostPropagation bool
    Apply to underlying hosts of matching process groups. entity_type must be set to PROCESS_GROUP
    PgToServicePropagation bool
    Apply to all services provided by the process groups. entity_type must be set to PROCESS_GROUP
    ServiceToHostPropagation bool
    Apply to underlying hosts of matching services. entity_type must be set to SERVICE
    ServiceToPgpropagation bool
    Apply to underlying process groups of matching services. entity_type must be set to SERVICE
    attributeConditions ManagementZoneV2RulesRuleAttributeRuleAttributeConditions
    no documentation available
    entityType String
    Possible Values: APPMON_SERVER, APPMON_SYSTEM_PROFILE, AWS_ACCOUNT, AWS_APPLICATION_LOAD_BALANCER, AWS_AUTO_SCALING_GROUP, AWS_CLASSIC_LOAD_BALANCER, AWS_NETWORK_LOAD_BALANCER, AWS_RELATIONAL_DATABASE_SERVICE, AZURE, BROWSER_MONITOR, CLOUD_APPLICATION, CLOUD_APPLICATION_NAMESPACE, CLOUD_FOUNDRY_FOUNDATION, CUSTOM_APPLICATION, CUSTOM_DEVICE, CUSTOM_DEVICE_GROUP, DATA_CENTER_SERVICE, ENTERPRISE_APPLICATION, ESXI_HOST, EXTERNAL_MONITOR, HOST, HOST_GROUP, HTTP_MONITOR, KUBERNETES_CLUSTER, KUBERNETES_SERVICE, MOBILE_APPLICATION, OPENSTACK_ACCOUNT, PROCESS_GROUP, QUEUE, SERVICE, WEB_APPLICATION
    azureToPgpropagation Boolean
    Apply to process groups connected to matching Azure entities
    azureToServicePropagation Boolean
    Apply to services provided by matching Azure entities
    customDeviceGroupToCustomDevicePropagation Boolean
    Apply to custom devices in a custom device group
    hostToPgpropagation Boolean
    Apply to processes running on matching hosts. entity_type must be set to HOST
    pgToHostPropagation Boolean
    Apply to underlying hosts of matching process groups. entity_type must be set to PROCESS_GROUP
    pgToServicePropagation Boolean
    Apply to all services provided by the process groups. entity_type must be set to PROCESS_GROUP
    serviceToHostPropagation Boolean
    Apply to underlying hosts of matching services. entity_type must be set to SERVICE
    serviceToPgpropagation Boolean
    Apply to underlying process groups of matching services. entity_type must be set to SERVICE
    attributeConditions ManagementZoneV2RulesRuleAttributeRuleAttributeConditions
    no documentation available
    entityType string
    Possible Values: APPMON_SERVER, APPMON_SYSTEM_PROFILE, AWS_ACCOUNT, AWS_APPLICATION_LOAD_BALANCER, AWS_AUTO_SCALING_GROUP, AWS_CLASSIC_LOAD_BALANCER, AWS_NETWORK_LOAD_BALANCER, AWS_RELATIONAL_DATABASE_SERVICE, AZURE, BROWSER_MONITOR, CLOUD_APPLICATION, CLOUD_APPLICATION_NAMESPACE, CLOUD_FOUNDRY_FOUNDATION, CUSTOM_APPLICATION, CUSTOM_DEVICE, CUSTOM_DEVICE_GROUP, DATA_CENTER_SERVICE, ENTERPRISE_APPLICATION, ESXI_HOST, EXTERNAL_MONITOR, HOST, HOST_GROUP, HTTP_MONITOR, KUBERNETES_CLUSTER, KUBERNETES_SERVICE, MOBILE_APPLICATION, OPENSTACK_ACCOUNT, PROCESS_GROUP, QUEUE, SERVICE, WEB_APPLICATION
    azureToPgpropagation boolean
    Apply to process groups connected to matching Azure entities
    azureToServicePropagation boolean
    Apply to services provided by matching Azure entities
    customDeviceGroupToCustomDevicePropagation boolean
    Apply to custom devices in a custom device group
    hostToPgpropagation boolean
    Apply to processes running on matching hosts. entity_type must be set to HOST
    pgToHostPropagation boolean
    Apply to underlying hosts of matching process groups. entity_type must be set to PROCESS_GROUP
    pgToServicePropagation boolean
    Apply to all services provided by the process groups. entity_type must be set to PROCESS_GROUP
    serviceToHostPropagation boolean
    Apply to underlying hosts of matching services. entity_type must be set to SERVICE
    serviceToPgpropagation boolean
    Apply to underlying process groups of matching services. entity_type must be set to SERVICE
    attribute_conditions ManagementZoneV2RulesRuleAttributeRuleAttributeConditions
    no documentation available
    entity_type str
    Possible Values: APPMON_SERVER, APPMON_SYSTEM_PROFILE, AWS_ACCOUNT, AWS_APPLICATION_LOAD_BALANCER, AWS_AUTO_SCALING_GROUP, AWS_CLASSIC_LOAD_BALANCER, AWS_NETWORK_LOAD_BALANCER, AWS_RELATIONAL_DATABASE_SERVICE, AZURE, BROWSER_MONITOR, CLOUD_APPLICATION, CLOUD_APPLICATION_NAMESPACE, CLOUD_FOUNDRY_FOUNDATION, CUSTOM_APPLICATION, CUSTOM_DEVICE, CUSTOM_DEVICE_GROUP, DATA_CENTER_SERVICE, ENTERPRISE_APPLICATION, ESXI_HOST, EXTERNAL_MONITOR, HOST, HOST_GROUP, HTTP_MONITOR, KUBERNETES_CLUSTER, KUBERNETES_SERVICE, MOBILE_APPLICATION, OPENSTACK_ACCOUNT, PROCESS_GROUP, QUEUE, SERVICE, WEB_APPLICATION
    azure_to_pgpropagation bool
    Apply to process groups connected to matching Azure entities
    azure_to_service_propagation bool
    Apply to services provided by matching Azure entities
    custom_device_group_to_custom_device_propagation bool
    Apply to custom devices in a custom device group
    host_to_pgpropagation bool
    Apply to processes running on matching hosts. entity_type must be set to HOST
    pg_to_host_propagation bool
    Apply to underlying hosts of matching process groups. entity_type must be set to PROCESS_GROUP
    pg_to_service_propagation bool
    Apply to all services provided by the process groups. entity_type must be set to PROCESS_GROUP
    service_to_host_propagation bool
    Apply to underlying hosts of matching services. entity_type must be set to SERVICE
    service_to_pgpropagation bool
    Apply to underlying process groups of matching services. entity_type must be set to SERVICE
    attributeConditions Property Map
    no documentation available
    entityType String
    Possible Values: APPMON_SERVER, APPMON_SYSTEM_PROFILE, AWS_ACCOUNT, AWS_APPLICATION_LOAD_BALANCER, AWS_AUTO_SCALING_GROUP, AWS_CLASSIC_LOAD_BALANCER, AWS_NETWORK_LOAD_BALANCER, AWS_RELATIONAL_DATABASE_SERVICE, AZURE, BROWSER_MONITOR, CLOUD_APPLICATION, CLOUD_APPLICATION_NAMESPACE, CLOUD_FOUNDRY_FOUNDATION, CUSTOM_APPLICATION, CUSTOM_DEVICE, CUSTOM_DEVICE_GROUP, DATA_CENTER_SERVICE, ENTERPRISE_APPLICATION, ESXI_HOST, EXTERNAL_MONITOR, HOST, HOST_GROUP, HTTP_MONITOR, KUBERNETES_CLUSTER, KUBERNETES_SERVICE, MOBILE_APPLICATION, OPENSTACK_ACCOUNT, PROCESS_GROUP, QUEUE, SERVICE, WEB_APPLICATION
    azureToPgpropagation Boolean
    Apply to process groups connected to matching Azure entities
    azureToServicePropagation Boolean
    Apply to services provided by matching Azure entities
    customDeviceGroupToCustomDevicePropagation Boolean
    Apply to custom devices in a custom device group
    hostToPgpropagation Boolean
    Apply to processes running on matching hosts. entity_type must be set to HOST
    pgToHostPropagation Boolean
    Apply to underlying hosts of matching process groups. entity_type must be set to PROCESS_GROUP
    pgToServicePropagation Boolean
    Apply to all services provided by the process groups. entity_type must be set to PROCESS_GROUP
    serviceToHostPropagation Boolean
    Apply to underlying hosts of matching services. entity_type must be set to SERVICE
    serviceToPgpropagation Boolean
    Apply to underlying process groups of matching services. entity_type must be set to SERVICE

    ManagementZoneV2RulesRuleAttributeRuleAttributeConditions, ManagementZoneV2RulesRuleAttributeRuleAttributeConditionsArgs

    conditions List<Property Map>
    Attribute conditions

    ManagementZoneV2RulesRuleAttributeRuleAttributeConditionsCondition, ManagementZoneV2RulesRuleAttributeRuleAttributeConditionsConditionArgs

    Key string
    Possible Values: APPMON_SERVER_NAME, APPMON_SYSTEM_PROFILE_NAME, AWS_ACCOUNT_ID, AWS_ACCOUNT_NAME, AWS_APPLICATION_LOAD_BALANCER_NAME, AWS_APPLICATION_LOAD_BALANCER_TAGS, AWS_AUTO_SCALING_GROUP_NAME, AWS_AUTO_SCALING_GROUP_TAGS, AWS_AVAILABILITY_ZONE_NAME, AWS_CLASSIC_LOAD_BALANCER_FRONTEND_PORTS, AWS_CLASSIC_LOAD_BALANCER_NAME, AWS_CLASSIC_LOAD_BALANCER_TAGS, AWS_NETWORK_LOAD_BALANCER_NAME, AWS_NETWORK_LOAD_BALANCER_TAGS, AWS_RELATIONAL_DATABASE_SERVICE_DB_NAME, AWS_RELATIONAL_DATABASE_SERVICE_ENDPOINT, AWS_RELATIONAL_DATABASE_SERVICE_ENGINE, AWS_RELATIONAL_DATABASE_SERVICE_INSTANCE_CLASS, AWS_RELATIONAL_DATABASE_SERVICE_NAME, AWS_RELATIONAL_DATABASE_SERVICE_PORT, AWS_RELATIONAL_DATABASE_SERVICE_TAGS, AZURE_ENTITY_NAME, AZURE_ENTITY_TAGS, AZURE_MGMT_GROUP_NAME, AZURE_MGMT_GROUP_UUID, AZURE_REGION_NAME, AZURE_SCALE_SET_NAME, AZURE_SUBSCRIPTION_NAME, AZURE_SUBSCRIPTION_UUID, AZURE_TENANT_NAME, AZURE_TENANT_UUID, AZURE_VM_NAME, BROWSER_MONITOR_NAME, BROWSER_MONITOR_TAGS, CLOUD_APPLICATION_LABELS, CLOUD_APPLICATION_NAME, CLOUD_APPLICATION_NAMESPACE_LABELS, CLOUD_APPLICATION_NAMESPACE_NAME, CLOUD_FOUNDRY_FOUNDATION_NAME, CLOUD_FOUNDRY_ORG_NAME, CUSTOM_APPLICATION_NAME, CUSTOM_APPLICATION_PLATFORM, CUSTOM_APPLICATION_TAGS, CUSTOM_APPLICATION_TYPE, CUSTOM_DEVICE_DNS_ADDRESS, CUSTOM_DEVICE_GROUP_NAME, CUSTOM_DEVICE_GROUP_TAGS, CUSTOM_DEVICE_IP_ADDRESS, CUSTOM_DEVICE_METADATA, CUSTOM_DEVICE_NAME, CUSTOM_DEVICE_PORT, CUSTOM_DEVICE_TAGS, CUSTOM_DEVICE_TECHNOLOGY, DATA_CENTER_SERVICE_DECODER_TYPE, DATA_CENTER_SERVICE_IP_ADDRESS, DATA_CENTER_SERVICE_METADATA, DATA_CENTER_SERVICE_NAME, DATA_CENTER_SERVICE_PORT, DATA_CENTER_SERVICE_TAGS, DOCKER_CONTAINER_NAME, DOCKER_FULL_IMAGE_NAME, DOCKER_IMAGE_VERSION, EC2_INSTANCE_AMI_ID, EC2_INSTANCE_AWS_INSTANCE_TYPE, EC2_INSTANCE_AWS_SECURITY_GROUP, EC2_INSTANCE_BEANSTALK_ENV_NAME, EC2_INSTANCE_ID, EC2_INSTANCE_NAME, EC2_INSTANCE_PRIVATE_HOST_NAME, EC2_INSTANCE_PUBLIC_HOST_NAME, EC2_INSTANCE_TAGS, ENTERPRISE_APPLICATION_DECODER_TYPE, ENTERPRISE_APPLICATION_IP_ADDRESS, ENTERPRISE_APPLICATION_METADATA, ENTERPRISE_APPLICATION_NAME, ENTERPRISE_APPLICATION_PORT, ENTERPRISE_APPLICATION_TAGS, ESXI_HOST_CLUSTER_NAME, ESXI_HOST_HARDWARE_MODEL, ESXI_HOST_HARDWARE_VENDOR, ESXI_HOST_NAME, ESXI_HOST_PRODUCT_NAME, ESXI_HOST_PRODUCT_VERSION, ESXI_HOST_TAGS, EXTERNAL_MONITOR_ENGINE_DESCRIPTION, EXTERNAL_MONITOR_ENGINE_NAME, EXTERNAL_MONITOR_ENGINE_TYPE, EXTERNAL_MONITOR_NAME, EXTERNAL_MONITOR_TAGS, GEOLOCATION_SITE_NAME, GOOGLE_CLOUD_PLATFORM_ZONE_NAME, GOOGLE_COMPUTE_INSTANCE_ID, GOOGLE_COMPUTE_INSTANCE_MACHINE_TYPE, GOOGLE_COMPUTE_INSTANCE_NAME, GOOGLE_COMPUTE_INSTANCE_PROJECT, GOOGLE_COMPUTE_INSTANCE_PROJECT_ID, GOOGLE_COMPUTE_INSTANCE_PUBLIC_IP_ADDRESSES, HOST_AIX_LOGICAL_CPU_COUNT, HOST_AIX_SIMULTANEOUS_THREADS, HOST_AIX_VIRTUAL_CPU_COUNT, HOST_ARCHITECTURE, HOST_AWS_NAME_TAG, HOST_AZURE_COMPUTE_MODE, HOST_AZURE_SKU, HOST_AZURE_WEB_APPLICATION_HOST_NAMES, HOST_AZURE_WEB_APPLICATION_SITE_NAMES, HOST_BITNESS, HOST_BOSH_AVAILABILITY_ZONE, HOST_BOSH_DEPLOYMENT_ID, HOST_BOSH_INSTANCE_ID, HOST_BOSH_INSTANCE_NAME, HOST_BOSH_NAME, HOST_BOSH_STEMCELL_VERSION, HOST_CLOUD_TYPE, HOST_CPU_CORES, HOST_CUSTOM_METADATA, HOST_DETECTED_NAME, HOST_GROUP_ID, HOST_GROUP_NAME, HOST_HYPERVISOR_TYPE, HOST_IP_ADDRESS, HOST_KUBERNETES_LABELS, HOST_LOGICAL_CPU_CORES, HOST_NAME, HOST_ONEAGENT_CUSTOM_HOST_NAME, HOST_OS_TYPE, HOST_OS_VERSION, HOST_PAAS_MEMORY_LIMIT, HOST_PAAS_TYPE, HOST_TAGS, HOST_TECHNOLOGY, HTTP_MONITOR_NAME, HTTP_MONITOR_TAGS, KUBERNETES_CLUSTER_NAME, KUBERNETES_NODE_NAME, KUBERNETES_SERVICE_NAME, MOBILE_APPLICATION_NAME, MOBILE_APPLICATION_PLATFORM, MOBILE_APPLICATION_TAGS, NAME_OF_COMPUTE_NODE, OPENSTACK_ACCOUNT_NAME, OPENSTACK_ACCOUNT_PROJECT_NAME, OPENSTACK_AVAILABILITY_ZONE_NAME, OPENSTACK_PROJECT_NAME, OPENSTACK_REGION_NAME, OPENSTACK_VM_INSTANCE_TYPE, OPENSTACK_VM_NAME, OPENSTACK_VM_SECURITY_GROUP, PROCESS_GROUP_AZURE_HOST_NAME, PROCESS_GROUP_AZURE_SITE_NAME, PROCESS_GROUP_CUSTOM_METADATA, PROCESS_GROUP_DETECTED_NAME, PROCESS_GROUP_ID, PROCESS_GROUP_LISTEN_PORT, PROCESS_GROUP_NAME, PROCESS_GROUP_PREDEFINED_METADATA, PROCESS_GROUP_TAGS, PROCESS_GROUP_TECHNOLOGY, PROCESS_GROUP_TECHNOLOGY_EDITION, PROCESS_GROUP_TECHNOLOGY_VERSION, QUEUE_NAME, QUEUE_TECHNOLOGY, QUEUE_VENDOR, SERVICE_AKKA_ACTOR_SYSTEM, SERVICE_CTG_SERVICE_NAME, SERVICE_DATABASE_HOST_NAME, SERVICE_DATABASE_NAME, SERVICE_DATABASE_TOPOLOGY, SERVICE_DATABASE_VENDOR, SERVICE_DETECTED_NAME, SERVICE_ESB_APPLICATION_NAME, SERVICE_IBM_CTG_GATEWAY_URL, SERVICE_MESSAGING_LISTENER_CLASS_NAME, SERVICE_NAME, SERVICE_PORT, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_REMOTE_ENDPOINT, SERVICE_REMOTE_SERVICE_NAME, SERVICE_TAGS, SERVICE_TECHNOLOGY, SERVICE_TECHNOLOGY_EDITION, SERVICE_TECHNOLOGY_VERSION, SERVICE_TOPOLOGY, SERVICE_TYPE, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_ENDPOINT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, VMWARE_DATACENTER_NAME, VMWARE_VM_NAME, WEB_APPLICATION_NAME, WEB_APPLICATION_NAME_PATTERN, WEB_APPLICATION_TAGS, WEB_APPLICATION_TYPE
    Operator string
    Possible Values: BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, IS_IP_IN_RANGE, LOWER_THAN, LOWER_THAN_OR_EQUAL, NOT_BEGINS_WITH, NOT_CONTAINS, NOT_ENDS_WITH, NOT_EQUALS, NOT_EXISTS, NOT_GREATER_THAN, NOT_GREATER_THAN_OR_EQUAL, NOT_IS_IP_IN_RANGE, NOT_LOWER_THAN, NOT_LOWER_THAN_OR_EQUAL, NOT_REGEX_MATCHES, NOT_TAG_KEY_EQUALS, REGEX_MATCHES, TAG_KEY_EQUALS
    CaseSensitive bool
    Case sensitive
    DynamicKey string
    Dynamic key
    DynamicKeySource string
    Key source
    EntityId string
    Value
    EnumValue string
    Value
    IntegerValue int
    Value
    StringValue string
    Value
    Tag string
    Format: [CONTEXT]tagKey:tagValue
    Key string
    Possible Values: APPMON_SERVER_NAME, APPMON_SYSTEM_PROFILE_NAME, AWS_ACCOUNT_ID, AWS_ACCOUNT_NAME, AWS_APPLICATION_LOAD_BALANCER_NAME, AWS_APPLICATION_LOAD_BALANCER_TAGS, AWS_AUTO_SCALING_GROUP_NAME, AWS_AUTO_SCALING_GROUP_TAGS, AWS_AVAILABILITY_ZONE_NAME, AWS_CLASSIC_LOAD_BALANCER_FRONTEND_PORTS, AWS_CLASSIC_LOAD_BALANCER_NAME, AWS_CLASSIC_LOAD_BALANCER_TAGS, AWS_NETWORK_LOAD_BALANCER_NAME, AWS_NETWORK_LOAD_BALANCER_TAGS, AWS_RELATIONAL_DATABASE_SERVICE_DB_NAME, AWS_RELATIONAL_DATABASE_SERVICE_ENDPOINT, AWS_RELATIONAL_DATABASE_SERVICE_ENGINE, AWS_RELATIONAL_DATABASE_SERVICE_INSTANCE_CLASS, AWS_RELATIONAL_DATABASE_SERVICE_NAME, AWS_RELATIONAL_DATABASE_SERVICE_PORT, AWS_RELATIONAL_DATABASE_SERVICE_TAGS, AZURE_ENTITY_NAME, AZURE_ENTITY_TAGS, AZURE_MGMT_GROUP_NAME, AZURE_MGMT_GROUP_UUID, AZURE_REGION_NAME, AZURE_SCALE_SET_NAME, AZURE_SUBSCRIPTION_NAME, AZURE_SUBSCRIPTION_UUID, AZURE_TENANT_NAME, AZURE_TENANT_UUID, AZURE_VM_NAME, BROWSER_MONITOR_NAME, BROWSER_MONITOR_TAGS, CLOUD_APPLICATION_LABELS, CLOUD_APPLICATION_NAME, CLOUD_APPLICATION_NAMESPACE_LABELS, CLOUD_APPLICATION_NAMESPACE_NAME, CLOUD_FOUNDRY_FOUNDATION_NAME, CLOUD_FOUNDRY_ORG_NAME, CUSTOM_APPLICATION_NAME, CUSTOM_APPLICATION_PLATFORM, CUSTOM_APPLICATION_TAGS, CUSTOM_APPLICATION_TYPE, CUSTOM_DEVICE_DNS_ADDRESS, CUSTOM_DEVICE_GROUP_NAME, CUSTOM_DEVICE_GROUP_TAGS, CUSTOM_DEVICE_IP_ADDRESS, CUSTOM_DEVICE_METADATA, CUSTOM_DEVICE_NAME, CUSTOM_DEVICE_PORT, CUSTOM_DEVICE_TAGS, CUSTOM_DEVICE_TECHNOLOGY, DATA_CENTER_SERVICE_DECODER_TYPE, DATA_CENTER_SERVICE_IP_ADDRESS, DATA_CENTER_SERVICE_METADATA, DATA_CENTER_SERVICE_NAME, DATA_CENTER_SERVICE_PORT, DATA_CENTER_SERVICE_TAGS, DOCKER_CONTAINER_NAME, DOCKER_FULL_IMAGE_NAME, DOCKER_IMAGE_VERSION, EC2_INSTANCE_AMI_ID, EC2_INSTANCE_AWS_INSTANCE_TYPE, EC2_INSTANCE_AWS_SECURITY_GROUP, EC2_INSTANCE_BEANSTALK_ENV_NAME, EC2_INSTANCE_ID, EC2_INSTANCE_NAME, EC2_INSTANCE_PRIVATE_HOST_NAME, EC2_INSTANCE_PUBLIC_HOST_NAME, EC2_INSTANCE_TAGS, ENTERPRISE_APPLICATION_DECODER_TYPE, ENTERPRISE_APPLICATION_IP_ADDRESS, ENTERPRISE_APPLICATION_METADATA, ENTERPRISE_APPLICATION_NAME, ENTERPRISE_APPLICATION_PORT, ENTERPRISE_APPLICATION_TAGS, ESXI_HOST_CLUSTER_NAME, ESXI_HOST_HARDWARE_MODEL, ESXI_HOST_HARDWARE_VENDOR, ESXI_HOST_NAME, ESXI_HOST_PRODUCT_NAME, ESXI_HOST_PRODUCT_VERSION, ESXI_HOST_TAGS, EXTERNAL_MONITOR_ENGINE_DESCRIPTION, EXTERNAL_MONITOR_ENGINE_NAME, EXTERNAL_MONITOR_ENGINE_TYPE, EXTERNAL_MONITOR_NAME, EXTERNAL_MONITOR_TAGS, GEOLOCATION_SITE_NAME, GOOGLE_CLOUD_PLATFORM_ZONE_NAME, GOOGLE_COMPUTE_INSTANCE_ID, GOOGLE_COMPUTE_INSTANCE_MACHINE_TYPE, GOOGLE_COMPUTE_INSTANCE_NAME, GOOGLE_COMPUTE_INSTANCE_PROJECT, GOOGLE_COMPUTE_INSTANCE_PROJECT_ID, GOOGLE_COMPUTE_INSTANCE_PUBLIC_IP_ADDRESSES, HOST_AIX_LOGICAL_CPU_COUNT, HOST_AIX_SIMULTANEOUS_THREADS, HOST_AIX_VIRTUAL_CPU_COUNT, HOST_ARCHITECTURE, HOST_AWS_NAME_TAG, HOST_AZURE_COMPUTE_MODE, HOST_AZURE_SKU, HOST_AZURE_WEB_APPLICATION_HOST_NAMES, HOST_AZURE_WEB_APPLICATION_SITE_NAMES, HOST_BITNESS, HOST_BOSH_AVAILABILITY_ZONE, HOST_BOSH_DEPLOYMENT_ID, HOST_BOSH_INSTANCE_ID, HOST_BOSH_INSTANCE_NAME, HOST_BOSH_NAME, HOST_BOSH_STEMCELL_VERSION, HOST_CLOUD_TYPE, HOST_CPU_CORES, HOST_CUSTOM_METADATA, HOST_DETECTED_NAME, HOST_GROUP_ID, HOST_GROUP_NAME, HOST_HYPERVISOR_TYPE, HOST_IP_ADDRESS, HOST_KUBERNETES_LABELS, HOST_LOGICAL_CPU_CORES, HOST_NAME, HOST_ONEAGENT_CUSTOM_HOST_NAME, HOST_OS_TYPE, HOST_OS_VERSION, HOST_PAAS_MEMORY_LIMIT, HOST_PAAS_TYPE, HOST_TAGS, HOST_TECHNOLOGY, HTTP_MONITOR_NAME, HTTP_MONITOR_TAGS, KUBERNETES_CLUSTER_NAME, KUBERNETES_NODE_NAME, KUBERNETES_SERVICE_NAME, MOBILE_APPLICATION_NAME, MOBILE_APPLICATION_PLATFORM, MOBILE_APPLICATION_TAGS, NAME_OF_COMPUTE_NODE, OPENSTACK_ACCOUNT_NAME, OPENSTACK_ACCOUNT_PROJECT_NAME, OPENSTACK_AVAILABILITY_ZONE_NAME, OPENSTACK_PROJECT_NAME, OPENSTACK_REGION_NAME, OPENSTACK_VM_INSTANCE_TYPE, OPENSTACK_VM_NAME, OPENSTACK_VM_SECURITY_GROUP, PROCESS_GROUP_AZURE_HOST_NAME, PROCESS_GROUP_AZURE_SITE_NAME, PROCESS_GROUP_CUSTOM_METADATA, PROCESS_GROUP_DETECTED_NAME, PROCESS_GROUP_ID, PROCESS_GROUP_LISTEN_PORT, PROCESS_GROUP_NAME, PROCESS_GROUP_PREDEFINED_METADATA, PROCESS_GROUP_TAGS, PROCESS_GROUP_TECHNOLOGY, PROCESS_GROUP_TECHNOLOGY_EDITION, PROCESS_GROUP_TECHNOLOGY_VERSION, QUEUE_NAME, QUEUE_TECHNOLOGY, QUEUE_VENDOR, SERVICE_AKKA_ACTOR_SYSTEM, SERVICE_CTG_SERVICE_NAME, SERVICE_DATABASE_HOST_NAME, SERVICE_DATABASE_NAME, SERVICE_DATABASE_TOPOLOGY, SERVICE_DATABASE_VENDOR, SERVICE_DETECTED_NAME, SERVICE_ESB_APPLICATION_NAME, SERVICE_IBM_CTG_GATEWAY_URL, SERVICE_MESSAGING_LISTENER_CLASS_NAME, SERVICE_NAME, SERVICE_PORT, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_REMOTE_ENDPOINT, SERVICE_REMOTE_SERVICE_NAME, SERVICE_TAGS, SERVICE_TECHNOLOGY, SERVICE_TECHNOLOGY_EDITION, SERVICE_TECHNOLOGY_VERSION, SERVICE_TOPOLOGY, SERVICE_TYPE, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_ENDPOINT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, VMWARE_DATACENTER_NAME, VMWARE_VM_NAME, WEB_APPLICATION_NAME, WEB_APPLICATION_NAME_PATTERN, WEB_APPLICATION_TAGS, WEB_APPLICATION_TYPE
    Operator string
    Possible Values: BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, IS_IP_IN_RANGE, LOWER_THAN, LOWER_THAN_OR_EQUAL, NOT_BEGINS_WITH, NOT_CONTAINS, NOT_ENDS_WITH, NOT_EQUALS, NOT_EXISTS, NOT_GREATER_THAN, NOT_GREATER_THAN_OR_EQUAL, NOT_IS_IP_IN_RANGE, NOT_LOWER_THAN, NOT_LOWER_THAN_OR_EQUAL, NOT_REGEX_MATCHES, NOT_TAG_KEY_EQUALS, REGEX_MATCHES, TAG_KEY_EQUALS
    CaseSensitive bool
    Case sensitive
    DynamicKey string
    Dynamic key
    DynamicKeySource string
    Key source
    EntityId string
    Value
    EnumValue string
    Value
    IntegerValue int
    Value
    StringValue string
    Value
    Tag string
    Format: [CONTEXT]tagKey:tagValue
    key String
    Possible Values: APPMON_SERVER_NAME, APPMON_SYSTEM_PROFILE_NAME, AWS_ACCOUNT_ID, AWS_ACCOUNT_NAME, AWS_APPLICATION_LOAD_BALANCER_NAME, AWS_APPLICATION_LOAD_BALANCER_TAGS, AWS_AUTO_SCALING_GROUP_NAME, AWS_AUTO_SCALING_GROUP_TAGS, AWS_AVAILABILITY_ZONE_NAME, AWS_CLASSIC_LOAD_BALANCER_FRONTEND_PORTS, AWS_CLASSIC_LOAD_BALANCER_NAME, AWS_CLASSIC_LOAD_BALANCER_TAGS, AWS_NETWORK_LOAD_BALANCER_NAME, AWS_NETWORK_LOAD_BALANCER_TAGS, AWS_RELATIONAL_DATABASE_SERVICE_DB_NAME, AWS_RELATIONAL_DATABASE_SERVICE_ENDPOINT, AWS_RELATIONAL_DATABASE_SERVICE_ENGINE, AWS_RELATIONAL_DATABASE_SERVICE_INSTANCE_CLASS, AWS_RELATIONAL_DATABASE_SERVICE_NAME, AWS_RELATIONAL_DATABASE_SERVICE_PORT, AWS_RELATIONAL_DATABASE_SERVICE_TAGS, AZURE_ENTITY_NAME, AZURE_ENTITY_TAGS, AZURE_MGMT_GROUP_NAME, AZURE_MGMT_GROUP_UUID, AZURE_REGION_NAME, AZURE_SCALE_SET_NAME, AZURE_SUBSCRIPTION_NAME, AZURE_SUBSCRIPTION_UUID, AZURE_TENANT_NAME, AZURE_TENANT_UUID, AZURE_VM_NAME, BROWSER_MONITOR_NAME, BROWSER_MONITOR_TAGS, CLOUD_APPLICATION_LABELS, CLOUD_APPLICATION_NAME, CLOUD_APPLICATION_NAMESPACE_LABELS, CLOUD_APPLICATION_NAMESPACE_NAME, CLOUD_FOUNDRY_FOUNDATION_NAME, CLOUD_FOUNDRY_ORG_NAME, CUSTOM_APPLICATION_NAME, CUSTOM_APPLICATION_PLATFORM, CUSTOM_APPLICATION_TAGS, CUSTOM_APPLICATION_TYPE, CUSTOM_DEVICE_DNS_ADDRESS, CUSTOM_DEVICE_GROUP_NAME, CUSTOM_DEVICE_GROUP_TAGS, CUSTOM_DEVICE_IP_ADDRESS, CUSTOM_DEVICE_METADATA, CUSTOM_DEVICE_NAME, CUSTOM_DEVICE_PORT, CUSTOM_DEVICE_TAGS, CUSTOM_DEVICE_TECHNOLOGY, DATA_CENTER_SERVICE_DECODER_TYPE, DATA_CENTER_SERVICE_IP_ADDRESS, DATA_CENTER_SERVICE_METADATA, DATA_CENTER_SERVICE_NAME, DATA_CENTER_SERVICE_PORT, DATA_CENTER_SERVICE_TAGS, DOCKER_CONTAINER_NAME, DOCKER_FULL_IMAGE_NAME, DOCKER_IMAGE_VERSION, EC2_INSTANCE_AMI_ID, EC2_INSTANCE_AWS_INSTANCE_TYPE, EC2_INSTANCE_AWS_SECURITY_GROUP, EC2_INSTANCE_BEANSTALK_ENV_NAME, EC2_INSTANCE_ID, EC2_INSTANCE_NAME, EC2_INSTANCE_PRIVATE_HOST_NAME, EC2_INSTANCE_PUBLIC_HOST_NAME, EC2_INSTANCE_TAGS, ENTERPRISE_APPLICATION_DECODER_TYPE, ENTERPRISE_APPLICATION_IP_ADDRESS, ENTERPRISE_APPLICATION_METADATA, ENTERPRISE_APPLICATION_NAME, ENTERPRISE_APPLICATION_PORT, ENTERPRISE_APPLICATION_TAGS, ESXI_HOST_CLUSTER_NAME, ESXI_HOST_HARDWARE_MODEL, ESXI_HOST_HARDWARE_VENDOR, ESXI_HOST_NAME, ESXI_HOST_PRODUCT_NAME, ESXI_HOST_PRODUCT_VERSION, ESXI_HOST_TAGS, EXTERNAL_MONITOR_ENGINE_DESCRIPTION, EXTERNAL_MONITOR_ENGINE_NAME, EXTERNAL_MONITOR_ENGINE_TYPE, EXTERNAL_MONITOR_NAME, EXTERNAL_MONITOR_TAGS, GEOLOCATION_SITE_NAME, GOOGLE_CLOUD_PLATFORM_ZONE_NAME, GOOGLE_COMPUTE_INSTANCE_ID, GOOGLE_COMPUTE_INSTANCE_MACHINE_TYPE, GOOGLE_COMPUTE_INSTANCE_NAME, GOOGLE_COMPUTE_INSTANCE_PROJECT, GOOGLE_COMPUTE_INSTANCE_PROJECT_ID, GOOGLE_COMPUTE_INSTANCE_PUBLIC_IP_ADDRESSES, HOST_AIX_LOGICAL_CPU_COUNT, HOST_AIX_SIMULTANEOUS_THREADS, HOST_AIX_VIRTUAL_CPU_COUNT, HOST_ARCHITECTURE, HOST_AWS_NAME_TAG, HOST_AZURE_COMPUTE_MODE, HOST_AZURE_SKU, HOST_AZURE_WEB_APPLICATION_HOST_NAMES, HOST_AZURE_WEB_APPLICATION_SITE_NAMES, HOST_BITNESS, HOST_BOSH_AVAILABILITY_ZONE, HOST_BOSH_DEPLOYMENT_ID, HOST_BOSH_INSTANCE_ID, HOST_BOSH_INSTANCE_NAME, HOST_BOSH_NAME, HOST_BOSH_STEMCELL_VERSION, HOST_CLOUD_TYPE, HOST_CPU_CORES, HOST_CUSTOM_METADATA, HOST_DETECTED_NAME, HOST_GROUP_ID, HOST_GROUP_NAME, HOST_HYPERVISOR_TYPE, HOST_IP_ADDRESS, HOST_KUBERNETES_LABELS, HOST_LOGICAL_CPU_CORES, HOST_NAME, HOST_ONEAGENT_CUSTOM_HOST_NAME, HOST_OS_TYPE, HOST_OS_VERSION, HOST_PAAS_MEMORY_LIMIT, HOST_PAAS_TYPE, HOST_TAGS, HOST_TECHNOLOGY, HTTP_MONITOR_NAME, HTTP_MONITOR_TAGS, KUBERNETES_CLUSTER_NAME, KUBERNETES_NODE_NAME, KUBERNETES_SERVICE_NAME, MOBILE_APPLICATION_NAME, MOBILE_APPLICATION_PLATFORM, MOBILE_APPLICATION_TAGS, NAME_OF_COMPUTE_NODE, OPENSTACK_ACCOUNT_NAME, OPENSTACK_ACCOUNT_PROJECT_NAME, OPENSTACK_AVAILABILITY_ZONE_NAME, OPENSTACK_PROJECT_NAME, OPENSTACK_REGION_NAME, OPENSTACK_VM_INSTANCE_TYPE, OPENSTACK_VM_NAME, OPENSTACK_VM_SECURITY_GROUP, PROCESS_GROUP_AZURE_HOST_NAME, PROCESS_GROUP_AZURE_SITE_NAME, PROCESS_GROUP_CUSTOM_METADATA, PROCESS_GROUP_DETECTED_NAME, PROCESS_GROUP_ID, PROCESS_GROUP_LISTEN_PORT, PROCESS_GROUP_NAME, PROCESS_GROUP_PREDEFINED_METADATA, PROCESS_GROUP_TAGS, PROCESS_GROUP_TECHNOLOGY, PROCESS_GROUP_TECHNOLOGY_EDITION, PROCESS_GROUP_TECHNOLOGY_VERSION, QUEUE_NAME, QUEUE_TECHNOLOGY, QUEUE_VENDOR, SERVICE_AKKA_ACTOR_SYSTEM, SERVICE_CTG_SERVICE_NAME, SERVICE_DATABASE_HOST_NAME, SERVICE_DATABASE_NAME, SERVICE_DATABASE_TOPOLOGY, SERVICE_DATABASE_VENDOR, SERVICE_DETECTED_NAME, SERVICE_ESB_APPLICATION_NAME, SERVICE_IBM_CTG_GATEWAY_URL, SERVICE_MESSAGING_LISTENER_CLASS_NAME, SERVICE_NAME, SERVICE_PORT, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_REMOTE_ENDPOINT, SERVICE_REMOTE_SERVICE_NAME, SERVICE_TAGS, SERVICE_TECHNOLOGY, SERVICE_TECHNOLOGY_EDITION, SERVICE_TECHNOLOGY_VERSION, SERVICE_TOPOLOGY, SERVICE_TYPE, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_ENDPOINT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, VMWARE_DATACENTER_NAME, VMWARE_VM_NAME, WEB_APPLICATION_NAME, WEB_APPLICATION_NAME_PATTERN, WEB_APPLICATION_TAGS, WEB_APPLICATION_TYPE
    operator String
    Possible Values: BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, IS_IP_IN_RANGE, LOWER_THAN, LOWER_THAN_OR_EQUAL, NOT_BEGINS_WITH, NOT_CONTAINS, NOT_ENDS_WITH, NOT_EQUALS, NOT_EXISTS, NOT_GREATER_THAN, NOT_GREATER_THAN_OR_EQUAL, NOT_IS_IP_IN_RANGE, NOT_LOWER_THAN, NOT_LOWER_THAN_OR_EQUAL, NOT_REGEX_MATCHES, NOT_TAG_KEY_EQUALS, REGEX_MATCHES, TAG_KEY_EQUALS
    caseSensitive Boolean
    Case sensitive
    dynamicKey String
    Dynamic key
    dynamicKeySource String
    Key source
    entityId String
    Value
    enumValue String
    Value
    integerValue Integer
    Value
    stringValue String
    Value
    tag String
    Format: [CONTEXT]tagKey:tagValue
    key string
    Possible Values: APPMON_SERVER_NAME, APPMON_SYSTEM_PROFILE_NAME, AWS_ACCOUNT_ID, AWS_ACCOUNT_NAME, AWS_APPLICATION_LOAD_BALANCER_NAME, AWS_APPLICATION_LOAD_BALANCER_TAGS, AWS_AUTO_SCALING_GROUP_NAME, AWS_AUTO_SCALING_GROUP_TAGS, AWS_AVAILABILITY_ZONE_NAME, AWS_CLASSIC_LOAD_BALANCER_FRONTEND_PORTS, AWS_CLASSIC_LOAD_BALANCER_NAME, AWS_CLASSIC_LOAD_BALANCER_TAGS, AWS_NETWORK_LOAD_BALANCER_NAME, AWS_NETWORK_LOAD_BALANCER_TAGS, AWS_RELATIONAL_DATABASE_SERVICE_DB_NAME, AWS_RELATIONAL_DATABASE_SERVICE_ENDPOINT, AWS_RELATIONAL_DATABASE_SERVICE_ENGINE, AWS_RELATIONAL_DATABASE_SERVICE_INSTANCE_CLASS, AWS_RELATIONAL_DATABASE_SERVICE_NAME, AWS_RELATIONAL_DATABASE_SERVICE_PORT, AWS_RELATIONAL_DATABASE_SERVICE_TAGS, AZURE_ENTITY_NAME, AZURE_ENTITY_TAGS, AZURE_MGMT_GROUP_NAME, AZURE_MGMT_GROUP_UUID, AZURE_REGION_NAME, AZURE_SCALE_SET_NAME, AZURE_SUBSCRIPTION_NAME, AZURE_SUBSCRIPTION_UUID, AZURE_TENANT_NAME, AZURE_TENANT_UUID, AZURE_VM_NAME, BROWSER_MONITOR_NAME, BROWSER_MONITOR_TAGS, CLOUD_APPLICATION_LABELS, CLOUD_APPLICATION_NAME, CLOUD_APPLICATION_NAMESPACE_LABELS, CLOUD_APPLICATION_NAMESPACE_NAME, CLOUD_FOUNDRY_FOUNDATION_NAME, CLOUD_FOUNDRY_ORG_NAME, CUSTOM_APPLICATION_NAME, CUSTOM_APPLICATION_PLATFORM, CUSTOM_APPLICATION_TAGS, CUSTOM_APPLICATION_TYPE, CUSTOM_DEVICE_DNS_ADDRESS, CUSTOM_DEVICE_GROUP_NAME, CUSTOM_DEVICE_GROUP_TAGS, CUSTOM_DEVICE_IP_ADDRESS, CUSTOM_DEVICE_METADATA, CUSTOM_DEVICE_NAME, CUSTOM_DEVICE_PORT, CUSTOM_DEVICE_TAGS, CUSTOM_DEVICE_TECHNOLOGY, DATA_CENTER_SERVICE_DECODER_TYPE, DATA_CENTER_SERVICE_IP_ADDRESS, DATA_CENTER_SERVICE_METADATA, DATA_CENTER_SERVICE_NAME, DATA_CENTER_SERVICE_PORT, DATA_CENTER_SERVICE_TAGS, DOCKER_CONTAINER_NAME, DOCKER_FULL_IMAGE_NAME, DOCKER_IMAGE_VERSION, EC2_INSTANCE_AMI_ID, EC2_INSTANCE_AWS_INSTANCE_TYPE, EC2_INSTANCE_AWS_SECURITY_GROUP, EC2_INSTANCE_BEANSTALK_ENV_NAME, EC2_INSTANCE_ID, EC2_INSTANCE_NAME, EC2_INSTANCE_PRIVATE_HOST_NAME, EC2_INSTANCE_PUBLIC_HOST_NAME, EC2_INSTANCE_TAGS, ENTERPRISE_APPLICATION_DECODER_TYPE, ENTERPRISE_APPLICATION_IP_ADDRESS, ENTERPRISE_APPLICATION_METADATA, ENTERPRISE_APPLICATION_NAME, ENTERPRISE_APPLICATION_PORT, ENTERPRISE_APPLICATION_TAGS, ESXI_HOST_CLUSTER_NAME, ESXI_HOST_HARDWARE_MODEL, ESXI_HOST_HARDWARE_VENDOR, ESXI_HOST_NAME, ESXI_HOST_PRODUCT_NAME, ESXI_HOST_PRODUCT_VERSION, ESXI_HOST_TAGS, EXTERNAL_MONITOR_ENGINE_DESCRIPTION, EXTERNAL_MONITOR_ENGINE_NAME, EXTERNAL_MONITOR_ENGINE_TYPE, EXTERNAL_MONITOR_NAME, EXTERNAL_MONITOR_TAGS, GEOLOCATION_SITE_NAME, GOOGLE_CLOUD_PLATFORM_ZONE_NAME, GOOGLE_COMPUTE_INSTANCE_ID, GOOGLE_COMPUTE_INSTANCE_MACHINE_TYPE, GOOGLE_COMPUTE_INSTANCE_NAME, GOOGLE_COMPUTE_INSTANCE_PROJECT, GOOGLE_COMPUTE_INSTANCE_PROJECT_ID, GOOGLE_COMPUTE_INSTANCE_PUBLIC_IP_ADDRESSES, HOST_AIX_LOGICAL_CPU_COUNT, HOST_AIX_SIMULTANEOUS_THREADS, HOST_AIX_VIRTUAL_CPU_COUNT, HOST_ARCHITECTURE, HOST_AWS_NAME_TAG, HOST_AZURE_COMPUTE_MODE, HOST_AZURE_SKU, HOST_AZURE_WEB_APPLICATION_HOST_NAMES, HOST_AZURE_WEB_APPLICATION_SITE_NAMES, HOST_BITNESS, HOST_BOSH_AVAILABILITY_ZONE, HOST_BOSH_DEPLOYMENT_ID, HOST_BOSH_INSTANCE_ID, HOST_BOSH_INSTANCE_NAME, HOST_BOSH_NAME, HOST_BOSH_STEMCELL_VERSION, HOST_CLOUD_TYPE, HOST_CPU_CORES, HOST_CUSTOM_METADATA, HOST_DETECTED_NAME, HOST_GROUP_ID, HOST_GROUP_NAME, HOST_HYPERVISOR_TYPE, HOST_IP_ADDRESS, HOST_KUBERNETES_LABELS, HOST_LOGICAL_CPU_CORES, HOST_NAME, HOST_ONEAGENT_CUSTOM_HOST_NAME, HOST_OS_TYPE, HOST_OS_VERSION, HOST_PAAS_MEMORY_LIMIT, HOST_PAAS_TYPE, HOST_TAGS, HOST_TECHNOLOGY, HTTP_MONITOR_NAME, HTTP_MONITOR_TAGS, KUBERNETES_CLUSTER_NAME, KUBERNETES_NODE_NAME, KUBERNETES_SERVICE_NAME, MOBILE_APPLICATION_NAME, MOBILE_APPLICATION_PLATFORM, MOBILE_APPLICATION_TAGS, NAME_OF_COMPUTE_NODE, OPENSTACK_ACCOUNT_NAME, OPENSTACK_ACCOUNT_PROJECT_NAME, OPENSTACK_AVAILABILITY_ZONE_NAME, OPENSTACK_PROJECT_NAME, OPENSTACK_REGION_NAME, OPENSTACK_VM_INSTANCE_TYPE, OPENSTACK_VM_NAME, OPENSTACK_VM_SECURITY_GROUP, PROCESS_GROUP_AZURE_HOST_NAME, PROCESS_GROUP_AZURE_SITE_NAME, PROCESS_GROUP_CUSTOM_METADATA, PROCESS_GROUP_DETECTED_NAME, PROCESS_GROUP_ID, PROCESS_GROUP_LISTEN_PORT, PROCESS_GROUP_NAME, PROCESS_GROUP_PREDEFINED_METADATA, PROCESS_GROUP_TAGS, PROCESS_GROUP_TECHNOLOGY, PROCESS_GROUP_TECHNOLOGY_EDITION, PROCESS_GROUP_TECHNOLOGY_VERSION, QUEUE_NAME, QUEUE_TECHNOLOGY, QUEUE_VENDOR, SERVICE_AKKA_ACTOR_SYSTEM, SERVICE_CTG_SERVICE_NAME, SERVICE_DATABASE_HOST_NAME, SERVICE_DATABASE_NAME, SERVICE_DATABASE_TOPOLOGY, SERVICE_DATABASE_VENDOR, SERVICE_DETECTED_NAME, SERVICE_ESB_APPLICATION_NAME, SERVICE_IBM_CTG_GATEWAY_URL, SERVICE_MESSAGING_LISTENER_CLASS_NAME, SERVICE_NAME, SERVICE_PORT, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_REMOTE_ENDPOINT, SERVICE_REMOTE_SERVICE_NAME, SERVICE_TAGS, SERVICE_TECHNOLOGY, SERVICE_TECHNOLOGY_EDITION, SERVICE_TECHNOLOGY_VERSION, SERVICE_TOPOLOGY, SERVICE_TYPE, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_ENDPOINT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, VMWARE_DATACENTER_NAME, VMWARE_VM_NAME, WEB_APPLICATION_NAME, WEB_APPLICATION_NAME_PATTERN, WEB_APPLICATION_TAGS, WEB_APPLICATION_TYPE
    operator string
    Possible Values: BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, IS_IP_IN_RANGE, LOWER_THAN, LOWER_THAN_OR_EQUAL, NOT_BEGINS_WITH, NOT_CONTAINS, NOT_ENDS_WITH, NOT_EQUALS, NOT_EXISTS, NOT_GREATER_THAN, NOT_GREATER_THAN_OR_EQUAL, NOT_IS_IP_IN_RANGE, NOT_LOWER_THAN, NOT_LOWER_THAN_OR_EQUAL, NOT_REGEX_MATCHES, NOT_TAG_KEY_EQUALS, REGEX_MATCHES, TAG_KEY_EQUALS
    caseSensitive boolean
    Case sensitive
    dynamicKey string
    Dynamic key
    dynamicKeySource string
    Key source
    entityId string
    Value
    enumValue string
    Value
    integerValue number
    Value
    stringValue string
    Value
    tag string
    Format: [CONTEXT]tagKey:tagValue
    key str
    Possible Values: APPMON_SERVER_NAME, APPMON_SYSTEM_PROFILE_NAME, AWS_ACCOUNT_ID, AWS_ACCOUNT_NAME, AWS_APPLICATION_LOAD_BALANCER_NAME, AWS_APPLICATION_LOAD_BALANCER_TAGS, AWS_AUTO_SCALING_GROUP_NAME, AWS_AUTO_SCALING_GROUP_TAGS, AWS_AVAILABILITY_ZONE_NAME, AWS_CLASSIC_LOAD_BALANCER_FRONTEND_PORTS, AWS_CLASSIC_LOAD_BALANCER_NAME, AWS_CLASSIC_LOAD_BALANCER_TAGS, AWS_NETWORK_LOAD_BALANCER_NAME, AWS_NETWORK_LOAD_BALANCER_TAGS, AWS_RELATIONAL_DATABASE_SERVICE_DB_NAME, AWS_RELATIONAL_DATABASE_SERVICE_ENDPOINT, AWS_RELATIONAL_DATABASE_SERVICE_ENGINE, AWS_RELATIONAL_DATABASE_SERVICE_INSTANCE_CLASS, AWS_RELATIONAL_DATABASE_SERVICE_NAME, AWS_RELATIONAL_DATABASE_SERVICE_PORT, AWS_RELATIONAL_DATABASE_SERVICE_TAGS, AZURE_ENTITY_NAME, AZURE_ENTITY_TAGS, AZURE_MGMT_GROUP_NAME, AZURE_MGMT_GROUP_UUID, AZURE_REGION_NAME, AZURE_SCALE_SET_NAME, AZURE_SUBSCRIPTION_NAME, AZURE_SUBSCRIPTION_UUID, AZURE_TENANT_NAME, AZURE_TENANT_UUID, AZURE_VM_NAME, BROWSER_MONITOR_NAME, BROWSER_MONITOR_TAGS, CLOUD_APPLICATION_LABELS, CLOUD_APPLICATION_NAME, CLOUD_APPLICATION_NAMESPACE_LABELS, CLOUD_APPLICATION_NAMESPACE_NAME, CLOUD_FOUNDRY_FOUNDATION_NAME, CLOUD_FOUNDRY_ORG_NAME, CUSTOM_APPLICATION_NAME, CUSTOM_APPLICATION_PLATFORM, CUSTOM_APPLICATION_TAGS, CUSTOM_APPLICATION_TYPE, CUSTOM_DEVICE_DNS_ADDRESS, CUSTOM_DEVICE_GROUP_NAME, CUSTOM_DEVICE_GROUP_TAGS, CUSTOM_DEVICE_IP_ADDRESS, CUSTOM_DEVICE_METADATA, CUSTOM_DEVICE_NAME, CUSTOM_DEVICE_PORT, CUSTOM_DEVICE_TAGS, CUSTOM_DEVICE_TECHNOLOGY, DATA_CENTER_SERVICE_DECODER_TYPE, DATA_CENTER_SERVICE_IP_ADDRESS, DATA_CENTER_SERVICE_METADATA, DATA_CENTER_SERVICE_NAME, DATA_CENTER_SERVICE_PORT, DATA_CENTER_SERVICE_TAGS, DOCKER_CONTAINER_NAME, DOCKER_FULL_IMAGE_NAME, DOCKER_IMAGE_VERSION, EC2_INSTANCE_AMI_ID, EC2_INSTANCE_AWS_INSTANCE_TYPE, EC2_INSTANCE_AWS_SECURITY_GROUP, EC2_INSTANCE_BEANSTALK_ENV_NAME, EC2_INSTANCE_ID, EC2_INSTANCE_NAME, EC2_INSTANCE_PRIVATE_HOST_NAME, EC2_INSTANCE_PUBLIC_HOST_NAME, EC2_INSTANCE_TAGS, ENTERPRISE_APPLICATION_DECODER_TYPE, ENTERPRISE_APPLICATION_IP_ADDRESS, ENTERPRISE_APPLICATION_METADATA, ENTERPRISE_APPLICATION_NAME, ENTERPRISE_APPLICATION_PORT, ENTERPRISE_APPLICATION_TAGS, ESXI_HOST_CLUSTER_NAME, ESXI_HOST_HARDWARE_MODEL, ESXI_HOST_HARDWARE_VENDOR, ESXI_HOST_NAME, ESXI_HOST_PRODUCT_NAME, ESXI_HOST_PRODUCT_VERSION, ESXI_HOST_TAGS, EXTERNAL_MONITOR_ENGINE_DESCRIPTION, EXTERNAL_MONITOR_ENGINE_NAME, EXTERNAL_MONITOR_ENGINE_TYPE, EXTERNAL_MONITOR_NAME, EXTERNAL_MONITOR_TAGS, GEOLOCATION_SITE_NAME, GOOGLE_CLOUD_PLATFORM_ZONE_NAME, GOOGLE_COMPUTE_INSTANCE_ID, GOOGLE_COMPUTE_INSTANCE_MACHINE_TYPE, GOOGLE_COMPUTE_INSTANCE_NAME, GOOGLE_COMPUTE_INSTANCE_PROJECT, GOOGLE_COMPUTE_INSTANCE_PROJECT_ID, GOOGLE_COMPUTE_INSTANCE_PUBLIC_IP_ADDRESSES, HOST_AIX_LOGICAL_CPU_COUNT, HOST_AIX_SIMULTANEOUS_THREADS, HOST_AIX_VIRTUAL_CPU_COUNT, HOST_ARCHITECTURE, HOST_AWS_NAME_TAG, HOST_AZURE_COMPUTE_MODE, HOST_AZURE_SKU, HOST_AZURE_WEB_APPLICATION_HOST_NAMES, HOST_AZURE_WEB_APPLICATION_SITE_NAMES, HOST_BITNESS, HOST_BOSH_AVAILABILITY_ZONE, HOST_BOSH_DEPLOYMENT_ID, HOST_BOSH_INSTANCE_ID, HOST_BOSH_INSTANCE_NAME, HOST_BOSH_NAME, HOST_BOSH_STEMCELL_VERSION, HOST_CLOUD_TYPE, HOST_CPU_CORES, HOST_CUSTOM_METADATA, HOST_DETECTED_NAME, HOST_GROUP_ID, HOST_GROUP_NAME, HOST_HYPERVISOR_TYPE, HOST_IP_ADDRESS, HOST_KUBERNETES_LABELS, HOST_LOGICAL_CPU_CORES, HOST_NAME, HOST_ONEAGENT_CUSTOM_HOST_NAME, HOST_OS_TYPE, HOST_OS_VERSION, HOST_PAAS_MEMORY_LIMIT, HOST_PAAS_TYPE, HOST_TAGS, HOST_TECHNOLOGY, HTTP_MONITOR_NAME, HTTP_MONITOR_TAGS, KUBERNETES_CLUSTER_NAME, KUBERNETES_NODE_NAME, KUBERNETES_SERVICE_NAME, MOBILE_APPLICATION_NAME, MOBILE_APPLICATION_PLATFORM, MOBILE_APPLICATION_TAGS, NAME_OF_COMPUTE_NODE, OPENSTACK_ACCOUNT_NAME, OPENSTACK_ACCOUNT_PROJECT_NAME, OPENSTACK_AVAILABILITY_ZONE_NAME, OPENSTACK_PROJECT_NAME, OPENSTACK_REGION_NAME, OPENSTACK_VM_INSTANCE_TYPE, OPENSTACK_VM_NAME, OPENSTACK_VM_SECURITY_GROUP, PROCESS_GROUP_AZURE_HOST_NAME, PROCESS_GROUP_AZURE_SITE_NAME, PROCESS_GROUP_CUSTOM_METADATA, PROCESS_GROUP_DETECTED_NAME, PROCESS_GROUP_ID, PROCESS_GROUP_LISTEN_PORT, PROCESS_GROUP_NAME, PROCESS_GROUP_PREDEFINED_METADATA, PROCESS_GROUP_TAGS, PROCESS_GROUP_TECHNOLOGY, PROCESS_GROUP_TECHNOLOGY_EDITION, PROCESS_GROUP_TECHNOLOGY_VERSION, QUEUE_NAME, QUEUE_TECHNOLOGY, QUEUE_VENDOR, SERVICE_AKKA_ACTOR_SYSTEM, SERVICE_CTG_SERVICE_NAME, SERVICE_DATABASE_HOST_NAME, SERVICE_DATABASE_NAME, SERVICE_DATABASE_TOPOLOGY, SERVICE_DATABASE_VENDOR, SERVICE_DETECTED_NAME, SERVICE_ESB_APPLICATION_NAME, SERVICE_IBM_CTG_GATEWAY_URL, SERVICE_MESSAGING_LISTENER_CLASS_NAME, SERVICE_NAME, SERVICE_PORT, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_REMOTE_ENDPOINT, SERVICE_REMOTE_SERVICE_NAME, SERVICE_TAGS, SERVICE_TECHNOLOGY, SERVICE_TECHNOLOGY_EDITION, SERVICE_TECHNOLOGY_VERSION, SERVICE_TOPOLOGY, SERVICE_TYPE, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_ENDPOINT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, VMWARE_DATACENTER_NAME, VMWARE_VM_NAME, WEB_APPLICATION_NAME, WEB_APPLICATION_NAME_PATTERN, WEB_APPLICATION_TAGS, WEB_APPLICATION_TYPE
    operator str
    Possible Values: BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, IS_IP_IN_RANGE, LOWER_THAN, LOWER_THAN_OR_EQUAL, NOT_BEGINS_WITH, NOT_CONTAINS, NOT_ENDS_WITH, NOT_EQUALS, NOT_EXISTS, NOT_GREATER_THAN, NOT_GREATER_THAN_OR_EQUAL, NOT_IS_IP_IN_RANGE, NOT_LOWER_THAN, NOT_LOWER_THAN_OR_EQUAL, NOT_REGEX_MATCHES, NOT_TAG_KEY_EQUALS, REGEX_MATCHES, TAG_KEY_EQUALS
    case_sensitive bool
    Case sensitive
    dynamic_key str
    Dynamic key
    dynamic_key_source str
    Key source
    entity_id str
    Value
    enum_value str
    Value
    integer_value int
    Value
    string_value str
    Value
    tag str
    Format: [CONTEXT]tagKey:tagValue
    key String
    Possible Values: APPMON_SERVER_NAME, APPMON_SYSTEM_PROFILE_NAME, AWS_ACCOUNT_ID, AWS_ACCOUNT_NAME, AWS_APPLICATION_LOAD_BALANCER_NAME, AWS_APPLICATION_LOAD_BALANCER_TAGS, AWS_AUTO_SCALING_GROUP_NAME, AWS_AUTO_SCALING_GROUP_TAGS, AWS_AVAILABILITY_ZONE_NAME, AWS_CLASSIC_LOAD_BALANCER_FRONTEND_PORTS, AWS_CLASSIC_LOAD_BALANCER_NAME, AWS_CLASSIC_LOAD_BALANCER_TAGS, AWS_NETWORK_LOAD_BALANCER_NAME, AWS_NETWORK_LOAD_BALANCER_TAGS, AWS_RELATIONAL_DATABASE_SERVICE_DB_NAME, AWS_RELATIONAL_DATABASE_SERVICE_ENDPOINT, AWS_RELATIONAL_DATABASE_SERVICE_ENGINE, AWS_RELATIONAL_DATABASE_SERVICE_INSTANCE_CLASS, AWS_RELATIONAL_DATABASE_SERVICE_NAME, AWS_RELATIONAL_DATABASE_SERVICE_PORT, AWS_RELATIONAL_DATABASE_SERVICE_TAGS, AZURE_ENTITY_NAME, AZURE_ENTITY_TAGS, AZURE_MGMT_GROUP_NAME, AZURE_MGMT_GROUP_UUID, AZURE_REGION_NAME, AZURE_SCALE_SET_NAME, AZURE_SUBSCRIPTION_NAME, AZURE_SUBSCRIPTION_UUID, AZURE_TENANT_NAME, AZURE_TENANT_UUID, AZURE_VM_NAME, BROWSER_MONITOR_NAME, BROWSER_MONITOR_TAGS, CLOUD_APPLICATION_LABELS, CLOUD_APPLICATION_NAME, CLOUD_APPLICATION_NAMESPACE_LABELS, CLOUD_APPLICATION_NAMESPACE_NAME, CLOUD_FOUNDRY_FOUNDATION_NAME, CLOUD_FOUNDRY_ORG_NAME, CUSTOM_APPLICATION_NAME, CUSTOM_APPLICATION_PLATFORM, CUSTOM_APPLICATION_TAGS, CUSTOM_APPLICATION_TYPE, CUSTOM_DEVICE_DNS_ADDRESS, CUSTOM_DEVICE_GROUP_NAME, CUSTOM_DEVICE_GROUP_TAGS, CUSTOM_DEVICE_IP_ADDRESS, CUSTOM_DEVICE_METADATA, CUSTOM_DEVICE_NAME, CUSTOM_DEVICE_PORT, CUSTOM_DEVICE_TAGS, CUSTOM_DEVICE_TECHNOLOGY, DATA_CENTER_SERVICE_DECODER_TYPE, DATA_CENTER_SERVICE_IP_ADDRESS, DATA_CENTER_SERVICE_METADATA, DATA_CENTER_SERVICE_NAME, DATA_CENTER_SERVICE_PORT, DATA_CENTER_SERVICE_TAGS, DOCKER_CONTAINER_NAME, DOCKER_FULL_IMAGE_NAME, DOCKER_IMAGE_VERSION, EC2_INSTANCE_AMI_ID, EC2_INSTANCE_AWS_INSTANCE_TYPE, EC2_INSTANCE_AWS_SECURITY_GROUP, EC2_INSTANCE_BEANSTALK_ENV_NAME, EC2_INSTANCE_ID, EC2_INSTANCE_NAME, EC2_INSTANCE_PRIVATE_HOST_NAME, EC2_INSTANCE_PUBLIC_HOST_NAME, EC2_INSTANCE_TAGS, ENTERPRISE_APPLICATION_DECODER_TYPE, ENTERPRISE_APPLICATION_IP_ADDRESS, ENTERPRISE_APPLICATION_METADATA, ENTERPRISE_APPLICATION_NAME, ENTERPRISE_APPLICATION_PORT, ENTERPRISE_APPLICATION_TAGS, ESXI_HOST_CLUSTER_NAME, ESXI_HOST_HARDWARE_MODEL, ESXI_HOST_HARDWARE_VENDOR, ESXI_HOST_NAME, ESXI_HOST_PRODUCT_NAME, ESXI_HOST_PRODUCT_VERSION, ESXI_HOST_TAGS, EXTERNAL_MONITOR_ENGINE_DESCRIPTION, EXTERNAL_MONITOR_ENGINE_NAME, EXTERNAL_MONITOR_ENGINE_TYPE, EXTERNAL_MONITOR_NAME, EXTERNAL_MONITOR_TAGS, GEOLOCATION_SITE_NAME, GOOGLE_CLOUD_PLATFORM_ZONE_NAME, GOOGLE_COMPUTE_INSTANCE_ID, GOOGLE_COMPUTE_INSTANCE_MACHINE_TYPE, GOOGLE_COMPUTE_INSTANCE_NAME, GOOGLE_COMPUTE_INSTANCE_PROJECT, GOOGLE_COMPUTE_INSTANCE_PROJECT_ID, GOOGLE_COMPUTE_INSTANCE_PUBLIC_IP_ADDRESSES, HOST_AIX_LOGICAL_CPU_COUNT, HOST_AIX_SIMULTANEOUS_THREADS, HOST_AIX_VIRTUAL_CPU_COUNT, HOST_ARCHITECTURE, HOST_AWS_NAME_TAG, HOST_AZURE_COMPUTE_MODE, HOST_AZURE_SKU, HOST_AZURE_WEB_APPLICATION_HOST_NAMES, HOST_AZURE_WEB_APPLICATION_SITE_NAMES, HOST_BITNESS, HOST_BOSH_AVAILABILITY_ZONE, HOST_BOSH_DEPLOYMENT_ID, HOST_BOSH_INSTANCE_ID, HOST_BOSH_INSTANCE_NAME, HOST_BOSH_NAME, HOST_BOSH_STEMCELL_VERSION, HOST_CLOUD_TYPE, HOST_CPU_CORES, HOST_CUSTOM_METADATA, HOST_DETECTED_NAME, HOST_GROUP_ID, HOST_GROUP_NAME, HOST_HYPERVISOR_TYPE, HOST_IP_ADDRESS, HOST_KUBERNETES_LABELS, HOST_LOGICAL_CPU_CORES, HOST_NAME, HOST_ONEAGENT_CUSTOM_HOST_NAME, HOST_OS_TYPE, HOST_OS_VERSION, HOST_PAAS_MEMORY_LIMIT, HOST_PAAS_TYPE, HOST_TAGS, HOST_TECHNOLOGY, HTTP_MONITOR_NAME, HTTP_MONITOR_TAGS, KUBERNETES_CLUSTER_NAME, KUBERNETES_NODE_NAME, KUBERNETES_SERVICE_NAME, MOBILE_APPLICATION_NAME, MOBILE_APPLICATION_PLATFORM, MOBILE_APPLICATION_TAGS, NAME_OF_COMPUTE_NODE, OPENSTACK_ACCOUNT_NAME, OPENSTACK_ACCOUNT_PROJECT_NAME, OPENSTACK_AVAILABILITY_ZONE_NAME, OPENSTACK_PROJECT_NAME, OPENSTACK_REGION_NAME, OPENSTACK_VM_INSTANCE_TYPE, OPENSTACK_VM_NAME, OPENSTACK_VM_SECURITY_GROUP, PROCESS_GROUP_AZURE_HOST_NAME, PROCESS_GROUP_AZURE_SITE_NAME, PROCESS_GROUP_CUSTOM_METADATA, PROCESS_GROUP_DETECTED_NAME, PROCESS_GROUP_ID, PROCESS_GROUP_LISTEN_PORT, PROCESS_GROUP_NAME, PROCESS_GROUP_PREDEFINED_METADATA, PROCESS_GROUP_TAGS, PROCESS_GROUP_TECHNOLOGY, PROCESS_GROUP_TECHNOLOGY_EDITION, PROCESS_GROUP_TECHNOLOGY_VERSION, QUEUE_NAME, QUEUE_TECHNOLOGY, QUEUE_VENDOR, SERVICE_AKKA_ACTOR_SYSTEM, SERVICE_CTG_SERVICE_NAME, SERVICE_DATABASE_HOST_NAME, SERVICE_DATABASE_NAME, SERVICE_DATABASE_TOPOLOGY, SERVICE_DATABASE_VENDOR, SERVICE_DETECTED_NAME, SERVICE_ESB_APPLICATION_NAME, SERVICE_IBM_CTG_GATEWAY_URL, SERVICE_MESSAGING_LISTENER_CLASS_NAME, SERVICE_NAME, SERVICE_PORT, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_REMOTE_ENDPOINT, SERVICE_REMOTE_SERVICE_NAME, SERVICE_TAGS, SERVICE_TECHNOLOGY, SERVICE_TECHNOLOGY_EDITION, SERVICE_TECHNOLOGY_VERSION, SERVICE_TOPOLOGY, SERVICE_TYPE, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_ENDPOINT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, VMWARE_DATACENTER_NAME, VMWARE_VM_NAME, WEB_APPLICATION_NAME, WEB_APPLICATION_NAME_PATTERN, WEB_APPLICATION_TAGS, WEB_APPLICATION_TYPE
    operator String
    Possible Values: BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, EXISTS, GREATER_THAN, GREATER_THAN_OR_EQUAL, IS_IP_IN_RANGE, LOWER_THAN, LOWER_THAN_OR_EQUAL, NOT_BEGINS_WITH, NOT_CONTAINS, NOT_ENDS_WITH, NOT_EQUALS, NOT_EXISTS, NOT_GREATER_THAN, NOT_GREATER_THAN_OR_EQUAL, NOT_IS_IP_IN_RANGE, NOT_LOWER_THAN, NOT_LOWER_THAN_OR_EQUAL, NOT_REGEX_MATCHES, NOT_TAG_KEY_EQUALS, REGEX_MATCHES, TAG_KEY_EQUALS
    caseSensitive Boolean
    Case sensitive
    dynamicKey String
    Dynamic key
    dynamicKeySource String
    Key source
    entityId String
    Value
    enumValue String
    Value
    integerValue Number
    Value
    stringValue String
    Value
    tag String
    Format: [CONTEXT]tagKey:tagValue

    ManagementZoneV2RulesRuleDimensionRule, ManagementZoneV2RulesRuleDimensionRuleArgs

    appliesTo String
    Possible Values: ANY, LOG, METRIC
    dimensionConditions Property Map
    Conditions

    ManagementZoneV2RulesRuleDimensionRuleDimensionConditions, ManagementZoneV2RulesRuleDimensionRuleDimensionConditionsArgs

    conditions List<Property Map>
    Dimension conditions

    ManagementZoneV2RulesRuleDimensionRuleDimensionConditionsCondition, ManagementZoneV2RulesRuleDimensionRuleDimensionConditionsConditionArgs

    ConditionType string
    Possible Values: DIMENSION, LOG_FILE_NAME, METRIC_KEY
    RuleMatcher string
    Possible Values: BEGINS_WITH, EQUALS
    Value string
    no documentation available
    Key string
    no documentation available
    ConditionType string
    Possible Values: DIMENSION, LOG_FILE_NAME, METRIC_KEY
    RuleMatcher string
    Possible Values: BEGINS_WITH, EQUALS
    Value string
    no documentation available
    Key string
    no documentation available
    conditionType String
    Possible Values: DIMENSION, LOG_FILE_NAME, METRIC_KEY
    ruleMatcher String
    Possible Values: BEGINS_WITH, EQUALS
    value String
    no documentation available
    key String
    no documentation available
    conditionType string
    Possible Values: DIMENSION, LOG_FILE_NAME, METRIC_KEY
    ruleMatcher string
    Possible Values: BEGINS_WITH, EQUALS
    value string
    no documentation available
    key string
    no documentation available
    condition_type str
    Possible Values: DIMENSION, LOG_FILE_NAME, METRIC_KEY
    rule_matcher str
    Possible Values: BEGINS_WITH, EQUALS
    value str
    no documentation available
    key str
    no documentation available
    conditionType String
    Possible Values: DIMENSION, LOG_FILE_NAME, METRIC_KEY
    ruleMatcher String
    Possible Values: BEGINS_WITH, EQUALS
    value String
    no documentation available
    key String
    no documentation available

    Package Details

    Repository
    dynatrace pulumiverse/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.16.0 published on Tuesday, Sep 10, 2024 by Pulumiverse