Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getSystemLoggingFeature
Explore with Pulumi AI
This data source can read the System Logging Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getSystemLoggingFeature({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
    featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_system_logging_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
    feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
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.LookupSystemLoggingFeature(ctx, &sdwan.LookupSystemLoggingFeatureArgs{
			Id:               "f6b2c44c-693c-4763-b010-895aa3d236bd",
			FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
		}, 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.GetSystemLoggingFeature.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
        FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    });
});
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.GetSystemLoggingFeatureArgs;
import java.util.List;
import java.util.ArrayList;
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.getSystemLoggingFeature(GetSystemLoggingFeatureArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getSystemLoggingFeature
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
        featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getSystemLoggingFeature
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 getSystemLoggingFeature(args: GetSystemLoggingFeatureArgs, opts?: InvokeOptions): Promise<GetSystemLoggingFeatureResult>
function getSystemLoggingFeatureOutput(args: GetSystemLoggingFeatureOutputArgs, opts?: InvokeOptions): Output<GetSystemLoggingFeatureResult>def get_system_logging_feature(feature_profile_id: Optional[str] = None,
                               id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetSystemLoggingFeatureResult
def get_system_logging_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                               id: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetSystemLoggingFeatureResult]func LookupSystemLoggingFeature(ctx *Context, args *LookupSystemLoggingFeatureArgs, opts ...InvokeOption) (*LookupSystemLoggingFeatureResult, error)
func LookupSystemLoggingFeatureOutput(ctx *Context, args *LookupSystemLoggingFeatureOutputArgs, opts ...InvokeOption) LookupSystemLoggingFeatureResultOutput> Note: This function is named LookupSystemLoggingFeature in the Go SDK.
public static class GetSystemLoggingFeature 
{
    public static Task<GetSystemLoggingFeatureResult> InvokeAsync(GetSystemLoggingFeatureArgs args, InvokeOptions? opts = null)
    public static Output<GetSystemLoggingFeatureResult> Invoke(GetSystemLoggingFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSystemLoggingFeatureResult> getSystemLoggingFeature(GetSystemLoggingFeatureArgs args, InvokeOptions options)
public static Output<GetSystemLoggingFeatureResult> getSystemLoggingFeature(GetSystemLoggingFeatureArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getSystemLoggingFeature:getSystemLoggingFeature
  arguments:
    # arguments dictionaryThe following arguments are supported:
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- featureProfile stringId 
- Feature Profile ID
- id string
- The id of the Feature
- feature_profile_ strid 
- Feature Profile ID
- id str
- The id of the Feature
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
getSystemLoggingFeature Result
The following output properties are available:
- Description string
- The description of the Feature
- DiskEnable bool
- Enable logging to local disk
- DiskEnable stringVariable 
- Variable name
- DiskFile intRotate 
- Set number of syslog files to create before discarding oldest files
- DiskFile stringRotate Variable 
- Variable name
- DiskFile intSize 
- Set maximum size of file before it is rotated
- DiskFile stringSize Variable 
- Variable name
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- Ipv4Servers
List<GetSystem Logging Feature Ipv4Server> 
- Enable logging to remote server
- Ipv6Servers
List<GetSystem Logging Feature Ipv6Server> 
- Enable logging to remote ipv6 server
- Name string
- The name of the Feature
- TlsProfiles List<GetSystem Logging Feature Tls Profile> 
- Configure a TLS profile
- Version int
- The version of the Feature
- Description string
- The description of the Feature
- DiskEnable bool
- Enable logging to local disk
- DiskEnable stringVariable 
- Variable name
- DiskFile intRotate 
- Set number of syslog files to create before discarding oldest files
- DiskFile stringRotate Variable 
- Variable name
- DiskFile intSize 
- Set maximum size of file before it is rotated
- DiskFile stringSize Variable 
- Variable name
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- Ipv4Servers
[]GetSystem Logging Feature Ipv4Server 
- Enable logging to remote server
- Ipv6Servers
[]GetSystem Logging Feature Ipv6Server 
- Enable logging to remote ipv6 server
- Name string
- The name of the Feature
- TlsProfiles []GetSystem Logging Feature Tls Profile 
- Configure a TLS profile
- Version int
- The version of the Feature
- description String
- The description of the Feature
- diskEnable Boolean
- Enable logging to local disk
- diskEnable StringVariable 
- Variable name
- diskFile IntegerRotate 
- Set number of syslog files to create before discarding oldest files
- diskFile StringRotate Variable 
- Variable name
- diskFile IntegerSize 
- Set maximum size of file before it is rotated
- diskFile StringSize Variable 
- Variable name
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- ipv4Servers
List<GetSystem Logging Feature Ipv4Server> 
- Enable logging to remote server
- ipv6Servers
List<GetSystem Logging Feature Ipv6Server> 
- Enable logging to remote ipv6 server
- name String
- The name of the Feature
- tlsProfiles List<GetSystem Logging Feature Tls Profile> 
- Configure a TLS profile
- version Integer
- The version of the Feature
- description string
- The description of the Feature
- diskEnable boolean
- Enable logging to local disk
- diskEnable stringVariable 
- Variable name
- diskFile numberRotate 
- Set number of syslog files to create before discarding oldest files
- diskFile stringRotate Variable 
- Variable name
- diskFile numberSize 
- Set maximum size of file before it is rotated
- diskFile stringSize Variable 
- Variable name
- featureProfile stringId 
- Feature Profile ID
- id string
- The id of the Feature
- ipv4Servers
GetSystem Logging Feature Ipv4Server[] 
- Enable logging to remote server
- ipv6Servers
GetSystem Logging Feature Ipv6Server[] 
- Enable logging to remote ipv6 server
- name string
- The name of the Feature
- tlsProfiles GetSystem Logging Feature Tls Profile[] 
- Configure a TLS profile
- version number
- The version of the Feature
- description str
- The description of the Feature
- disk_enable bool
- Enable logging to local disk
- disk_enable_ strvariable 
- Variable name
- disk_file_ introtate 
- Set number of syslog files to create before discarding oldest files
- disk_file_ strrotate_ variable 
- Variable name
- disk_file_ intsize 
- Set maximum size of file before it is rotated
- disk_file_ strsize_ variable 
- Variable name
- feature_profile_ strid 
- Feature Profile ID
- id str
- The id of the Feature
- ipv4_servers Sequence[GetSystem Logging Feature Ipv4Server] 
- Enable logging to remote server
- ipv6_servers Sequence[GetSystem Logging Feature Ipv6Server] 
- Enable logging to remote ipv6 server
- name str
- The name of the Feature
- tls_profiles Sequence[GetSystem Logging Feature Tls Profile] 
- Configure a TLS profile
- version int
- The version of the Feature
- description String
- The description of the Feature
- diskEnable Boolean
- Enable logging to local disk
- diskEnable StringVariable 
- Variable name
- diskFile NumberRotate 
- Set number of syslog files to create before discarding oldest files
- diskFile StringRotate Variable 
- Variable name
- diskFile NumberSize 
- Set maximum size of file before it is rotated
- diskFile StringSize Variable 
- Variable name
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- ipv4Servers List<Property Map>
- Enable logging to remote server
- ipv6Servers List<Property Map>
- Enable logging to remote ipv6 server
- name String
- The name of the Feature
- tlsProfiles List<Property Map>
- Configure a TLS profile
- version Number
- The version of the Feature
Supporting Types
GetSystemLoggingFeatureIpv4Server    
- HostnameIp string
- Set hostname or IPv4 address of server
- HostnameIp stringVariable 
- Variable name
- Priority string
- Set logging level for messages logged to server
- PriorityVariable string
- Variable name
- SourceInterface string
- Set interface to use to reach syslog server
- SourceInterface stringVariable 
- Variable name
- TlsEnable bool
- Enable TLS Profile
- TlsEnable stringVariable 
- Variable name
- TlsProperties boolCustom Profile 
- Define custom profile
- TlsProperties stringCustom Profile Variable 
- Variable name
- TlsProperties stringProfile 
- Configure a TLS profile
- TlsProperties stringProfile Variable 
- Variable name
- Vpn int
- Set hostname or IPv4 address of server
- VpnVariable string
- Variable name
- HostnameIp string
- Set hostname or IPv4 address of server
- HostnameIp stringVariable 
- Variable name
- Priority string
- Set logging level for messages logged to server
- PriorityVariable string
- Variable name
- SourceInterface string
- Set interface to use to reach syslog server
- SourceInterface stringVariable 
- Variable name
- TlsEnable bool
- Enable TLS Profile
- TlsEnable stringVariable 
- Variable name
- TlsProperties boolCustom Profile 
- Define custom profile
- TlsProperties stringCustom Profile Variable 
- Variable name
- TlsProperties stringProfile 
- Configure a TLS profile
- TlsProperties stringProfile Variable 
- Variable name
- Vpn int
- Set hostname or IPv4 address of server
- VpnVariable string
- Variable name
- hostnameIp String
- Set hostname or IPv4 address of server
- hostnameIp StringVariable 
- Variable name
- priority String
- Set logging level for messages logged to server
- priorityVariable String
- Variable name
- sourceInterface String
- Set interface to use to reach syslog server
- sourceInterface StringVariable 
- Variable name
- tlsEnable Boolean
- Enable TLS Profile
- tlsEnable StringVariable 
- Variable name
- tlsProperties BooleanCustom Profile 
- Define custom profile
- tlsProperties StringCustom Profile Variable 
- Variable name
- tlsProperties StringProfile 
- Configure a TLS profile
- tlsProperties StringProfile Variable 
- Variable name
- vpn Integer
- Set hostname or IPv4 address of server
- vpnVariable String
- Variable name
- hostnameIp string
- Set hostname or IPv4 address of server
- hostnameIp stringVariable 
- Variable name
- priority string
- Set logging level for messages logged to server
- priorityVariable string
- Variable name
- sourceInterface string
- Set interface to use to reach syslog server
- sourceInterface stringVariable 
- Variable name
- tlsEnable boolean
- Enable TLS Profile
- tlsEnable stringVariable 
- Variable name
- tlsProperties booleanCustom Profile 
- Define custom profile
- tlsProperties stringCustom Profile Variable 
- Variable name
- tlsProperties stringProfile 
- Configure a TLS profile
- tlsProperties stringProfile Variable 
- Variable name
- vpn number
- Set hostname or IPv4 address of server
- vpnVariable string
- Variable name
- hostname_ip str
- Set hostname or IPv4 address of server
- hostname_ip_ strvariable 
- Variable name
- priority str
- Set logging level for messages logged to server
- priority_variable str
- Variable name
- source_interface str
- Set interface to use to reach syslog server
- source_interface_ strvariable 
- Variable name
- tls_enable bool
- Enable TLS Profile
- tls_enable_ strvariable 
- Variable name
- tls_properties_ boolcustom_ profile 
- Define custom profile
- tls_properties_ strcustom_ profile_ variable 
- Variable name
- tls_properties_ strprofile 
- Configure a TLS profile
- tls_properties_ strprofile_ variable 
- Variable name
- vpn int
- Set hostname or IPv4 address of server
- vpn_variable str
- Variable name
- hostnameIp String
- Set hostname or IPv4 address of server
- hostnameIp StringVariable 
- Variable name
- priority String
- Set logging level for messages logged to server
- priorityVariable String
- Variable name
- sourceInterface String
- Set interface to use to reach syslog server
- sourceInterface StringVariable 
- Variable name
- tlsEnable Boolean
- Enable TLS Profile
- tlsEnable StringVariable 
- Variable name
- tlsProperties BooleanCustom Profile 
- Define custom profile
- tlsProperties StringCustom Profile Variable 
- Variable name
- tlsProperties StringProfile 
- Configure a TLS profile
- tlsProperties StringProfile Variable 
- Variable name
- vpn Number
- Set hostname or IPv4 address of server
- vpnVariable String
- Variable name
GetSystemLoggingFeatureIpv6Server    
- HostnameIp string
- Set IPv6 hostname or IPv6 address of server
- HostnameIp stringVariable 
- Variable name
- Priority string
- Set logging level for messages logged to server
- PriorityVariable string
- Variable name
- SourceInterface string
- Set interface to use to reach syslog server
- SourceInterface stringVariable 
- Variable name
- TlsEnable bool
- Enable TLS Profile
- TlsEnable stringVariable 
- Variable name
- TlsProperties boolCustom Profile 
- Define custom profile
- TlsProperties stringCustom Profile Variable 
- Variable name
- TlsProperties stringProfile 
- Configure a TLS profile
- TlsProperties stringProfile Variable 
- Variable name
- Vpn int
- Set hostname or IPv4 address of server
- VpnVariable string
- Variable name
- HostnameIp string
- Set IPv6 hostname or IPv6 address of server
- HostnameIp stringVariable 
- Variable name
- Priority string
- Set logging level for messages logged to server
- PriorityVariable string
- Variable name
- SourceInterface string
- Set interface to use to reach syslog server
- SourceInterface stringVariable 
- Variable name
- TlsEnable bool
- Enable TLS Profile
- TlsEnable stringVariable 
- Variable name
- TlsProperties boolCustom Profile 
- Define custom profile
- TlsProperties stringCustom Profile Variable 
- Variable name
- TlsProperties stringProfile 
- Configure a TLS profile
- TlsProperties stringProfile Variable 
- Variable name
- Vpn int
- Set hostname or IPv4 address of server
- VpnVariable string
- Variable name
- hostnameIp String
- Set IPv6 hostname or IPv6 address of server
- hostnameIp StringVariable 
- Variable name
- priority String
- Set logging level for messages logged to server
- priorityVariable String
- Variable name
- sourceInterface String
- Set interface to use to reach syslog server
- sourceInterface StringVariable 
- Variable name
- tlsEnable Boolean
- Enable TLS Profile
- tlsEnable StringVariable 
- Variable name
- tlsProperties BooleanCustom Profile 
- Define custom profile
- tlsProperties StringCustom Profile Variable 
- Variable name
- tlsProperties StringProfile 
- Configure a TLS profile
- tlsProperties StringProfile Variable 
- Variable name
- vpn Integer
- Set hostname or IPv4 address of server
- vpnVariable String
- Variable name
- hostnameIp string
- Set IPv6 hostname or IPv6 address of server
- hostnameIp stringVariable 
- Variable name
- priority string
- Set logging level for messages logged to server
- priorityVariable string
- Variable name
- sourceInterface string
- Set interface to use to reach syslog server
- sourceInterface stringVariable 
- Variable name
- tlsEnable boolean
- Enable TLS Profile
- tlsEnable stringVariable 
- Variable name
- tlsProperties booleanCustom Profile 
- Define custom profile
- tlsProperties stringCustom Profile Variable 
- Variable name
- tlsProperties stringProfile 
- Configure a TLS profile
- tlsProperties stringProfile Variable 
- Variable name
- vpn number
- Set hostname or IPv4 address of server
- vpnVariable string
- Variable name
- hostname_ip str
- Set IPv6 hostname or IPv6 address of server
- hostname_ip_ strvariable 
- Variable name
- priority str
- Set logging level for messages logged to server
- priority_variable str
- Variable name
- source_interface str
- Set interface to use to reach syslog server
- source_interface_ strvariable 
- Variable name
- tls_enable bool
- Enable TLS Profile
- tls_enable_ strvariable 
- Variable name
- tls_properties_ boolcustom_ profile 
- Define custom profile
- tls_properties_ strcustom_ profile_ variable 
- Variable name
- tls_properties_ strprofile 
- Configure a TLS profile
- tls_properties_ strprofile_ variable 
- Variable name
- vpn int
- Set hostname or IPv4 address of server
- vpn_variable str
- Variable name
- hostnameIp String
- Set IPv6 hostname or IPv6 address of server
- hostnameIp StringVariable 
- Variable name
- priority String
- Set logging level for messages logged to server
- priorityVariable String
- Variable name
- sourceInterface String
- Set interface to use to reach syslog server
- sourceInterface StringVariable 
- Variable name
- tlsEnable Boolean
- Enable TLS Profile
- tlsEnable StringVariable 
- Variable name
- tlsProperties BooleanCustom Profile 
- Define custom profile
- tlsProperties StringCustom Profile Variable 
- Variable name
- tlsProperties StringProfile 
- Configure a TLS profile
- tlsProperties StringProfile Variable 
- Variable name
- vpn Number
- Set hostname or IPv4 address of server
- vpnVariable String
- Variable name
GetSystemLoggingFeatureTlsProfile     
- CipherSuites List<string>
- Syslog secure server ciphersuites
- CipherSuites stringVariable 
- Variable name
- Profile string
- Specify the name of the TLS profile
- ProfileVariable string
- Variable name
- TlsVersion string
- TLS Version
- TlsVersion stringVariable 
- Variable name
- CipherSuites []string
- Syslog secure server ciphersuites
- CipherSuites stringVariable 
- Variable name
- Profile string
- Specify the name of the TLS profile
- ProfileVariable string
- Variable name
- TlsVersion string
- TLS Version
- TlsVersion stringVariable 
- Variable name
- cipherSuites List<String>
- Syslog secure server ciphersuites
- cipherSuites StringVariable 
- Variable name
- profile String
- Specify the name of the TLS profile
- profileVariable String
- Variable name
- tlsVersion String
- TLS Version
- tlsVersion StringVariable 
- Variable name
- cipherSuites string[]
- Syslog secure server ciphersuites
- cipherSuites stringVariable 
- Variable name
- profile string
- Specify the name of the TLS profile
- profileVariable string
- Variable name
- tlsVersion string
- TLS Version
- tlsVersion stringVariable 
- Variable name
- cipher_suites Sequence[str]
- Syslog secure server ciphersuites
- cipher_suites_ strvariable 
- Variable name
- profile str
- Specify the name of the TLS profile
- profile_variable str
- Variable name
- tls_version str
- TLS Version
- tls_version_ strvariable 
- Variable name
- cipherSuites List<String>
- Syslog secure server ciphersuites
- cipherSuites StringVariable 
- Variable name
- profile String
- Specify the name of the TLS profile
- profileVariable String
- Variable name
- tlsVersion String
- TLS Version
- tlsVersion StringVariable 
- Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
