1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. getManagementNetworkProbe
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
Viewing docs for checkpoint 3.0.0
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 dictionary

    The following arguments are supported:

    Id string
    Name string
    Object name.
    Uid string
    Object unique identifier.
    Id string
    Name string
    Object name.
    Uid string
    Object unique identifier.
    id String
    name String
    Object name.
    uid String
    Object unique identifier.
    id string
    name string
    Object name.
    uid string
    Object unique identifier.
    id str
    name str
    Object name.
    uid str
    Object unique identifier.
    id String
    name String
    Object name.
    uid String
    Object unique identifier.

    getManagementNetworkProbe Result

    The following output properties are available:

    color String
    comments String
    httpOptions List<Property Map>
    icmpOptions List<Property Map>
    id String
    installOns List<String>
    interval Number
    protocol String
    tags 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 checkpoint Terraform Provider.
    Viewing docs for checkpoint 3.0.0
    published on Monday, Mar 30, 2026 by checkpointsw
      Try Pulumi Cloud free. Your team will thank you.