1. Packages
  2. Packages
  3. Cisco Catalyst SD-WAN Provider
  4. API Docs
  5. getNetworkHierarchySecurityLogging
Viewing docs for Cisco Catalyst SD-WAN v0.9.2
published on Wednesday, Jul 29, 2026 by Pulumi
sdwan logo
Viewing docs for Cisco Catalyst SD-WAN v0.9.2
published on Wednesday, Jul 29, 2026 by Pulumi

    This data source can read Network Hierarchy Security Logging settings.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as sdwan from "@pulumi/sdwan";
    
    const example = sdwan.getNetworkHierarchySecurityLogging({
        id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
    });
    
    import pulumi
    import pulumi_sdwan as sdwan
    
    example = sdwan.get_network_hierarchy_security_logging(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := sdwan.GetNetworkHierarchySecurityLogging(ctx, &sdwan.LookupNetworkHierarchySecurityLoggingArgs{
    			Id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Sdwan = Pulumi.Sdwan;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Sdwan.GetNetworkHierarchySecurityLogging.Invoke(new()
        {
            Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.sdwan.SdwanFunctions;
    import com.pulumi.sdwan.inputs.GetNetworkHierarchySecurityLoggingArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = SdwanFunctions.getNetworkHierarchySecurityLogging(GetNetworkHierarchySecurityLoggingArgs.builder()
                .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: sdwan:getNetworkHierarchySecurityLogging
          arguments:
            id: f6b2c44c-693c-4763-b010-895aa3d236bd
    
    pulumi {
      required_providers {
        sdwan = {
          source = "pulumi/sdwan"
        }
      }
    }
    
    data "sdwan_getnetworkhierarchysecuritylogging" "example" {
      id = "f6b2c44c-693c-4763-b010-895aa3d236bd"
    }
    

    Using getNetworkHierarchySecurityLogging

    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 getNetworkHierarchySecurityLogging(args: GetNetworkHierarchySecurityLoggingArgs, opts?: InvokeOptions): Promise<GetNetworkHierarchySecurityLoggingResult>
    function getNetworkHierarchySecurityLoggingOutput(args: GetNetworkHierarchySecurityLoggingOutputArgs, opts?: InvokeOptions): Output<GetNetworkHierarchySecurityLoggingResult>
    def get_network_hierarchy_security_logging(id: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetNetworkHierarchySecurityLoggingResult
    def get_network_hierarchy_security_logging_output(id: pulumi.Input[Optional[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[GetNetworkHierarchySecurityLoggingResult]
    func LookupNetworkHierarchySecurityLogging(ctx *Context, args *LookupNetworkHierarchySecurityLoggingArgs, opts ...InvokeOption) (*LookupNetworkHierarchySecurityLoggingResult, error)
    func LookupNetworkHierarchySecurityLoggingOutput(ctx *Context, args *LookupNetworkHierarchySecurityLoggingOutputArgs, opts ...InvokeOption) LookupNetworkHierarchySecurityLoggingResultOutput

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

    public static class GetNetworkHierarchySecurityLogging 
    {
        public static Task<GetNetworkHierarchySecurityLoggingResult> InvokeAsync(GetNetworkHierarchySecurityLoggingArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworkHierarchySecurityLoggingResult> Invoke(GetNetworkHierarchySecurityLoggingInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworkHierarchySecurityLoggingResult> getNetworkHierarchySecurityLogging(GetNetworkHierarchySecurityLoggingArgs args, InvokeOptions options)
    public static Output<GetNetworkHierarchySecurityLoggingResult> getNetworkHierarchySecurityLogging(GetNetworkHierarchySecurityLoggingArgs args, InvokeOptions options)
    
    fn::invoke:
      function: sdwan:index/getNetworkHierarchySecurityLogging:getNetworkHierarchySecurityLogging
      arguments:
        # arguments dictionary
    data "sdwan_get_network_hierarchy_security_logging" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    The id of the object
    Id string
    The id of the object
    id string
    The id of the object
    id String
    The id of the object
    id string
    The id of the object
    id str
    The id of the object
    id String
    The id of the object

    getNetworkHierarchySecurityLogging Result

    The following output properties are available:

    HighSpeedLoggings List<GetNetworkHierarchySecurityLoggingHighSpeedLogging>
    High speed logging configuration
    Id string
    The id of the object
    NodeId string
    The UUID of the Global network hierarchy node. This is automatically fetched from the SD-WAN Manager.
    UtdSyslogs List<GetNetworkHierarchySecurityLoggingUtdSyslog>
    UTD syslog configuration
    HighSpeedLoggings []GetNetworkHierarchySecurityLoggingHighSpeedLogging
    High speed logging configuration
    Id string
    The id of the object
    NodeId string
    The UUID of the Global network hierarchy node. This is automatically fetched from the SD-WAN Manager.
    UtdSyslogs []GetNetworkHierarchySecurityLoggingUtdSyslog
    UTD syslog configuration
    high_speed_loggings list(object)
    High speed logging configuration
    id string
    The id of the object
    node_id string
    The UUID of the Global network hierarchy node. This is automatically fetched from the SD-WAN Manager.
    utd_syslogs list(object)
    UTD syslog configuration
    highSpeedLoggings List<GetNetworkHierarchySecurityLoggingHighSpeedLogging>
    High speed logging configuration
    id String
    The id of the object
    nodeId String
    The UUID of the Global network hierarchy node. This is automatically fetched from the SD-WAN Manager.
    utdSyslogs List<GetNetworkHierarchySecurityLoggingUtdSyslog>
    UTD syslog configuration
    highSpeedLoggings GetNetworkHierarchySecurityLoggingHighSpeedLogging[]
    High speed logging configuration
    id string
    The id of the object
    nodeId string
    The UUID of the Global network hierarchy node. This is automatically fetched from the SD-WAN Manager.
    utdSyslogs GetNetworkHierarchySecurityLoggingUtdSyslog[]
    UTD syslog configuration
    high_speed_loggings Sequence[GetNetworkHierarchySecurityLoggingHighSpeedLogging]
    High speed logging configuration
    id str
    The id of the object
    node_id str
    The UUID of the Global network hierarchy node. This is automatically fetched from the SD-WAN Manager.
    utd_syslogs Sequence[GetNetworkHierarchySecurityLoggingUtdSyslog]
    UTD syslog configuration
    highSpeedLoggings List<Property Map>
    High speed logging configuration
    id String
    The id of the object
    nodeId String
    The UUID of the Global network hierarchy node. This is automatically fetched from the SD-WAN Manager.
    utdSyslogs List<Property Map>
    UTD syslog configuration

    Supporting Types

    GetNetworkHierarchySecurityLoggingHighSpeedLogging

    Port int
    Server port number
    ServerIp string
    Server IPv4 or IPv6 address
    Vrf string
    VRF name or ID
    Port int
    Server port number
    ServerIp string
    Server IPv4 or IPv6 address
    Vrf string
    VRF name or ID
    port number
    Server port number
    server_ip string
    Server IPv4 or IPv6 address
    vrf string
    VRF name or ID
    port Integer
    Server port number
    serverIp String
    Server IPv4 or IPv6 address
    vrf String
    VRF name or ID
    port number
    Server port number
    serverIp string
    Server IPv4 or IPv6 address
    vrf string
    VRF name or ID
    port int
    Server port number
    server_ip str
    Server IPv4 or IPv6 address
    vrf str
    VRF name or ID
    port Number
    Server port number
    serverIp String
    Server IPv4 or IPv6 address
    vrf String
    VRF name or ID

    GetNetworkHierarchySecurityLoggingUtdSyslog

    ServerIp string
    Server IPv4 address
    Vpn string
    VPN name or ID
    ServerIp string
    Server IPv4 address
    Vpn string
    VPN name or ID
    server_ip string
    Server IPv4 address
    vpn string
    VPN name or ID
    serverIp String
    Server IPv4 address
    vpn String
    VPN name or ID
    serverIp string
    Server IPv4 address
    vpn string
    VPN name or ID
    server_ip str
    Server IPv4 address
    vpn str
    VPN name or ID
    serverIp String
    Server IPv4 address
    vpn String
    VPN name or ID

    Package Details

    Repository
    sdwan pulumi/pulumi-sdwan
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the sdwan Terraform Provider.
    sdwan logo
    Viewing docs for Cisco Catalyst SD-WAN v0.9.2
    published on Wednesday, Jul 29, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial