Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.ApmSynthetics.getMonitor
Explore with Pulumi AI
This data source provides details about a specific Monitor resource in Oracle Cloud Infrastructure Apm Synthetics service.
Gets the configuration of the monitor identified by the OCID.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testMonitor = oci.ApmSynthetics.getMonitor({
apmDomainId: testApmDomain.id,
monitorId: testMonitorOciApmSyntheticsMonitor.id,
});
import pulumi
import pulumi_oci as oci
test_monitor = oci.ApmSynthetics.get_monitor(apm_domain_id=test_apm_domain["id"],
monitor_id=test_monitor_oci_apm_synthetics_monitor["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/ApmSynthetics"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ApmSynthetics.GetMonitor(ctx, &apmsynthetics.GetMonitorArgs{
ApmDomainId: testApmDomain.Id,
MonitorId: testMonitorOciApmSyntheticsMonitor.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testMonitor = Oci.ApmSynthetics.GetMonitor.Invoke(new()
{
ApmDomainId = testApmDomain.Id,
MonitorId = testMonitorOciApmSyntheticsMonitor.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.ApmSynthetics.ApmSyntheticsFunctions;
import com.pulumi.oci.ApmSynthetics.inputs.GetMonitorArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testMonitor = ApmSyntheticsFunctions.getMonitor(GetMonitorArgs.builder()
.apmDomainId(testApmDomain.id())
.monitorId(testMonitorOciApmSyntheticsMonitor.id())
.build());
}
}
variables:
testMonitor:
fn::invoke:
Function: oci:ApmSynthetics:getMonitor
Arguments:
apmDomainId: ${testApmDomain.id}
monitorId: ${testMonitorOciApmSyntheticsMonitor.id}
Using getMonitor
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getMonitor(args: GetMonitorArgs, opts?: InvokeOptions): Promise<GetMonitorResult>
function getMonitorOutput(args: GetMonitorOutputArgs, opts?: InvokeOptions): Output<GetMonitorResult>
def get_monitor(apm_domain_id: Optional[str] = None,
monitor_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMonitorResult
def get_monitor_output(apm_domain_id: Optional[pulumi.Input[str]] = None,
monitor_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMonitorResult]
func GetMonitor(ctx *Context, args *GetMonitorArgs, opts ...InvokeOption) (*GetMonitorResult, error)
func GetMonitorOutput(ctx *Context, args *GetMonitorOutputArgs, opts ...InvokeOption) GetMonitorResultOutput
> Note: This function is named GetMonitor
in the Go SDK.
public static class GetMonitor
{
public static Task<GetMonitorResult> InvokeAsync(GetMonitorArgs args, InvokeOptions? opts = null)
public static Output<GetMonitorResult> Invoke(GetMonitorInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMonitorResult> getMonitor(GetMonitorArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:ApmSynthetics/getMonitor:getMonitor
arguments:
# arguments dictionary
The following arguments are supported:
- Apm
Domain stringId - The APM domain ID the request is intended for.
- Monitor
Id string - The OCID of the monitor.
- Apm
Domain stringId - The APM domain ID the request is intended for.
- Monitor
Id string - The OCID of the monitor.
- apm
Domain StringId - The APM domain ID the request is intended for.
- monitor
Id String - The OCID of the monitor.
- apm
Domain stringId - The APM domain ID the request is intended for.
- monitor
Id string - The OCID of the monitor.
- apm_
domain_ strid - The APM domain ID the request is intended for.
- monitor_
id str - The OCID of the monitor.
- apm
Domain StringId - The APM domain ID the request is intended for.
- monitor
Id String - The OCID of the monitor.
getMonitor Result
The following output properties are available:
- Apm
Domain stringId - Availability
Configurations List<GetMonitor Availability Configuration> - Monitor availability configuration details.
- Batch
Interval intIn Seconds - Time interval between two runs in round robin batch mode (SchedulingPolicy - BATCHED_ROUND_ROBIN).
- Configurations
List<Get
Monitor Configuration> - Details of monitor configuration.
- Created
By string - Name of the user that created the monitor.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - Unique name that can be edited. The name should not contain any confidential information.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- The OCID of the monitor.
- Is
Ipv6 bool - If enabled, domain name will resolve to an IPv6 address.
- Is
Run boolNow - If isRunNow is enabled, then the monitor will run immediately.
- Is
Run boolOnce - If runOnce is enabled, then the monitor will run once.
- Last
Updated stringBy - Name of the user that recently updated the monitor.
- Maintenance
Window List<GetSchedules Monitor Maintenance Window Schedule> - Details required to schedule maintenance window.
- Monitor
Id string - Monitor
Type string - Type of monitor.
- Repeat
Interval intIn Seconds - Interval in seconds after the start time when the job should be repeated. Minimum repeatIntervalInSeconds should be 300 seconds for Scripted REST, Scripted Browser and Browser monitors, and 60 seconds for REST monitor.
- Scheduling
Policy string - Scheduling policy to decide the distribution of monitor executions on vantage points.
- Script
Id string - The OCID of the script. scriptId is mandatory for creation of SCRIPTED_BROWSER and SCRIPTED_REST monitor types. For other monitor types, it should be set to null.
- Script
Name string - Name of the script.
- Script
Parameters List<GetMonitor Script Parameter> - List of script parameters. Example:
[{"monitorScriptParameter": {"paramName": "userid", "paramValue":"testuser"}, "isSecret": false, "isOverwritten": false}]
- Status string
- Enables or disables the monitor.
- Target string
- Specify the endpoint on which to run the monitor. For BROWSER, REST, NETWORK, DNS and FTP monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80.
- Time
Created string - The time the resource was created, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- Time
Updated string - The time the resource was updated, expressed in RFC 3339 timestamp format. Example:
2020-02-13T22:47:12.613Z
- Timeout
In intSeconds - Timeout in seconds. If isFailureRetried is true, then timeout cannot be more than 30% of repeatIntervalInSeconds time for monitors. If isFailureRetried is false, then timeout cannot be more than 50% of repeatIntervalInSeconds time for monitors. Also, timeoutInSeconds should be a multiple of 60 for Scripted REST, Scripted Browser and Browser monitors. Monitor will be allowed to run only for timeoutInSeconds time. It would be terminated after that.
- Vantage
Point intCount - Number of vantage points where monitor is running.
- Vantage
Points List<GetMonitor Vantage Point> - List of public, dedicated and onPremise vantage points where the monitor is running.
- Apm
Domain stringId - Availability
Configurations []GetMonitor Availability Configuration - Monitor availability configuration details.
- Batch
Interval intIn Seconds - Time interval between two runs in round robin batch mode (SchedulingPolicy - BATCHED_ROUND_ROBIN).
- Configurations
[]Get
Monitor Configuration - Details of monitor configuration.
- Created
By string - Name of the user that created the monitor.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - Unique name that can be edited. The name should not contain any confidential information.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- The OCID of the monitor.
- Is
Ipv6 bool - If enabled, domain name will resolve to an IPv6 address.
- Is
Run boolNow - If isRunNow is enabled, then the monitor will run immediately.
- Is
Run boolOnce - If runOnce is enabled, then the monitor will run once.
- Last
Updated stringBy - Name of the user that recently updated the monitor.
- Maintenance
Window []GetSchedules Monitor Maintenance Window Schedule - Details required to schedule maintenance window.
- Monitor
Id string - Monitor
Type string - Type of monitor.
- Repeat
Interval intIn Seconds - Interval in seconds after the start time when the job should be repeated. Minimum repeatIntervalInSeconds should be 300 seconds for Scripted REST, Scripted Browser and Browser monitors, and 60 seconds for REST monitor.
- Scheduling
Policy string - Scheduling policy to decide the distribution of monitor executions on vantage points.
- Script
Id string - The OCID of the script. scriptId is mandatory for creation of SCRIPTED_BROWSER and SCRIPTED_REST monitor types. For other monitor types, it should be set to null.
- Script
Name string - Name of the script.
- Script
Parameters []GetMonitor Script Parameter - List of script parameters. Example:
[{"monitorScriptParameter": {"paramName": "userid", "paramValue":"testuser"}, "isSecret": false, "isOverwritten": false}]
- Status string
- Enables or disables the monitor.
- Target string
- Specify the endpoint on which to run the monitor. For BROWSER, REST, NETWORK, DNS and FTP monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80.
- Time
Created string - The time the resource was created, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- Time
Updated string - The time the resource was updated, expressed in RFC 3339 timestamp format. Example:
2020-02-13T22:47:12.613Z
- Timeout
In intSeconds - Timeout in seconds. If isFailureRetried is true, then timeout cannot be more than 30% of repeatIntervalInSeconds time for monitors. If isFailureRetried is false, then timeout cannot be more than 50% of repeatIntervalInSeconds time for monitors. Also, timeoutInSeconds should be a multiple of 60 for Scripted REST, Scripted Browser and Browser monitors. Monitor will be allowed to run only for timeoutInSeconds time. It would be terminated after that.
- Vantage
Point intCount - Number of vantage points where monitor is running.
- Vantage
Points []GetMonitor Vantage Point - List of public, dedicated and onPremise vantage points where the monitor is running.
- apm
Domain StringId - availability
Configurations List<GetMonitor Availability Configuration> - Monitor availability configuration details.
- batch
Interval IntegerIn Seconds - Time interval between two runs in round robin batch mode (SchedulingPolicy - BATCHED_ROUND_ROBIN).
- configurations
List<Get
Monitor Configuration> - Details of monitor configuration.
- created
By String - Name of the user that created the monitor.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - Unique name that can be edited. The name should not contain any confidential information.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- The OCID of the monitor.
- is
Ipv6 Boolean - If enabled, domain name will resolve to an IPv6 address.
- is
Run BooleanNow - If isRunNow is enabled, then the monitor will run immediately.
- is
Run BooleanOnce - If runOnce is enabled, then the monitor will run once.
- last
Updated StringBy - Name of the user that recently updated the monitor.
- maintenance
Window List<GetSchedules Monitor Maintenance Window Schedule> - Details required to schedule maintenance window.
- monitor
Id String - monitor
Type String - Type of monitor.
- repeat
Interval IntegerIn Seconds - Interval in seconds after the start time when the job should be repeated. Minimum repeatIntervalInSeconds should be 300 seconds for Scripted REST, Scripted Browser and Browser monitors, and 60 seconds for REST monitor.
- scheduling
Policy String - Scheduling policy to decide the distribution of monitor executions on vantage points.
- script
Id String - The OCID of the script. scriptId is mandatory for creation of SCRIPTED_BROWSER and SCRIPTED_REST monitor types. For other monitor types, it should be set to null.
- script
Name String - Name of the script.
- script
Parameters List<GetMonitor Script Parameter> - List of script parameters. Example:
[{"monitorScriptParameter": {"paramName": "userid", "paramValue":"testuser"}, "isSecret": false, "isOverwritten": false}]
- status String
- Enables or disables the monitor.
- target String
- Specify the endpoint on which to run the monitor. For BROWSER, REST, NETWORK, DNS and FTP monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80.
- time
Created String - The time the resource was created, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time
Updated String - The time the resource was updated, expressed in RFC 3339 timestamp format. Example:
2020-02-13T22:47:12.613Z
- timeout
In IntegerSeconds - Timeout in seconds. If isFailureRetried is true, then timeout cannot be more than 30% of repeatIntervalInSeconds time for monitors. If isFailureRetried is false, then timeout cannot be more than 50% of repeatIntervalInSeconds time for monitors. Also, timeoutInSeconds should be a multiple of 60 for Scripted REST, Scripted Browser and Browser monitors. Monitor will be allowed to run only for timeoutInSeconds time. It would be terminated after that.
- vantage
Point IntegerCount - Number of vantage points where monitor is running.
- vantage
Points List<GetMonitor Vantage Point> - List of public, dedicated and onPremise vantage points where the monitor is running.
- apm
Domain stringId - availability
Configurations GetMonitor Availability Configuration[] - Monitor availability configuration details.
- batch
Interval numberIn Seconds - Time interval between two runs in round robin batch mode (SchedulingPolicy - BATCHED_ROUND_ROBIN).
- configurations
Get
Monitor Configuration[] - Details of monitor configuration.
- created
By string - Name of the user that created the monitor.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string - Unique name that can be edited. The name should not contain any confidential information.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id string
- The OCID of the monitor.
- is
Ipv6 boolean - If enabled, domain name will resolve to an IPv6 address.
- is
Run booleanNow - If isRunNow is enabled, then the monitor will run immediately.
- is
Run booleanOnce - If runOnce is enabled, then the monitor will run once.
- last
Updated stringBy - Name of the user that recently updated the monitor.
- maintenance
Window GetSchedules Monitor Maintenance Window Schedule[] - Details required to schedule maintenance window.
- monitor
Id string - monitor
Type string - Type of monitor.
- repeat
Interval numberIn Seconds - Interval in seconds after the start time when the job should be repeated. Minimum repeatIntervalInSeconds should be 300 seconds for Scripted REST, Scripted Browser and Browser monitors, and 60 seconds for REST monitor.
- scheduling
Policy string - Scheduling policy to decide the distribution of monitor executions on vantage points.
- script
Id string - The OCID of the script. scriptId is mandatory for creation of SCRIPTED_BROWSER and SCRIPTED_REST monitor types. For other monitor types, it should be set to null.
- script
Name string - Name of the script.
- script
Parameters GetMonitor Script Parameter[] - List of script parameters. Example:
[{"monitorScriptParameter": {"paramName": "userid", "paramValue":"testuser"}, "isSecret": false, "isOverwritten": false}]
- status string
- Enables or disables the monitor.
- target string
- Specify the endpoint on which to run the monitor. For BROWSER, REST, NETWORK, DNS and FTP monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80.
- time
Created string - The time the resource was created, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time
Updated string - The time the resource was updated, expressed in RFC 3339 timestamp format. Example:
2020-02-13T22:47:12.613Z
- timeout
In numberSeconds - Timeout in seconds. If isFailureRetried is true, then timeout cannot be more than 30% of repeatIntervalInSeconds time for monitors. If isFailureRetried is false, then timeout cannot be more than 50% of repeatIntervalInSeconds time for monitors. Also, timeoutInSeconds should be a multiple of 60 for Scripted REST, Scripted Browser and Browser monitors. Monitor will be allowed to run only for timeoutInSeconds time. It would be terminated after that.
- vantage
Point numberCount - Number of vantage points where monitor is running.
- vantage
Points GetMonitor Vantage Point[] - List of public, dedicated and onPremise vantage points where the monitor is running.
- apm_
domain_ strid - availability_
configurations Sequence[apmsynthetics.Get Monitor Availability Configuration] - Monitor availability configuration details.
- batch_
interval_ intin_ seconds - Time interval between two runs in round robin batch mode (SchedulingPolicy - BATCHED_ROUND_ROBIN).
- configurations
Sequence[apmsynthetics.
Get Monitor Configuration] - Details of monitor configuration.
- created_
by str - Name of the user that created the monitor.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str - Unique name that can be edited. The name should not contain any confidential information.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
- The OCID of the monitor.
- is_
ipv6 bool - If enabled, domain name will resolve to an IPv6 address.
- is_
run_ boolnow - If isRunNow is enabled, then the monitor will run immediately.
- is_
run_ boolonce - If runOnce is enabled, then the monitor will run once.
- last_
updated_ strby - Name of the user that recently updated the monitor.
- maintenance_
window_ Sequence[apmsynthetics.schedules Get Monitor Maintenance Window Schedule] - Details required to schedule maintenance window.
- monitor_
id str - monitor_
type str - Type of monitor.
- repeat_
interval_ intin_ seconds - Interval in seconds after the start time when the job should be repeated. Minimum repeatIntervalInSeconds should be 300 seconds for Scripted REST, Scripted Browser and Browser monitors, and 60 seconds for REST monitor.
- scheduling_
policy str - Scheduling policy to decide the distribution of monitor executions on vantage points.
- script_
id str - The OCID of the script. scriptId is mandatory for creation of SCRIPTED_BROWSER and SCRIPTED_REST monitor types. For other monitor types, it should be set to null.
- script_
name str - Name of the script.
- script_
parameters Sequence[apmsynthetics.Get Monitor Script Parameter] - List of script parameters. Example:
[{"monitorScriptParameter": {"paramName": "userid", "paramValue":"testuser"}, "isSecret": false, "isOverwritten": false}]
- status str
- Enables or disables the monitor.
- target str
- Specify the endpoint on which to run the monitor. For BROWSER, REST, NETWORK, DNS and FTP monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80.
- time_
created str - The time the resource was created, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time_
updated str - The time the resource was updated, expressed in RFC 3339 timestamp format. Example:
2020-02-13T22:47:12.613Z
- timeout_
in_ intseconds - Timeout in seconds. If isFailureRetried is true, then timeout cannot be more than 30% of repeatIntervalInSeconds time for monitors. If isFailureRetried is false, then timeout cannot be more than 50% of repeatIntervalInSeconds time for monitors. Also, timeoutInSeconds should be a multiple of 60 for Scripted REST, Scripted Browser and Browser monitors. Monitor will be allowed to run only for timeoutInSeconds time. It would be terminated after that.
- vantage_
point_ intcount - Number of vantage points where monitor is running.
- vantage_
points Sequence[apmsynthetics.Get Monitor Vantage Point] - List of public, dedicated and onPremise vantage points where the monitor is running.
- apm
Domain StringId - availability
Configurations List<Property Map> - Monitor availability configuration details.
- batch
Interval NumberIn Seconds - Time interval between two runs in round robin batch mode (SchedulingPolicy - BATCHED_ROUND_ROBIN).
- configurations List<Property Map>
- Details of monitor configuration.
- created
By String - Name of the user that created the monitor.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - Unique name that can be edited. The name should not contain any confidential information.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- The OCID of the monitor.
- is
Ipv6 Boolean - If enabled, domain name will resolve to an IPv6 address.
- is
Run BooleanNow - If isRunNow is enabled, then the monitor will run immediately.
- is
Run BooleanOnce - If runOnce is enabled, then the monitor will run once.
- last
Updated StringBy - Name of the user that recently updated the monitor.
- maintenance
Window List<Property Map>Schedules - Details required to schedule maintenance window.
- monitor
Id String - monitor
Type String - Type of monitor.
- repeat
Interval NumberIn Seconds - Interval in seconds after the start time when the job should be repeated. Minimum repeatIntervalInSeconds should be 300 seconds for Scripted REST, Scripted Browser and Browser monitors, and 60 seconds for REST monitor.
- scheduling
Policy String - Scheduling policy to decide the distribution of monitor executions on vantage points.
- script
Id String - The OCID of the script. scriptId is mandatory for creation of SCRIPTED_BROWSER and SCRIPTED_REST monitor types. For other monitor types, it should be set to null.
- script
Name String - Name of the script.
- script
Parameters List<Property Map> - List of script parameters. Example:
[{"monitorScriptParameter": {"paramName": "userid", "paramValue":"testuser"}, "isSecret": false, "isOverwritten": false}]
- status String
- Enables or disables the monitor.
- target String
- Specify the endpoint on which to run the monitor. For BROWSER, REST, NETWORK, DNS and FTP monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80.
- time
Created String - The time the resource was created, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time
Updated String - The time the resource was updated, expressed in RFC 3339 timestamp format. Example:
2020-02-13T22:47:12.613Z
- timeout
In NumberSeconds - Timeout in seconds. If isFailureRetried is true, then timeout cannot be more than 30% of repeatIntervalInSeconds time for monitors. If isFailureRetried is false, then timeout cannot be more than 50% of repeatIntervalInSeconds time for monitors. Also, timeoutInSeconds should be a multiple of 60 for Scripted REST, Scripted Browser and Browser monitors. Monitor will be allowed to run only for timeoutInSeconds time. It would be terminated after that.
- vantage
Point NumberCount - Number of vantage points where monitor is running.
- vantage
Points List<Property Map> - List of public, dedicated and onPremise vantage points where the monitor is running.
Supporting Types
GetMonitorAvailabilityConfiguration
- Max
Allowed intFailures Per Interval - Maximum number of failed runs allowed in an interval. If an interval has more failed runs than the specified value, then the interval will be classified as UNAVAILABLE.
- Min
Allowed intRuns Per Interval - Minimum number of runs allowed in an interval. If an interval has fewer runs than the specified value, then the interval will be classified as UNKNOWN and will be excluded from the availability calculations.
- Max
Allowed intFailures Per Interval - Maximum number of failed runs allowed in an interval. If an interval has more failed runs than the specified value, then the interval will be classified as UNAVAILABLE.
- Min
Allowed intRuns Per Interval - Minimum number of runs allowed in an interval. If an interval has fewer runs than the specified value, then the interval will be classified as UNKNOWN and will be excluded from the availability calculations.
- max
Allowed IntegerFailures Per Interval - Maximum number of failed runs allowed in an interval. If an interval has more failed runs than the specified value, then the interval will be classified as UNAVAILABLE.
- min
Allowed IntegerRuns Per Interval - Minimum number of runs allowed in an interval. If an interval has fewer runs than the specified value, then the interval will be classified as UNKNOWN and will be excluded from the availability calculations.
- max
Allowed numberFailures Per Interval - Maximum number of failed runs allowed in an interval. If an interval has more failed runs than the specified value, then the interval will be classified as UNAVAILABLE.
- min
Allowed numberRuns Per Interval - Minimum number of runs allowed in an interval. If an interval has fewer runs than the specified value, then the interval will be classified as UNKNOWN and will be excluded from the availability calculations.
- max_
allowed_ intfailures_ per_ interval - Maximum number of failed runs allowed in an interval. If an interval has more failed runs than the specified value, then the interval will be classified as UNAVAILABLE.
- min_
allowed_ intruns_ per_ interval - Minimum number of runs allowed in an interval. If an interval has fewer runs than the specified value, then the interval will be classified as UNKNOWN and will be excluded from the availability calculations.
- max
Allowed NumberFailures Per Interval - Maximum number of failed runs allowed in an interval. If an interval has more failed runs than the specified value, then the interval will be classified as UNAVAILABLE.
- min
Allowed NumberRuns Per Interval - Minimum number of runs allowed in an interval. If an interval has fewer runs than the specified value, then the interval will be classified as UNKNOWN and will be excluded from the availability calculations.
GetMonitorConfiguration
- Client
Certificate List<GetDetails Monitor Configuration Client Certificate Detail> - Details for client certificate.
- Config
Type string - Type of configuration.
- Connection
String string - Database connection string.
- Database
Authentication List<GetDetails Monitor Configuration Database Authentication Detail> - Details for basic authentication.
- Database
Connection stringType - Database connection type. Only CUSTOM_JDBC is supported for MYSQL database type.
- Database
Role string - Database role.
- Database
Type string - Database type.
- Database
Wallet List<GetDetails Monitor Configuration Database Wallet Detail> - Details for database wallet.
- Dns
Configurations List<GetMonitor Configuration Dns Configuration> - Information about the DNS settings.
- Download
Size intLimit In Bytes - Download size limit in Bytes, at which to stop the transfer. Maximum download size limit is 5 MiB.
- Ftp
Basic List<GetAuthentication Details Monitor Configuration Ftp Basic Authentication Detail> - Details for basic authentication.
- Ftp
Protocol string - FTP protocol type.
- Ftp
Request stringType - FTP monitor request type.
- Is
Active boolMode - If enabled, Active mode will be used for the FTP connection.
- Is
Certificate boolValidation Enabled - If certificate validation is enabled, then the call will fail in case of certification errors.
- Is
Default boolSnapshot Enabled - If disabled, auto snapshots are not collected.
- Is
Failure boolRetried - If isFailureRetried is enabled, then a failed call will be retried.
- Is
Query boolRecursive - If isQueryRecursive is enabled, then queries will be sent recursively to the target server.
- Is
Redirection boolEnabled - If redirection is enabled, then redirects will be allowed while accessing target URL.
- Name
Server string - Name of the server that will be used to perform DNS lookup.
- Network
Configurations List<GetMonitor Configuration Network Configuration> - Details of the network configuration. For NETWORK monitor type, NetworkConfiguration is mandatory.
- Protocol string
- Type of protocol.
- Query string
- SQL query to be executed.
- Record
Type string - DNS record type.
- Req
Authentication List<GetDetails Monitor Configuration Req Authentication Detail> - Details for request HTTP authentication.
- Req
Authentication stringScheme - Request HTTP authentication scheme.
- Request
Headers List<GetMonitor Configuration Request Header> - List of request headers. Example:
[{"headerName": "content-type", "headerValue":"json"}]
- Request
Method string - Request HTTP method.
- Request
Post stringBody - Request post body content.
- Request
Query List<GetParams Monitor Configuration Request Query Param> - List of request query params. Example:
[{"paramName": "sortOrder", "paramValue": "asc"}]
- Upload
File intSize In Bytes - File upload size in Bytes, at which to stop the transfer. Maximum upload size is 5 MiB.
- Verify
Response List<string>Codes - Expected HTTP response codes. For status code range, set values such as 2xx, 3xx.
- Verify
Response stringContent - Verify response content against regular expression based string. If response content does not match the verifyResponseContent value, then it will be considered a failure.
- Verify
Texts List<GetMonitor Configuration Verify Text> - Verifies all the search strings present in the response. If any search string is not present in the response, then it will be considered as a failure.
- Client
Certificate []GetDetails Monitor Configuration Client Certificate Detail - Details for client certificate.
- Config
Type string - Type of configuration.
- Connection
String string - Database connection string.
- Database
Authentication []GetDetails Monitor Configuration Database Authentication Detail - Details for basic authentication.
- Database
Connection stringType - Database connection type. Only CUSTOM_JDBC is supported for MYSQL database type.
- Database
Role string - Database role.
- Database
Type string - Database type.
- Database
Wallet []GetDetails Monitor Configuration Database Wallet Detail - Details for database wallet.
- Dns
Configurations []GetMonitor Configuration Dns Configuration - Information about the DNS settings.
- Download
Size intLimit In Bytes - Download size limit in Bytes, at which to stop the transfer. Maximum download size limit is 5 MiB.
- Ftp
Basic []GetAuthentication Details Monitor Configuration Ftp Basic Authentication Detail - Details for basic authentication.
- Ftp
Protocol string - FTP protocol type.
- Ftp
Request stringType - FTP monitor request type.
- Is
Active boolMode - If enabled, Active mode will be used for the FTP connection.
- Is
Certificate boolValidation Enabled - If certificate validation is enabled, then the call will fail in case of certification errors.
- Is
Default boolSnapshot Enabled - If disabled, auto snapshots are not collected.
- Is
Failure boolRetried - If isFailureRetried is enabled, then a failed call will be retried.
- Is
Query boolRecursive - If isQueryRecursive is enabled, then queries will be sent recursively to the target server.
- Is
Redirection boolEnabled - If redirection is enabled, then redirects will be allowed while accessing target URL.
- Name
Server string - Name of the server that will be used to perform DNS lookup.
- Network
Configurations []GetMonitor Configuration Network Configuration - Details of the network configuration. For NETWORK monitor type, NetworkConfiguration is mandatory.
- Protocol string
- Type of protocol.
- Query string
- SQL query to be executed.
- Record
Type string - DNS record type.
- Req
Authentication []GetDetails Monitor Configuration Req Authentication Detail - Details for request HTTP authentication.
- Req
Authentication stringScheme - Request HTTP authentication scheme.
- Request
Headers []GetMonitor Configuration Request Header - List of request headers. Example:
[{"headerName": "content-type", "headerValue":"json"}]
- Request
Method string - Request HTTP method.
- Request
Post stringBody - Request post body content.
- Request
Query []GetParams Monitor Configuration Request Query Param - List of request query params. Example:
[{"paramName": "sortOrder", "paramValue": "asc"}]
- Upload
File intSize In Bytes - File upload size in Bytes, at which to stop the transfer. Maximum upload size is 5 MiB.
- Verify
Response []stringCodes - Expected HTTP response codes. For status code range, set values such as 2xx, 3xx.
- Verify
Response stringContent - Verify response content against regular expression based string. If response content does not match the verifyResponseContent value, then it will be considered a failure.
- Verify
Texts []GetMonitor Configuration Verify Text - Verifies all the search strings present in the response. If any search string is not present in the response, then it will be considered as a failure.
- client
Certificate List<GetDetails Monitor Configuration Client Certificate Detail> - Details for client certificate.
- config
Type String - Type of configuration.
- connection
String String - Database connection string.
- database
Authentication List<GetDetails Monitor Configuration Database Authentication Detail> - Details for basic authentication.
- database
Connection StringType - Database connection type. Only CUSTOM_JDBC is supported for MYSQL database type.
- database
Role String - Database role.
- database
Type String - Database type.
- database
Wallet List<GetDetails Monitor Configuration Database Wallet Detail> - Details for database wallet.
- dns
Configurations List<GetMonitor Configuration Dns Configuration> - Information about the DNS settings.
- download
Size IntegerLimit In Bytes - Download size limit in Bytes, at which to stop the transfer. Maximum download size limit is 5 MiB.
- ftp
Basic List<GetAuthentication Details Monitor Configuration Ftp Basic Authentication Detail> - Details for basic authentication.
- ftp
Protocol String - FTP protocol type.
- ftp
Request StringType - FTP monitor request type.
- is
Active BooleanMode - If enabled, Active mode will be used for the FTP connection.
- is
Certificate BooleanValidation Enabled - If certificate validation is enabled, then the call will fail in case of certification errors.
- is
Default BooleanSnapshot Enabled - If disabled, auto snapshots are not collected.
- is
Failure BooleanRetried - If isFailureRetried is enabled, then a failed call will be retried.
- is
Query BooleanRecursive - If isQueryRecursive is enabled, then queries will be sent recursively to the target server.
- is
Redirection BooleanEnabled - If redirection is enabled, then redirects will be allowed while accessing target URL.
- name
Server String - Name of the server that will be used to perform DNS lookup.
- network
Configurations List<GetMonitor Configuration Network Configuration> - Details of the network configuration. For NETWORK monitor type, NetworkConfiguration is mandatory.
- protocol String
- Type of protocol.
- query String
- SQL query to be executed.
- record
Type String - DNS record type.
- req
Authentication List<GetDetails Monitor Configuration Req Authentication Detail> - Details for request HTTP authentication.
- req
Authentication StringScheme - Request HTTP authentication scheme.
- request
Headers List<GetMonitor Configuration Request Header> - List of request headers. Example:
[{"headerName": "content-type", "headerValue":"json"}]
- request
Method String - Request HTTP method.
- request
Post StringBody - Request post body content.
- request
Query List<GetParams Monitor Configuration Request Query Param> - List of request query params. Example:
[{"paramName": "sortOrder", "paramValue": "asc"}]
- upload
File IntegerSize In Bytes - File upload size in Bytes, at which to stop the transfer. Maximum upload size is 5 MiB.
- verify
Response List<String>Codes - Expected HTTP response codes. For status code range, set values such as 2xx, 3xx.
- verify
Response StringContent - Verify response content against regular expression based string. If response content does not match the verifyResponseContent value, then it will be considered a failure.
- verify
Texts List<GetMonitor Configuration Verify Text> - Verifies all the search strings present in the response. If any search string is not present in the response, then it will be considered as a failure.
- client
Certificate GetDetails Monitor Configuration Client Certificate Detail[] - Details for client certificate.
- config
Type string - Type of configuration.
- connection
String string - Database connection string.
- database
Authentication GetDetails Monitor Configuration Database Authentication Detail[] - Details for basic authentication.
- database
Connection stringType - Database connection type. Only CUSTOM_JDBC is supported for MYSQL database type.
- database
Role string - Database role.
- database
Type string - Database type.
- database
Wallet GetDetails Monitor Configuration Database Wallet Detail[] - Details for database wallet.
- dns
Configurations GetMonitor Configuration Dns Configuration[] - Information about the DNS settings.
- download
Size numberLimit In Bytes - Download size limit in Bytes, at which to stop the transfer. Maximum download size limit is 5 MiB.
- ftp
Basic GetAuthentication Details Monitor Configuration Ftp Basic Authentication Detail[] - Details for basic authentication.
- ftp
Protocol string - FTP protocol type.
- ftp
Request stringType - FTP monitor request type.
- is
Active booleanMode - If enabled, Active mode will be used for the FTP connection.
- is
Certificate booleanValidation Enabled - If certificate validation is enabled, then the call will fail in case of certification errors.
- is
Default booleanSnapshot Enabled - If disabled, auto snapshots are not collected.
- is
Failure booleanRetried - If isFailureRetried is enabled, then a failed call will be retried.
- is
Query booleanRecursive - If isQueryRecursive is enabled, then queries will be sent recursively to the target server.
- is
Redirection booleanEnabled - If redirection is enabled, then redirects will be allowed while accessing target URL.
- name
Server string - Name of the server that will be used to perform DNS lookup.
- network
Configurations GetMonitor Configuration Network Configuration[] - Details of the network configuration. For NETWORK monitor type, NetworkConfiguration is mandatory.
- protocol string
- Type of protocol.
- query string
- SQL query to be executed.
- record
Type string - DNS record type.
- req
Authentication GetDetails Monitor Configuration Req Authentication Detail[] - Details for request HTTP authentication.
- req
Authentication stringScheme - Request HTTP authentication scheme.
- request
Headers GetMonitor Configuration Request Header[] - List of request headers. Example:
[{"headerName": "content-type", "headerValue":"json"}]
- request
Method string - Request HTTP method.
- request
Post stringBody - Request post body content.
- request
Query GetParams Monitor Configuration Request Query Param[] - List of request query params. Example:
[{"paramName": "sortOrder", "paramValue": "asc"}]
- upload
File numberSize In Bytes - File upload size in Bytes, at which to stop the transfer. Maximum upload size is 5 MiB.
- verify
Response string[]Codes - Expected HTTP response codes. For status code range, set values such as 2xx, 3xx.
- verify
Response stringContent - Verify response content against regular expression based string. If response content does not match the verifyResponseContent value, then it will be considered a failure.
- verify
Texts GetMonitor Configuration Verify Text[] - Verifies all the search strings present in the response. If any search string is not present in the response, then it will be considered as a failure.
- client_
certificate_ Sequence[apmsynthetics.details Get Monitor Configuration Client Certificate Detail] - Details for client certificate.
- config_
type str - Type of configuration.
- connection_
string str - Database connection string.
- database_
authentication_ Sequence[apmsynthetics.details Get Monitor Configuration Database Authentication Detail] - Details for basic authentication.
- database_
connection_ strtype - Database connection type. Only CUSTOM_JDBC is supported for MYSQL database type.
- database_
role str - Database role.
- database_
type str - Database type.
- database_
wallet_ Sequence[apmsynthetics.details Get Monitor Configuration Database Wallet Detail] - Details for database wallet.
- dns_
configurations Sequence[apmsynthetics.Get Monitor Configuration Dns Configuration] - Information about the DNS settings.
- download_
size_ intlimit_ in_ bytes - Download size limit in Bytes, at which to stop the transfer. Maximum download size limit is 5 MiB.
- ftp_
basic_ Sequence[apmsynthetics.authentication_ details Get Monitor Configuration Ftp Basic Authentication Detail] - Details for basic authentication.
- ftp_
protocol str - FTP protocol type.
- ftp_
request_ strtype - FTP monitor request type.
- is_
active_ boolmode - If enabled, Active mode will be used for the FTP connection.
- is_
certificate_ boolvalidation_ enabled - If certificate validation is enabled, then the call will fail in case of certification errors.
- is_
default_ boolsnapshot_ enabled - If disabled, auto snapshots are not collected.
- is_
failure_ boolretried - If isFailureRetried is enabled, then a failed call will be retried.
- is_
query_ boolrecursive - If isQueryRecursive is enabled, then queries will be sent recursively to the target server.
- is_
redirection_ boolenabled - If redirection is enabled, then redirects will be allowed while accessing target URL.
- name_
server str - Name of the server that will be used to perform DNS lookup.
- network_
configurations Sequence[apmsynthetics.Get Monitor Configuration Network Configuration] - Details of the network configuration. For NETWORK monitor type, NetworkConfiguration is mandatory.
- protocol str
- Type of protocol.
- query str
- SQL query to be executed.
- record_
type str - DNS record type.
- req_
authentication_ Sequence[apmsynthetics.details Get Monitor Configuration Req Authentication Detail] - Details for request HTTP authentication.
- req_
authentication_ strscheme - Request HTTP authentication scheme.
- request_
headers Sequence[apmsynthetics.Get Monitor Configuration Request Header] - List of request headers. Example:
[{"headerName": "content-type", "headerValue":"json"}]
- request_
method str - Request HTTP method.
- request_
post_ strbody - Request post body content.
- request_
query_ Sequence[apmsynthetics.params Get Monitor Configuration Request Query Param] - List of request query params. Example:
[{"paramName": "sortOrder", "paramValue": "asc"}]
- upload_
file_ intsize_ in_ bytes - File upload size in Bytes, at which to stop the transfer. Maximum upload size is 5 MiB.
- verify_
response_ Sequence[str]codes - Expected HTTP response codes. For status code range, set values such as 2xx, 3xx.
- verify_
response_ strcontent - Verify response content against regular expression based string. If response content does not match the verifyResponseContent value, then it will be considered a failure.
- verify_
texts Sequence[apmsynthetics.Get Monitor Configuration Verify Text] - Verifies all the search strings present in the response. If any search string is not present in the response, then it will be considered as a failure.
- client
Certificate List<Property Map>Details - Details for client certificate.
- config
Type String - Type of configuration.
- connection
String String - Database connection string.
- database
Authentication List<Property Map>Details - Details for basic authentication.
- database
Connection StringType - Database connection type. Only CUSTOM_JDBC is supported for MYSQL database type.
- database
Role String - Database role.
- database
Type String - Database type.
- database
Wallet List<Property Map>Details - Details for database wallet.
- dns
Configurations List<Property Map> - Information about the DNS settings.
- download
Size NumberLimit In Bytes - Download size limit in Bytes, at which to stop the transfer. Maximum download size limit is 5 MiB.
- ftp
Basic List<Property Map>Authentication Details - Details for basic authentication.
- ftp
Protocol String - FTP protocol type.
- ftp
Request StringType - FTP monitor request type.
- is
Active BooleanMode - If enabled, Active mode will be used for the FTP connection.
- is
Certificate BooleanValidation Enabled - If certificate validation is enabled, then the call will fail in case of certification errors.
- is
Default BooleanSnapshot Enabled - If disabled, auto snapshots are not collected.
- is
Failure BooleanRetried - If isFailureRetried is enabled, then a failed call will be retried.
- is
Query BooleanRecursive - If isQueryRecursive is enabled, then queries will be sent recursively to the target server.
- is
Redirection BooleanEnabled - If redirection is enabled, then redirects will be allowed while accessing target URL.
- name
Server String - Name of the server that will be used to perform DNS lookup.
- network
Configurations List<Property Map> - Details of the network configuration. For NETWORK monitor type, NetworkConfiguration is mandatory.
- protocol String
- Type of protocol.
- query String
- SQL query to be executed.
- record
Type String - DNS record type.
- req
Authentication List<Property Map>Details - Details for request HTTP authentication.
- req
Authentication StringScheme - Request HTTP authentication scheme.
- request
Headers List<Property Map> - List of request headers. Example:
[{"headerName": "content-type", "headerValue":"json"}]
- request
Method String - Request HTTP method.
- request
Post StringBody - Request post body content.
- request
Query List<Property Map>Params - List of request query params. Example:
[{"paramName": "sortOrder", "paramValue": "asc"}]
- upload
File NumberSize In Bytes - File upload size in Bytes, at which to stop the transfer. Maximum upload size is 5 MiB.
- verify
Response List<String>Codes - Expected HTTP response codes. For status code range, set values such as 2xx, 3xx.
- verify
Response StringContent - Verify response content against regular expression based string. If response content does not match the verifyResponseContent value, then it will be considered a failure.
- verify
Texts List<Property Map> - Verifies all the search strings present in the response. If any search string is not present in the response, then it will be considered as a failure.
GetMonitorConfigurationClientCertificateDetail
- Client
Certificates List<GetMonitor Configuration Client Certificate Detail Client Certificate> - Client certificate in PEM format.
- Private
Keys List<GetMonitor Configuration Client Certificate Detail Private Key> - The private key associated with the client certificate in PEM format.
- Client
Certificates []GetMonitor Configuration Client Certificate Detail Client Certificate - Client certificate in PEM format.
- Private
Keys []GetMonitor Configuration Client Certificate Detail Private Key - The private key associated with the client certificate in PEM format.
- client
Certificates List<GetMonitor Configuration Client Certificate Detail Client Certificate> - Client certificate in PEM format.
- private
Keys List<GetMonitor Configuration Client Certificate Detail Private Key> - The private key associated with the client certificate in PEM format.
- client
Certificates GetMonitor Configuration Client Certificate Detail Client Certificate[] - Client certificate in PEM format.
- private
Keys GetMonitor Configuration Client Certificate Detail Private Key[] - The private key associated with the client certificate in PEM format.
- client_
certificates Sequence[apmsynthetics.Get Monitor Configuration Client Certificate Detail Client Certificate] - Client certificate in PEM format.
- private_
keys Sequence[apmsynthetics.Get Monitor Configuration Client Certificate Detail Private Key] - The private key associated with the client certificate in PEM format.
- client
Certificates List<Property Map> - Client certificate in PEM format.
- private
Keys List<Property Map> - The private key associated with the client certificate in PEM format.
GetMonitorConfigurationClientCertificateDetailClientCertificate
GetMonitorConfigurationClientCertificateDetailPrivateKey
GetMonitorConfigurationDatabaseAuthenticationDetail
- Passwords
List<Get
Monitor Configuration Database Authentication Detail Password> - Password.
- Username string
- Username for authentication.
- Passwords
[]Get
Monitor Configuration Database Authentication Detail Password - Password.
- Username string
- Username for authentication.
- passwords
List<Get
Monitor Configuration Database Authentication Detail Password> - Password.
- username String
- Username for authentication.
- passwords
Get
Monitor Configuration Database Authentication Detail Password[] - Password.
- username string
- Username for authentication.
- passwords
Sequence[apmsynthetics.
Get Monitor Configuration Database Authentication Detail Password] - Password.
- username str
- Username for authentication.
- passwords List<Property Map>
- Password.
- username String
- Username for authentication.
GetMonitorConfigurationDatabaseAuthenticationDetailPassword
- Password string
- Password.
- Password
Type string - Type of method to pass password.
- Vault
Secret stringId - Vault secret OCID.
- Password string
- Password.
- Password
Type string - Type of method to pass password.
- Vault
Secret stringId - Vault secret OCID.
- password String
- Password.
- password
Type String - Type of method to pass password.
- vault
Secret StringId - Vault secret OCID.
- password string
- Password.
- password
Type string - Type of method to pass password.
- vault
Secret stringId - Vault secret OCID.
- password str
- Password.
- password_
type str - Type of method to pass password.
- vault_
secret_ strid - Vault secret OCID.
- password String
- Password.
- password
Type String - Type of method to pass password.
- vault
Secret StringId - Vault secret OCID.
GetMonitorConfigurationDatabaseWalletDetail
- Database
Wallet string - The database wallet configuration zip file.
- Service
Name string - Service name of the database.
- Database
Wallet string - The database wallet configuration zip file.
- Service
Name string - Service name of the database.
- database
Wallet String - The database wallet configuration zip file.
- service
Name String - Service name of the database.
- database
Wallet string - The database wallet configuration zip file.
- service
Name string - Service name of the database.
- database_
wallet str - The database wallet configuration zip file.
- service_
name str - Service name of the database.
- database
Wallet String - The database wallet configuration zip file.
- service
Name String - Service name of the database.
GetMonitorConfigurationDnsConfiguration
- Is
Override boolDns - If isOverrideDns is true, then DNS settings will be overridden.
- Override
Dns stringIp - Attribute to override the DNS IP value. This value will be honored only if isOverrideDns is set to true.
- Is
Override boolDns - If isOverrideDns is true, then DNS settings will be overridden.
- Override
Dns stringIp - Attribute to override the DNS IP value. This value will be honored only if isOverrideDns is set to true.
- is
Override BooleanDns - If isOverrideDns is true, then DNS settings will be overridden.
- override
Dns StringIp - Attribute to override the DNS IP value. This value will be honored only if isOverrideDns is set to true.
- is
Override booleanDns - If isOverrideDns is true, then DNS settings will be overridden.
- override
Dns stringIp - Attribute to override the DNS IP value. This value will be honored only if isOverrideDns is set to true.
- is_
override_ booldns - If isOverrideDns is true, then DNS settings will be overridden.
- override_
dns_ strip - Attribute to override the DNS IP value. This value will be honored only if isOverrideDns is set to true.
- is
Override BooleanDns - If isOverrideDns is true, then DNS settings will be overridden.
- override
Dns StringIp - Attribute to override the DNS IP value. This value will be honored only if isOverrideDns is set to true.
GetMonitorConfigurationFtpBasicAuthenticationDetail
- Passwords
List<Get
Monitor Configuration Ftp Basic Authentication Detail Password> - Password.
- Username string
- Username for authentication.
- Passwords
[]Get
Monitor Configuration Ftp Basic Authentication Detail Password - Password.
- Username string
- Username for authentication.
- passwords
List<Get
Monitor Configuration Ftp Basic Authentication Detail Password> - Password.
- username String
- Username for authentication.
- passwords
Get
Monitor Configuration Ftp Basic Authentication Detail Password[] - Password.
- username string
- Username for authentication.
- passwords
Sequence[apmsynthetics.
Get Monitor Configuration Ftp Basic Authentication Detail Password] - Password.
- username str
- Username for authentication.
- passwords List<Property Map>
- Password.
- username String
- Username for authentication.
GetMonitorConfigurationFtpBasicAuthenticationDetailPassword
- Password string
- Password.
- Password
Type string - Type of method to pass password.
- Vault
Secret stringId - Vault secret OCID.
- Password string
- Password.
- Password
Type string - Type of method to pass password.
- Vault
Secret stringId - Vault secret OCID.
- password String
- Password.
- password
Type String - Type of method to pass password.
- vault
Secret StringId - Vault secret OCID.
- password string
- Password.
- password
Type string - Type of method to pass password.
- vault
Secret stringId - Vault secret OCID.
- password str
- Password.
- password_
type str - Type of method to pass password.
- vault_
secret_ strid - Vault secret OCID.
- password String
- Password.
- password
Type String - Type of method to pass password.
- vault
Secret StringId - Vault secret OCID.
GetMonitorConfigurationNetworkConfiguration
- Number
Of intHops - Number of hops.
- Probe
Mode string - Type of probe mode when TCP protocol is selected.
- Probe
Per intHop - Number of probes per hop.
- Protocol string
- Type of protocol.
- Transmission
Rate int - Number of probe packets sent out simultaneously.
- Number
Of intHops - Number of hops.
- Probe
Mode string - Type of probe mode when TCP protocol is selected.
- Probe
Per intHop - Number of probes per hop.
- Protocol string
- Type of protocol.
- Transmission
Rate int - Number of probe packets sent out simultaneously.
- number
Of IntegerHops - Number of hops.
- probe
Mode String - Type of probe mode when TCP protocol is selected.
- probe
Per IntegerHop - Number of probes per hop.
- protocol String
- Type of protocol.
- transmission
Rate Integer - Number of probe packets sent out simultaneously.
- number
Of numberHops - Number of hops.
- probe
Mode string - Type of probe mode when TCP protocol is selected.
- probe
Per numberHop - Number of probes per hop.
- protocol string
- Type of protocol.
- transmission
Rate number - Number of probe packets sent out simultaneously.
- number_
of_ inthops - Number of hops.
- probe_
mode str - Type of probe mode when TCP protocol is selected.
- probe_
per_ inthop - Number of probes per hop.
- protocol str
- Type of protocol.
- transmission_
rate int - Number of probe packets sent out simultaneously.
- number
Of NumberHops - Number of hops.
- probe
Mode String - Type of probe mode when TCP protocol is selected.
- probe
Per NumberHop - Number of probes per hop.
- protocol String
- Type of protocol.
- transmission
Rate Number - Number of probe packets sent out simultaneously.
GetMonitorConfigurationReqAuthenticationDetail
- Auth
Headers List<GetMonitor Configuration Req Authentication Detail Auth Header> - List of authentication headers. Example:
[{"headerName": "content-type", "headerValue":"json"}]
- Auth
Request stringMethod - Request method.
- Auth
Request stringPost Body - Request post body.
- Auth
Token string - Authentication token.
- Auth
Url string - URL to get authentication token.
- Auth
User stringName - User name for authentication.
- Auth
User stringPassword - User password for authentication.
- Oauth
Scheme string - Request HTTP OAuth scheme.
- Auth
Headers []GetMonitor Configuration Req Authentication Detail Auth Header - List of authentication headers. Example:
[{"headerName": "content-type", "headerValue":"json"}]
- Auth
Request stringMethod - Request method.
- Auth
Request stringPost Body - Request post body.
- Auth
Token string - Authentication token.
- Auth
Url string - URL to get authentication token.
- Auth
User stringName - User name for authentication.
- Auth
User stringPassword - User password for authentication.
- Oauth
Scheme string - Request HTTP OAuth scheme.
- auth
Headers List<GetMonitor Configuration Req Authentication Detail Auth Header> - List of authentication headers. Example:
[{"headerName": "content-type", "headerValue":"json"}]
- auth
Request StringMethod - Request method.
- auth
Request StringPost Body - Request post body.
- auth
Token String - Authentication token.
- auth
Url String - URL to get authentication token.
- auth
User StringName - User name for authentication.
- auth
User StringPassword - User password for authentication.
- oauth
Scheme String - Request HTTP OAuth scheme.
- auth
Headers GetMonitor Configuration Req Authentication Detail Auth Header[] - List of authentication headers. Example:
[{"headerName": "content-type", "headerValue":"json"}]
- auth
Request stringMethod - Request method.
- auth
Request stringPost Body - Request post body.
- auth
Token string - Authentication token.
- auth
Url string - URL to get authentication token.
- auth
User stringName - User name for authentication.
- auth
User stringPassword - User password for authentication.
- oauth
Scheme string - Request HTTP OAuth scheme.
- auth_
headers Sequence[apmsynthetics.Get Monitor Configuration Req Authentication Detail Auth Header] - List of authentication headers. Example:
[{"headerName": "content-type", "headerValue":"json"}]
- auth_
request_ strmethod - Request method.
- auth_
request_ strpost_ body - Request post body.
- auth_
token str - Authentication token.
- auth_
url str - URL to get authentication token.
- auth_
user_ strname - User name for authentication.
- auth_
user_ strpassword - User password for authentication.
- oauth_
scheme str - Request HTTP OAuth scheme.
- auth
Headers List<Property Map> - List of authentication headers. Example:
[{"headerName": "content-type", "headerValue":"json"}]
- auth
Request StringMethod - Request method.
- auth
Request StringPost Body - Request post body.
- auth
Token String - Authentication token.
- auth
Url String - URL to get authentication token.
- auth
User StringName - User name for authentication.
- auth
User StringPassword - User password for authentication.
- oauth
Scheme String - Request HTTP OAuth scheme.
GetMonitorConfigurationReqAuthenticationDetailAuthHeader
- Header
Name string - Name of the header.
- Header
Value string - Value of the header.
- Header
Name string - Name of the header.
- Header
Value string - Value of the header.
- header
Name String - Name of the header.
- header
Value String - Value of the header.
- header
Name string - Name of the header.
- header
Value string - Value of the header.
- header_
name str - Name of the header.
- header_
value str - Value of the header.
- header
Name String - Name of the header.
- header
Value String - Value of the header.
GetMonitorConfigurationRequestHeader
- Header
Name string - Name of the header.
- Header
Value string - Value of the header.
- Header
Name string - Name of the header.
- Header
Value string - Value of the header.
- header
Name String - Name of the header.
- header
Value String - Value of the header.
- header
Name string - Name of the header.
- header
Value string - Value of the header.
- header_
name str - Name of the header.
- header_
value str - Value of the header.
- header
Name String - Name of the header.
- header
Value String - Value of the header.
GetMonitorConfigurationRequestQueryParam
- Param
Name string - Name of the parameter.
- Param
Value string - Value of the parameter.
- Param
Name string - Name of the parameter.
- Param
Value string - Value of the parameter.
- param
Name String - Name of the parameter.
- param
Value String - Value of the parameter.
- param
Name string - Name of the parameter.
- param
Value string - Value of the parameter.
- param_
name str - Name of the parameter.
- param_
value str - Value of the parameter.
- param
Name String - Name of the parameter.
- param
Value String - Value of the parameter.
GetMonitorConfigurationVerifyText
- Text string
- Verification text in the response.
- Text string
- Verification text in the response.
- text String
- Verification text in the response.
- text string
- Verification text in the response.
- text str
- Verification text in the response.
- text String
- Verification text in the response.
GetMonitorMaintenanceWindowSchedule
- Time
Ended string - End time of the maintenance window, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- Time
Started string - Start time of the maintenance window, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- Time
Ended string - End time of the maintenance window, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- Time
Started string - Start time of the maintenance window, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time
Ended String - End time of the maintenance window, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time
Started String - Start time of the maintenance window, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time
Ended string - End time of the maintenance window, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time
Started string - Start time of the maintenance window, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time_
ended str - End time of the maintenance window, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time_
started str - Start time of the maintenance window, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time
Ended String - End time of the maintenance window, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time
Started String - Start time of the maintenance window, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
GetMonitorScriptParameter
- Is
Overwritten bool - If parameter value is default or overwritten.
- Is
Secret bool - Describes if the parameter value is secret and should be kept confidential. isSecret is specified in either CreateScript or UpdateScript API.
- Monitor
Script List<GetParameters Monitor Script Parameter Monitor Script Parameter> - Details of the script parameter that can be used to overwrite the parameter present in the script.
- Param
Name string - Name of the parameter.
- Param
Value string - Value of the parameter.
- Is
Overwritten bool - If parameter value is default or overwritten.
- Is
Secret bool - Describes if the parameter value is secret and should be kept confidential. isSecret is specified in either CreateScript or UpdateScript API.
- Monitor
Script []GetParameters Monitor Script Parameter Monitor Script Parameter - Details of the script parameter that can be used to overwrite the parameter present in the script.
- Param
Name string - Name of the parameter.
- Param
Value string - Value of the parameter.
- is
Overwritten Boolean - If parameter value is default or overwritten.
- is
Secret Boolean - Describes if the parameter value is secret and should be kept confidential. isSecret is specified in either CreateScript or UpdateScript API.
- monitor
Script List<GetParameters Monitor Script Parameter Monitor Script Parameter> - Details of the script parameter that can be used to overwrite the parameter present in the script.
- param
Name String - Name of the parameter.
- param
Value String - Value of the parameter.
- is
Overwritten boolean - If parameter value is default or overwritten.
- is
Secret boolean - Describes if the parameter value is secret and should be kept confidential. isSecret is specified in either CreateScript or UpdateScript API.
- monitor
Script GetParameters Monitor Script Parameter Monitor Script Parameter[] - Details of the script parameter that can be used to overwrite the parameter present in the script.
- param
Name string - Name of the parameter.
- param
Value string - Value of the parameter.
- is_
overwritten bool - If parameter value is default or overwritten.
- is_
secret bool - Describes if the parameter value is secret and should be kept confidential. isSecret is specified in either CreateScript or UpdateScript API.
- monitor_
script_ Sequence[apmsynthetics.parameters Get Monitor Script Parameter Monitor Script Parameter] - Details of the script parameter that can be used to overwrite the parameter present in the script.
- param_
name str - Name of the parameter.
- param_
value str - Value of the parameter.
- is
Overwritten Boolean - If parameter value is default or overwritten.
- is
Secret Boolean - Describes if the parameter value is secret and should be kept confidential. isSecret is specified in either CreateScript or UpdateScript API.
- monitor
Script List<Property Map>Parameters - Details of the script parameter that can be used to overwrite the parameter present in the script.
- param
Name String - Name of the parameter.
- param
Value String - Value of the parameter.
GetMonitorScriptParameterMonitorScriptParameter
- Param
Name string - Name of the parameter.
- Param
Value string - Value of the parameter.
- Param
Name string - Name of the parameter.
- Param
Value string - Value of the parameter.
- param
Name String - Name of the parameter.
- param
Value String - Value of the parameter.
- param
Name string - Name of the parameter.
- param
Value string - Value of the parameter.
- param_
name str - Name of the parameter.
- param_
value str - Value of the parameter.
- param
Name String - Name of the parameter.
- param
Value String - Value of the parameter.
GetMonitorVantagePoint
- Display
Name string - Unique name that can be edited. The name should not contain any confidential information.
- Name string
- Name of the vantage point.
- Worker
Lists List<string> - List of workers running the assigned monitor.
- Display
Name string - Unique name that can be edited. The name should not contain any confidential information.
- Name string
- Name of the vantage point.
- Worker
Lists []string - List of workers running the assigned monitor.
- display
Name String - Unique name that can be edited. The name should not contain any confidential information.
- name String
- Name of the vantage point.
- worker
Lists List<String> - List of workers running the assigned monitor.
- display
Name string - Unique name that can be edited. The name should not contain any confidential information.
- name string
- Name of the vantage point.
- worker
Lists string[] - List of workers running the assigned monitor.
- display_
name str - Unique name that can be edited. The name should not contain any confidential information.
- name str
- Name of the vantage point.
- worker_
lists Sequence[str] - List of workers running the assigned monitor.
- display
Name String - Unique name that can be edited. The name should not contain any confidential information.
- name String
- Name of the vantage point.
- worker
Lists List<String> - List of workers running the assigned monitor.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.