1. Packages
  2. Fortios
  3. API Docs
  4. system
  5. getProberesponse
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

fortios.system.getProberesponse

Explore with Pulumi AI

fortios logo
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

    Use this data source to get information on fortios system proberesponse

    Using getProberesponse

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getProberesponse(args: GetProberesponseArgs, opts?: InvokeOptions): Promise<GetProberesponseResult>
    function getProberesponseOutput(args: GetProberesponseOutputArgs, opts?: InvokeOptions): Output<GetProberesponseResult>
    def get_proberesponse(vdomparam: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetProberesponseResult
    def get_proberesponse_output(vdomparam: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetProberesponseResult]
    func LookupProberesponse(ctx *Context, args *LookupProberesponseArgs, opts ...InvokeOption) (*LookupProberesponseResult, error)
    func LookupProberesponseOutput(ctx *Context, args *LookupProberesponseOutputArgs, opts ...InvokeOption) LookupProberesponseResultOutput

    > Note: This function is named LookupProberesponse in the Go SDK.

    public static class GetProberesponse 
    {
        public static Task<GetProberesponseResult> InvokeAsync(GetProberesponseArgs args, InvokeOptions? opts = null)
        public static Output<GetProberesponseResult> Invoke(GetProberesponseInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetProberesponseResult> getProberesponse(GetProberesponseArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: fortios:system/getProberesponse:getProberesponse
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Vdomparam string
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    Vdomparam string
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    vdomparam String
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    vdomparam string
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    vdomparam str
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    vdomparam String
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

    getProberesponse Result

    The following output properties are available:

    HttpProbeValue string
    Value to respond to the monitoring server.
    Id string
    The provider-assigned unique ID for this managed resource.
    Mode string
    SLA response mode.
    Password string
    Twamp respondor password in authentication mode
    Port int
    Port number to response.
    SecurityMode string
    Twamp respondor security mode.
    Timeout int
    An inactivity timer for a twamp test session.
    TtlMode string
    Mode for TWAMP packet TTL modification.
    Vdomparam string
    HttpProbeValue string
    Value to respond to the monitoring server.
    Id string
    The provider-assigned unique ID for this managed resource.
    Mode string
    SLA response mode.
    Password string
    Twamp respondor password in authentication mode
    Port int
    Port number to response.
    SecurityMode string
    Twamp respondor security mode.
    Timeout int
    An inactivity timer for a twamp test session.
    TtlMode string
    Mode for TWAMP packet TTL modification.
    Vdomparam string
    httpProbeValue String
    Value to respond to the monitoring server.
    id String
    The provider-assigned unique ID for this managed resource.
    mode String
    SLA response mode.
    password String
    Twamp respondor password in authentication mode
    port Integer
    Port number to response.
    securityMode String
    Twamp respondor security mode.
    timeout Integer
    An inactivity timer for a twamp test session.
    ttlMode String
    Mode for TWAMP packet TTL modification.
    vdomparam String
    httpProbeValue string
    Value to respond to the monitoring server.
    id string
    The provider-assigned unique ID for this managed resource.
    mode string
    SLA response mode.
    password string
    Twamp respondor password in authentication mode
    port number
    Port number to response.
    securityMode string
    Twamp respondor security mode.
    timeout number
    An inactivity timer for a twamp test session.
    ttlMode string
    Mode for TWAMP packet TTL modification.
    vdomparam string
    http_probe_value str
    Value to respond to the monitoring server.
    id str
    The provider-assigned unique ID for this managed resource.
    mode str
    SLA response mode.
    password str
    Twamp respondor password in authentication mode
    port int
    Port number to response.
    security_mode str
    Twamp respondor security mode.
    timeout int
    An inactivity timer for a twamp test session.
    ttl_mode str
    Mode for TWAMP packet TTL modification.
    vdomparam str
    httpProbeValue String
    Value to respond to the monitoring server.
    id String
    The provider-assigned unique ID for this managed resource.
    mode String
    SLA response mode.
    password String
    Twamp respondor password in authentication mode
    port Number
    Port number to response.
    securityMode String
    Twamp respondor security mode.
    timeout Number
    An inactivity timer for a twamp test session.
    ttlMode String
    Mode for TWAMP packet TTL modification.
    vdomparam String

    Package Details

    Repository
    fortios pulumiverse/pulumi-fortios
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the fortios Terraform Provider.
    fortios logo
    Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse