Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
Use this data source to get information on an existing Check Point Network Probe.
Using getManagementNetworkProbe
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 getManagementNetworkProbe(args: GetManagementNetworkProbeArgs, opts?: InvokeOptions): Promise<GetManagementNetworkProbeResult>
function getManagementNetworkProbeOutput(args: GetManagementNetworkProbeOutputArgs, opts?: InvokeOptions): Output<GetManagementNetworkProbeResult>def get_management_network_probe(id: Optional[str] = None,
name: Optional[str] = None,
uid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementNetworkProbeResult
def get_management_network_probe_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
uid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagementNetworkProbeResult]func LookupManagementNetworkProbe(ctx *Context, args *LookupManagementNetworkProbeArgs, opts ...InvokeOption) (*LookupManagementNetworkProbeResult, error)
func LookupManagementNetworkProbeOutput(ctx *Context, args *LookupManagementNetworkProbeOutputArgs, opts ...InvokeOption) LookupManagementNetworkProbeResultOutput> Note: This function is named LookupManagementNetworkProbe in the Go SDK.
public static class GetManagementNetworkProbe
{
public static Task<GetManagementNetworkProbeResult> InvokeAsync(GetManagementNetworkProbeArgs args, InvokeOptions? opts = null)
public static Output<GetManagementNetworkProbeResult> Invoke(GetManagementNetworkProbeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagementNetworkProbeResult> getManagementNetworkProbe(GetManagementNetworkProbeArgs args, InvokeOptions options)
public static Output<GetManagementNetworkProbeResult> getManagementNetworkProbe(GetManagementNetworkProbeArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getManagementNetworkProbe:getManagementNetworkProbe
arguments:
# arguments dictionaryThe following arguments are supported:
getManagementNetworkProbe Result
The following output properties are available:
- Color string
- Comments string
- Http
Options List<GetManagement Network Probe Http Option> - Icmp
Options List<GetManagement Network Probe Icmp Option> - Id string
- Install
Ons List<string> - Interval double
- Protocol string
- List<string>
- Timeout double
- Name string
- Uid string
- Color string
- Comments string
- Http
Options []GetManagement Network Probe Http Option - Icmp
Options []GetManagement Network Probe Icmp Option - Id string
- Install
Ons []string - Interval float64
- Protocol string
- []string
- Timeout float64
- Name string
- Uid string
- color String
- comments String
- http
Options List<GetManagement Network Probe Http Option> - icmp
Options List<GetManagement Network Probe Icmp Option> - id String
- install
Ons List<String> - interval Double
- protocol String
- List<String>
- timeout Double
- name String
- uid String
- color string
- comments string
- http
Options GetManagement Network Probe Http Option[] - icmp
Options GetManagement Network Probe Icmp Option[] - id string
- install
Ons string[] - interval number
- protocol string
- string[]
- timeout number
- name string
- uid string
- color str
- comments str
- http_
options Sequence[GetManagement Network Probe Http Option] - icmp_
options Sequence[GetManagement Network Probe Icmp Option] - id str
- install_
ons Sequence[str] - interval float
- protocol str
- Sequence[str]
- timeout float
- name str
- uid str
- color String
- comments String
- http
Options List<Property Map> - icmp
Options List<Property Map> - id String
- install
Ons List<String> - interval Number
- protocol String
- List<String>
- timeout Number
- name String
- uid String
Supporting Types
GetManagementNetworkProbeHttpOption
- Destination string
- The destination URL.
- Destination string
- The destination URL.
- destination String
- The destination URL.
- destination string
- The destination URL.
- destination str
- The destination URL.
- destination String
- The destination URL.
GetManagementNetworkProbeIcmpOption
- Destination string
- Name of an existing object with a unicast IPv4 address (Host, Security Gateway, and so on). A unicast IPv4 address string (if you do not want to create such an object).
- Source string
- One of these: The string "main-ip" (the probe uses the main IPv4 address of the Security Gateway objects you specified in the parameter [install-on]). Name of an existing object of type 'Host' with a unicast IPv4 address.
- Destination string
- Name of an existing object with a unicast IPv4 address (Host, Security Gateway, and so on). A unicast IPv4 address string (if you do not want to create such an object).
- Source string
- One of these: The string "main-ip" (the probe uses the main IPv4 address of the Security Gateway objects you specified in the parameter [install-on]). Name of an existing object of type 'Host' with a unicast IPv4 address.
- destination String
- Name of an existing object with a unicast IPv4 address (Host, Security Gateway, and so on). A unicast IPv4 address string (if you do not want to create such an object).
- source String
- One of these: The string "main-ip" (the probe uses the main IPv4 address of the Security Gateway objects you specified in the parameter [install-on]). Name of an existing object of type 'Host' with a unicast IPv4 address.
- destination string
- Name of an existing object with a unicast IPv4 address (Host, Security Gateway, and so on). A unicast IPv4 address string (if you do not want to create such an object).
- source string
- One of these: The string "main-ip" (the probe uses the main IPv4 address of the Security Gateway objects you specified in the parameter [install-on]). Name of an existing object of type 'Host' with a unicast IPv4 address.
- destination str
- Name of an existing object with a unicast IPv4 address (Host, Security Gateway, and so on). A unicast IPv4 address string (if you do not want to create such an object).
- source str
- One of these: The string "main-ip" (the probe uses the main IPv4 address of the Security Gateway objects you specified in the parameter [install-on]). Name of an existing object of type 'Host' with a unicast IPv4 address.
- destination String
- Name of an existing object with a unicast IPv4 address (Host, Security Gateway, and so on). A unicast IPv4 address string (if you do not want to create such an object).
- source String
- One of these: The string "main-ip" (the probe uses the main IPv4 address of the Security Gateway objects you specified in the parameter [install-on]). Name of an existing object of type 'Host' with a unicast IPv4 address.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
