Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse
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=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
- Legacy
Id 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
- Legacy
Id 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
Management
Zone V2Rules Args - Rules
- description String
- Description
- legacy
Id 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
Management
Zone V2Rules - Rules
- description string
- Description
- legacy
Id 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
Management
Zone 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
Management
Zone V2Rules Args - Rules
- description String
- Description
- legacy
Id 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.
- Description string
- Description
- Legacy
Id 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
- Legacy
Id 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
Management
Zone V2Rules Args - Rules
- description String
- Description
- legacy
Id 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
Management
Zone V2Rules - Rules
- description string
- Description
- legacy
Id 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
Management
Zone 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
Management
Zone V2Rules Args - Rules
- description String
- Description
- legacy
Id 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
[]Management
Zone V2Rules Rule - A management zone rule
- rules
List<Management
Zone V2Rules Rule> - A management zone rule
- rules
Management
Zone V2Rules Rule[] - A management zone rule
- rules
Sequence[Management
Zone 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
- Attribute
Rule Pulumiverse.Dynatrace. Inputs. Management Zone V2Rules Rule Attribute Rule - no documentation available
- Dimension
Rule Pulumiverse.Dynatrace. Inputs. Management Zone V2Rules Rule Dimension Rule - no documentation available
- Entity
Selector 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
- Attribute
Rule ManagementZone V2Rules Rule Attribute Rule - no documentation available
- Dimension
Rule ManagementZone V2Rules Rule Dimension Rule - no documentation available
- Entity
Selector 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
- attribute
Rule ManagementZone V2Rules Rule Attribute Rule - no documentation available
- dimension
Rule ManagementZone V2Rules Rule Dimension Rule - no documentation available
- entity
Selector 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
- attribute
Rule ManagementZone V2Rules Rule Attribute Rule - no documentation available
- dimension
Rule ManagementZone V2Rules Rule Dimension Rule - no documentation available
- entity
Selector 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
- attribute
Rule Property Map - no documentation available
- dimension
Rule Property Map - no documentation available
- entity
Selector String - The documentation of the entity selector can be found here.
ManagementZoneV2RulesRuleAttributeRule, ManagementZoneV2RulesRuleAttributeRuleArgs
- Attribute
Conditions Pulumiverse.Dynatrace. Inputs. Management Zone V2Rules Rule Attribute Rule Attribute Conditions - no documentation available
- Entity
Type 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
- 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
- Pg
To boolHost Propagation - Apply to underlying hosts of matching process groups
- Pg
To boolService Propagation - Apply to all services provided by the process groups
- Service
To boolHost Propagation - Apply to underlying hosts of matching services
- Service
To boolPgpropagation - Apply to underlying process groups of matching services
- Attribute
Conditions ManagementZone V2Rules Rule Attribute Rule Attribute Conditions - no documentation available
- Entity
Type 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
- 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
- Pg
To boolHost Propagation - Apply to underlying hosts of matching process groups
- Pg
To boolService Propagation - Apply to all services provided by the process groups
- Service
To boolHost Propagation - Apply to underlying hosts of matching services
- Service
To boolPgpropagation - Apply to underlying process groups of matching services
- attribute
Conditions ManagementZone V2Rules Rule Attribute Rule Attribute Conditions - no documentation available
- entity
Type 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
- azure
To BooleanPgpropagation - Apply to process groups connected to matching Azure entities
- azure
To BooleanService Propagation - Apply to services provided by matching Azure entities
- custom
Device BooleanGroup To Custom Device Propagation - Apply to custom devices in a custom device group
- host
To BooleanPgpropagation - Apply to processes running on matching hosts
- pg
To BooleanHost Propagation - Apply to underlying hosts of matching process groups
- pg
To BooleanService Propagation - Apply to all services provided by the process groups
- service
To BooleanHost Propagation - Apply to underlying hosts of matching services
- service
To BooleanPgpropagation - Apply to underlying process groups of matching services
- attribute
Conditions ManagementZone V2Rules Rule Attribute Rule Attribute Conditions - no documentation available
- entity
Type 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
- azure
To booleanPgpropagation - Apply to process groups connected to matching Azure entities
- azure
To booleanService Propagation - Apply to services provided by matching Azure entities
- custom
Device booleanGroup To Custom Device Propagation - Apply to custom devices in a custom device group
- host
To booleanPgpropagation - Apply to processes running on matching hosts
- pg
To booleanHost Propagation - Apply to underlying hosts of matching process groups
- pg
To booleanService Propagation - Apply to all services provided by the process groups
- service
To booleanHost Propagation - Apply to underlying hosts of matching services
- service
To booleanPgpropagation - Apply to underlying process groups of matching services
- 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
- pg_
to_ boolhost_ propagation - Apply to underlying hosts of matching process groups
- pg_
to_ boolservice_ propagation - Apply to all services provided by the process groups
- service_
to_ boolhost_ propagation - Apply to underlying hosts of matching services
- service_
to_ boolpgpropagation - Apply to underlying process groups of matching services
- attribute
Conditions Property Map - no documentation available
- entity
Type 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
- azure
To BooleanPgpropagation - Apply to process groups connected to matching Azure entities
- azure
To BooleanService Propagation - Apply to services provided by matching Azure entities
- custom
Device BooleanGroup To Custom Device Propagation - Apply to custom devices in a custom device group
- host
To BooleanPgpropagation - Apply to processes running on matching hosts
- pg
To BooleanHost Propagation - Apply to underlying hosts of matching process groups
- pg
To BooleanService Propagation - Apply to all services provided by the process groups
- service
To BooleanHost Propagation - Apply to underlying hosts of matching services
- service
To BooleanPgpropagation - Apply to underlying process groups of matching services
ManagementZoneV2RulesRuleAttributeRuleAttributeConditions, ManagementZoneV2RulesRuleAttributeRuleAttributeConditionsArgs
- Conditions
[]Management
Zone V2Rules Rule Attribute Rule Attribute Conditions Condition - Attribute conditions
- conditions
List<Management
Zone V2Rules Rule Attribute Rule Attribute Conditions Condition> - Attribute conditions
- conditions
Management
Zone 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
- Case
Sensitive bool - Case sensitive
- Dynamic
Key string - Dynamic key
- Dynamic
Key stringSource - Key source
- Entity
Id string - Value
- Enum
Value string - Value
- Integer
Value int - Value
- String
Value 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
- Case
Sensitive bool - Case sensitive
- Dynamic
Key string - Dynamic key
- Dynamic
Key stringSource - Key source
- Entity
Id string - Value
- Enum
Value string - Value
- Integer
Value int - Value
- String
Value 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
- case
Sensitive Boolean - Case sensitive
- dynamic
Key String - Dynamic key
- dynamic
Key StringSource - Key source
- entity
Id String - Value
- enum
Value String - Value
- integer
Value Integer - Value
- string
Value 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
- case
Sensitive boolean - Case sensitive
- dynamic
Key string - Dynamic key
- dynamic
Key stringSource - Key source
- entity
Id string - Value
- enum
Value string - Value
- integer
Value number - Value
- string
Value 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
- case
Sensitive Boolean - Case sensitive
- dynamic
Key String - Dynamic key
- dynamic
Key StringSource - Key source
- entity
Id String - Value
- enum
Value String - Value
- integer
Value Number - Value
- string
Value String - Value
- tag String
- Format:
[CONTEXT]tagKey:tagValue
ManagementZoneV2RulesRuleDimensionRule, ManagementZoneV2RulesRuleDimensionRuleArgs
- Applies
To string - Possible Values:
ANY
,LOG
,METRIC
- Dimension
Conditions Pulumiverse.Dynatrace. Inputs. Management Zone V2Rules Rule Dimension Rule Dimension Conditions - Conditions
- Applies
To string - Possible Values:
ANY
,LOG
,METRIC
- Dimension
Conditions ManagementZone V2Rules Rule Dimension Rule Dimension Conditions - Conditions
- applies
To String - Possible Values:
ANY
,LOG
,METRIC
- dimension
Conditions ManagementZone V2Rules Rule Dimension Rule Dimension Conditions - Conditions
- applies
To string - Possible Values:
ANY
,LOG
,METRIC
- dimension
Conditions 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
- applies
To String - Possible Values:
ANY
,LOG
,METRIC
- dimension
Conditions Property Map - Conditions
ManagementZoneV2RulesRuleDimensionRuleDimensionConditions, ManagementZoneV2RulesRuleDimensionRuleDimensionConditionsArgs
- Conditions
[]Management
Zone V2Rules Rule Dimension Rule Dimension Conditions Condition - Dimension conditions
- conditions
List<Management
Zone V2Rules Rule Dimension Rule Dimension Conditions Condition> - Dimension conditions
- conditions
Management
Zone V2Rules Rule Dimension Rule Dimension Conditions Condition[] - Dimension conditions
- conditions List<Property Map>
- Dimension conditions
ManagementZoneV2RulesRuleDimensionRuleDimensionConditionsCondition, ManagementZoneV2RulesRuleDimensionRuleDimensionConditionsConditionArgs
- Condition
Type string - Possible Values:
DIMENSION
,LOG_FILE_NAME
,METRIC_KEY
- Rule
Matcher string - Possible Values:
BEGINS_WITH
,EQUALS
- Value string
- no documentation available
- Key string
- no documentation available
- Condition
Type string - Possible Values:
DIMENSION
,LOG_FILE_NAME
,METRIC_KEY
- Rule
Matcher string - Possible Values:
BEGINS_WITH
,EQUALS
- Value string
- no documentation available
- Key string
- no documentation available
- condition
Type String - Possible Values:
DIMENSION
,LOG_FILE_NAME
,METRIC_KEY
- rule
Matcher String - Possible Values:
BEGINS_WITH
,EQUALS
- value String
- no documentation available
- key String
- no documentation available
- condition
Type string - Possible Values:
DIMENSION
,LOG_FILE_NAME
,METRIC_KEY
- rule
Matcher 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
- condition
Type String - Possible Values:
DIMENSION
,LOG_FILE_NAME
,METRIC_KEY
- rule
Matcher 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.