Viewing docs for Cisco Catalyst SD-WAN v0.9.2
published on Wednesday, Jul 29, 2026 by Pulumi
published on Wednesday, Jul 29, 2026 by Pulumi
Viewing docs for Cisco Catalyst SD-WAN v0.9.2
published on Wednesday, Jul 29, 2026 by Pulumi
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 dictionarydata "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:
- High
Speed List<GetLoggings Network Hierarchy Security Logging High Speed Logging> - 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<GetNetwork Hierarchy Security Logging Utd Syslog> - UTD syslog configuration
- High
Speed []GetLoggings Network Hierarchy Security Logging High Speed Logging - 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 []GetNetwork Hierarchy Security Logging Utd Syslog - UTD syslog configuration
- high_
speed_ list(object)loggings - 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
- high
Speed List<GetLoggings Network Hierarchy Security Logging High Speed Logging> - 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<GetNetwork Hierarchy Security Logging Utd Syslog> - UTD syslog configuration
- high
Speed GetLoggings Network Hierarchy Security Logging High Speed Logging[] - 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 GetNetwork Hierarchy Security Logging Utd Syslog[] - UTD syslog configuration
- high_
speed_ Sequence[Getloggings Network Hierarchy Security Logging High Speed Logging] - 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[GetNetwork Hierarchy Security Logging Utd Syslog] - UTD syslog configuration
- high
Speed List<Property Map>Loggings - 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<Property Map> - UTD syslog configuration
Supporting Types
GetNetworkHierarchySecurityLoggingHighSpeedLogging
GetNetworkHierarchySecurityLoggingUtdSyslog
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwanTerraform Provider.
Viewing docs for Cisco Catalyst SD-WAN v0.9.2
published on Wednesday, Jul 29, 2026 by Pulumi
published on Wednesday, Jul 29, 2026 by Pulumi