Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getSystemGlobalFeature
Explore with Pulumi AI
This data source can read the System Global Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getSystemGlobalFeature({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
    featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_system_global_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.LookupSystemGlobalFeature(ctx, &sdwan.LookupSystemGlobalFeatureArgs{
			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.GetSystemGlobalFeature.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.GetSystemGlobalFeatureArgs;
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.getSystemGlobalFeature(GetSystemGlobalFeatureArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getSystemGlobalFeature
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
        featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getSystemGlobalFeature
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 getSystemGlobalFeature(args: GetSystemGlobalFeatureArgs, opts?: InvokeOptions): Promise<GetSystemGlobalFeatureResult>
function getSystemGlobalFeatureOutput(args: GetSystemGlobalFeatureOutputArgs, opts?: InvokeOptions): Output<GetSystemGlobalFeatureResult>def get_system_global_feature(feature_profile_id: Optional[str] = None,
                              id: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetSystemGlobalFeatureResult
def get_system_global_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                              id: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetSystemGlobalFeatureResult]func LookupSystemGlobalFeature(ctx *Context, args *LookupSystemGlobalFeatureArgs, opts ...InvokeOption) (*LookupSystemGlobalFeatureResult, error)
func LookupSystemGlobalFeatureOutput(ctx *Context, args *LookupSystemGlobalFeatureOutputArgs, opts ...InvokeOption) LookupSystemGlobalFeatureResultOutput> Note: This function is named LookupSystemGlobalFeature in the Go SDK.
public static class GetSystemGlobalFeature 
{
    public static Task<GetSystemGlobalFeatureResult> InvokeAsync(GetSystemGlobalFeatureArgs args, InvokeOptions? opts = null)
    public static Output<GetSystemGlobalFeatureResult> Invoke(GetSystemGlobalFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSystemGlobalFeatureResult> getSystemGlobalFeature(GetSystemGlobalFeatureArgs args, InvokeOptions options)
public static Output<GetSystemGlobalFeatureResult> getSystemGlobalFeature(GetSystemGlobalFeatureArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getSystemGlobalFeature:getSystemGlobalFeature
  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
getSystemGlobalFeature Result
The following output properties are available:
- ArpProxy bool
- Set ARP Proxy
- ArpProxy stringVariable 
- Variable name
- Cdp bool
- Configure CDP
- CdpVariable string
- Variable name
- ConsoleLogging bool
- Configure Console Logging
- ConsoleLogging stringVariable 
- Variable name
- Description string
- The description of the Feature
- DomainLookup bool
- Configure Domain-Lookup
- DomainLookup stringVariable 
- Variable name
- FeatureProfile stringId 
- Feature Profile ID
- FtpPassive bool
- Set Passive FTP
- FtpPassive stringVariable 
- Variable name
- HttpAuthentication string
- Set preference for HTTP Authentication
- HttpAuthentication stringVariable 
- Variable name
- HttpServer bool
- Set a HTTP Server
- HttpServer stringVariable 
- Variable name
- HttpsServer bool
- Set a HTTPS Server
- HttpsServer stringVariable 
- Variable name
- Id string
- The id of the Feature
- IgnoreBootp bool
- Configure Ignore BOOTP
- IgnoreBootp stringVariable 
- Variable name
- IpSource boolRouting 
- Set Source Route
- IpSource stringRouting Variable 
- Variable name
- LineVty bool
- Configure Telnet (Outbound)
- LineVty stringVariable 
- Variable name
- Lldp bool
- Configure LLDP
- LldpVariable string
- Variable name
- Name string
- The name of the Feature
- Nat64TcpTimeout int
- Set NAT64 TCP session timeout, in seconds
- Nat64TcpTimeout stringVariable 
- Variable name
- Nat64UdpTimeout int
- Set NAT64 UDP session timeout, in seconds
- Nat64UdpTimeout stringVariable 
- Variable name
- RshRcp bool
- Set RSH/RCP
- RshRcp stringVariable 
- Variable name
- SnmpIfindex boolPersist 
- Configure SNMP Ifindex Persist
- SnmpIfindex stringPersist Variable 
- Variable name
- SourceInterface string
- Specify interface for source address in all HTTP(S) client connections
- SourceInterface stringVariable 
- Variable name
- SshVersion string
- Set SSH version
- SshVersion stringVariable 
- Variable name
- TcpKeepalives boolIn 
- Configure tcp-keepalives-in
- TcpKeepalives stringIn Variable 
- Variable name
- TcpKeepalives boolOut 
- Configure tcp-keepalives-out
- TcpKeepalives stringOut Variable 
- Variable name
- TcpSmall boolServers 
- Configure tcp-small-servers
- TcpSmall stringServers Variable 
- Variable name
- UdpSmall boolServers 
- Configure udp-small-servers
- UdpSmall stringServers Variable 
- Variable name
- Version int
- The version of the Feature
- VtyLine boolLogging 
- Configure VTY Line Logging
- VtyLine stringLogging Variable 
- Variable name
- ArpProxy bool
- Set ARP Proxy
- ArpProxy stringVariable 
- Variable name
- Cdp bool
- Configure CDP
- CdpVariable string
- Variable name
- ConsoleLogging bool
- Configure Console Logging
- ConsoleLogging stringVariable 
- Variable name
- Description string
- The description of the Feature
- DomainLookup bool
- Configure Domain-Lookup
- DomainLookup stringVariable 
- Variable name
- FeatureProfile stringId 
- Feature Profile ID
- FtpPassive bool
- Set Passive FTP
- FtpPassive stringVariable 
- Variable name
- HttpAuthentication string
- Set preference for HTTP Authentication
- HttpAuthentication stringVariable 
- Variable name
- HttpServer bool
- Set a HTTP Server
- HttpServer stringVariable 
- Variable name
- HttpsServer bool
- Set a HTTPS Server
- HttpsServer stringVariable 
- Variable name
- Id string
- The id of the Feature
- IgnoreBootp bool
- Configure Ignore BOOTP
- IgnoreBootp stringVariable 
- Variable name
- IpSource boolRouting 
- Set Source Route
- IpSource stringRouting Variable 
- Variable name
- LineVty bool
- Configure Telnet (Outbound)
- LineVty stringVariable 
- Variable name
- Lldp bool
- Configure LLDP
- LldpVariable string
- Variable name
- Name string
- The name of the Feature
- Nat64TcpTimeout int
- Set NAT64 TCP session timeout, in seconds
- Nat64TcpTimeout stringVariable 
- Variable name
- Nat64UdpTimeout int
- Set NAT64 UDP session timeout, in seconds
- Nat64UdpTimeout stringVariable 
- Variable name
- RshRcp bool
- Set RSH/RCP
- RshRcp stringVariable 
- Variable name
- SnmpIfindex boolPersist 
- Configure SNMP Ifindex Persist
- SnmpIfindex stringPersist Variable 
- Variable name
- SourceInterface string
- Specify interface for source address in all HTTP(S) client connections
- SourceInterface stringVariable 
- Variable name
- SshVersion string
- Set SSH version
- SshVersion stringVariable 
- Variable name
- TcpKeepalives boolIn 
- Configure tcp-keepalives-in
- TcpKeepalives stringIn Variable 
- Variable name
- TcpKeepalives boolOut 
- Configure tcp-keepalives-out
- TcpKeepalives stringOut Variable 
- Variable name
- TcpSmall boolServers 
- Configure tcp-small-servers
- TcpSmall stringServers Variable 
- Variable name
- UdpSmall boolServers 
- Configure udp-small-servers
- UdpSmall stringServers Variable 
- Variable name
- Version int
- The version of the Feature
- VtyLine boolLogging 
- Configure VTY Line Logging
- VtyLine stringLogging Variable 
- Variable name
- arpProxy Boolean
- Set ARP Proxy
- arpProxy StringVariable 
- Variable name
- cdp Boolean
- Configure CDP
- cdpVariable String
- Variable name
- consoleLogging Boolean
- Configure Console Logging
- consoleLogging StringVariable 
- Variable name
- description String
- The description of the Feature
- domainLookup Boolean
- Configure Domain-Lookup
- domainLookup StringVariable 
- Variable name
- featureProfile StringId 
- Feature Profile ID
- ftpPassive Boolean
- Set Passive FTP
- ftpPassive StringVariable 
- Variable name
- httpAuthentication String
- Set preference for HTTP Authentication
- httpAuthentication StringVariable 
- Variable name
- httpServer Boolean
- Set a HTTP Server
- httpServer StringVariable 
- Variable name
- httpsServer Boolean
- Set a HTTPS Server
- httpsServer StringVariable 
- Variable name
- id String
- The id of the Feature
- ignoreBootp Boolean
- Configure Ignore BOOTP
- ignoreBootp StringVariable 
- Variable name
- ipSource BooleanRouting 
- Set Source Route
- ipSource StringRouting Variable 
- Variable name
- lineVty Boolean
- Configure Telnet (Outbound)
- lineVty StringVariable 
- Variable name
- lldp Boolean
- Configure LLDP
- lldpVariable String
- Variable name
- name String
- The name of the Feature
- nat64TcpTimeout Integer
- Set NAT64 TCP session timeout, in seconds
- nat64TcpTimeout StringVariable 
- Variable name
- nat64UdpTimeout Integer
- Set NAT64 UDP session timeout, in seconds
- nat64UdpTimeout StringVariable 
- Variable name
- rshRcp Boolean
- Set RSH/RCP
- rshRcp StringVariable 
- Variable name
- snmpIfindex BooleanPersist 
- Configure SNMP Ifindex Persist
- snmpIfindex StringPersist Variable 
- Variable name
- sourceInterface String
- Specify interface for source address in all HTTP(S) client connections
- sourceInterface StringVariable 
- Variable name
- sshVersion String
- Set SSH version
- sshVersion StringVariable 
- Variable name
- tcpKeepalives BooleanIn 
- Configure tcp-keepalives-in
- tcpKeepalives StringIn Variable 
- Variable name
- tcpKeepalives BooleanOut 
- Configure tcp-keepalives-out
- tcpKeepalives StringOut Variable 
- Variable name
- tcpSmall BooleanServers 
- Configure tcp-small-servers
- tcpSmall StringServers Variable 
- Variable name
- udpSmall BooleanServers 
- Configure udp-small-servers
- udpSmall StringServers Variable 
- Variable name
- version Integer
- The version of the Feature
- vtyLine BooleanLogging 
- Configure VTY Line Logging
- vtyLine StringLogging Variable 
- Variable name
- arpProxy boolean
- Set ARP Proxy
- arpProxy stringVariable 
- Variable name
- cdp boolean
- Configure CDP
- cdpVariable string
- Variable name
- consoleLogging boolean
- Configure Console Logging
- consoleLogging stringVariable 
- Variable name
- description string
- The description of the Feature
- domainLookup boolean
- Configure Domain-Lookup
- domainLookup stringVariable 
- Variable name
- featureProfile stringId 
- Feature Profile ID
- ftpPassive boolean
- Set Passive FTP
- ftpPassive stringVariable 
- Variable name
- httpAuthentication string
- Set preference for HTTP Authentication
- httpAuthentication stringVariable 
- Variable name
- httpServer boolean
- Set a HTTP Server
- httpServer stringVariable 
- Variable name
- httpsServer boolean
- Set a HTTPS Server
- httpsServer stringVariable 
- Variable name
- id string
- The id of the Feature
- ignoreBootp boolean
- Configure Ignore BOOTP
- ignoreBootp stringVariable 
- Variable name
- ipSource booleanRouting 
- Set Source Route
- ipSource stringRouting Variable 
- Variable name
- lineVty boolean
- Configure Telnet (Outbound)
- lineVty stringVariable 
- Variable name
- lldp boolean
- Configure LLDP
- lldpVariable string
- Variable name
- name string
- The name of the Feature
- nat64TcpTimeout number
- Set NAT64 TCP session timeout, in seconds
- nat64TcpTimeout stringVariable 
- Variable name
- nat64UdpTimeout number
- Set NAT64 UDP session timeout, in seconds
- nat64UdpTimeout stringVariable 
- Variable name
- rshRcp boolean
- Set RSH/RCP
- rshRcp stringVariable 
- Variable name
- snmpIfindex booleanPersist 
- Configure SNMP Ifindex Persist
- snmpIfindex stringPersist Variable 
- Variable name
- sourceInterface string
- Specify interface for source address in all HTTP(S) client connections
- sourceInterface stringVariable 
- Variable name
- sshVersion string
- Set SSH version
- sshVersion stringVariable 
- Variable name
- tcpKeepalives booleanIn 
- Configure tcp-keepalives-in
- tcpKeepalives stringIn Variable 
- Variable name
- tcpKeepalives booleanOut 
- Configure tcp-keepalives-out
- tcpKeepalives stringOut Variable 
- Variable name
- tcpSmall booleanServers 
- Configure tcp-small-servers
- tcpSmall stringServers Variable 
- Variable name
- udpSmall booleanServers 
- Configure udp-small-servers
- udpSmall stringServers Variable 
- Variable name
- version number
- The version of the Feature
- vtyLine booleanLogging 
- Configure VTY Line Logging
- vtyLine stringLogging Variable 
- Variable name
- arp_proxy bool
- Set ARP Proxy
- arp_proxy_ strvariable 
- Variable name
- cdp bool
- Configure CDP
- cdp_variable str
- Variable name
- console_logging bool
- Configure Console Logging
- console_logging_ strvariable 
- Variable name
- description str
- The description of the Feature
- domain_lookup bool
- Configure Domain-Lookup
- domain_lookup_ strvariable 
- Variable name
- feature_profile_ strid 
- Feature Profile ID
- ftp_passive bool
- Set Passive FTP
- ftp_passive_ strvariable 
- Variable name
- http_authentication str
- Set preference for HTTP Authentication
- http_authentication_ strvariable 
- Variable name
- http_server bool
- Set a HTTP Server
- http_server_ strvariable 
- Variable name
- https_server bool
- Set a HTTPS Server
- https_server_ strvariable 
- Variable name
- id str
- The id of the Feature
- ignore_bootp bool
- Configure Ignore BOOTP
- ignore_bootp_ strvariable 
- Variable name
- ip_source_ boolrouting 
- Set Source Route
- ip_source_ strrouting_ variable 
- Variable name
- line_vty bool
- Configure Telnet (Outbound)
- line_vty_ strvariable 
- Variable name
- lldp bool
- Configure LLDP
- lldp_variable str
- Variable name
- name str
- The name of the Feature
- nat64_tcp_ inttimeout 
- Set NAT64 TCP session timeout, in seconds
- nat64_tcp_ strtimeout_ variable 
- Variable name
- nat64_udp_ inttimeout 
- Set NAT64 UDP session timeout, in seconds
- nat64_udp_ strtimeout_ variable 
- Variable name
- rsh_rcp bool
- Set RSH/RCP
- rsh_rcp_ strvariable 
- Variable name
- snmp_ifindex_ boolpersist 
- Configure SNMP Ifindex Persist
- snmp_ifindex_ strpersist_ variable 
- Variable name
- source_interface str
- Specify interface for source address in all HTTP(S) client connections
- source_interface_ strvariable 
- Variable name
- ssh_version str
- Set SSH version
- ssh_version_ strvariable 
- Variable name
- tcp_keepalives_ boolin 
- Configure tcp-keepalives-in
- tcp_keepalives_ strin_ variable 
- Variable name
- tcp_keepalives_ boolout 
- Configure tcp-keepalives-out
- tcp_keepalives_ strout_ variable 
- Variable name
- tcp_small_ boolservers 
- Configure tcp-small-servers
- tcp_small_ strservers_ variable 
- Variable name
- udp_small_ boolservers 
- Configure udp-small-servers
- udp_small_ strservers_ variable 
- Variable name
- version int
- The version of the Feature
- vty_line_ boollogging 
- Configure VTY Line Logging
- vty_line_ strlogging_ variable 
- Variable name
- arpProxy Boolean
- Set ARP Proxy
- arpProxy StringVariable 
- Variable name
- cdp Boolean
- Configure CDP
- cdpVariable String
- Variable name
- consoleLogging Boolean
- Configure Console Logging
- consoleLogging StringVariable 
- Variable name
- description String
- The description of the Feature
- domainLookup Boolean
- Configure Domain-Lookup
- domainLookup StringVariable 
- Variable name
- featureProfile StringId 
- Feature Profile ID
- ftpPassive Boolean
- Set Passive FTP
- ftpPassive StringVariable 
- Variable name
- httpAuthentication String
- Set preference for HTTP Authentication
- httpAuthentication StringVariable 
- Variable name
- httpServer Boolean
- Set a HTTP Server
- httpServer StringVariable 
- Variable name
- httpsServer Boolean
- Set a HTTPS Server
- httpsServer StringVariable 
- Variable name
- id String
- The id of the Feature
- ignoreBootp Boolean
- Configure Ignore BOOTP
- ignoreBootp StringVariable 
- Variable name
- ipSource BooleanRouting 
- Set Source Route
- ipSource StringRouting Variable 
- Variable name
- lineVty Boolean
- Configure Telnet (Outbound)
- lineVty StringVariable 
- Variable name
- lldp Boolean
- Configure LLDP
- lldpVariable String
- Variable name
- name String
- The name of the Feature
- nat64TcpTimeout Number
- Set NAT64 TCP session timeout, in seconds
- nat64TcpTimeout StringVariable 
- Variable name
- nat64UdpTimeout Number
- Set NAT64 UDP session timeout, in seconds
- nat64UdpTimeout StringVariable 
- Variable name
- rshRcp Boolean
- Set RSH/RCP
- rshRcp StringVariable 
- Variable name
- snmpIfindex BooleanPersist 
- Configure SNMP Ifindex Persist
- snmpIfindex StringPersist Variable 
- Variable name
- sourceInterface String
- Specify interface for source address in all HTTP(S) client connections
- sourceInterface StringVariable 
- Variable name
- sshVersion String
- Set SSH version
- sshVersion StringVariable 
- Variable name
- tcpKeepalives BooleanIn 
- Configure tcp-keepalives-in
- tcpKeepalives StringIn Variable 
- Variable name
- tcpKeepalives BooleanOut 
- Configure tcp-keepalives-out
- tcpKeepalives StringOut Variable 
- Variable name
- tcpSmall BooleanServers 
- Configure tcp-small-servers
- tcpSmall StringServers Variable 
- Variable name
- udpSmall BooleanServers 
- Configure udp-small-servers
- udpSmall StringServers Variable 
- Variable name
- version Number
- The version of the Feature
- vtyLine BooleanLogging 
- Configure VTY Line Logging
- vtyLine StringLogging Variable 
- Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
