dynatrace.ManagementZoneV2
Explore with Pulumi AI
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={
        "rules": [{
            "enabled": False,
            "type": "string",
            "attribute_rule": {
                "attribute_conditions": {
                    "conditions": [{
                        "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": {
                "applies_to": "string",
                "dimension_conditions": {
                    "conditions": [{
                        "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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
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. Management Zone V2Rules 
- 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
ManagementZone V2Rules Args 
- 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
ManagementZone V2Rules 
- 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
ManagementZone V2Rules 
- 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
ManagementZone V2Rules Args 
- 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) -> ManagementZoneV2func 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.
- 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. Management Zone V2Rules 
- 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
ManagementZone V2Rules Args 
- 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
ManagementZone V2Rules 
- 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
ManagementZone V2Rules 
- 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
ManagementZone V2Rules Args 
- 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
List<Pulumiverse.Dynatrace. Inputs. Management Zone V2Rules Rule> 
- A management zone rule
- Rules
[]ManagementZone V2Rules Rule 
- A management zone rule
- rules
List<ManagementZone V2Rules Rule> 
- A management zone rule
- rules
ManagementZone V2Rules Rule[] 
- A management zone rule
- rules
Sequence[ManagementZone V2Rules Rule] 
- 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. Management Zone V2Rules Rule Attribute Rule 
- no documentation available
- DimensionRule Pulumiverse.Dynatrace. Inputs. Management Zone V2Rules Rule Dimension Rule 
- 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 ManagementZone V2Rules Rule Attribute Rule 
- no documentation available
- DimensionRule ManagementZone V2Rules Rule Dimension Rule 
- 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 ManagementZone V2Rules Rule Attribute Rule 
- no documentation available
- dimensionRule ManagementZone V2Rules Rule Dimension Rule 
- 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 ManagementZone V2Rules Rule Attribute Rule 
- no documentation available
- dimensionRule ManagementZone V2Rules Rule Dimension Rule 
- 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 ManagementZone V2Rules Rule Attribute Rule 
- no documentation available
- dimension_rule ManagementZone V2Rules Rule Dimension Rule 
- 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. Management Zone V2Rules Rule Attribute Rule Attribute Conditions 
- 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
- AzureTo boolPgpropagation 
- Apply to process groups connected to matching Azure entities
- AzureTo boolService Propagation 
- Apply to services provided by matching Azure entities
- CustomDevice boolGroup To Custom Device Propagation 
- Apply to custom devices in a custom device group
- HostTo boolPgpropagation 
- Apply to processes running on matching hosts. entity_typemust be set toHOST
- PgTo boolHost Propagation 
- Apply to underlying hosts of matching process groups. entity_typemust be set toPROCESS_GROUP
- PgTo boolService Propagation 
- Apply to all services provided by the process groups. entity_typemust be set toPROCESS_GROUP
- ServiceTo boolHost Propagation 
- Apply to underlying hosts of matching services. entity_typemust be set toSERVICE
- ServiceTo boolPgpropagation 
- Apply to underlying process groups of matching services. entity_typemust be set toSERVICE
- AttributeConditions ManagementZone V2Rules Rule Attribute Rule Attribute Conditions 
- 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
- AzureTo boolPgpropagation 
- Apply to process groups connected to matching Azure entities
- AzureTo boolService Propagation 
- Apply to services provided by matching Azure entities
- CustomDevice boolGroup To Custom Device Propagation 
- Apply to custom devices in a custom device group
- HostTo boolPgpropagation 
- Apply to processes running on matching hosts. entity_typemust be set toHOST
- PgTo boolHost Propagation 
- Apply to underlying hosts of matching process groups. entity_typemust be set toPROCESS_GROUP
- PgTo boolService Propagation 
- Apply to all services provided by the process groups. entity_typemust be set toPROCESS_GROUP
- ServiceTo boolHost Propagation 
- Apply to underlying hosts of matching services. entity_typemust be set toSERVICE
- ServiceTo boolPgpropagation 
- Apply to underlying process groups of matching services. entity_typemust be set toSERVICE
- attributeConditions ManagementZone V2Rules Rule Attribute Rule Attribute Conditions 
- 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
- azureTo BooleanPgpropagation 
- Apply to process groups connected to matching Azure entities
- azureTo BooleanService Propagation 
- Apply to services provided by matching Azure entities
- customDevice BooleanGroup To Custom Device Propagation 
- Apply to custom devices in a custom device group
- hostTo BooleanPgpropagation 
- Apply to processes running on matching hosts. entity_typemust be set toHOST
- pgTo BooleanHost Propagation 
- Apply to underlying hosts of matching process groups. entity_typemust be set toPROCESS_GROUP
- pgTo BooleanService Propagation 
- Apply to all services provided by the process groups. entity_typemust be set toPROCESS_GROUP
- serviceTo BooleanHost Propagation 
- Apply to underlying hosts of matching services. entity_typemust be set toSERVICE
- serviceTo BooleanPgpropagation 
- Apply to underlying process groups of matching services. entity_typemust be set toSERVICE
- attributeConditions ManagementZone V2Rules Rule Attribute Rule Attribute Conditions 
- 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
- azureTo booleanPgpropagation 
- Apply to process groups connected to matching Azure entities
- azureTo booleanService Propagation 
- Apply to services provided by matching Azure entities
- customDevice booleanGroup To Custom Device Propagation 
- Apply to custom devices in a custom device group
- hostTo booleanPgpropagation 
- Apply to processes running on matching hosts. entity_typemust be set toHOST
- pgTo booleanHost Propagation 
- Apply to underlying hosts of matching process groups. entity_typemust be set toPROCESS_GROUP
- pgTo booleanService Propagation 
- Apply to all services provided by the process groups. entity_typemust be set toPROCESS_GROUP
- serviceTo booleanHost Propagation 
- Apply to underlying hosts of matching services. entity_typemust be set toSERVICE
- serviceTo booleanPgpropagation 
- Apply to underlying process groups of matching services. entity_typemust be set toSERVICE
- attribute_conditions ManagementZone V2Rules Rule Attribute Rule Attribute Conditions 
- 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_ boolpgpropagation 
- Apply to process groups connected to matching Azure entities
- azure_to_ boolservice_ propagation 
- Apply to services provided by matching Azure entities
- custom_device_ boolgroup_ to_ custom_ device_ propagation 
- Apply to custom devices in a custom device group
- host_to_ boolpgpropagation 
- Apply to processes running on matching hosts. entity_typemust be set toHOST
- pg_to_ boolhost_ propagation 
- Apply to underlying hosts of matching process groups. entity_typemust be set toPROCESS_GROUP
- pg_to_ boolservice_ propagation 
- Apply to all services provided by the process groups. entity_typemust be set toPROCESS_GROUP
- service_to_ boolhost_ propagation 
- Apply to underlying hosts of matching services. entity_typemust be set toSERVICE
- service_to_ boolpgpropagation 
- Apply to underlying process groups of matching services. entity_typemust be set toSERVICE
- 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
- azureTo BooleanPgpropagation 
- Apply to process groups connected to matching Azure entities
- azureTo BooleanService Propagation 
- Apply to services provided by matching Azure entities
- customDevice BooleanGroup To Custom Device Propagation 
- Apply to custom devices in a custom device group
- hostTo BooleanPgpropagation 
- Apply to processes running on matching hosts. entity_typemust be set toHOST
- pgTo BooleanHost Propagation 
- Apply to underlying hosts of matching process groups. entity_typemust be set toPROCESS_GROUP
- pgTo BooleanService Propagation 
- Apply to all services provided by the process groups. entity_typemust be set toPROCESS_GROUP
- serviceTo BooleanHost Propagation 
- Apply to underlying hosts of matching services. entity_typemust be set toSERVICE
- serviceTo BooleanPgpropagation 
- Apply to underlying process groups of matching services. entity_typemust be set toSERVICE
ManagementZoneV2RulesRuleAttributeRuleAttributeConditions, ManagementZoneV2RulesRuleAttributeRuleAttributeConditionsArgs                
- Conditions
[]ManagementZone V2Rules Rule Attribute Rule Attribute Conditions Condition 
- Attribute conditions
- conditions
List<ManagementZone V2Rules Rule Attribute Rule Attribute Conditions Condition> 
- Attribute conditions
- conditions
ManagementZone V2Rules Rule Attribute Rule Attribute Conditions Condition[] 
- Attribute conditions
- 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
- DynamicKey stringSource 
- 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
- DynamicKey stringSource 
- 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
- dynamicKey StringSource 
- 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
- dynamicKey stringSource 
- 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_ strsource 
- 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
- dynamicKey StringSource 
- 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 Pulumiverse.Dynatrace. Inputs. Management Zone V2Rules Rule Dimension Rule Dimension Conditions 
- Conditions
- AppliesTo string
- Possible Values: ANY,LOG,METRIC
- DimensionConditions ManagementZone V2Rules Rule Dimension Rule Dimension Conditions 
- Conditions
- appliesTo String
- Possible Values: ANY,LOG,METRIC
- dimensionConditions ManagementZone V2Rules Rule Dimension Rule Dimension Conditions 
- Conditions
- appliesTo string
- Possible Values: ANY,LOG,METRIC
- dimensionConditions ManagementZone V2Rules Rule Dimension Rule Dimension Conditions 
- Conditions
- applies_to str
- Possible Values: ANY,LOG,METRIC
- dimension_conditions ManagementZone V2Rules Rule Dimension Rule Dimension Conditions 
- Conditions
- appliesTo String
- Possible Values: ANY,LOG,METRIC
- dimensionConditions Property Map
- Conditions
ManagementZoneV2RulesRuleDimensionRuleDimensionConditions, ManagementZoneV2RulesRuleDimensionRuleDimensionConditionsArgs                
- Conditions
[]ManagementZone V2Rules Rule Dimension Rule Dimension Conditions Condition 
- Dimension conditions
- conditions
List<ManagementZone V2Rules Rule Dimension Rule Dimension Conditions Condition> 
- Dimension conditions
- conditions
ManagementZone V2Rules Rule Dimension Rule Dimension Conditions Condition[] 
- Dimension conditions
- 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 dynatraceTerraform Provider.
