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 dictionary
The following arguments are supported:
- Feature
Profile Id This property is required. string - Feature Profile ID
- Id
This property is required. string - The id of the Feature
- Feature
Profile Id This property is required. string - Feature Profile ID
- Id
This property is required. string - The id of the Feature
- feature
Profile Id This property is required. String - Feature Profile ID
- id
This property is required. String - The id of the Feature
- feature
Profile Id This property is required. string - Feature Profile ID
- id
This property is required. string - The id of the Feature
- feature_
profile_ id This property is required. str - Feature Profile ID
- id
This property is required. str - The id of the Feature
- feature
Profile Id This property is required. String - Feature Profile ID
- id
This property is required. String - The id of the Feature
getSystemLoggingFeature Result
The following output properties are available:
- Description string
- The description of the Feature
- Disk
Enable bool - Enable logging to local disk
- Disk
Enable stringVariable - Variable name
- Disk
File intRotate - Set number of syslog files to create before discarding oldest files
- Disk
File stringRotate Variable - Variable name
- Disk
File intSize - Set maximum size of file before it is rotated
- Disk
File stringSize Variable - Variable name
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Ipv4Servers
List<Get
System Logging Feature Ipv4Server> - Enable logging to remote server
- Ipv6Servers
List<Get
System Logging Feature Ipv6Server> - Enable logging to remote ipv6 server
- Name string
- The name of the Feature
- Tls
Profiles List<GetSystem Logging Feature Tls Profile> - Configure a TLS profile
- Version int
- The version of the Feature
- Description string
- The description of the Feature
- Disk
Enable bool - Enable logging to local disk
- Disk
Enable stringVariable - Variable name
- Disk
File intRotate - Set number of syslog files to create before discarding oldest files
- Disk
File stringRotate Variable - Variable name
- Disk
File intSize - Set maximum size of file before it is rotated
- Disk
File stringSize Variable - Variable name
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Ipv4Servers
[]Get
System Logging Feature Ipv4Server - Enable logging to remote server
- Ipv6Servers
[]Get
System Logging Feature Ipv6Server - Enable logging to remote ipv6 server
- Name string
- The name of the Feature
- Tls
Profiles []GetSystem Logging Feature Tls Profile - Configure a TLS profile
- Version int
- The version of the Feature
- description String
- The description of the Feature
- disk
Enable Boolean - Enable logging to local disk
- disk
Enable StringVariable - Variable name
- disk
File IntegerRotate - Set number of syslog files to create before discarding oldest files
- disk
File StringRotate Variable - Variable name
- disk
File IntegerSize - Set maximum size of file before it is rotated
- disk
File StringSize Variable - Variable name
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- ipv4Servers
List<Get
System Logging Feature Ipv4Server> - Enable logging to remote server
- ipv6Servers
List<Get
System Logging Feature Ipv6Server> - Enable logging to remote ipv6 server
- name String
- The name of the Feature
- tls
Profiles List<GetSystem Logging Feature Tls Profile> - Configure a TLS profile
- version Integer
- The version of the Feature
- description string
- The description of the Feature
- disk
Enable boolean - Enable logging to local disk
- disk
Enable stringVariable - Variable name
- disk
File numberRotate - Set number of syslog files to create before discarding oldest files
- disk
File stringRotate Variable - Variable name
- disk
File numberSize - Set maximum size of file before it is rotated
- disk
File stringSize Variable - Variable name
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- ipv4Servers
Get
System Logging Feature Ipv4Server[] - Enable logging to remote server
- ipv6Servers
Get
System Logging Feature Ipv6Server[] - Enable logging to remote ipv6 server
- name string
- The name of the Feature
- tls
Profiles 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
- disk
Enable Boolean - Enable logging to local disk
- disk
Enable StringVariable - Variable name
- disk
File NumberRotate - Set number of syslog files to create before discarding oldest files
- disk
File StringRotate Variable - Variable name
- disk
File NumberSize - Set maximum size of file before it is rotated
- disk
File StringSize Variable - Variable name
- feature
Profile 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
- tls
Profiles List<Property Map> - Configure a TLS profile
- version Number
- The version of the Feature
Supporting Types
GetSystemLoggingFeatureIpv4Server
- Hostname
Ip This property is required. string - Set hostname or IPv4 address of server
- Hostname
Ip Variable This property is required. string - Variable name
- Priority
This property is required. string - Set logging level for messages logged to server
- Priority
Variable This property is required. string - Variable name
- Source
Interface This property is required. string - Set interface to use to reach syslog server
- Source
Interface Variable This property is required. string - Variable name
- Tls
Enable This property is required. bool - Enable TLS Profile
- Tls
Enable Variable This property is required. string - Variable name
- Tls
Properties Custom Profile This property is required. bool - Define custom profile
- Tls
Properties Custom Profile Variable This property is required. string - Variable name
- Tls
Properties Profile This property is required. string - Configure a TLS profile
- Tls
Properties Profile Variable This property is required. string - Variable name
- Vpn
This property is required. int - Set hostname or IPv4 address of server
- Vpn
Variable This property is required. string - Variable name
- Hostname
Ip This property is required. string - Set hostname or IPv4 address of server
- Hostname
Ip Variable This property is required. string - Variable name
- Priority
This property is required. string - Set logging level for messages logged to server
- Priority
Variable This property is required. string - Variable name
- Source
Interface This property is required. string - Set interface to use to reach syslog server
- Source
Interface Variable This property is required. string - Variable name
- Tls
Enable This property is required. bool - Enable TLS Profile
- Tls
Enable Variable This property is required. string - Variable name
- Tls
Properties Custom Profile This property is required. bool - Define custom profile
- Tls
Properties Custom Profile Variable This property is required. string - Variable name
- Tls
Properties Profile This property is required. string - Configure a TLS profile
- Tls
Properties Profile Variable This property is required. string - Variable name
- Vpn
This property is required. int - Set hostname or IPv4 address of server
- Vpn
Variable This property is required. string - Variable name
- hostname
Ip This property is required. String - Set hostname or IPv4 address of server
- hostname
Ip Variable This property is required. String - Variable name
- priority
This property is required. String - Set logging level for messages logged to server
- priority
Variable This property is required. String - Variable name
- source
Interface This property is required. String - Set interface to use to reach syslog server
- source
Interface Variable This property is required. String - Variable name
- tls
Enable This property is required. Boolean - Enable TLS Profile
- tls
Enable Variable This property is required. String - Variable name
- tls
Properties Custom Profile This property is required. Boolean - Define custom profile
- tls
Properties Custom Profile Variable This property is required. String - Variable name
- tls
Properties Profile This property is required. String - Configure a TLS profile
- tls
Properties Profile Variable This property is required. String - Variable name
- vpn
This property is required. Integer - Set hostname or IPv4 address of server
- vpn
Variable This property is required. String - Variable name
- hostname
Ip This property is required. string - Set hostname or IPv4 address of server
- hostname
Ip Variable This property is required. string - Variable name
- priority
This property is required. string - Set logging level for messages logged to server
- priority
Variable This property is required. string - Variable name
- source
Interface This property is required. string - Set interface to use to reach syslog server
- source
Interface Variable This property is required. string - Variable name
- tls
Enable This property is required. boolean - Enable TLS Profile
- tls
Enable Variable This property is required. string - Variable name
- tls
Properties Custom Profile This property is required. boolean - Define custom profile
- tls
Properties Custom Profile Variable This property is required. string - Variable name
- tls
Properties Profile This property is required. string - Configure a TLS profile
- tls
Properties Profile Variable This property is required. string - Variable name
- vpn
This property is required. number - Set hostname or IPv4 address of server
- vpn
Variable This property is required. string - Variable name
- hostname_
ip This property is required. str - Set hostname or IPv4 address of server
- hostname_
ip_ variable This property is required. str - Variable name
- priority
This property is required. str - Set logging level for messages logged to server
- priority_
variable This property is required. str - Variable name
- source_
interface This property is required. str - Set interface to use to reach syslog server
- source_
interface_ variable This property is required. str - Variable name
- tls_
enable This property is required. bool - Enable TLS Profile
- tls_
enable_ variable This property is required. str - Variable name
- tls_
properties_ custom_ profile This property is required. bool - Define custom profile
- tls_
properties_ custom_ profile_ variable This property is required. str - Variable name
- tls_
properties_ profile This property is required. str - Configure a TLS profile
- tls_
properties_ profile_ variable This property is required. str - Variable name
- vpn
This property is required. int - Set hostname or IPv4 address of server
- vpn_
variable This property is required. str - Variable name
- hostname
Ip This property is required. String - Set hostname or IPv4 address of server
- hostname
Ip Variable This property is required. String - Variable name
- priority
This property is required. String - Set logging level for messages logged to server
- priority
Variable This property is required. String - Variable name
- source
Interface This property is required. String - Set interface to use to reach syslog server
- source
Interface Variable This property is required. String - Variable name
- tls
Enable This property is required. Boolean - Enable TLS Profile
- tls
Enable Variable This property is required. String - Variable name
- tls
Properties Custom Profile This property is required. Boolean - Define custom profile
- tls
Properties Custom Profile Variable This property is required. String - Variable name
- tls
Properties Profile This property is required. String - Configure a TLS profile
- tls
Properties Profile Variable This property is required. String - Variable name
- vpn
This property is required. Number - Set hostname or IPv4 address of server
- vpn
Variable This property is required. String - Variable name
GetSystemLoggingFeatureIpv6Server
- Hostname
Ip This property is required. string - Set IPv6 hostname or IPv6 address of server
- Hostname
Ip Variable This property is required. string - Variable name
- Priority
This property is required. string - Set logging level for messages logged to server
- Priority
Variable This property is required. string - Variable name
- Source
Interface This property is required. string - Set interface to use to reach syslog server
- Source
Interface Variable This property is required. string - Variable name
- Tls
Enable This property is required. bool - Enable TLS Profile
- Tls
Enable Variable This property is required. string - Variable name
- Tls
Properties Custom Profile This property is required. bool - Define custom profile
- Tls
Properties Custom Profile Variable This property is required. string - Variable name
- Tls
Properties Profile This property is required. string - Configure a TLS profile
- Tls
Properties Profile Variable This property is required. string - Variable name
- Vpn
This property is required. int - Set hostname or IPv4 address of server
- Vpn
Variable This property is required. string - Variable name
- Hostname
Ip This property is required. string - Set IPv6 hostname or IPv6 address of server
- Hostname
Ip Variable This property is required. string - Variable name
- Priority
This property is required. string - Set logging level for messages logged to server
- Priority
Variable This property is required. string - Variable name
- Source
Interface This property is required. string - Set interface to use to reach syslog server
- Source
Interface Variable This property is required. string - Variable name
- Tls
Enable This property is required. bool - Enable TLS Profile
- Tls
Enable Variable This property is required. string - Variable name
- Tls
Properties Custom Profile This property is required. bool - Define custom profile
- Tls
Properties Custom Profile Variable This property is required. string - Variable name
- Tls
Properties Profile This property is required. string - Configure a TLS profile
- Tls
Properties Profile Variable This property is required. string - Variable name
- Vpn
This property is required. int - Set hostname or IPv4 address of server
- Vpn
Variable This property is required. string - Variable name
- hostname
Ip This property is required. String - Set IPv6 hostname or IPv6 address of server
- hostname
Ip Variable This property is required. String - Variable name
- priority
This property is required. String - Set logging level for messages logged to server
- priority
Variable This property is required. String - Variable name
- source
Interface This property is required. String - Set interface to use to reach syslog server
- source
Interface Variable This property is required. String - Variable name
- tls
Enable This property is required. Boolean - Enable TLS Profile
- tls
Enable Variable This property is required. String - Variable name
- tls
Properties Custom Profile This property is required. Boolean - Define custom profile
- tls
Properties Custom Profile Variable This property is required. String - Variable name
- tls
Properties Profile This property is required. String - Configure a TLS profile
- tls
Properties Profile Variable This property is required. String - Variable name
- vpn
This property is required. Integer - Set hostname or IPv4 address of server
- vpn
Variable This property is required. String - Variable name
- hostname
Ip This property is required. string - Set IPv6 hostname or IPv6 address of server
- hostname
Ip Variable This property is required. string - Variable name
- priority
This property is required. string - Set logging level for messages logged to server
- priority
Variable This property is required. string - Variable name
- source
Interface This property is required. string - Set interface to use to reach syslog server
- source
Interface Variable This property is required. string - Variable name
- tls
Enable This property is required. boolean - Enable TLS Profile
- tls
Enable Variable This property is required. string - Variable name
- tls
Properties Custom Profile This property is required. boolean - Define custom profile
- tls
Properties Custom Profile Variable This property is required. string - Variable name
- tls
Properties Profile This property is required. string - Configure a TLS profile
- tls
Properties Profile Variable This property is required. string - Variable name
- vpn
This property is required. number - Set hostname or IPv4 address of server
- vpn
Variable This property is required. string - Variable name
- hostname_
ip This property is required. str - Set IPv6 hostname or IPv6 address of server
- hostname_
ip_ variable This property is required. str - Variable name
- priority
This property is required. str - Set logging level for messages logged to server
- priority_
variable This property is required. str - Variable name
- source_
interface This property is required. str - Set interface to use to reach syslog server
- source_
interface_ variable This property is required. str - Variable name
- tls_
enable This property is required. bool - Enable TLS Profile
- tls_
enable_ variable This property is required. str - Variable name
- tls_
properties_ custom_ profile This property is required. bool - Define custom profile
- tls_
properties_ custom_ profile_ variable This property is required. str - Variable name
- tls_
properties_ profile This property is required. str - Configure a TLS profile
- tls_
properties_ profile_ variable This property is required. str - Variable name
- vpn
This property is required. int - Set hostname or IPv4 address of server
- vpn_
variable This property is required. str - Variable name
- hostname
Ip This property is required. String - Set IPv6 hostname or IPv6 address of server
- hostname
Ip Variable This property is required. String - Variable name
- priority
This property is required. String - Set logging level for messages logged to server
- priority
Variable This property is required. String - Variable name
- source
Interface This property is required. String - Set interface to use to reach syslog server
- source
Interface Variable This property is required. String - Variable name
- tls
Enable This property is required. Boolean - Enable TLS Profile
- tls
Enable Variable This property is required. String - Variable name
- tls
Properties Custom Profile This property is required. Boolean - Define custom profile
- tls
Properties Custom Profile Variable This property is required. String - Variable name
- tls
Properties Profile This property is required. String - Configure a TLS profile
- tls
Properties Profile Variable This property is required. String - Variable name
- vpn
This property is required. Number - Set hostname or IPv4 address of server
- vpn
Variable This property is required. String - Variable name
GetSystemLoggingFeatureTlsProfile
- Cipher
Suites This property is required. List<string> - Syslog secure server ciphersuites
- Cipher
Suites Variable This property is required. string - Variable name
- Profile
This property is required. string - Specify the name of the TLS profile
- Profile
Variable This property is required. string - Variable name
- Tls
Version This property is required. string - TLS Version
- Tls
Version Variable This property is required. string - Variable name
- Cipher
Suites This property is required. []string - Syslog secure server ciphersuites
- Cipher
Suites Variable This property is required. string - Variable name
- Profile
This property is required. string - Specify the name of the TLS profile
- Profile
Variable This property is required. string - Variable name
- Tls
Version This property is required. string - TLS Version
- Tls
Version Variable This property is required. string - Variable name
- cipher
Suites This property is required. List<String> - Syslog secure server ciphersuites
- cipher
Suites Variable This property is required. String - Variable name
- profile
This property is required. String - Specify the name of the TLS profile
- profile
Variable This property is required. String - Variable name
- tls
Version This property is required. String - TLS Version
- tls
Version Variable This property is required. String - Variable name
- cipher
Suites This property is required. string[] - Syslog secure server ciphersuites
- cipher
Suites Variable This property is required. string - Variable name
- profile
This property is required. string - Specify the name of the TLS profile
- profile
Variable This property is required. string - Variable name
- tls
Version This property is required. string - TLS Version
- tls
Version Variable This property is required. string - Variable name
- cipher_
suites This property is required. Sequence[str] - Syslog secure server ciphersuites
- cipher_
suites_ variable This property is required. str - Variable name
- profile
This property is required. str - Specify the name of the TLS profile
- profile_
variable This property is required. str - Variable name
- tls_
version This property is required. str - TLS Version
- tls_
version_ variable This property is required. str - Variable name
- cipher
Suites This property is required. List<String> - Syslog secure server ciphersuites
- cipher
Suites Variable This property is required. String - Variable name
- profile
This property is required. String - Specify the name of the TLS profile
- profile
Variable This property is required. String - Variable name
- tls
Version This property is required. String - TLS Version
- tls
Version Variable This property is required. String - Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.