Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getSystemSnmpFeature
Explore with Pulumi AI
This data source can read the System SNMP Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getSystemSnmpFeature({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
    featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_system_snmp_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.LookupSystemSnmpFeature(ctx, &sdwan.LookupSystemSnmpFeatureArgs{
			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.GetSystemSnmpFeature.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.GetSystemSnmpFeatureArgs;
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.getSystemSnmpFeature(GetSystemSnmpFeatureArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getSystemSnmpFeature
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
        featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getSystemSnmpFeature
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 getSystemSnmpFeature(args: GetSystemSnmpFeatureArgs, opts?: InvokeOptions): Promise<GetSystemSnmpFeatureResult>
function getSystemSnmpFeatureOutput(args: GetSystemSnmpFeatureOutputArgs, opts?: InvokeOptions): Output<GetSystemSnmpFeatureResult>def get_system_snmp_feature(feature_profile_id: Optional[str] = None,
                            id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetSystemSnmpFeatureResult
def get_system_snmp_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                            id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetSystemSnmpFeatureResult]func LookupSystemSnmpFeature(ctx *Context, args *LookupSystemSnmpFeatureArgs, opts ...InvokeOption) (*LookupSystemSnmpFeatureResult, error)
func LookupSystemSnmpFeatureOutput(ctx *Context, args *LookupSystemSnmpFeatureOutputArgs, opts ...InvokeOption) LookupSystemSnmpFeatureResultOutput> Note: This function is named LookupSystemSnmpFeature in the Go SDK.
public static class GetSystemSnmpFeature 
{
    public static Task<GetSystemSnmpFeatureResult> InvokeAsync(GetSystemSnmpFeatureArgs args, InvokeOptions? opts = null)
    public static Output<GetSystemSnmpFeatureResult> Invoke(GetSystemSnmpFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSystemSnmpFeatureResult> getSystemSnmpFeature(GetSystemSnmpFeatureArgs args, InvokeOptions options)
public static Output<GetSystemSnmpFeatureResult> getSystemSnmpFeature(GetSystemSnmpFeatureArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getSystemSnmpFeature:getSystemSnmpFeature
  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
getSystemSnmpFeature Result
The following output properties are available:
- Communities
List<GetSystem Snmp Feature Community> 
- Configure SNMP community
- ContactPerson string
- Set the contact for this managed node
- ContactPerson stringVariable 
- Variable name
- Description string
- The description of the Feature
- FeatureProfile stringId 
- Feature Profile ID
- Groups
List<GetSystem Snmp Feature Group> 
- Configure an SNMP group
- Id string
- The id of the Feature
- LocationOf stringDevice 
- Set the physical location of this managed node
- LocationOf stringDevice Variable 
- Variable name
- Name string
- The name of the Feature
- Shutdown bool
- Enable or disable SNMP
- ShutdownVariable string
- Variable name
- TrapTarget List<GetServers System Snmp Feature Trap Target Server> 
- Configure SNMP server to receive SNMP traps
- Users
List<GetSystem Snmp Feature User> 
- Configure an SNMP user
- Version int
- The version of the Feature
- Views
List<GetSystem Snmp Feature View> 
- Configure a view record
- Communities
[]GetSystem Snmp Feature Community 
- Configure SNMP community
- ContactPerson string
- Set the contact for this managed node
- ContactPerson stringVariable 
- Variable name
- Description string
- The description of the Feature
- FeatureProfile stringId 
- Feature Profile ID
- Groups
[]GetSystem Snmp Feature Group 
- Configure an SNMP group
- Id string
- The id of the Feature
- LocationOf stringDevice 
- Set the physical location of this managed node
- LocationOf stringDevice Variable 
- Variable name
- Name string
- The name of the Feature
- Shutdown bool
- Enable or disable SNMP
- ShutdownVariable string
- Variable name
- TrapTarget []GetServers System Snmp Feature Trap Target Server 
- Configure SNMP server to receive SNMP traps
- Users
[]GetSystem Snmp Feature User 
- Configure an SNMP user
- Version int
- The version of the Feature
- Views
[]GetSystem Snmp Feature View 
- Configure a view record
- communities
List<GetSystem Snmp Feature Community> 
- Configure SNMP community
- contactPerson String
- Set the contact for this managed node
- contactPerson StringVariable 
- Variable name
- description String
- The description of the Feature
- featureProfile StringId 
- Feature Profile ID
- groups
List<GetSystem Snmp Feature Group> 
- Configure an SNMP group
- id String
- The id of the Feature
- locationOf StringDevice 
- Set the physical location of this managed node
- locationOf StringDevice Variable 
- Variable name
- name String
- The name of the Feature
- shutdown Boolean
- Enable or disable SNMP
- shutdownVariable String
- Variable name
- trapTarget List<GetServers System Snmp Feature Trap Target Server> 
- Configure SNMP server to receive SNMP traps
- users
List<GetSystem Snmp Feature User> 
- Configure an SNMP user
- version Integer
- The version of the Feature
- views
List<GetSystem Snmp Feature View> 
- Configure a view record
- communities
GetSystem Snmp Feature Community[] 
- Configure SNMP community
- contactPerson string
- Set the contact for this managed node
- contactPerson stringVariable 
- Variable name
- description string
- The description of the Feature
- featureProfile stringId 
- Feature Profile ID
- groups
GetSystem Snmp Feature Group[] 
- Configure an SNMP group
- id string
- The id of the Feature
- locationOf stringDevice 
- Set the physical location of this managed node
- locationOf stringDevice Variable 
- Variable name
- name string
- The name of the Feature
- shutdown boolean
- Enable or disable SNMP
- shutdownVariable string
- Variable name
- trapTarget GetServers System Snmp Feature Trap Target Server[] 
- Configure SNMP server to receive SNMP traps
- users
GetSystem Snmp Feature User[] 
- Configure an SNMP user
- version number
- The version of the Feature
- views
GetSystem Snmp Feature View[] 
- Configure a view record
- communities
Sequence[GetSystem Snmp Feature Community] 
- Configure SNMP community
- contact_person str
- Set the contact for this managed node
- contact_person_ strvariable 
- Variable name
- description str
- The description of the Feature
- feature_profile_ strid 
- Feature Profile ID
- groups
Sequence[GetSystem Snmp Feature Group] 
- Configure an SNMP group
- id str
- The id of the Feature
- location_of_ strdevice 
- Set the physical location of this managed node
- location_of_ strdevice_ variable 
- Variable name
- name str
- The name of the Feature
- shutdown bool
- Enable or disable SNMP
- shutdown_variable str
- Variable name
- trap_target_ Sequence[Getservers System Snmp Feature Trap Target Server] 
- Configure SNMP server to receive SNMP traps
- users
Sequence[GetSystem Snmp Feature User] 
- Configure an SNMP user
- version int
- The version of the Feature
- views
Sequence[GetSystem Snmp Feature View] 
- Configure a view record
- communities List<Property Map>
- Configure SNMP community
- contactPerson String
- Set the contact for this managed node
- contactPerson StringVariable 
- Variable name
- description String
- The description of the Feature
- featureProfile StringId 
- Feature Profile ID
- groups List<Property Map>
- Configure an SNMP group
- id String
- The id of the Feature
- locationOf StringDevice 
- Set the physical location of this managed node
- locationOf StringDevice Variable 
- Variable name
- name String
- The name of the Feature
- shutdown Boolean
- Enable or disable SNMP
- shutdownVariable String
- Variable name
- trapTarget List<Property Map>Servers 
- Configure SNMP server to receive SNMP traps
- users List<Property Map>
- Configure an SNMP user
- version Number
- The version of the Feature
- views List<Property Map>
- Configure a view record
Supporting Types
GetSystemSnmpFeatureCommunity    
- string
- Configure access permissions
- string
- Variable name
- Name string
- Set name of the SNMP community
- UserLabel string
- Set user label of the SNMP community
- View string
- Set name of the SNMP view
- ViewVariable string
- Variable name
- string
- Configure access permissions
- string
- Variable name
- Name string
- Set name of the SNMP community
- UserLabel string
- Set user label of the SNMP community
- View string
- Set name of the SNMP view
- ViewVariable string
- Variable name
- String
- Configure access permissions
- String
- Variable name
- name String
- Set name of the SNMP community
- userLabel String
- Set user label of the SNMP community
- view String
- Set name of the SNMP view
- viewVariable String
- Variable name
- string
- Configure access permissions
- string
- Variable name
- name string
- Set name of the SNMP community
- userLabel string
- Set user label of the SNMP community
- view string
- Set name of the SNMP view
- viewVariable string
- Variable name
- str
- Configure access permissions
- str
- Variable name
- name str
- Set name of the SNMP community
- user_label str
- Set user label of the SNMP community
- view str
- Set name of the SNMP view
- view_variable str
- Variable name
- String
- Configure access permissions
- String
- Variable name
- name String
- Set name of the SNMP community
- userLabel String
- Set user label of the SNMP community
- view String
- Set name of the SNMP view
- viewVariable String
- Variable name
GetSystemSnmpFeatureGroup    
- Name string
- Name of the SNMP group
- SecurityLevel string
- Configure security level
- View string
- Name of the SNMP view
- ViewVariable string
- Variable name
- Name string
- Name of the SNMP group
- SecurityLevel string
- Configure security level
- View string
- Name of the SNMP view
- ViewVariable string
- Variable name
- name String
- Name of the SNMP group
- securityLevel String
- Configure security level
- view String
- Name of the SNMP view
- viewVariable String
- Variable name
- name string
- Name of the SNMP group
- securityLevel string
- Configure security level
- view string
- Name of the SNMP view
- viewVariable string
- Variable name
- name str
- Name of the SNMP group
- security_level str
- Configure security level
- view str
- Name of the SNMP view
- view_variable str
- Variable name
- name String
- Name of the SNMP group
- securityLevel String
- Configure security level
- view String
- Name of the SNMP view
- viewVariable String
- Variable name
GetSystemSnmpFeatureTrapTargetServer      
- Ip string
- Set IPv4/IPv6 address of SNMP server
- IpVariable string
- Variable name
- Port int
- Set UDP port number to connect to SNMP server
- PortVariable string
- Variable name
- SourceInterface string
- Source interface for outgoing SNMP traps
- SourceInterface stringVariable 
- Variable name
- User string
- Set name of the SNMP user
- UserLabel string
- Set user label of the SNMP community
- UserVariable string
- Variable name
- VpnId int
- Set VPN in which SNMP server is located
- VpnId stringVariable 
- Variable name
- Ip string
- Set IPv4/IPv6 address of SNMP server
- IpVariable string
- Variable name
- Port int
- Set UDP port number to connect to SNMP server
- PortVariable string
- Variable name
- SourceInterface string
- Source interface for outgoing SNMP traps
- SourceInterface stringVariable 
- Variable name
- User string
- Set name of the SNMP user
- UserLabel string
- Set user label of the SNMP community
- UserVariable string
- Variable name
- VpnId int
- Set VPN in which SNMP server is located
- VpnId stringVariable 
- Variable name
- ip String
- Set IPv4/IPv6 address of SNMP server
- ipVariable String
- Variable name
- port Integer
- Set UDP port number to connect to SNMP server
- portVariable String
- Variable name
- sourceInterface String
- Source interface for outgoing SNMP traps
- sourceInterface StringVariable 
- Variable name
- user String
- Set name of the SNMP user
- userLabel String
- Set user label of the SNMP community
- userVariable String
- Variable name
- vpnId Integer
- Set VPN in which SNMP server is located
- vpnId StringVariable 
- Variable name
- ip string
- Set IPv4/IPv6 address of SNMP server
- ipVariable string
- Variable name
- port number
- Set UDP port number to connect to SNMP server
- portVariable string
- Variable name
- sourceInterface string
- Source interface for outgoing SNMP traps
- sourceInterface stringVariable 
- Variable name
- user string
- Set name of the SNMP user
- userLabel string
- Set user label of the SNMP community
- userVariable string
- Variable name
- vpnId number
- Set VPN in which SNMP server is located
- vpnId stringVariable 
- Variable name
- ip str
- Set IPv4/IPv6 address of SNMP server
- ip_variable str
- Variable name
- port int
- Set UDP port number to connect to SNMP server
- port_variable str
- Variable name
- source_interface str
- Source interface for outgoing SNMP traps
- source_interface_ strvariable 
- Variable name
- user str
- Set name of the SNMP user
- user_label str
- Set user label of the SNMP community
- user_variable str
- Variable name
- vpn_id int
- Set VPN in which SNMP server is located
- vpn_id_ strvariable 
- Variable name
- ip String
- Set IPv4/IPv6 address of SNMP server
- ipVariable String
- Variable name
- port Number
- Set UDP port number to connect to SNMP server
- portVariable String
- Variable name
- sourceInterface String
- Source interface for outgoing SNMP traps
- sourceInterface StringVariable 
- Variable name
- user String
- Set name of the SNMP user
- userLabel String
- Set user label of the SNMP community
- userVariable String
- Variable name
- vpnId Number
- Set VPN in which SNMP server is located
- vpnId StringVariable 
- Variable name
GetSystemSnmpFeatureUser    
- AuthenticationPassword string
- Specify authentication protocol password
- AuthenticationPassword stringVariable 
- Variable name
- AuthenticationProtocol string
- Configure authentication protocol
- AuthenticationProtocol stringVariable 
- Variable name
- Group string
- Name of the SNMP group
- GroupVariable string
- Variable name
- Name string
- Name of the SNMP user
- PrivacyPassword string
- Specify privacy protocol password
- PrivacyPassword stringVariable 
- Variable name
- PrivacyProtocol string
- Configure privacy protocol
- PrivacyProtocol stringVariable 
- Variable name
- AuthenticationPassword string
- Specify authentication protocol password
- AuthenticationPassword stringVariable 
- Variable name
- AuthenticationProtocol string
- Configure authentication protocol
- AuthenticationProtocol stringVariable 
- Variable name
- Group string
- Name of the SNMP group
- GroupVariable string
- Variable name
- Name string
- Name of the SNMP user
- PrivacyPassword string
- Specify privacy protocol password
- PrivacyPassword stringVariable 
- Variable name
- PrivacyProtocol string
- Configure privacy protocol
- PrivacyProtocol stringVariable 
- Variable name
- authenticationPassword String
- Specify authentication protocol password
- authenticationPassword StringVariable 
- Variable name
- authenticationProtocol String
- Configure authentication protocol
- authenticationProtocol StringVariable 
- Variable name
- group String
- Name of the SNMP group
- groupVariable String
- Variable name
- name String
- Name of the SNMP user
- privacyPassword String
- Specify privacy protocol password
- privacyPassword StringVariable 
- Variable name
- privacyProtocol String
- Configure privacy protocol
- privacyProtocol StringVariable 
- Variable name
- authenticationPassword string
- Specify authentication protocol password
- authenticationPassword stringVariable 
- Variable name
- authenticationProtocol string
- Configure authentication protocol
- authenticationProtocol stringVariable 
- Variable name
- group string
- Name of the SNMP group
- groupVariable string
- Variable name
- name string
- Name of the SNMP user
- privacyPassword string
- Specify privacy protocol password
- privacyPassword stringVariable 
- Variable name
- privacyProtocol string
- Configure privacy protocol
- privacyProtocol stringVariable 
- Variable name
- authentication_password str
- Specify authentication protocol password
- authentication_password_ strvariable 
- Variable name
- authentication_protocol str
- Configure authentication protocol
- authentication_protocol_ strvariable 
- Variable name
- group str
- Name of the SNMP group
- group_variable str
- Variable name
- name str
- Name of the SNMP user
- privacy_password str
- Specify privacy protocol password
- privacy_password_ strvariable 
- Variable name
- privacy_protocol str
- Configure privacy protocol
- privacy_protocol_ strvariable 
- Variable name
- authenticationPassword String
- Specify authentication protocol password
- authenticationPassword StringVariable 
- Variable name
- authenticationProtocol String
- Configure authentication protocol
- authenticationProtocol StringVariable 
- Variable name
- group String
- Name of the SNMP group
- groupVariable String
- Variable name
- name String
- Name of the SNMP user
- privacyPassword String
- Specify privacy protocol password
- privacyPassword StringVariable 
- Variable name
- privacyProtocol String
- Configure privacy protocol
- privacyProtocol StringVariable 
- Variable name
GetSystemSnmpFeatureView    
- Name string
- Set the name of the SNMP view
- Oids
List<GetSystem Snmp Feature View Oid> 
- Configure SNMP object identifier
- Name string
- Set the name of the SNMP view
- Oids
[]GetSystem Snmp Feature View Oid 
- Configure SNMP object identifier
- name String
- Set the name of the SNMP view
- oids
List<GetSystem Snmp Feature View Oid> 
- Configure SNMP object identifier
- name string
- Set the name of the SNMP view
- oids
GetSystem Snmp Feature View Oid[] 
- Configure SNMP object identifier
- name str
- Set the name of the SNMP view
- oids
Sequence[GetSystem Snmp Feature View Oid] 
- Configure SNMP object identifier
- name String
- Set the name of the SNMP view
- oids List<Property Map>
- Configure SNMP object identifier
GetSystemSnmpFeatureViewOid     
- Exclude bool
- Exclude the OID
- ExcludeVariable string
- Variable name
- Id string
- Configure identifier of subtree of MIB objects
- IdVariable string
- Variable name
- Exclude bool
- Exclude the OID
- ExcludeVariable string
- Variable name
- Id string
- Configure identifier of subtree of MIB objects
- IdVariable string
- Variable name
- exclude Boolean
- Exclude the OID
- excludeVariable String
- Variable name
- id String
- Configure identifier of subtree of MIB objects
- idVariable String
- Variable name
- exclude boolean
- Exclude the OID
- excludeVariable string
- Variable name
- id string
- Configure identifier of subtree of MIB objects
- idVariable string
- Variable name
- exclude bool
- Exclude the OID
- exclude_variable str
- Variable name
- id str
- Configure identifier of subtree of MIB objects
- id_variable str
- Variable name
- exclude Boolean
- Exclude the OID
- excludeVariable String
- Variable name
- id String
- Configure identifier of subtree of MIB objects
- idVariable String
- Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
