Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getCiscoLoggingFeatureTemplate
Explore with Pulumi AI
This data source can read the Cisco Logging feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getCiscoLoggingFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_cisco_logging_feature_template(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.LookupCiscoLoggingFeatureTemplate(ctx, &sdwan.LookupCiscoLoggingFeatureTemplateArgs{
			Id: pulumi.StringRef("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.GetCiscoLoggingFeatureTemplate.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.GetCiscoLoggingFeatureTemplateArgs;
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.getCiscoLoggingFeatureTemplate(GetCiscoLoggingFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getCiscoLoggingFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getCiscoLoggingFeatureTemplate
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 getCiscoLoggingFeatureTemplate(args: GetCiscoLoggingFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoLoggingFeatureTemplateResult>
function getCiscoLoggingFeatureTemplateOutput(args: GetCiscoLoggingFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoLoggingFeatureTemplateResult>def get_cisco_logging_feature_template(id: Optional[str] = None,
                                       name: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetCiscoLoggingFeatureTemplateResult
def get_cisco_logging_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                       name: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetCiscoLoggingFeatureTemplateResult]func LookupCiscoLoggingFeatureTemplate(ctx *Context, args *LookupCiscoLoggingFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoLoggingFeatureTemplateResult, error)
func LookupCiscoLoggingFeatureTemplateOutput(ctx *Context, args *LookupCiscoLoggingFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoLoggingFeatureTemplateResultOutput> Note: This function is named LookupCiscoLoggingFeatureTemplate in the Go SDK.
public static class GetCiscoLoggingFeatureTemplate 
{
    public static Task<GetCiscoLoggingFeatureTemplateResult> InvokeAsync(GetCiscoLoggingFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetCiscoLoggingFeatureTemplateResult> Invoke(GetCiscoLoggingFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCiscoLoggingFeatureTemplateResult> getCiscoLoggingFeatureTemplate(GetCiscoLoggingFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCiscoLoggingFeatureTemplateResult> getCiscoLoggingFeatureTemplate(GetCiscoLoggingFeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getCiscoLoggingFeatureTemplate:getCiscoLoggingFeatureTemplate
  arguments:
    # arguments dictionaryThe following arguments are supported:
getCiscoLoggingFeatureTemplate Result
The following output properties are available:
- Description string
- The description of the feature template
- DeviceTypes List<string>
- List of supported device types
- DiskLogging bool
- Enable logging to local disk
- DiskLogging stringVariable 
- Variable name
- Id string
- The id of the feature template
- Ipv4Servers
List<GetCisco Logging Feature Template Ipv4Server> 
- Enable logging to remote server
- Ipv6Servers
List<GetCisco Logging Feature Template Ipv6Server> 
- Enable logging to remote IPv6 server
- LogRotations int
- Set number of syslog files to create before discarding oldest files
- LogRotations stringVariable 
- Variable name
- MaxSize int
- Set maximum size of file before it is rotated
- MaxSize stringVariable 
- Variable name
- Name string
- The name of the feature template
- TemplateType string
- The template type
- TlsProfiles List<GetCisco Logging Feature Template Tls Profile> 
- Configure a TLS profile
- Version int
- The version of the feature template
- Description string
- The description of the feature template
- DeviceTypes []string
- List of supported device types
- DiskLogging bool
- Enable logging to local disk
- DiskLogging stringVariable 
- Variable name
- Id string
- The id of the feature template
- Ipv4Servers
[]GetCisco Logging Feature Template Ipv4Server 
- Enable logging to remote server
- Ipv6Servers
[]GetCisco Logging Feature Template Ipv6Server 
- Enable logging to remote IPv6 server
- LogRotations int
- Set number of syslog files to create before discarding oldest files
- LogRotations stringVariable 
- Variable name
- MaxSize int
- Set maximum size of file before it is rotated
- MaxSize stringVariable 
- Variable name
- Name string
- The name of the feature template
- TemplateType string
- The template type
- TlsProfiles []GetCisco Logging Feature Template Tls Profile 
- Configure a TLS profile
- Version int
- The version of the feature template
- description String
- The description of the feature template
- deviceTypes List<String>
- List of supported device types
- diskLogging Boolean
- Enable logging to local disk
- diskLogging StringVariable 
- Variable name
- id String
- The id of the feature template
- ipv4Servers
List<GetCisco Logging Feature Template Ipv4Server> 
- Enable logging to remote server
- ipv6Servers
List<GetCisco Logging Feature Template Ipv6Server> 
- Enable logging to remote IPv6 server
- logRotations Integer
- Set number of syslog files to create before discarding oldest files
- logRotations StringVariable 
- Variable name
- maxSize Integer
- Set maximum size of file before it is rotated
- maxSize StringVariable 
- Variable name
- name String
- The name of the feature template
- templateType String
- The template type
- tlsProfiles List<GetCisco Logging Feature Template Tls Profile> 
- Configure a TLS profile
- version Integer
- The version of the feature template
- description string
- The description of the feature template
- deviceTypes string[]
- List of supported device types
- diskLogging boolean
- Enable logging to local disk
- diskLogging stringVariable 
- Variable name
- id string
- The id of the feature template
- ipv4Servers
GetCisco Logging Feature Template Ipv4Server[] 
- Enable logging to remote server
- ipv6Servers
GetCisco Logging Feature Template Ipv6Server[] 
- Enable logging to remote IPv6 server
- logRotations number
- Set number of syslog files to create before discarding oldest files
- logRotations stringVariable 
- Variable name
- maxSize number
- Set maximum size of file before it is rotated
- maxSize stringVariable 
- Variable name
- name string
- The name of the feature template
- templateType string
- The template type
- tlsProfiles GetCisco Logging Feature Template Tls Profile[] 
- Configure a TLS profile
- version number
- The version of the feature template
- description str
- The description of the feature template
- device_types Sequence[str]
- List of supported device types
- disk_logging bool
- Enable logging to local disk
- disk_logging_ strvariable 
- Variable name
- id str
- The id of the feature template
- ipv4_servers Sequence[GetCisco Logging Feature Template Ipv4Server] 
- Enable logging to remote server
- ipv6_servers Sequence[GetCisco Logging Feature Template Ipv6Server] 
- Enable logging to remote IPv6 server
- log_rotations int
- Set number of syslog files to create before discarding oldest files
- log_rotations_ strvariable 
- Variable name
- max_size int
- Set maximum size of file before it is rotated
- max_size_ strvariable 
- Variable name
- name str
- The name of the feature template
- template_type str
- The template type
- tls_profiles Sequence[GetCisco Logging Feature Template Tls Profile] 
- Configure a TLS profile
- version int
- The version of the feature template
- description String
- The description of the feature template
- deviceTypes List<String>
- List of supported device types
- diskLogging Boolean
- Enable logging to local disk
- diskLogging StringVariable 
- Variable name
- id String
- The id of the feature template
- ipv4Servers List<Property Map>
- Enable logging to remote server
- ipv6Servers List<Property Map>
- Enable logging to remote IPv6 server
- logRotations Number
- Set number of syslog files to create before discarding oldest files
- logRotations StringVariable 
- Variable name
- maxSize Number
- Set maximum size of file before it is rotated
- maxSize StringVariable 
- Variable name
- name String
- The name of the feature template
- templateType String
- The template type
- tlsProfiles List<Property Map>
- Configure a TLS profile
- version Number
- The version of the feature template
Supporting Types
GetCiscoLoggingFeatureTemplateIpv4Server     
- CustomProfile bool
- Define custom profile
- CustomProfile stringVariable 
- Variable name
- EnableTls bool
- Enable TLS
- EnableTls stringVariable 
- Variable name
- HostnameIp string
- Set hostname or IPv4 address of server
- HostnameIp stringVariable 
- Variable name
- LoggingLevel string
- Set logging level for messages logged to server
- LoggingLevel stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Profile string
- Configure a TLS profile
- ProfileVariable string
- Variable name
- SourceInterface string
- Set interface to use to reach syslog server
- SourceInterface stringVariable 
- Variable name
- VpnId int
- Set VPN in which syslog server is located
- VpnId stringVariable 
- Variable name
- CustomProfile bool
- Define custom profile
- CustomProfile stringVariable 
- Variable name
- EnableTls bool
- Enable TLS
- EnableTls stringVariable 
- Variable name
- HostnameIp string
- Set hostname or IPv4 address of server
- HostnameIp stringVariable 
- Variable name
- LoggingLevel string
- Set logging level for messages logged to server
- LoggingLevel stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Profile string
- Configure a TLS profile
- ProfileVariable string
- Variable name
- SourceInterface string
- Set interface to use to reach syslog server
- SourceInterface stringVariable 
- Variable name
- VpnId int
- Set VPN in which syslog server is located
- VpnId stringVariable 
- Variable name
- customProfile Boolean
- Define custom profile
- customProfile StringVariable 
- Variable name
- enableTls Boolean
- Enable TLS
- enableTls StringVariable 
- Variable name
- hostnameIp String
- Set hostname or IPv4 address of server
- hostnameIp StringVariable 
- Variable name
- loggingLevel String
- Set logging level for messages logged to server
- loggingLevel StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- profile String
- Configure a TLS profile
- profileVariable String
- Variable name
- sourceInterface String
- Set interface to use to reach syslog server
- sourceInterface StringVariable 
- Variable name
- vpnId Integer
- Set VPN in which syslog server is located
- vpnId StringVariable 
- Variable name
- customProfile boolean
- Define custom profile
- customProfile stringVariable 
- Variable name
- enableTls boolean
- Enable TLS
- enableTls stringVariable 
- Variable name
- hostnameIp string
- Set hostname or IPv4 address of server
- hostnameIp stringVariable 
- Variable name
- loggingLevel string
- Set logging level for messages logged to server
- loggingLevel stringVariable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- profile string
- Configure a TLS profile
- profileVariable string
- Variable name
- sourceInterface string
- Set interface to use to reach syslog server
- sourceInterface stringVariable 
- Variable name
- vpnId number
- Set VPN in which syslog server is located
- vpnId stringVariable 
- Variable name
- custom_profile bool
- Define custom profile
- custom_profile_ strvariable 
- Variable name
- enable_tls bool
- Enable TLS
- enable_tls_ strvariable 
- Variable name
- hostname_ip str
- Set hostname or IPv4 address of server
- hostname_ip_ strvariable 
- Variable name
- logging_level str
- Set logging level for messages logged to server
- logging_level_ strvariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- profile str
- Configure a TLS profile
- profile_variable str
- Variable name
- source_interface str
- Set interface to use to reach syslog server
- source_interface_ strvariable 
- Variable name
- vpn_id int
- Set VPN in which syslog server is located
- vpn_id_ strvariable 
- Variable name
- customProfile Boolean
- Define custom profile
- customProfile StringVariable 
- Variable name
- enableTls Boolean
- Enable TLS
- enableTls StringVariable 
- Variable name
- hostnameIp String
- Set hostname or IPv4 address of server
- hostnameIp StringVariable 
- Variable name
- loggingLevel String
- Set logging level for messages logged to server
- loggingLevel StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- profile String
- Configure a TLS profile
- profileVariable String
- Variable name
- sourceInterface String
- Set interface to use to reach syslog server
- sourceInterface StringVariable 
- Variable name
- vpnId Number
- Set VPN in which syslog server is located
- vpnId StringVariable 
- Variable name
GetCiscoLoggingFeatureTemplateIpv6Server     
- CustomProfile bool
- Define custom profile
- CustomProfile stringVariable 
- Variable name
- EnableTls bool
- Enable TLS
- EnableTls stringVariable 
- Variable name
- HostnameIp string
- Set IPv6 hostname or IPv6 address of server
- HostnameIp stringVariable 
- Variable name
- LoggingLevel string
- Set logging level for messages logged to server
- LoggingLevel stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Profile string
- Configure a TLS profile
- ProfileVariable string
- Variable name
- SourceInterface string
- Set interface to use to reach syslog server
- SourceInterface stringVariable 
- Variable name
- VpnId int
- Set VPN in which syslog server is located
- VpnId stringVariable 
- Variable name
- CustomProfile bool
- Define custom profile
- CustomProfile stringVariable 
- Variable name
- EnableTls bool
- Enable TLS
- EnableTls stringVariable 
- Variable name
- HostnameIp string
- Set IPv6 hostname or IPv6 address of server
- HostnameIp stringVariable 
- Variable name
- LoggingLevel string
- Set logging level for messages logged to server
- LoggingLevel stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Profile string
- Configure a TLS profile
- ProfileVariable string
- Variable name
- SourceInterface string
- Set interface to use to reach syslog server
- SourceInterface stringVariable 
- Variable name
- VpnId int
- Set VPN in which syslog server is located
- VpnId stringVariable 
- Variable name
- customProfile Boolean
- Define custom profile
- customProfile StringVariable 
- Variable name
- enableTls Boolean
- Enable TLS
- enableTls StringVariable 
- Variable name
- hostnameIp String
- Set IPv6 hostname or IPv6 address of server
- hostnameIp StringVariable 
- Variable name
- loggingLevel String
- Set logging level for messages logged to server
- loggingLevel StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- profile String
- Configure a TLS profile
- profileVariable String
- Variable name
- sourceInterface String
- Set interface to use to reach syslog server
- sourceInterface StringVariable 
- Variable name
- vpnId Integer
- Set VPN in which syslog server is located
- vpnId StringVariable 
- Variable name
- customProfile boolean
- Define custom profile
- customProfile stringVariable 
- Variable name
- enableTls boolean
- Enable TLS
- enableTls stringVariable 
- Variable name
- hostnameIp string
- Set IPv6 hostname or IPv6 address of server
- hostnameIp stringVariable 
- Variable name
- loggingLevel string
- Set logging level for messages logged to server
- loggingLevel stringVariable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- profile string
- Configure a TLS profile
- profileVariable string
- Variable name
- sourceInterface string
- Set interface to use to reach syslog server
- sourceInterface stringVariable 
- Variable name
- vpnId number
- Set VPN in which syslog server is located
- vpnId stringVariable 
- Variable name
- custom_profile bool
- Define custom profile
- custom_profile_ strvariable 
- Variable name
- enable_tls bool
- Enable TLS
- enable_tls_ strvariable 
- Variable name
- hostname_ip str
- Set IPv6 hostname or IPv6 address of server
- hostname_ip_ strvariable 
- Variable name
- logging_level str
- Set logging level for messages logged to server
- logging_level_ strvariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- profile str
- Configure a TLS profile
- profile_variable str
- Variable name
- source_interface str
- Set interface to use to reach syslog server
- source_interface_ strvariable 
- Variable name
- vpn_id int
- Set VPN in which syslog server is located
- vpn_id_ strvariable 
- Variable name
- customProfile Boolean
- Define custom profile
- customProfile StringVariable 
- Variable name
- enableTls Boolean
- Enable TLS
- enableTls StringVariable 
- Variable name
- hostnameIp String
- Set IPv6 hostname or IPv6 address of server
- hostnameIp StringVariable 
- Variable name
- loggingLevel String
- Set logging level for messages logged to server
- loggingLevel StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- profile String
- Configure a TLS profile
- profileVariable String
- Variable name
- sourceInterface String
- Set interface to use to reach syslog server
- sourceInterface StringVariable 
- Variable name
- vpnId Number
- Set VPN in which syslog server is located
- vpnId StringVariable 
- Variable name
GetCiscoLoggingFeatureTemplateTlsProfile      
- AuthenticationType string
- Authentication Type
- CiphersuiteList stringVariable 
- Variable name
- CiphersuiteLists List<string>
- Syslog secure server ciphersuites. Possible values: aes-128-cbc-sha,aes-256-cbc-sha,dhe-aes-cbc-sha2,dhe-aes-gcm-sha2,ecdhe-ecdsa-aes-gcm-sha2,ecdhe-rsa-aes-cbc-sha2,ecdhe-rsa-aes-gcm-sha2,rsa-aes-cbc-sha2,rsa-aes-gcm-sha2
- Name string
- Specify the name of the TLS profile
- NameVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Version string
- TLS Version
- VersionVariable string
- Variable name
- AuthenticationType string
- Authentication Type
- CiphersuiteList stringVariable 
- Variable name
- CiphersuiteLists []string
- Syslog secure server ciphersuites. Possible values: aes-128-cbc-sha,aes-256-cbc-sha,dhe-aes-cbc-sha2,dhe-aes-gcm-sha2,ecdhe-ecdsa-aes-gcm-sha2,ecdhe-rsa-aes-cbc-sha2,ecdhe-rsa-aes-gcm-sha2,rsa-aes-cbc-sha2,rsa-aes-gcm-sha2
- Name string
- Specify the name of the TLS profile
- NameVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Version string
- TLS Version
- VersionVariable string
- Variable name
- authenticationType String
- Authentication Type
- ciphersuiteList StringVariable 
- Variable name
- ciphersuiteLists List<String>
- Syslog secure server ciphersuites. Possible values: aes-128-cbc-sha,aes-256-cbc-sha,dhe-aes-cbc-sha2,dhe-aes-gcm-sha2,ecdhe-ecdsa-aes-gcm-sha2,ecdhe-rsa-aes-cbc-sha2,ecdhe-rsa-aes-gcm-sha2,rsa-aes-cbc-sha2,rsa-aes-gcm-sha2
- name String
- Specify the name of the TLS profile
- nameVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- version String
- TLS Version
- versionVariable String
- Variable name
- authenticationType string
- Authentication Type
- ciphersuiteList stringVariable 
- Variable name
- ciphersuiteLists string[]
- Syslog secure server ciphersuites. Possible values: aes-128-cbc-sha,aes-256-cbc-sha,dhe-aes-cbc-sha2,dhe-aes-gcm-sha2,ecdhe-ecdsa-aes-gcm-sha2,ecdhe-rsa-aes-cbc-sha2,ecdhe-rsa-aes-gcm-sha2,rsa-aes-cbc-sha2,rsa-aes-gcm-sha2
- name string
- Specify the name of the TLS profile
- nameVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- version string
- TLS Version
- versionVariable string
- Variable name
- authentication_type str
- Authentication Type
- ciphersuite_list_ strvariable 
- Variable name
- ciphersuite_lists Sequence[str]
- Syslog secure server ciphersuites. Possible values: aes-128-cbc-sha,aes-256-cbc-sha,dhe-aes-cbc-sha2,dhe-aes-gcm-sha2,ecdhe-ecdsa-aes-gcm-sha2,ecdhe-rsa-aes-cbc-sha2,ecdhe-rsa-aes-gcm-sha2,rsa-aes-cbc-sha2,rsa-aes-gcm-sha2
- name str
- Specify the name of the TLS profile
- name_variable str
- Variable name
- optional bool
- Indicates if list item is considered optional.
- version str
- TLS Version
- version_variable str
- Variable name
- authenticationType String
- Authentication Type
- ciphersuiteList StringVariable 
- Variable name
- ciphersuiteLists List<String>
- Syslog secure server ciphersuites. Possible values: aes-128-cbc-sha,aes-256-cbc-sha,dhe-aes-cbc-sha2,dhe-aes-gcm-sha2,ecdhe-ecdsa-aes-gcm-sha2,ecdhe-rsa-aes-cbc-sha2,ecdhe-rsa-aes-gcm-sha2,rsa-aes-cbc-sha2,rsa-aes-gcm-sha2
- name String
- Specify the name of the TLS profile
- nameVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- version String
- TLS Version
- versionVariable String
- Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
