Dynatrace v0.16.0 published on Tuesday, Sep 10, 2024 by Pulumiverse
dynatrace.ProcessMonitoring
Explore with Pulumi AI
Create ProcessMonitoring Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ProcessMonitoring(name: string, args: ProcessMonitoringArgs, opts?: CustomResourceOptions);
@overload
def ProcessMonitoring(resource_name: str,
args: ProcessMonitoringArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ProcessMonitoring(resource_name: str,
opts: Optional[ResourceOptions] = None,
auto_monitoring: Optional[bool] = None,
host_group_id: Optional[str] = None)
func NewProcessMonitoring(ctx *Context, name string, args ProcessMonitoringArgs, opts ...ResourceOption) (*ProcessMonitoring, error)
public ProcessMonitoring(string name, ProcessMonitoringArgs args, CustomResourceOptions? opts = null)
public ProcessMonitoring(String name, ProcessMonitoringArgs args)
public ProcessMonitoring(String name, ProcessMonitoringArgs args, CustomResourceOptions options)
type: dynatrace:ProcessMonitoring
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 ProcessMonitoringArgs
- 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 ProcessMonitoringArgs
- 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 ProcessMonitoringArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProcessMonitoringArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProcessMonitoringArgs
- 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 processMonitoringResource = new Dynatrace.ProcessMonitoring("processMonitoringResource", new()
{
AutoMonitoring = false,
HostGroupId = "string",
});
example, err := dynatrace.NewProcessMonitoring(ctx, "processMonitoringResource", &dynatrace.ProcessMonitoringArgs{
AutoMonitoring: pulumi.Bool(false),
HostGroupId: pulumi.String("string"),
})
var processMonitoringResource = new ProcessMonitoring("processMonitoringResource", ProcessMonitoringArgs.builder()
.autoMonitoring(false)
.hostGroupId("string")
.build());
process_monitoring_resource = dynatrace.ProcessMonitoring("processMonitoringResource",
auto_monitoring=False,
host_group_id="string")
const processMonitoringResource = new dynatrace.ProcessMonitoring("processMonitoringResource", {
autoMonitoring: false,
hostGroupId: "string",
});
type: dynatrace:ProcessMonitoring
properties:
autoMonitoring: false
hostGroupId: string
ProcessMonitoring 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 ProcessMonitoring resource accepts the following input properties:
- Auto
Monitoring bool - By disabling automatic deep monitoring the Dynatrace OneAgent will only deep monitor processes that are covered by a respective deep monitoring rule or where monitoring is enabled explicitly. Disabling only works if all installed Agents have version 1.123 or higher.
- Host
Group stringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- Auto
Monitoring bool - By disabling automatic deep monitoring the Dynatrace OneAgent will only deep monitor processes that are covered by a respective deep monitoring rule or where monitoring is enabled explicitly. Disabling only works if all installed Agents have version 1.123 or higher.
- Host
Group stringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- auto
Monitoring Boolean - By disabling automatic deep monitoring the Dynatrace OneAgent will only deep monitor processes that are covered by a respective deep monitoring rule or where monitoring is enabled explicitly. Disabling only works if all installed Agents have version 1.123 or higher.
- host
Group StringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- auto
Monitoring boolean - By disabling automatic deep monitoring the Dynatrace OneAgent will only deep monitor processes that are covered by a respective deep monitoring rule or where monitoring is enabled explicitly. Disabling only works if all installed Agents have version 1.123 or higher.
- host
Group stringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- auto_
monitoring bool - By disabling automatic deep monitoring the Dynatrace OneAgent will only deep monitor processes that are covered by a respective deep monitoring rule or where monitoring is enabled explicitly. Disabling only works if all installed Agents have version 1.123 or higher.
- host_
group_ strid - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- auto
Monitoring Boolean - By disabling automatic deep monitoring the Dynatrace OneAgent will only deep monitor processes that are covered by a respective deep monitoring rule or where monitoring is enabled explicitly. Disabling only works if all installed Agents have version 1.123 or higher.
- host
Group StringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
Outputs
All input properties are implicitly available as output properties. Additionally, the ProcessMonitoring 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 ProcessMonitoring Resource
Get an existing ProcessMonitoring 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?: ProcessMonitoringState, opts?: CustomResourceOptions): ProcessMonitoring
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
auto_monitoring: Optional[bool] = None,
host_group_id: Optional[str] = None) -> ProcessMonitoring
func GetProcessMonitoring(ctx *Context, name string, id IDInput, state *ProcessMonitoringState, opts ...ResourceOption) (*ProcessMonitoring, error)
public static ProcessMonitoring Get(string name, Input<string> id, ProcessMonitoringState? state, CustomResourceOptions? opts = null)
public static ProcessMonitoring get(String name, Output<String> id, ProcessMonitoringState 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.
- Auto
Monitoring bool - By disabling automatic deep monitoring the Dynatrace OneAgent will only deep monitor processes that are covered by a respective deep monitoring rule or where monitoring is enabled explicitly. Disabling only works if all installed Agents have version 1.123 or higher.
- Host
Group stringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- Auto
Monitoring bool - By disabling automatic deep monitoring the Dynatrace OneAgent will only deep monitor processes that are covered by a respective deep monitoring rule or where monitoring is enabled explicitly. Disabling only works if all installed Agents have version 1.123 or higher.
- Host
Group stringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- auto
Monitoring Boolean - By disabling automatic deep monitoring the Dynatrace OneAgent will only deep monitor processes that are covered by a respective deep monitoring rule or where monitoring is enabled explicitly. Disabling only works if all installed Agents have version 1.123 or higher.
- host
Group StringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- auto
Monitoring boolean - By disabling automatic deep monitoring the Dynatrace OneAgent will only deep monitor processes that are covered by a respective deep monitoring rule or where monitoring is enabled explicitly. Disabling only works if all installed Agents have version 1.123 or higher.
- host
Group stringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- auto_
monitoring bool - By disabling automatic deep monitoring the Dynatrace OneAgent will only deep monitor processes that are covered by a respective deep monitoring rule or where monitoring is enabled explicitly. Disabling only works if all installed Agents have version 1.123 or higher.
- host_
group_ strid - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- auto
Monitoring Boolean - By disabling automatic deep monitoring the Dynatrace OneAgent will only deep monitor processes that are covered by a respective deep monitoring rule or where monitoring is enabled explicitly. Disabling only works if all installed Agents have version 1.123 or higher.
- host
Group StringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.