Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse
fortios.system.getProberesponse
Explore with Pulumi AI
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:
- Http
Probe stringValue - 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.
- Security
Mode string - Twamp respondor security mode.
- Timeout int
- An inactivity timer for a twamp test session.
- Ttl
Mode string - Mode for TWAMP packet TTL modification.
- Vdomparam string
- Http
Probe stringValue - 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.
- Security
Mode string - Twamp respondor security mode.
- Timeout int
- An inactivity timer for a twamp test session.
- Ttl
Mode string - Mode for TWAMP packet TTL modification.
- Vdomparam string
- http
Probe StringValue - 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.
- security
Mode String - Twamp respondor security mode.
- timeout Integer
- An inactivity timer for a twamp test session.
- ttl
Mode String - Mode for TWAMP packet TTL modification.
- vdomparam String
- http
Probe stringValue - 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.
- security
Mode string - Twamp respondor security mode.
- timeout number
- An inactivity timer for a twamp test session.
- ttl
Mode string - Mode for TWAMP packet TTL modification.
- vdomparam string
- http_
probe_ strvalue - 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
- http
Probe StringValue - 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.
- security
Mode String - Twamp respondor security mode.
- timeout Number
- An inactivity timer for a twamp test session.
- ttl
Mode 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.