1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectZtnaWebproxyApigatewayRealservers
fortimanager 1.15.0 published on Thursday, Nov 13, 2025 by fortinetdev
fortimanager logo
fortimanager 1.15.0 published on Thursday, Nov 13, 2025 by fortinetdev

    Select the real servers that this Access Proxy will distribute traffic to.

    This resource is a sub resource for variable realservers of resource fortimanager.ObjectZtnaWebproxyApigateway. Conflict and overwrite may occur if use both of them.

    Create ObjectZtnaWebproxyApigatewayRealservers Resource

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

    Constructor syntax

    new ObjectZtnaWebproxyApigatewayRealservers(name: string, args: ObjectZtnaWebproxyApigatewayRealserversArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectZtnaWebproxyApigatewayRealservers(resource_name: str,
                                                args: ObjectZtnaWebproxyApigatewayRealserversArgs,
                                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectZtnaWebproxyApigatewayRealservers(resource_name: str,
                                                opts: Optional[ResourceOptions] = None,
                                                api_gateway: Optional[str] = None,
                                                web_proxy: Optional[str] = None,
                                                http_host: Optional[str] = None,
                                                ip: Optional[str] = None,
                                                fosid: Optional[float] = None,
                                                health_check: Optional[str] = None,
                                                health_check_proto: Optional[str] = None,
                                                holddown_interval: Optional[str] = None,
                                                addr_type: Optional[str] = None,
                                                adom: Optional[str] = None,
                                                object_ztna_webproxy_apigateway_realservers_id: Optional[str] = None,
                                                port: Optional[float] = None,
                                                scopetype: Optional[str] = None,
                                                status: Optional[str] = None,
                                                translate_host: Optional[str] = None,
                                                verify_cert: Optional[str] = None,
                                                addresses: Optional[Sequence[str]] = None,
                                                weight: Optional[float] = None)
    func NewObjectZtnaWebproxyApigatewayRealservers(ctx *Context, name string, args ObjectZtnaWebproxyApigatewayRealserversArgs, opts ...ResourceOption) (*ObjectZtnaWebproxyApigatewayRealservers, error)
    public ObjectZtnaWebproxyApigatewayRealservers(string name, ObjectZtnaWebproxyApigatewayRealserversArgs args, CustomResourceOptions? opts = null)
    public ObjectZtnaWebproxyApigatewayRealservers(String name, ObjectZtnaWebproxyApigatewayRealserversArgs args)
    public ObjectZtnaWebproxyApigatewayRealservers(String name, ObjectZtnaWebproxyApigatewayRealserversArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectZtnaWebproxyApigatewayRealservers
    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 ObjectZtnaWebproxyApigatewayRealserversArgs
    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 ObjectZtnaWebproxyApigatewayRealserversArgs
    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 ObjectZtnaWebproxyApigatewayRealserversArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectZtnaWebproxyApigatewayRealserversArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectZtnaWebproxyApigatewayRealserversArgs
    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 objectZtnaWebproxyApigatewayRealserversResource = new Fortimanager.ObjectZtnaWebproxyApigatewayRealservers("objectZtnaWebproxyApigatewayRealserversResource", new()
    {
        ApiGateway = "string",
        WebProxy = "string",
        HttpHost = "string",
        Ip = "string",
        Fosid = 0,
        HealthCheck = "string",
        HealthCheckProto = "string",
        HolddownInterval = "string",
        AddrType = "string",
        Adom = "string",
        ObjectZtnaWebproxyApigatewayRealserversId = "string",
        Port = 0,
        Scopetype = "string",
        Status = "string",
        TranslateHost = "string",
        VerifyCert = "string",
        Addresses = new[]
        {
            "string",
        },
        Weight = 0,
    });
    
    example, err := fortimanager.NewObjectZtnaWebproxyApigatewayRealservers(ctx, "objectZtnaWebproxyApigatewayRealserversResource", &fortimanager.ObjectZtnaWebproxyApigatewayRealserversArgs{
    	ApiGateway:       pulumi.String("string"),
    	WebProxy:         pulumi.String("string"),
    	HttpHost:         pulumi.String("string"),
    	Ip:               pulumi.String("string"),
    	Fosid:            pulumi.Float64(0),
    	HealthCheck:      pulumi.String("string"),
    	HealthCheckProto: pulumi.String("string"),
    	HolddownInterval: pulumi.String("string"),
    	AddrType:         pulumi.String("string"),
    	Adom:             pulumi.String("string"),
    	ObjectZtnaWebproxyApigatewayRealserversId: pulumi.String("string"),
    	Port:          pulumi.Float64(0),
    	Scopetype:     pulumi.String("string"),
    	Status:        pulumi.String("string"),
    	TranslateHost: pulumi.String("string"),
    	VerifyCert:    pulumi.String("string"),
    	Addresses: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Weight: pulumi.Float64(0),
    })
    
    var objectZtnaWebproxyApigatewayRealserversResource = new ObjectZtnaWebproxyApigatewayRealservers("objectZtnaWebproxyApigatewayRealserversResource", ObjectZtnaWebproxyApigatewayRealserversArgs.builder()
        .apiGateway("string")
        .webProxy("string")
        .httpHost("string")
        .ip("string")
        .fosid(0.0)
        .healthCheck("string")
        .healthCheckProto("string")
        .holddownInterval("string")
        .addrType("string")
        .adom("string")
        .objectZtnaWebproxyApigatewayRealserversId("string")
        .port(0.0)
        .scopetype("string")
        .status("string")
        .translateHost("string")
        .verifyCert("string")
        .addresses("string")
        .weight(0.0)
        .build());
    
    object_ztna_webproxy_apigateway_realservers_resource = fortimanager.ObjectZtnaWebproxyApigatewayRealservers("objectZtnaWebproxyApigatewayRealserversResource",
        api_gateway="string",
        web_proxy="string",
        http_host="string",
        ip="string",
        fosid=0,
        health_check="string",
        health_check_proto="string",
        holddown_interval="string",
        addr_type="string",
        adom="string",
        object_ztna_webproxy_apigateway_realservers_id="string",
        port=0,
        scopetype="string",
        status="string",
        translate_host="string",
        verify_cert="string",
        addresses=["string"],
        weight=0)
    
    const objectZtnaWebproxyApigatewayRealserversResource = new fortimanager.ObjectZtnaWebproxyApigatewayRealservers("objectZtnaWebproxyApigatewayRealserversResource", {
        apiGateway: "string",
        webProxy: "string",
        httpHost: "string",
        ip: "string",
        fosid: 0,
        healthCheck: "string",
        healthCheckProto: "string",
        holddownInterval: "string",
        addrType: "string",
        adom: "string",
        objectZtnaWebproxyApigatewayRealserversId: "string",
        port: 0,
        scopetype: "string",
        status: "string",
        translateHost: "string",
        verifyCert: "string",
        addresses: ["string"],
        weight: 0,
    });
    
    type: fortimanager:ObjectZtnaWebproxyApigatewayRealservers
    properties:
        addrType: string
        addresses:
            - string
        adom: string
        apiGateway: string
        fosid: 0
        healthCheck: string
        healthCheckProto: string
        holddownInterval: string
        httpHost: string
        ip: string
        objectZtnaWebproxyApigatewayRealserversId: string
        port: 0
        scopetype: string
        status: string
        translateHost: string
        verifyCert: string
        webProxy: string
        weight: 0
    

    ObjectZtnaWebproxyApigatewayRealservers 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 ObjectZtnaWebproxyApigatewayRealservers resource accepts the following input properties:

    ApiGateway string
    Api Gateway.
    WebProxy string
    Web Proxy.
    AddrType string
    Type of address. Valid values: fqdn, ip.
    Addresses List<string>
    Address or address group of the real server.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Fosid double
    Real server ID.
    HealthCheck string
    Enable to check the responsiveness of the real server before forwarding traffic. Valid values: disable, enable.
    HealthCheckProto string
    Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values: ping, http, tcp-connect.
    HolddownInterval string
    Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values: disable, enable.
    HttpHost string
    HTTP server domain name in HTTP header.
    Ip string
    IP address of the real server.
    ObjectZtnaWebproxyApigatewayRealserversId string
    an identifier for the resource with format {{fosid}}.
    Port double
    Port for communicating with the real server.
    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.
    Status string
    Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values: active, standby, disable.
    TranslateHost string
    Enable/disable translation of hostname/IP from virtual server to real server. Valid values: disable, enable.
    VerifyCert string
    Enable/disable certificate verification of the real server. Valid values: disable, enable.
    Weight double
    Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
    ApiGateway string
    Api Gateway.
    WebProxy string
    Web Proxy.
    AddrType string
    Type of address. Valid values: fqdn, ip.
    Addresses []string
    Address or address group of the real server.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Fosid float64
    Real server ID.
    HealthCheck string
    Enable to check the responsiveness of the real server before forwarding traffic. Valid values: disable, enable.
    HealthCheckProto string
    Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values: ping, http, tcp-connect.
    HolddownInterval string
    Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values: disable, enable.
    HttpHost string
    HTTP server domain name in HTTP header.
    Ip string
    IP address of the real server.
    ObjectZtnaWebproxyApigatewayRealserversId string
    an identifier for the resource with format {{fosid}}.
    Port float64
    Port for communicating with the real server.
    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.
    Status string
    Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values: active, standby, disable.
    TranslateHost string
    Enable/disable translation of hostname/IP from virtual server to real server. Valid values: disable, enable.
    VerifyCert string
    Enable/disable certificate verification of the real server. Valid values: disable, enable.
    Weight float64
    Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
    apiGateway String
    Api Gateway.
    webProxy String
    Web Proxy.
    addrType String
    Type of address. Valid values: fqdn, ip.
    addresses List<String>
    Address or address group of the real server.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fosid Double
    Real server ID.
    healthCheck String
    Enable to check the responsiveness of the real server before forwarding traffic. Valid values: disable, enable.
    healthCheckProto String
    Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values: ping, http, tcp-connect.
    holddownInterval String
    Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values: disable, enable.
    httpHost String
    HTTP server domain name in HTTP header.
    ip String
    IP address of the real server.
    objectZtnaWebproxyApigatewayRealserversId String
    an identifier for the resource with format {{fosid}}.
    port Double
    Port for communicating with the real server.
    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.
    status String
    Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values: active, standby, disable.
    translateHost String
    Enable/disable translation of hostname/IP from virtual server to real server. Valid values: disable, enable.
    verifyCert String
    Enable/disable certificate verification of the real server. Valid values: disable, enable.
    weight Double
    Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
    apiGateway string
    Api Gateway.
    webProxy string
    Web Proxy.
    addrType string
    Type of address. Valid values: fqdn, ip.
    addresses string[]
    Address or address group of the real server.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fosid number
    Real server ID.
    healthCheck string
    Enable to check the responsiveness of the real server before forwarding traffic. Valid values: disable, enable.
    healthCheckProto string
    Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values: ping, http, tcp-connect.
    holddownInterval string
    Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values: disable, enable.
    httpHost string
    HTTP server domain name in HTTP header.
    ip string
    IP address of the real server.
    objectZtnaWebproxyApigatewayRealserversId string
    an identifier for the resource with format {{fosid}}.
    port number
    Port for communicating with the real server.
    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.
    status string
    Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values: active, standby, disable.
    translateHost string
    Enable/disable translation of hostname/IP from virtual server to real server. Valid values: disable, enable.
    verifyCert string
    Enable/disable certificate verification of the real server. Valid values: disable, enable.
    weight number
    Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
    api_gateway str
    Api Gateway.
    web_proxy str
    Web Proxy.
    addr_type str
    Type of address. Valid values: fqdn, ip.
    addresses Sequence[str]
    Address or address group of the real server.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fosid float
    Real server ID.
    health_check str
    Enable to check the responsiveness of the real server before forwarding traffic. Valid values: disable, enable.
    health_check_proto str
    Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values: ping, http, tcp-connect.
    holddown_interval str
    Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values: disable, enable.
    http_host str
    HTTP server domain name in HTTP header.
    ip str
    IP address of the real server.
    object_ztna_webproxy_apigateway_realservers_id str
    an identifier for the resource with format {{fosid}}.
    port float
    Port for communicating with the real server.
    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.
    status str
    Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values: active, standby, disable.
    translate_host str
    Enable/disable translation of hostname/IP from virtual server to real server. Valid values: disable, enable.
    verify_cert str
    Enable/disable certificate verification of the real server. Valid values: disable, enable.
    weight float
    Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
    apiGateway String
    Api Gateway.
    webProxy String
    Web Proxy.
    addrType String
    Type of address. Valid values: fqdn, ip.
    addresses List<String>
    Address or address group of the real server.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fosid Number
    Real server ID.
    healthCheck String
    Enable to check the responsiveness of the real server before forwarding traffic. Valid values: disable, enable.
    healthCheckProto String
    Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values: ping, http, tcp-connect.
    holddownInterval String
    Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values: disable, enable.
    httpHost String
    HTTP server domain name in HTTP header.
    ip String
    IP address of the real server.
    objectZtnaWebproxyApigatewayRealserversId String
    an identifier for the resource with format {{fosid}}.
    port Number
    Port for communicating with the real server.
    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.
    status String
    Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values: active, standby, disable.
    translateHost String
    Enable/disable translation of hostname/IP from virtual server to real server. Valid values: disable, enable.
    verifyCert String
    Enable/disable certificate verification of the real server. Valid values: disable, enable.
    weight Number
    Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ObjectZtnaWebproxyApigatewayRealservers 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 ObjectZtnaWebproxyApigatewayRealservers Resource

    Get an existing ObjectZtnaWebproxyApigatewayRealservers 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?: ObjectZtnaWebproxyApigatewayRealserversState, opts?: CustomResourceOptions): ObjectZtnaWebproxyApigatewayRealservers
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            addr_type: Optional[str] = None,
            addresses: Optional[Sequence[str]] = None,
            adom: Optional[str] = None,
            api_gateway: Optional[str] = None,
            fosid: Optional[float] = None,
            health_check: Optional[str] = None,
            health_check_proto: Optional[str] = None,
            holddown_interval: Optional[str] = None,
            http_host: Optional[str] = None,
            ip: Optional[str] = None,
            object_ztna_webproxy_apigateway_realservers_id: Optional[str] = None,
            port: Optional[float] = None,
            scopetype: Optional[str] = None,
            status: Optional[str] = None,
            translate_host: Optional[str] = None,
            verify_cert: Optional[str] = None,
            web_proxy: Optional[str] = None,
            weight: Optional[float] = None) -> ObjectZtnaWebproxyApigatewayRealservers
    func GetObjectZtnaWebproxyApigatewayRealservers(ctx *Context, name string, id IDInput, state *ObjectZtnaWebproxyApigatewayRealserversState, opts ...ResourceOption) (*ObjectZtnaWebproxyApigatewayRealservers, error)
    public static ObjectZtnaWebproxyApigatewayRealservers Get(string name, Input<string> id, ObjectZtnaWebproxyApigatewayRealserversState? state, CustomResourceOptions? opts = null)
    public static ObjectZtnaWebproxyApigatewayRealservers get(String name, Output<String> id, ObjectZtnaWebproxyApigatewayRealserversState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectZtnaWebproxyApigatewayRealservers    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:
    AddrType string
    Type of address. Valid values: fqdn, ip.
    Addresses List<string>
    Address or address group of the real server.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ApiGateway string
    Api Gateway.
    Fosid double
    Real server ID.
    HealthCheck string
    Enable to check the responsiveness of the real server before forwarding traffic. Valid values: disable, enable.
    HealthCheckProto string
    Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values: ping, http, tcp-connect.
    HolddownInterval string
    Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values: disable, enable.
    HttpHost string
    HTTP server domain name in HTTP header.
    Ip string
    IP address of the real server.
    ObjectZtnaWebproxyApigatewayRealserversId string
    an identifier for the resource with format {{fosid}}.
    Port double
    Port for communicating with the real server.
    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.
    Status string
    Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values: active, standby, disable.
    TranslateHost string
    Enable/disable translation of hostname/IP from virtual server to real server. Valid values: disable, enable.
    VerifyCert string
    Enable/disable certificate verification of the real server. Valid values: disable, enable.
    WebProxy string
    Web Proxy.
    Weight double
    Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
    AddrType string
    Type of address. Valid values: fqdn, ip.
    Addresses []string
    Address or address group of the real server.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ApiGateway string
    Api Gateway.
    Fosid float64
    Real server ID.
    HealthCheck string
    Enable to check the responsiveness of the real server before forwarding traffic. Valid values: disable, enable.
    HealthCheckProto string
    Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values: ping, http, tcp-connect.
    HolddownInterval string
    Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values: disable, enable.
    HttpHost string
    HTTP server domain name in HTTP header.
    Ip string
    IP address of the real server.
    ObjectZtnaWebproxyApigatewayRealserversId string
    an identifier for the resource with format {{fosid}}.
    Port float64
    Port for communicating with the real server.
    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.
    Status string
    Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values: active, standby, disable.
    TranslateHost string
    Enable/disable translation of hostname/IP from virtual server to real server. Valid values: disable, enable.
    VerifyCert string
    Enable/disable certificate verification of the real server. Valid values: disable, enable.
    WebProxy string
    Web Proxy.
    Weight float64
    Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
    addrType String
    Type of address. Valid values: fqdn, ip.
    addresses List<String>
    Address or address group of the real server.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    apiGateway String
    Api Gateway.
    fosid Double
    Real server ID.
    healthCheck String
    Enable to check the responsiveness of the real server before forwarding traffic. Valid values: disable, enable.
    healthCheckProto String
    Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values: ping, http, tcp-connect.
    holddownInterval String
    Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values: disable, enable.
    httpHost String
    HTTP server domain name in HTTP header.
    ip String
    IP address of the real server.
    objectZtnaWebproxyApigatewayRealserversId String
    an identifier for the resource with format {{fosid}}.
    port Double
    Port for communicating with the real server.
    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.
    status String
    Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values: active, standby, disable.
    translateHost String
    Enable/disable translation of hostname/IP from virtual server to real server. Valid values: disable, enable.
    verifyCert String
    Enable/disable certificate verification of the real server. Valid values: disable, enable.
    webProxy String
    Web Proxy.
    weight Double
    Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
    addrType string
    Type of address. Valid values: fqdn, ip.
    addresses string[]
    Address or address group of the real server.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    apiGateway string
    Api Gateway.
    fosid number
    Real server ID.
    healthCheck string
    Enable to check the responsiveness of the real server before forwarding traffic. Valid values: disable, enable.
    healthCheckProto string
    Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values: ping, http, tcp-connect.
    holddownInterval string
    Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values: disable, enable.
    httpHost string
    HTTP server domain name in HTTP header.
    ip string
    IP address of the real server.
    objectZtnaWebproxyApigatewayRealserversId string
    an identifier for the resource with format {{fosid}}.
    port number
    Port for communicating with the real server.
    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.
    status string
    Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values: active, standby, disable.
    translateHost string
    Enable/disable translation of hostname/IP from virtual server to real server. Valid values: disable, enable.
    verifyCert string
    Enable/disable certificate verification of the real server. Valid values: disable, enable.
    webProxy string
    Web Proxy.
    weight number
    Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
    addr_type str
    Type of address. Valid values: fqdn, ip.
    addresses Sequence[str]
    Address or address group of the real server.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    api_gateway str
    Api Gateway.
    fosid float
    Real server ID.
    health_check str
    Enable to check the responsiveness of the real server before forwarding traffic. Valid values: disable, enable.
    health_check_proto str
    Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values: ping, http, tcp-connect.
    holddown_interval str
    Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values: disable, enable.
    http_host str
    HTTP server domain name in HTTP header.
    ip str
    IP address of the real server.
    object_ztna_webproxy_apigateway_realservers_id str
    an identifier for the resource with format {{fosid}}.
    port float
    Port for communicating with the real server.
    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.
    status str
    Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values: active, standby, disable.
    translate_host str
    Enable/disable translation of hostname/IP from virtual server to real server. Valid values: disable, enable.
    verify_cert str
    Enable/disable certificate verification of the real server. Valid values: disable, enable.
    web_proxy str
    Web Proxy.
    weight float
    Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.
    addrType String
    Type of address. Valid values: fqdn, ip.
    addresses List<String>
    Address or address group of the real server.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    apiGateway String
    Api Gateway.
    fosid Number
    Real server ID.
    healthCheck String
    Enable to check the responsiveness of the real server before forwarding traffic. Valid values: disable, enable.
    healthCheckProto String
    Protocol of the health check monitor to use when polling to determine server's connectivity status. Valid values: ping, http, tcp-connect.
    holddownInterval String
    Enable/disable holddown timer. Server will be considered active and reachable once the holddown period has expired (30 seconds). Valid values: disable, enable.
    httpHost String
    HTTP server domain name in HTTP header.
    ip String
    IP address of the real server.
    objectZtnaWebproxyApigatewayRealserversId String
    an identifier for the resource with format {{fosid}}.
    port Number
    Port for communicating with the real server.
    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.
    status String
    Set the status of the real server to active so that it can accept traffic, or on standby or disabled so no traffic is sent. Valid values: active, standby, disable.
    translateHost String
    Enable/disable translation of hostname/IP from virtual server to real server. Valid values: disable, enable.
    verifyCert String
    Enable/disable certificate verification of the real server. Valid values: disable, enable.
    webProxy String
    Web Proxy.
    weight Number
    Weight of the real server. If weighted load balancing is enabled, the server with the highest weight gets more connections.

    Import

    ObjectZtna WebProxyApiGatewayRealservers can be imported using any of these accepted formats:

    Set import_options = [“web_proxy=YOUR_VALUE”, “api_gateway=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectZtnaWebproxyApigatewayRealservers:ObjectZtnaWebproxyApigatewayRealservers labelname {{fosid}}
    

    $ 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.15.0 published on Thursday, Nov 13, 2025 by fortinetdev
      Meet Neo: Your AI Platform Teammate