oci.HealthChecks.HttpProbe
This resource provides the Http Probe resource in Oracle Cloud Infrastructure Health Checks service.
Creates an on-demand HTTP probe. The location response header contains the URL for fetching the probe results.
Note: On-demand probe configurations are not saved.
Example Usage
using System.Collections.Generic;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testHttpProbe = new Oci.HealthChecks.HttpProbe("testHttpProbe", new()
{
CompartmentId = @var.Compartment_id,
Protocol = @var.Http_probe_protocol,
Targets = @var.Http_probe_targets,
Headers = @var.Http_probe_headers,
Method = @var.Http_probe_method,
Path = @var.Http_probe_path,
Port = @var.Http_probe_port,
TimeoutInSeconds = @var.Http_probe_timeout_in_seconds,
VantagePointNames = @var.Http_probe_vantage_point_names,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/HealthChecks"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := HealthChecks.NewHttpProbe(ctx, "testHttpProbe", &HealthChecks.HttpProbeArgs{
CompartmentId: pulumi.Any(_var.Compartment_id),
Protocol: pulumi.Any(_var.Http_probe_protocol),
Targets: pulumi.Any(_var.Http_probe_targets),
Headers: pulumi.Any(_var.Http_probe_headers),
Method: pulumi.Any(_var.Http_probe_method),
Path: pulumi.Any(_var.Http_probe_path),
Port: pulumi.Any(_var.Http_probe_port),
TimeoutInSeconds: pulumi.Any(_var.Http_probe_timeout_in_seconds),
VantagePointNames: pulumi.Any(_var.Http_probe_vantage_point_names),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.HealthChecks.HttpProbe;
import com.pulumi.oci.HealthChecks.HttpProbeArgs;
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) {
var testHttpProbe = new HttpProbe("testHttpProbe", HttpProbeArgs.builder()
.compartmentId(var_.compartment_id())
.protocol(var_.http_probe_protocol())
.targets(var_.http_probe_targets())
.headers(var_.http_probe_headers())
.method(var_.http_probe_method())
.path(var_.http_probe_path())
.port(var_.http_probe_port())
.timeoutInSeconds(var_.http_probe_timeout_in_seconds())
.vantagePointNames(var_.http_probe_vantage_point_names())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_http_probe = oci.health_checks.HttpProbe("testHttpProbe",
compartment_id=var["compartment_id"],
protocol=var["http_probe_protocol"],
targets=var["http_probe_targets"],
headers=var["http_probe_headers"],
method=var["http_probe_method"],
path=var["http_probe_path"],
port=var["http_probe_port"],
timeout_in_seconds=var["http_probe_timeout_in_seconds"],
vantage_point_names=var["http_probe_vantage_point_names"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testHttpProbe = new oci.healthchecks.HttpProbe("testHttpProbe", {
compartmentId: _var.compartment_id,
protocol: _var.http_probe_protocol,
targets: _var.http_probe_targets,
headers: _var.http_probe_headers,
method: _var.http_probe_method,
path: _var.http_probe_path,
port: _var.http_probe_port,
timeoutInSeconds: _var.http_probe_timeout_in_seconds,
vantagePointNames: _var.http_probe_vantage_point_names,
});
resources:
testHttpProbe:
type: oci:HealthChecks:HttpProbe
properties:
#Required
compartmentId: ${var.compartment_id}
protocol: ${var.http_probe_protocol}
targets: ${var.http_probe_targets}
#Optional
headers: ${var.http_probe_headers}
method: ${var.http_probe_method}
path: ${var.http_probe_path}
port: ${var.http_probe_port}
timeoutInSeconds: ${var.http_probe_timeout_in_seconds}
vantagePointNames: ${var.http_probe_vantage_point_names}
Create HttpProbe Resource
new HttpProbe(name: string, args: HttpProbeArgs, opts?: CustomResourceOptions);
@overload
def HttpProbe(resource_name: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
headers: Optional[Mapping[str, Any]] = None,
method: Optional[str] = None,
path: Optional[str] = None,
port: Optional[int] = None,
protocol: Optional[str] = None,
targets: Optional[Sequence[str]] = None,
timeout_in_seconds: Optional[int] = None,
vantage_point_names: Optional[Sequence[str]] = None)
@overload
def HttpProbe(resource_name: str,
args: HttpProbeArgs,
opts: Optional[ResourceOptions] = None)
func NewHttpProbe(ctx *Context, name string, args HttpProbeArgs, opts ...ResourceOption) (*HttpProbe, error)
public HttpProbe(string name, HttpProbeArgs args, CustomResourceOptions? opts = null)
public HttpProbe(String name, HttpProbeArgs args)
public HttpProbe(String name, HttpProbeArgs args, CustomResourceOptions options)
type: oci:HealthChecks:HttpProbe
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args HttpProbeArgs
- 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 HttpProbeArgs
- 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 HttpProbeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args HttpProbeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args HttpProbeArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
HttpProbe 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 HttpProbe resource accepts the following input properties:
- Compartment
Id string The OCID of the compartment.
- Protocol string
The supported protocols available for HTTP probes.
- Targets List<string>
A list of targets (hostnames or IP addresses) of the probe.
- Headers Dictionary<string, object>
A dictionary of HTTP request headers.
- Method string
The supported HTTP methods available for probes.
- Path string
The optional URL path to probe, including query parameters.
- Port int
The port on which to probe endpoints. If unspecified, probes will use the default port of their protocol.
- Timeout
In intSeconds The probe timeout in seconds. Valid values: 10, 20, 30, and 60. The probe timeout must be less than or equal to
intervalInSeconds
for monitors.- Vantage
Point List<string>Names A list of names of vantage points from which to execute the probe.
- Compartment
Id string The OCID of the compartment.
- Protocol string
The supported protocols available for HTTP probes.
- Targets []string
A list of targets (hostnames or IP addresses) of the probe.
- Headers map[string]interface{}
A dictionary of HTTP request headers.
- Method string
The supported HTTP methods available for probes.
- Path string
The optional URL path to probe, including query parameters.
- Port int
The port on which to probe endpoints. If unspecified, probes will use the default port of their protocol.
- Timeout
In intSeconds The probe timeout in seconds. Valid values: 10, 20, 30, and 60. The probe timeout must be less than or equal to
intervalInSeconds
for monitors.- Vantage
Point []stringNames A list of names of vantage points from which to execute the probe.
- compartment
Id String The OCID of the compartment.
- protocol String
The supported protocols available for HTTP probes.
- targets List<String>
A list of targets (hostnames or IP addresses) of the probe.
- headers Map<String,Object>
A dictionary of HTTP request headers.
- method String
The supported HTTP methods available for probes.
- path String
The optional URL path to probe, including query parameters.
- port Integer
The port on which to probe endpoints. If unspecified, probes will use the default port of their protocol.
- timeout
In IntegerSeconds The probe timeout in seconds. Valid values: 10, 20, 30, and 60. The probe timeout must be less than or equal to
intervalInSeconds
for monitors.- vantage
Point List<String>Names A list of names of vantage points from which to execute the probe.
- compartment
Id string The OCID of the compartment.
- protocol string
The supported protocols available for HTTP probes.
- targets string[]
A list of targets (hostnames or IP addresses) of the probe.
- headers {[key: string]: any}
A dictionary of HTTP request headers.
- method string
The supported HTTP methods available for probes.
- path string
The optional URL path to probe, including query parameters.
- port number
The port on which to probe endpoints. If unspecified, probes will use the default port of their protocol.
- timeout
In numberSeconds The probe timeout in seconds. Valid values: 10, 20, 30, and 60. The probe timeout must be less than or equal to
intervalInSeconds
for monitors.- vantage
Point string[]Names A list of names of vantage points from which to execute the probe.
- compartment_
id str The OCID of the compartment.
- protocol str
The supported protocols available for HTTP probes.
- targets Sequence[str]
A list of targets (hostnames or IP addresses) of the probe.
- headers Mapping[str, Any]
A dictionary of HTTP request headers.
- method str
The supported HTTP methods available for probes.
- path str
The optional URL path to probe, including query parameters.
- port int
The port on which to probe endpoints. If unspecified, probes will use the default port of their protocol.
- timeout_
in_ intseconds The probe timeout in seconds. Valid values: 10, 20, 30, and 60. The probe timeout must be less than or equal to
intervalInSeconds
for monitors.- vantage_
point_ Sequence[str]names A list of names of vantage points from which to execute the probe.
- compartment
Id String The OCID of the compartment.
- protocol String
The supported protocols available for HTTP probes.
- targets List<String>
A list of targets (hostnames or IP addresses) of the probe.
- headers Map<Any>
A dictionary of HTTP request headers.
- method String
The supported HTTP methods available for probes.
- path String
The optional URL path to probe, including query parameters.
- port Number
The port on which to probe endpoints. If unspecified, probes will use the default port of their protocol.
- timeout
In NumberSeconds The probe timeout in seconds. Valid values: 10, 20, 30, and 60. The probe timeout must be less than or equal to
intervalInSeconds
for monitors.- vantage
Point List<String>Names A list of names of vantage points from which to execute the probe.
Outputs
All input properties are implicitly available as output properties. Additionally, the HttpProbe resource produces the following output properties:
- Home
Region string The region where updates must be made and where results must be fetched from.
- Id string
The provider-assigned unique ID for this managed resource.
- Results
Url string A URL for fetching the probe results.
- Time
Created string The RFC 3339-formatted creation date and time of the probe.
- Home
Region string The region where updates must be made and where results must be fetched from.
- Id string
The provider-assigned unique ID for this managed resource.
- Results
Url string A URL for fetching the probe results.
- Time
Created string The RFC 3339-formatted creation date and time of the probe.
- home
Region String The region where updates must be made and where results must be fetched from.
- id String
The provider-assigned unique ID for this managed resource.
- results
Url String A URL for fetching the probe results.
- time
Created String The RFC 3339-formatted creation date and time of the probe.
- home
Region string The region where updates must be made and where results must be fetched from.
- id string
The provider-assigned unique ID for this managed resource.
- results
Url string A URL for fetching the probe results.
- time
Created string The RFC 3339-formatted creation date and time of the probe.
- home_
region str The region where updates must be made and where results must be fetched from.
- id str
The provider-assigned unique ID for this managed resource.
- results_
url str A URL for fetching the probe results.
- time_
created str The RFC 3339-formatted creation date and time of the probe.
- home
Region String The region where updates must be made and where results must be fetched from.
- id String
The provider-assigned unique ID for this managed resource.
- results
Url String A URL for fetching the probe results.
- time
Created String The RFC 3339-formatted creation date and time of the probe.
Look up Existing HttpProbe Resource
Get an existing HttpProbe 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?: HttpProbeState, opts?: CustomResourceOptions): HttpProbe
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
headers: Optional[Mapping[str, Any]] = None,
home_region: Optional[str] = None,
method: Optional[str] = None,
path: Optional[str] = None,
port: Optional[int] = None,
protocol: Optional[str] = None,
results_url: Optional[str] = None,
targets: Optional[Sequence[str]] = None,
time_created: Optional[str] = None,
timeout_in_seconds: Optional[int] = None,
vantage_point_names: Optional[Sequence[str]] = None) -> HttpProbe
func GetHttpProbe(ctx *Context, name string, id IDInput, state *HttpProbeState, opts ...ResourceOption) (*HttpProbe, error)
public static HttpProbe Get(string name, Input<string> id, HttpProbeState? state, CustomResourceOptions? opts = null)
public static HttpProbe get(String name, Output<String> id, HttpProbeState 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.
- Compartment
Id string The OCID of the compartment.
- Headers Dictionary<string, object>
A dictionary of HTTP request headers.
- Home
Region string The region where updates must be made and where results must be fetched from.
- Method string
The supported HTTP methods available for probes.
- Path string
The optional URL path to probe, including query parameters.
- Port int
The port on which to probe endpoints. If unspecified, probes will use the default port of their protocol.
- Protocol string
The supported protocols available for HTTP probes.
- Results
Url string A URL for fetching the probe results.
- Targets List<string>
A list of targets (hostnames or IP addresses) of the probe.
- Time
Created string The RFC 3339-formatted creation date and time of the probe.
- Timeout
In intSeconds The probe timeout in seconds. Valid values: 10, 20, 30, and 60. The probe timeout must be less than or equal to
intervalInSeconds
for monitors.- Vantage
Point List<string>Names A list of names of vantage points from which to execute the probe.
- Compartment
Id string The OCID of the compartment.
- Headers map[string]interface{}
A dictionary of HTTP request headers.
- Home
Region string The region where updates must be made and where results must be fetched from.
- Method string
The supported HTTP methods available for probes.
- Path string
The optional URL path to probe, including query parameters.
- Port int
The port on which to probe endpoints. If unspecified, probes will use the default port of their protocol.
- Protocol string
The supported protocols available for HTTP probes.
- Results
Url string A URL for fetching the probe results.
- Targets []string
A list of targets (hostnames or IP addresses) of the probe.
- Time
Created string The RFC 3339-formatted creation date and time of the probe.
- Timeout
In intSeconds The probe timeout in seconds. Valid values: 10, 20, 30, and 60. The probe timeout must be less than or equal to
intervalInSeconds
for monitors.- Vantage
Point []stringNames A list of names of vantage points from which to execute the probe.
- compartment
Id String The OCID of the compartment.
- headers Map<String,Object>
A dictionary of HTTP request headers.
- home
Region String The region where updates must be made and where results must be fetched from.
- method String
The supported HTTP methods available for probes.
- path String
The optional URL path to probe, including query parameters.
- port Integer
The port on which to probe endpoints. If unspecified, probes will use the default port of their protocol.
- protocol String
The supported protocols available for HTTP probes.
- results
Url String A URL for fetching the probe results.
- targets List<String>
A list of targets (hostnames or IP addresses) of the probe.
- time
Created String The RFC 3339-formatted creation date and time of the probe.
- timeout
In IntegerSeconds The probe timeout in seconds. Valid values: 10, 20, 30, and 60. The probe timeout must be less than or equal to
intervalInSeconds
for monitors.- vantage
Point List<String>Names A list of names of vantage points from which to execute the probe.
- compartment
Id string The OCID of the compartment.
- headers {[key: string]: any}
A dictionary of HTTP request headers.
- home
Region string The region where updates must be made and where results must be fetched from.
- method string
The supported HTTP methods available for probes.
- path string
The optional URL path to probe, including query parameters.
- port number
The port on which to probe endpoints. If unspecified, probes will use the default port of their protocol.
- protocol string
The supported protocols available for HTTP probes.
- results
Url string A URL for fetching the probe results.
- targets string[]
A list of targets (hostnames or IP addresses) of the probe.
- time
Created string The RFC 3339-formatted creation date and time of the probe.
- timeout
In numberSeconds The probe timeout in seconds. Valid values: 10, 20, 30, and 60. The probe timeout must be less than or equal to
intervalInSeconds
for monitors.- vantage
Point string[]Names A list of names of vantage points from which to execute the probe.
- compartment_
id str The OCID of the compartment.
- headers Mapping[str, Any]
A dictionary of HTTP request headers.
- home_
region str The region where updates must be made and where results must be fetched from.
- method str
The supported HTTP methods available for probes.
- path str
The optional URL path to probe, including query parameters.
- port int
The port on which to probe endpoints. If unspecified, probes will use the default port of their protocol.
- protocol str
The supported protocols available for HTTP probes.
- results_
url str A URL for fetching the probe results.
- targets Sequence[str]
A list of targets (hostnames or IP addresses) of the probe.
- time_
created str The RFC 3339-formatted creation date and time of the probe.
- timeout_
in_ intseconds The probe timeout in seconds. Valid values: 10, 20, 30, and 60. The probe timeout must be less than or equal to
intervalInSeconds
for monitors.- vantage_
point_ Sequence[str]names A list of names of vantage points from which to execute the probe.
- compartment
Id String The OCID of the compartment.
- headers Map<Any>
A dictionary of HTTP request headers.
- home
Region String The region where updates must be made and where results must be fetched from.
- method String
The supported HTTP methods available for probes.
- path String
The optional URL path to probe, including query parameters.
- port Number
The port on which to probe endpoints. If unspecified, probes will use the default port of their protocol.
- protocol String
The supported protocols available for HTTP probes.
- results
Url String A URL for fetching the probe results.
- targets List<String>
A list of targets (hostnames or IP addresses) of the probe.
- time
Created String The RFC 3339-formatted creation date and time of the probe.
- timeout
In NumberSeconds The probe timeout in seconds. Valid values: 10, 20, 30, and 60. The probe timeout must be less than or equal to
intervalInSeconds
for monitors.- vantage
Point List<String>Names A list of names of vantage points from which to execute the probe.
Import
HttpProbes can be imported using the id
, e.g.
$ pulumi import oci:HealthChecks/httpProbe:HttpProbe test_http_probe "id"
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.