1. Packages
  2. Cisco Catalyst SD-WAN Provider
  3. API Docs
  4. getSystemSnmpFeature
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

sdwan.getSystemSnmpFeature

Explore with Pulumi AI

Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

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",
});
Copy
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")
Copy
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
	})
}
Copy
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",
    });

});
Copy
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());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: sdwan:getSystemSnmpFeature
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
        featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Copy

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>
Copy
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]
Copy
func LookupSystemSnmpFeature(ctx *Context, args *LookupSystemSnmpFeatureArgs, opts ...InvokeOption) (*LookupSystemSnmpFeatureResult, error)
func LookupSystemSnmpFeatureOutput(ctx *Context, args *LookupSystemSnmpFeatureOutputArgs, opts ...InvokeOption) LookupSystemSnmpFeatureResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetSystemSnmpFeatureResult> getSystemSnmpFeature(GetSystemSnmpFeatureArgs args, InvokeOptions options)
public static Output<GetSystemSnmpFeatureResult> getSystemSnmpFeature(GetSystemSnmpFeatureArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: sdwan:index/getSystemSnmpFeature:getSystemSnmpFeature
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

FeatureProfileId This property is required. string
Feature Profile ID
Id This property is required. string
The id of the Feature
FeatureProfileId This property is required. string
Feature Profile ID
Id This property is required. string
The id of the Feature
featureProfileId This property is required. String
Feature Profile ID
id This property is required. String
The id of the Feature
featureProfileId 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
featureProfileId This property is required. String
Feature Profile ID
id This property is required. String
The id of the Feature

getSystemSnmpFeature Result

The following output properties are available:

Communities List<GetSystemSnmpFeatureCommunity>
Configure SNMP community
ContactPerson string
Set the contact for this managed node
ContactPersonVariable string
Variable name
Description string
The description of the Feature
FeatureProfileId string
Feature Profile ID
Groups List<GetSystemSnmpFeatureGroup>
Configure an SNMP group
Id string
The id of the Feature
LocationOfDevice string
Set the physical location of this managed node
LocationOfDeviceVariable string
Variable name
Name string
The name of the Feature
Shutdown bool
Enable or disable SNMP
ShutdownVariable string
Variable name
TrapTargetServers List<GetSystemSnmpFeatureTrapTargetServer>
Configure SNMP server to receive SNMP traps
Users List<GetSystemSnmpFeatureUser>
Configure an SNMP user
Version int
The version of the Feature
Views List<GetSystemSnmpFeatureView>
Configure a view record
Communities []GetSystemSnmpFeatureCommunity
Configure SNMP community
ContactPerson string
Set the contact for this managed node
ContactPersonVariable string
Variable name
Description string
The description of the Feature
FeatureProfileId string
Feature Profile ID
Groups []GetSystemSnmpFeatureGroup
Configure an SNMP group
Id string
The id of the Feature
LocationOfDevice string
Set the physical location of this managed node
LocationOfDeviceVariable string
Variable name
Name string
The name of the Feature
Shutdown bool
Enable or disable SNMP
ShutdownVariable string
Variable name
TrapTargetServers []GetSystemSnmpFeatureTrapTargetServer
Configure SNMP server to receive SNMP traps
Users []GetSystemSnmpFeatureUser
Configure an SNMP user
Version int
The version of the Feature
Views []GetSystemSnmpFeatureView
Configure a view record
communities List<GetSystemSnmpFeatureCommunity>
Configure SNMP community
contactPerson String
Set the contact for this managed node
contactPersonVariable String
Variable name
description String
The description of the Feature
featureProfileId String
Feature Profile ID
groups List<GetSystemSnmpFeatureGroup>
Configure an SNMP group
id String
The id of the Feature
locationOfDevice String
Set the physical location of this managed node
locationOfDeviceVariable String
Variable name
name String
The name of the Feature
shutdown Boolean
Enable or disable SNMP
shutdownVariable String
Variable name
trapTargetServers List<GetSystemSnmpFeatureTrapTargetServer>
Configure SNMP server to receive SNMP traps
users List<GetSystemSnmpFeatureUser>
Configure an SNMP user
version Integer
The version of the Feature
views List<GetSystemSnmpFeatureView>
Configure a view record
communities GetSystemSnmpFeatureCommunity[]
Configure SNMP community
contactPerson string
Set the contact for this managed node
contactPersonVariable string
Variable name
description string
The description of the Feature
featureProfileId string
Feature Profile ID
groups GetSystemSnmpFeatureGroup[]
Configure an SNMP group
id string
The id of the Feature
locationOfDevice string
Set the physical location of this managed node
locationOfDeviceVariable string
Variable name
name string
The name of the Feature
shutdown boolean
Enable or disable SNMP
shutdownVariable string
Variable name
trapTargetServers GetSystemSnmpFeatureTrapTargetServer[]
Configure SNMP server to receive SNMP traps
users GetSystemSnmpFeatureUser[]
Configure an SNMP user
version number
The version of the Feature
views GetSystemSnmpFeatureView[]
Configure a view record
communities Sequence[GetSystemSnmpFeatureCommunity]
Configure SNMP community
contact_person str
Set the contact for this managed node
contact_person_variable str
Variable name
description str
The description of the Feature
feature_profile_id str
Feature Profile ID
groups Sequence[GetSystemSnmpFeatureGroup]
Configure an SNMP group
id str
The id of the Feature
location_of_device str
Set the physical location of this managed node
location_of_device_variable str
Variable name
name str
The name of the Feature
shutdown bool
Enable or disable SNMP
shutdown_variable str
Variable name
trap_target_servers Sequence[GetSystemSnmpFeatureTrapTargetServer]
Configure SNMP server to receive SNMP traps
users Sequence[GetSystemSnmpFeatureUser]
Configure an SNMP user
version int
The version of the Feature
views Sequence[GetSystemSnmpFeatureView]
Configure a view record
communities List<Property Map>
Configure SNMP community
contactPerson String
Set the contact for this managed node
contactPersonVariable String
Variable name
description String
The description of the Feature
featureProfileId String
Feature Profile ID
groups List<Property Map>
Configure an SNMP group
id String
The id of the Feature
locationOfDevice String
Set the physical location of this managed node
locationOfDeviceVariable String
Variable name
name String
The name of the Feature
shutdown Boolean
Enable or disable SNMP
shutdownVariable String
Variable name
trapTargetServers List<Property Map>
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

Authorization This property is required. string
Configure access permissions
AuthorizationVariable This property is required. string
Variable name
Name This property is required. string
Set name of the SNMP community
UserLabel This property is required. string
Set user label of the SNMP community
View This property is required. string
Set name of the SNMP view
ViewVariable This property is required. string
Variable name
Authorization This property is required. string
Configure access permissions
AuthorizationVariable This property is required. string
Variable name
Name This property is required. string
Set name of the SNMP community
UserLabel This property is required. string
Set user label of the SNMP community
View This property is required. string
Set name of the SNMP view
ViewVariable This property is required. string
Variable name
authorization This property is required. String
Configure access permissions
authorizationVariable This property is required. String
Variable name
name This property is required. String
Set name of the SNMP community
userLabel This property is required. String
Set user label of the SNMP community
view This property is required. String
Set name of the SNMP view
viewVariable This property is required. String
Variable name
authorization This property is required. string
Configure access permissions
authorizationVariable This property is required. string
Variable name
name This property is required. string
Set name of the SNMP community
userLabel This property is required. string
Set user label of the SNMP community
view This property is required. string
Set name of the SNMP view
viewVariable This property is required. string
Variable name
authorization This property is required. str
Configure access permissions
authorization_variable This property is required. str
Variable name
name This property is required. str
Set name of the SNMP community
user_label This property is required. str
Set user label of the SNMP community
view This property is required. str
Set name of the SNMP view
view_variable This property is required. str
Variable name
authorization This property is required. String
Configure access permissions
authorizationVariable This property is required. String
Variable name
name This property is required. String
Set name of the SNMP community
userLabel This property is required. String
Set user label of the SNMP community
view This property is required. String
Set name of the SNMP view
viewVariable This property is required. String
Variable name

GetSystemSnmpFeatureGroup

Name This property is required. string
Name of the SNMP group
SecurityLevel This property is required. string
Configure security level
View This property is required. string
Name of the SNMP view
ViewVariable This property is required. string
Variable name
Name This property is required. string
Name of the SNMP group
SecurityLevel This property is required. string
Configure security level
View This property is required. string
Name of the SNMP view
ViewVariable This property is required. string
Variable name
name This property is required. String
Name of the SNMP group
securityLevel This property is required. String
Configure security level
view This property is required. String
Name of the SNMP view
viewVariable This property is required. String
Variable name
name This property is required. string
Name of the SNMP group
securityLevel This property is required. string
Configure security level
view This property is required. string
Name of the SNMP view
viewVariable This property is required. string
Variable name
name This property is required. str
Name of the SNMP group
security_level This property is required. str
Configure security level
view This property is required. str
Name of the SNMP view
view_variable This property is required. str
Variable name
name This property is required. String
Name of the SNMP group
securityLevel This property is required. String
Configure security level
view This property is required. String
Name of the SNMP view
viewVariable This property is required. String
Variable name

GetSystemSnmpFeatureTrapTargetServer

Ip This property is required. string
Set IPv4/IPv6 address of SNMP server
IpVariable This property is required. string
Variable name
Port This property is required. int
Set UDP port number to connect to SNMP server
PortVariable This property is required. string
Variable name
SourceInterface This property is required. string
Source interface for outgoing SNMP traps
SourceInterfaceVariable This property is required. string
Variable name
User This property is required. string
Set name of the SNMP user
UserLabel This property is required. string
Set user label of the SNMP community
UserVariable This property is required. string
Variable name
VpnId This property is required. int
Set VPN in which SNMP server is located
VpnIdVariable This property is required. string
Variable name
Ip This property is required. string
Set IPv4/IPv6 address of SNMP server
IpVariable This property is required. string
Variable name
Port This property is required. int
Set UDP port number to connect to SNMP server
PortVariable This property is required. string
Variable name
SourceInterface This property is required. string
Source interface for outgoing SNMP traps
SourceInterfaceVariable This property is required. string
Variable name
User This property is required. string
Set name of the SNMP user
UserLabel This property is required. string
Set user label of the SNMP community
UserVariable This property is required. string
Variable name
VpnId This property is required. int
Set VPN in which SNMP server is located
VpnIdVariable This property is required. string
Variable name
ip This property is required. String
Set IPv4/IPv6 address of SNMP server
ipVariable This property is required. String
Variable name
port This property is required. Integer
Set UDP port number to connect to SNMP server
portVariable This property is required. String
Variable name
sourceInterface This property is required. String
Source interface for outgoing SNMP traps
sourceInterfaceVariable This property is required. String
Variable name
user This property is required. String
Set name of the SNMP user
userLabel This property is required. String
Set user label of the SNMP community
userVariable This property is required. String
Variable name
vpnId This property is required. Integer
Set VPN in which SNMP server is located
vpnIdVariable This property is required. String
Variable name
ip This property is required. string
Set IPv4/IPv6 address of SNMP server
ipVariable This property is required. string
Variable name
port This property is required. number
Set UDP port number to connect to SNMP server
portVariable This property is required. string
Variable name
sourceInterface This property is required. string
Source interface for outgoing SNMP traps
sourceInterfaceVariable This property is required. string
Variable name
user This property is required. string
Set name of the SNMP user
userLabel This property is required. string
Set user label of the SNMP community
userVariable This property is required. string
Variable name
vpnId This property is required. number
Set VPN in which SNMP server is located
vpnIdVariable This property is required. string
Variable name
ip This property is required. str
Set IPv4/IPv6 address of SNMP server
ip_variable This property is required. str
Variable name
port This property is required. int
Set UDP port number to connect to SNMP server
port_variable This property is required. str
Variable name
source_interface This property is required. str
Source interface for outgoing SNMP traps
source_interface_variable This property is required. str
Variable name
user This property is required. str
Set name of the SNMP user
user_label This property is required. str
Set user label of the SNMP community
user_variable This property is required. str
Variable name
vpn_id This property is required. int
Set VPN in which SNMP server is located
vpn_id_variable This property is required. str
Variable name
ip This property is required. String
Set IPv4/IPv6 address of SNMP server
ipVariable This property is required. String
Variable name
port This property is required. Number
Set UDP port number to connect to SNMP server
portVariable This property is required. String
Variable name
sourceInterface This property is required. String
Source interface for outgoing SNMP traps
sourceInterfaceVariable This property is required. String
Variable name
user This property is required. String
Set name of the SNMP user
userLabel This property is required. String
Set user label of the SNMP community
userVariable This property is required. String
Variable name
vpnId This property is required. Number
Set VPN in which SNMP server is located
vpnIdVariable This property is required. String
Variable name

GetSystemSnmpFeatureUser

AuthenticationPassword This property is required. string
Specify authentication protocol password
AuthenticationPasswordVariable This property is required. string
Variable name
AuthenticationProtocol This property is required. string
Configure authentication protocol
AuthenticationProtocolVariable This property is required. string
Variable name
Group This property is required. string
Name of the SNMP group
GroupVariable This property is required. string
Variable name
Name This property is required. string
Name of the SNMP user
PrivacyPassword This property is required. string
Specify privacy protocol password
PrivacyPasswordVariable This property is required. string
Variable name
PrivacyProtocol This property is required. string
Configure privacy protocol
PrivacyProtocolVariable This property is required. string
Variable name
AuthenticationPassword This property is required. string
Specify authentication protocol password
AuthenticationPasswordVariable This property is required. string
Variable name
AuthenticationProtocol This property is required. string
Configure authentication protocol
AuthenticationProtocolVariable This property is required. string
Variable name
Group This property is required. string
Name of the SNMP group
GroupVariable This property is required. string
Variable name
Name This property is required. string
Name of the SNMP user
PrivacyPassword This property is required. string
Specify privacy protocol password
PrivacyPasswordVariable This property is required. string
Variable name
PrivacyProtocol This property is required. string
Configure privacy protocol
PrivacyProtocolVariable This property is required. string
Variable name
authenticationPassword This property is required. String
Specify authentication protocol password
authenticationPasswordVariable This property is required. String
Variable name
authenticationProtocol This property is required. String
Configure authentication protocol
authenticationProtocolVariable This property is required. String
Variable name
group This property is required. String
Name of the SNMP group
groupVariable This property is required. String
Variable name
name This property is required. String
Name of the SNMP user
privacyPassword This property is required. String
Specify privacy protocol password
privacyPasswordVariable This property is required. String
Variable name
privacyProtocol This property is required. String
Configure privacy protocol
privacyProtocolVariable This property is required. String
Variable name
authenticationPassword This property is required. string
Specify authentication protocol password
authenticationPasswordVariable This property is required. string
Variable name
authenticationProtocol This property is required. string
Configure authentication protocol
authenticationProtocolVariable This property is required. string
Variable name
group This property is required. string
Name of the SNMP group
groupVariable This property is required. string
Variable name
name This property is required. string
Name of the SNMP user
privacyPassword This property is required. string
Specify privacy protocol password
privacyPasswordVariable This property is required. string
Variable name
privacyProtocol This property is required. string
Configure privacy protocol
privacyProtocolVariable This property is required. string
Variable name
authentication_password This property is required. str
Specify authentication protocol password
authentication_password_variable This property is required. str
Variable name
authentication_protocol This property is required. str
Configure authentication protocol
authentication_protocol_variable This property is required. str
Variable name
group This property is required. str
Name of the SNMP group
group_variable This property is required. str
Variable name
name This property is required. str
Name of the SNMP user
privacy_password This property is required. str
Specify privacy protocol password
privacy_password_variable This property is required. str
Variable name
privacy_protocol This property is required. str
Configure privacy protocol
privacy_protocol_variable This property is required. str
Variable name
authenticationPassword This property is required. String
Specify authentication protocol password
authenticationPasswordVariable This property is required. String
Variable name
authenticationProtocol This property is required. String
Configure authentication protocol
authenticationProtocolVariable This property is required. String
Variable name
group This property is required. String
Name of the SNMP group
groupVariable This property is required. String
Variable name
name This property is required. String
Name of the SNMP user
privacyPassword This property is required. String
Specify privacy protocol password
privacyPasswordVariable This property is required. String
Variable name
privacyProtocol This property is required. String
Configure privacy protocol
privacyProtocolVariable This property is required. String
Variable name

GetSystemSnmpFeatureView

Name This property is required. string
Set the name of the SNMP view
Oids This property is required. List<GetSystemSnmpFeatureViewOid>
Configure SNMP object identifier
Name This property is required. string
Set the name of the SNMP view
Oids This property is required. []GetSystemSnmpFeatureViewOid
Configure SNMP object identifier
name This property is required. String
Set the name of the SNMP view
oids This property is required. List<GetSystemSnmpFeatureViewOid>
Configure SNMP object identifier
name This property is required. string
Set the name of the SNMP view
oids This property is required. GetSystemSnmpFeatureViewOid[]
Configure SNMP object identifier
name This property is required. str
Set the name of the SNMP view
oids This property is required. Sequence[GetSystemSnmpFeatureViewOid]
Configure SNMP object identifier
name This property is required. String
Set the name of the SNMP view
oids This property is required. List<Property Map>
Configure SNMP object identifier

GetSystemSnmpFeatureViewOid

Exclude This property is required. bool
Exclude the OID
ExcludeVariable This property is required. string
Variable name
Id This property is required. string
Configure identifier of subtree of MIB objects
IdVariable This property is required. string
Variable name
Exclude This property is required. bool
Exclude the OID
ExcludeVariable This property is required. string
Variable name
Id This property is required. string
Configure identifier of subtree of MIB objects
IdVariable This property is required. string
Variable name
exclude This property is required. Boolean
Exclude the OID
excludeVariable This property is required. String
Variable name
id This property is required. String
Configure identifier of subtree of MIB objects
idVariable This property is required. String
Variable name
exclude This property is required. boolean
Exclude the OID
excludeVariable This property is required. string
Variable name
id This property is required. string
Configure identifier of subtree of MIB objects
idVariable This property is required. string
Variable name
exclude This property is required. bool
Exclude the OID
exclude_variable This property is required. str
Variable name
id This property is required. str
Configure identifier of subtree of MIB objects
id_variable This property is required. str
Variable name
exclude This property is required. Boolean
Exclude the OID
excludeVariable This property is required. String
Variable name
id This property is required. String
Configure identifier of subtree of MIB objects
idVariable 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.
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi