1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectFirewallLdbmonitor
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.ObjectFirewallLdbmonitor

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    Configure server load balancing health monitors.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fortimanager from "@pulumi/fortimanager";
    
    const trname = new fortimanager.ObjectFirewallLdbmonitor("trname", {
        httpMaxRedirects: 0,
        interval: 10,
        port: 0,
        retry: 3,
        srcIp: "0.0.0.0",
        timeout: 2,
        type: "https",
    });
    
    import pulumi
    import pulumi_fortimanager as fortimanager
    
    trname = fortimanager.ObjectFirewallLdbmonitor("trname",
        http_max_redirects=0,
        interval=10,
        port=0,
        retry=3,
        src_ip="0.0.0.0",
        timeout=2,
        type="https")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := fortimanager.NewObjectFirewallLdbmonitor(ctx, "trname", &fortimanager.ObjectFirewallLdbmonitorArgs{
    			HttpMaxRedirects: pulumi.Float64(0),
    			Interval:         pulumi.Float64(10),
    			Port:             pulumi.Float64(0),
    			Retry:            pulumi.Float64(3),
    			SrcIp:            pulumi.String("0.0.0.0"),
    			Timeout:          pulumi.Float64(2),
    			Type:             pulumi.String("https"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Fortimanager = Pulumi.Fortimanager;
    
    return await Deployment.RunAsync(() => 
    {
        var trname = new Fortimanager.ObjectFirewallLdbmonitor("trname", new()
        {
            HttpMaxRedirects = 0,
            Interval = 10,
            Port = 0,
            Retry = 3,
            SrcIp = "0.0.0.0",
            Timeout = 2,
            Type = "https",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fortimanager.ObjectFirewallLdbmonitor;
    import com.pulumi.fortimanager.ObjectFirewallLdbmonitorArgs;
    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 trname = new ObjectFirewallLdbmonitor("trname", ObjectFirewallLdbmonitorArgs.builder()
                .httpMaxRedirects(0)
                .interval(10)
                .port(0)
                .retry(3)
                .srcIp("0.0.0.0")
                .timeout(2)
                .type("https")
                .build());
    
        }
    }
    
    resources:
      trname:
        type: fortimanager:ObjectFirewallLdbmonitor
        properties:
          httpMaxRedirects: 0
          interval: 10
          port: 0
          retry: 3
          srcIp: 0.0.0.0
          timeout: 2
          type: https
    

    Create ObjectFirewallLdbmonitor Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ObjectFirewallLdbmonitor(name: string, args?: ObjectFirewallLdbmonitorArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectFirewallLdbmonitor(resource_name: str,
                                 args: Optional[ObjectFirewallLdbmonitorArgs] = None,
                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectFirewallLdbmonitor(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 adom: Optional[str] = None,
                                 dns_match_ip: Optional[str] = None,
                                 dns_protocol: Optional[str] = None,
                                 dns_request_domain: Optional[str] = None,
                                 http_get: Optional[str] = None,
                                 http_match: Optional[str] = None,
                                 http_max_redirects: Optional[float] = None,
                                 interval: Optional[float] = None,
                                 name: Optional[str] = None,
                                 object_firewall_ldbmonitor_id: Optional[str] = None,
                                 port: Optional[float] = None,
                                 retry: Optional[float] = None,
                                 scopetype: Optional[str] = None,
                                 src_ip: Optional[str] = None,
                                 timeout: Optional[float] = None,
                                 type: Optional[str] = None)
    func NewObjectFirewallLdbmonitor(ctx *Context, name string, args *ObjectFirewallLdbmonitorArgs, opts ...ResourceOption) (*ObjectFirewallLdbmonitor, error)
    public ObjectFirewallLdbmonitor(string name, ObjectFirewallLdbmonitorArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectFirewallLdbmonitor(String name, ObjectFirewallLdbmonitorArgs args)
    public ObjectFirewallLdbmonitor(String name, ObjectFirewallLdbmonitorArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectFirewallLdbmonitor
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ObjectFirewallLdbmonitorArgs
    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 ObjectFirewallLdbmonitorArgs
    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 ObjectFirewallLdbmonitorArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectFirewallLdbmonitorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectFirewallLdbmonitorArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var objectFirewallLdbmonitorResource = new Fortimanager.ObjectFirewallLdbmonitor("objectFirewallLdbmonitorResource", new()
    {
        Adom = "string",
        DnsMatchIp = "string",
        DnsProtocol = "string",
        DnsRequestDomain = "string",
        HttpGet = "string",
        HttpMatch = "string",
        HttpMaxRedirects = 0,
        Interval = 0,
        Name = "string",
        ObjectFirewallLdbmonitorId = "string",
        Port = 0,
        Retry = 0,
        Scopetype = "string",
        SrcIp = "string",
        Timeout = 0,
        Type = "string",
    });
    
    example, err := fortimanager.NewObjectFirewallLdbmonitor(ctx, "objectFirewallLdbmonitorResource", &fortimanager.ObjectFirewallLdbmonitorArgs{
    Adom: pulumi.String("string"),
    DnsMatchIp: pulumi.String("string"),
    DnsProtocol: pulumi.String("string"),
    DnsRequestDomain: pulumi.String("string"),
    HttpGet: pulumi.String("string"),
    HttpMatch: pulumi.String("string"),
    HttpMaxRedirects: pulumi.Float64(0),
    Interval: pulumi.Float64(0),
    Name: pulumi.String("string"),
    ObjectFirewallLdbmonitorId: pulumi.String("string"),
    Port: pulumi.Float64(0),
    Retry: pulumi.Float64(0),
    Scopetype: pulumi.String("string"),
    SrcIp: pulumi.String("string"),
    Timeout: pulumi.Float64(0),
    Type: pulumi.String("string"),
    })
    
    var objectFirewallLdbmonitorResource = new ObjectFirewallLdbmonitor("objectFirewallLdbmonitorResource", ObjectFirewallLdbmonitorArgs.builder()
        .adom("string")
        .dnsMatchIp("string")
        .dnsProtocol("string")
        .dnsRequestDomain("string")
        .httpGet("string")
        .httpMatch("string")
        .httpMaxRedirects(0)
        .interval(0)
        .name("string")
        .objectFirewallLdbmonitorId("string")
        .port(0)
        .retry(0)
        .scopetype("string")
        .srcIp("string")
        .timeout(0)
        .type("string")
        .build());
    
    object_firewall_ldbmonitor_resource = fortimanager.ObjectFirewallLdbmonitor("objectFirewallLdbmonitorResource",
        adom="string",
        dns_match_ip="string",
        dns_protocol="string",
        dns_request_domain="string",
        http_get="string",
        http_match="string",
        http_max_redirects=0,
        interval=0,
        name="string",
        object_firewall_ldbmonitor_id="string",
        port=0,
        retry=0,
        scopetype="string",
        src_ip="string",
        timeout=0,
        type="string")
    
    const objectFirewallLdbmonitorResource = new fortimanager.ObjectFirewallLdbmonitor("objectFirewallLdbmonitorResource", {
        adom: "string",
        dnsMatchIp: "string",
        dnsProtocol: "string",
        dnsRequestDomain: "string",
        httpGet: "string",
        httpMatch: "string",
        httpMaxRedirects: 0,
        interval: 0,
        name: "string",
        objectFirewallLdbmonitorId: "string",
        port: 0,
        retry: 0,
        scopetype: "string",
        srcIp: "string",
        timeout: 0,
        type: "string",
    });
    
    type: fortimanager:ObjectFirewallLdbmonitor
    properties:
        adom: string
        dnsMatchIp: string
        dnsProtocol: string
        dnsRequestDomain: string
        httpGet: string
        httpMatch: string
        httpMaxRedirects: 0
        interval: 0
        name: string
        objectFirewallLdbmonitorId: string
        port: 0
        retry: 0
        scopetype: string
        srcIp: string
        timeout: 0
        type: string
    

    ObjectFirewallLdbmonitor Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ObjectFirewallLdbmonitor resource accepts the following input properties:

    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    DnsMatchIp string
    Response IP expected from DNS server.
    DnsProtocol string
    Select the protocol used by the DNS health check monitor to check the health of the server (UDP | TCP). Valid values: udp, tcp.
    DnsRequestDomain string
    Fully qualified domain name to resolve for the DNS probe.
    HttpGet string
    URL used to send a GET request to check the health of an HTTP server.
    HttpMatch string
    String to match the value expected in response to an HTTP-GET request.
    HttpMaxRedirects double
    The maximum number of HTTP redirects to be allowed (0 - 5, default = 0).
    Interval double
    Time between health checks (5 - 65635 sec, default = 10).
    Name string
    Monitor name.
    ObjectFirewallLdbmonitorId string
    an identifier for the resource with format {{name}}.
    Port double
    Service port used to perform the health check. If 0, health check monitor inherits port configured for the server (0 - 65635, default = 0).
    Retry double
    Number health check attempts before the server is considered down (1 - 255, default = 3).
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SrcIp string
    Source IP for ldb-monitor.
    Timeout double
    Time to wait to receive response to a health check from a server. Reaching the timeout means the health check failed (1 - 255 sec, default = 2).
    Type string
    Select the Monitor type used by the health check monitor to check the health of the server (PING | TCP | HTTP | HTTPS). Valid values: ping, tcp, http, passive-sip, https.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    DnsMatchIp string
    Response IP expected from DNS server.
    DnsProtocol string
    Select the protocol used by the DNS health check monitor to check the health of the server (UDP | TCP). Valid values: udp, tcp.
    DnsRequestDomain string
    Fully qualified domain name to resolve for the DNS probe.
    HttpGet string
    URL used to send a GET request to check the health of an HTTP server.
    HttpMatch string
    String to match the value expected in response to an HTTP-GET request.
    HttpMaxRedirects float64
    The maximum number of HTTP redirects to be allowed (0 - 5, default = 0).
    Interval float64
    Time between health checks (5 - 65635 sec, default = 10).
    Name string
    Monitor name.
    ObjectFirewallLdbmonitorId string
    an identifier for the resource with format {{name}}.
    Port float64
    Service port used to perform the health check. If 0, health check monitor inherits port configured for the server (0 - 65635, default = 0).
    Retry float64
    Number health check attempts before the server is considered down (1 - 255, default = 3).
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SrcIp string
    Source IP for ldb-monitor.
    Timeout float64
    Time to wait to receive response to a health check from a server. Reaching the timeout means the health check failed (1 - 255 sec, default = 2).
    Type string
    Select the Monitor type used by the health check monitor to check the health of the server (PING | TCP | HTTP | HTTPS). Valid values: ping, tcp, http, passive-sip, https.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dnsMatchIp String
    Response IP expected from DNS server.
    dnsProtocol String
    Select the protocol used by the DNS health check monitor to check the health of the server (UDP | TCP). Valid values: udp, tcp.
    dnsRequestDomain String
    Fully qualified domain name to resolve for the DNS probe.
    httpGet String
    URL used to send a GET request to check the health of an HTTP server.
    httpMatch String
    String to match the value expected in response to an HTTP-GET request.
    httpMaxRedirects Double
    The maximum number of HTTP redirects to be allowed (0 - 5, default = 0).
    interval Double
    Time between health checks (5 - 65635 sec, default = 10).
    name String
    Monitor name.
    objectFirewallLdbmonitorId String
    an identifier for the resource with format {{name}}.
    port Double
    Service port used to perform the health check. If 0, health check monitor inherits port configured for the server (0 - 65635, default = 0).
    retry Double
    Number health check attempts before the server is considered down (1 - 255, default = 3).
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    srcIp String
    Source IP for ldb-monitor.
    timeout Double
    Time to wait to receive response to a health check from a server. Reaching the timeout means the health check failed (1 - 255 sec, default = 2).
    type String
    Select the Monitor type used by the health check monitor to check the health of the server (PING | TCP | HTTP | HTTPS). Valid values: ping, tcp, http, passive-sip, https.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dnsMatchIp string
    Response IP expected from DNS server.
    dnsProtocol string
    Select the protocol used by the DNS health check monitor to check the health of the server (UDP | TCP). Valid values: udp, tcp.
    dnsRequestDomain string
    Fully qualified domain name to resolve for the DNS probe.
    httpGet string
    URL used to send a GET request to check the health of an HTTP server.
    httpMatch string
    String to match the value expected in response to an HTTP-GET request.
    httpMaxRedirects number
    The maximum number of HTTP redirects to be allowed (0 - 5, default = 0).
    interval number
    Time between health checks (5 - 65635 sec, default = 10).
    name string
    Monitor name.
    objectFirewallLdbmonitorId string
    an identifier for the resource with format {{name}}.
    port number
    Service port used to perform the health check. If 0, health check monitor inherits port configured for the server (0 - 65635, default = 0).
    retry number
    Number health check attempts before the server is considered down (1 - 255, default = 3).
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    srcIp string
    Source IP for ldb-monitor.
    timeout number
    Time to wait to receive response to a health check from a server. Reaching the timeout means the health check failed (1 - 255 sec, default = 2).
    type string
    Select the Monitor type used by the health check monitor to check the health of the server (PING | TCP | HTTP | HTTPS). Valid values: ping, tcp, http, passive-sip, https.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dns_match_ip str
    Response IP expected from DNS server.
    dns_protocol str
    Select the protocol used by the DNS health check monitor to check the health of the server (UDP | TCP). Valid values: udp, tcp.
    dns_request_domain str
    Fully qualified domain name to resolve for the DNS probe.
    http_get str
    URL used to send a GET request to check the health of an HTTP server.
    http_match str
    String to match the value expected in response to an HTTP-GET request.
    http_max_redirects float
    The maximum number of HTTP redirects to be allowed (0 - 5, default = 0).
    interval float
    Time between health checks (5 - 65635 sec, default = 10).
    name str
    Monitor name.
    object_firewall_ldbmonitor_id str
    an identifier for the resource with format {{name}}.
    port float
    Service port used to perform the health check. If 0, health check monitor inherits port configured for the server (0 - 65635, default = 0).
    retry float
    Number health check attempts before the server is considered down (1 - 255, default = 3).
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    src_ip str
    Source IP for ldb-monitor.
    timeout float
    Time to wait to receive response to a health check from a server. Reaching the timeout means the health check failed (1 - 255 sec, default = 2).
    type str
    Select the Monitor type used by the health check monitor to check the health of the server (PING | TCP | HTTP | HTTPS). Valid values: ping, tcp, http, passive-sip, https.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dnsMatchIp String
    Response IP expected from DNS server.
    dnsProtocol String
    Select the protocol used by the DNS health check monitor to check the health of the server (UDP | TCP). Valid values: udp, tcp.
    dnsRequestDomain String
    Fully qualified domain name to resolve for the DNS probe.
    httpGet String
    URL used to send a GET request to check the health of an HTTP server.
    httpMatch String
    String to match the value expected in response to an HTTP-GET request.
    httpMaxRedirects Number
    The maximum number of HTTP redirects to be allowed (0 - 5, default = 0).
    interval Number
    Time between health checks (5 - 65635 sec, default = 10).
    name String
    Monitor name.
    objectFirewallLdbmonitorId String
    an identifier for the resource with format {{name}}.
    port Number
    Service port used to perform the health check. If 0, health check monitor inherits port configured for the server (0 - 65635, default = 0).
    retry Number
    Number health check attempts before the server is considered down (1 - 255, default = 3).
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    srcIp String
    Source IP for ldb-monitor.
    timeout Number
    Time to wait to receive response to a health check from a server. Reaching the timeout means the health check failed (1 - 255 sec, default = 2).
    type String
    Select the Monitor type used by the health check monitor to check the health of the server (PING | TCP | HTTP | HTTPS). Valid values: ping, tcp, http, passive-sip, https.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ObjectFirewallLdbmonitor resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing ObjectFirewallLdbmonitor Resource

    Get an existing ObjectFirewallLdbmonitor 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?: ObjectFirewallLdbmonitorState, opts?: CustomResourceOptions): ObjectFirewallLdbmonitor
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            dns_match_ip: Optional[str] = None,
            dns_protocol: Optional[str] = None,
            dns_request_domain: Optional[str] = None,
            http_get: Optional[str] = None,
            http_match: Optional[str] = None,
            http_max_redirects: Optional[float] = None,
            interval: Optional[float] = None,
            name: Optional[str] = None,
            object_firewall_ldbmonitor_id: Optional[str] = None,
            port: Optional[float] = None,
            retry: Optional[float] = None,
            scopetype: Optional[str] = None,
            src_ip: Optional[str] = None,
            timeout: Optional[float] = None,
            type: Optional[str] = None) -> ObjectFirewallLdbmonitor
    func GetObjectFirewallLdbmonitor(ctx *Context, name string, id IDInput, state *ObjectFirewallLdbmonitorState, opts ...ResourceOption) (*ObjectFirewallLdbmonitor, error)
    public static ObjectFirewallLdbmonitor Get(string name, Input<string> id, ObjectFirewallLdbmonitorState? state, CustomResourceOptions? opts = null)
    public static ObjectFirewallLdbmonitor get(String name, Output<String> id, ObjectFirewallLdbmonitorState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectFirewallLdbmonitor    get:      id: ${id}
    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.
    The following state arguments are supported:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    DnsMatchIp string
    Response IP expected from DNS server.
    DnsProtocol string
    Select the protocol used by the DNS health check monitor to check the health of the server (UDP | TCP). Valid values: udp, tcp.
    DnsRequestDomain string
    Fully qualified domain name to resolve for the DNS probe.
    HttpGet string
    URL used to send a GET request to check the health of an HTTP server.
    HttpMatch string
    String to match the value expected in response to an HTTP-GET request.
    HttpMaxRedirects double
    The maximum number of HTTP redirects to be allowed (0 - 5, default = 0).
    Interval double
    Time between health checks (5 - 65635 sec, default = 10).
    Name string
    Monitor name.
    ObjectFirewallLdbmonitorId string
    an identifier for the resource with format {{name}}.
    Port double
    Service port used to perform the health check. If 0, health check monitor inherits port configured for the server (0 - 65635, default = 0).
    Retry double
    Number health check attempts before the server is considered down (1 - 255, default = 3).
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SrcIp string
    Source IP for ldb-monitor.
    Timeout double
    Time to wait to receive response to a health check from a server. Reaching the timeout means the health check failed (1 - 255 sec, default = 2).
    Type string
    Select the Monitor type used by the health check monitor to check the health of the server (PING | TCP | HTTP | HTTPS). Valid values: ping, tcp, http, passive-sip, https.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    DnsMatchIp string
    Response IP expected from DNS server.
    DnsProtocol string
    Select the protocol used by the DNS health check monitor to check the health of the server (UDP | TCP). Valid values: udp, tcp.
    DnsRequestDomain string
    Fully qualified domain name to resolve for the DNS probe.
    HttpGet string
    URL used to send a GET request to check the health of an HTTP server.
    HttpMatch string
    String to match the value expected in response to an HTTP-GET request.
    HttpMaxRedirects float64
    The maximum number of HTTP redirects to be allowed (0 - 5, default = 0).
    Interval float64
    Time between health checks (5 - 65635 sec, default = 10).
    Name string
    Monitor name.
    ObjectFirewallLdbmonitorId string
    an identifier for the resource with format {{name}}.
    Port float64
    Service port used to perform the health check. If 0, health check monitor inherits port configured for the server (0 - 65635, default = 0).
    Retry float64
    Number health check attempts before the server is considered down (1 - 255, default = 3).
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SrcIp string
    Source IP for ldb-monitor.
    Timeout float64
    Time to wait to receive response to a health check from a server. Reaching the timeout means the health check failed (1 - 255 sec, default = 2).
    Type string
    Select the Monitor type used by the health check monitor to check the health of the server (PING | TCP | HTTP | HTTPS). Valid values: ping, tcp, http, passive-sip, https.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dnsMatchIp String
    Response IP expected from DNS server.
    dnsProtocol String
    Select the protocol used by the DNS health check monitor to check the health of the server (UDP | TCP). Valid values: udp, tcp.
    dnsRequestDomain String
    Fully qualified domain name to resolve for the DNS probe.
    httpGet String
    URL used to send a GET request to check the health of an HTTP server.
    httpMatch String
    String to match the value expected in response to an HTTP-GET request.
    httpMaxRedirects Double
    The maximum number of HTTP redirects to be allowed (0 - 5, default = 0).
    interval Double
    Time between health checks (5 - 65635 sec, default = 10).
    name String
    Monitor name.
    objectFirewallLdbmonitorId String
    an identifier for the resource with format {{name}}.
    port Double
    Service port used to perform the health check. If 0, health check monitor inherits port configured for the server (0 - 65635, default = 0).
    retry Double
    Number health check attempts before the server is considered down (1 - 255, default = 3).
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    srcIp String
    Source IP for ldb-monitor.
    timeout Double
    Time to wait to receive response to a health check from a server. Reaching the timeout means the health check failed (1 - 255 sec, default = 2).
    type String
    Select the Monitor type used by the health check monitor to check the health of the server (PING | TCP | HTTP | HTTPS). Valid values: ping, tcp, http, passive-sip, https.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dnsMatchIp string
    Response IP expected from DNS server.
    dnsProtocol string
    Select the protocol used by the DNS health check monitor to check the health of the server (UDP | TCP). Valid values: udp, tcp.
    dnsRequestDomain string
    Fully qualified domain name to resolve for the DNS probe.
    httpGet string
    URL used to send a GET request to check the health of an HTTP server.
    httpMatch string
    String to match the value expected in response to an HTTP-GET request.
    httpMaxRedirects number
    The maximum number of HTTP redirects to be allowed (0 - 5, default = 0).
    interval number
    Time between health checks (5 - 65635 sec, default = 10).
    name string
    Monitor name.
    objectFirewallLdbmonitorId string
    an identifier for the resource with format {{name}}.
    port number
    Service port used to perform the health check. If 0, health check monitor inherits port configured for the server (0 - 65635, default = 0).
    retry number
    Number health check attempts before the server is considered down (1 - 255, default = 3).
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    srcIp string
    Source IP for ldb-monitor.
    timeout number
    Time to wait to receive response to a health check from a server. Reaching the timeout means the health check failed (1 - 255 sec, default = 2).
    type string
    Select the Monitor type used by the health check monitor to check the health of the server (PING | TCP | HTTP | HTTPS). Valid values: ping, tcp, http, passive-sip, https.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dns_match_ip str
    Response IP expected from DNS server.
    dns_protocol str
    Select the protocol used by the DNS health check monitor to check the health of the server (UDP | TCP). Valid values: udp, tcp.
    dns_request_domain str
    Fully qualified domain name to resolve for the DNS probe.
    http_get str
    URL used to send a GET request to check the health of an HTTP server.
    http_match str
    String to match the value expected in response to an HTTP-GET request.
    http_max_redirects float
    The maximum number of HTTP redirects to be allowed (0 - 5, default = 0).
    interval float
    Time between health checks (5 - 65635 sec, default = 10).
    name str
    Monitor name.
    object_firewall_ldbmonitor_id str
    an identifier for the resource with format {{name}}.
    port float
    Service port used to perform the health check. If 0, health check monitor inherits port configured for the server (0 - 65635, default = 0).
    retry float
    Number health check attempts before the server is considered down (1 - 255, default = 3).
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    src_ip str
    Source IP for ldb-monitor.
    timeout float
    Time to wait to receive response to a health check from a server. Reaching the timeout means the health check failed (1 - 255 sec, default = 2).
    type str
    Select the Monitor type used by the health check monitor to check the health of the server (PING | TCP | HTTP | HTTPS). Valid values: ping, tcp, http, passive-sip, https.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dnsMatchIp String
    Response IP expected from DNS server.
    dnsProtocol String
    Select the protocol used by the DNS health check monitor to check the health of the server (UDP | TCP). Valid values: udp, tcp.
    dnsRequestDomain String
    Fully qualified domain name to resolve for the DNS probe.
    httpGet String
    URL used to send a GET request to check the health of an HTTP server.
    httpMatch String
    String to match the value expected in response to an HTTP-GET request.
    httpMaxRedirects Number
    The maximum number of HTTP redirects to be allowed (0 - 5, default = 0).
    interval Number
    Time between health checks (5 - 65635 sec, default = 10).
    name String
    Monitor name.
    objectFirewallLdbmonitorId String
    an identifier for the resource with format {{name}}.
    port Number
    Service port used to perform the health check. If 0, health check monitor inherits port configured for the server (0 - 65635, default = 0).
    retry Number
    Number health check attempts before the server is considered down (1 - 255, default = 3).
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    srcIp String
    Source IP for ldb-monitor.
    timeout Number
    Time to wait to receive response to a health check from a server. Reaching the timeout means the health check failed (1 - 255 sec, default = 2).
    type String
    Select the Monitor type used by the health check monitor to check the health of the server (PING | TCP | HTTP | HTTPS). Valid values: ping, tcp, http, passive-sip, https.

    Import

    ObjectFirewall LdbMonitor can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectFirewallLdbmonitor:ObjectFirewallLdbmonitor labelname {{name}}
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    -> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    fortimanager fortinetdev/terraform-provider-fortimanager
    License
    Notes
    This Pulumi package is based on the fortimanager Terraform Provider.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev