Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi
sdwan.getCiscoSnmpFeatureTemplate
Explore with Pulumi AI
This data source can read the Cisco SNMP feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getCiscoSnmpFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_cisco_snmp_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
package main
import (
	"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := sdwan.LookupCiscoSnmpFeatureTemplate(ctx, &sdwan.LookupCiscoSnmpFeatureTemplateArgs{
			Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;
return await Deployment.RunAsync(() => 
{
    var example = Sdwan.GetCiscoSnmpFeatureTemplate.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.SdwanFunctions;
import com.pulumi.sdwan.inputs.GetCiscoSnmpFeatureTemplateArgs;
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.getCiscoSnmpFeatureTemplate(GetCiscoSnmpFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      Function: sdwan:getCiscoSnmpFeatureTemplate
      Arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getCiscoSnmpFeatureTemplate
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 getCiscoSnmpFeatureTemplate(args: GetCiscoSnmpFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoSnmpFeatureTemplateResult>
function getCiscoSnmpFeatureTemplateOutput(args: GetCiscoSnmpFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoSnmpFeatureTemplateResult>def get_cisco_snmp_feature_template(id: Optional[str] = None,
                                    name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetCiscoSnmpFeatureTemplateResult
def get_cisco_snmp_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                    name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetCiscoSnmpFeatureTemplateResult]func LookupCiscoSnmpFeatureTemplate(ctx *Context, args *LookupCiscoSnmpFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoSnmpFeatureTemplateResult, error)
func LookupCiscoSnmpFeatureTemplateOutput(ctx *Context, args *LookupCiscoSnmpFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoSnmpFeatureTemplateResultOutput> Note: This function is named LookupCiscoSnmpFeatureTemplate in the Go SDK.
public static class GetCiscoSnmpFeatureTemplate 
{
    public static Task<GetCiscoSnmpFeatureTemplateResult> InvokeAsync(GetCiscoSnmpFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetCiscoSnmpFeatureTemplateResult> Invoke(GetCiscoSnmpFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCiscoSnmpFeatureTemplateResult> getCiscoSnmpFeatureTemplate(GetCiscoSnmpFeatureTemplateArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: sdwan:index/getCiscoSnmpFeatureTemplate:getCiscoSnmpFeatureTemplate
  arguments:
    # arguments dictionaryThe following arguments are supported:
getCiscoSnmpFeatureTemplate Result
The following output properties are available:
- Communities
List<GetCisco Snmp Feature Template Community> 
- Configure SNMP community
- Contact string
- Set the contact for this managed node
- ContactVariable string
- Variable name
- Description string
- The description of the feature template
- DeviceTypes List<string>
- List of supported device types
- Groups
List<GetCisco Snmp Feature Template Group> 
- Configure an SNMP group
- Id string
- The id of the feature template
- Location string
- Set the physical location of this managed node
- LocationVariable string
- Variable name
- Name string
- The name of the feature template
- Shutdown bool
- Enable or disable SNMP
- ShutdownVariable string
- Variable name
- TemplateType string
- The template type
- TrapTargets List<GetCisco Snmp Feature Template Trap Target> 
- Configure SNMP server to receive SNMP traps
- Users
List<GetCisco Snmp Feature Template User> 
- Configure an SNMP user
- Version int
- The version of the feature template
- Views
List<GetCisco Snmp Feature Template View> 
- Configure a view record
- Communities
[]GetCisco Snmp Feature Template Community 
- Configure SNMP community
- Contact string
- Set the contact for this managed node
- ContactVariable string
- Variable name
- Description string
- The description of the feature template
- DeviceTypes []string
- List of supported device types
- Groups
[]GetCisco Snmp Feature Template Group 
- Configure an SNMP group
- Id string
- The id of the feature template
- Location string
- Set the physical location of this managed node
- LocationVariable string
- Variable name
- Name string
- The name of the feature template
- Shutdown bool
- Enable or disable SNMP
- ShutdownVariable string
- Variable name
- TemplateType string
- The template type
- TrapTargets []GetCisco Snmp Feature Template Trap Target 
- Configure SNMP server to receive SNMP traps
- Users
[]GetCisco Snmp Feature Template User 
- Configure an SNMP user
- Version int
- The version of the feature template
- Views
[]GetCisco Snmp Feature Template View 
- Configure a view record
- communities
List<GetCisco Snmp Feature Template Community> 
- Configure SNMP community
- contact String
- Set the contact for this managed node
- contactVariable String
- Variable name
- description String
- The description of the feature template
- deviceTypes List<String>
- List of supported device types
- groups
List<GetCisco Snmp Feature Template Group> 
- Configure an SNMP group
- id String
- The id of the feature template
- location String
- Set the physical location of this managed node
- locationVariable String
- Variable name
- name String
- The name of the feature template
- shutdown Boolean
- Enable or disable SNMP
- shutdownVariable String
- Variable name
- templateType String
- The template type
- trapTargets List<GetCisco Snmp Feature Template Trap Target> 
- Configure SNMP server to receive SNMP traps
- users
List<GetCisco Snmp Feature Template User> 
- Configure an SNMP user
- version Integer
- The version of the feature template
- views
List<GetCisco Snmp Feature Template View> 
- Configure a view record
- communities
GetCisco Snmp Feature Template Community[] 
- Configure SNMP community
- contact string
- Set the contact for this managed node
- contactVariable string
- Variable name
- description string
- The description of the feature template
- deviceTypes string[]
- List of supported device types
- groups
GetCisco Snmp Feature Template Group[] 
- Configure an SNMP group
- id string
- The id of the feature template
- location string
- Set the physical location of this managed node
- locationVariable string
- Variable name
- name string
- The name of the feature template
- shutdown boolean
- Enable or disable SNMP
- shutdownVariable string
- Variable name
- templateType string
- The template type
- trapTargets GetCisco Snmp Feature Template Trap Target[] 
- Configure SNMP server to receive SNMP traps
- users
GetCisco Snmp Feature Template User[] 
- Configure an SNMP user
- version number
- The version of the feature template
- views
GetCisco Snmp Feature Template View[] 
- Configure a view record
- communities
Sequence[GetCisco Snmp Feature Template Community] 
- Configure SNMP community
- contact str
- Set the contact for this managed node
- contact_variable str
- Variable name
- description str
- The description of the feature template
- device_types Sequence[str]
- List of supported device types
- groups
Sequence[GetCisco Snmp Feature Template Group] 
- Configure an SNMP group
- id str
- The id of the feature template
- location str
- Set the physical location of this managed node
- location_variable str
- Variable name
- name str
- The name of the feature template
- shutdown bool
- Enable or disable SNMP
- shutdown_variable str
- Variable name
- template_type str
- The template type
- trap_targets Sequence[GetCisco Snmp Feature Template Trap Target] 
- Configure SNMP server to receive SNMP traps
- users
Sequence[GetCisco Snmp Feature Template User] 
- Configure an SNMP user
- version int
- The version of the feature template
- views
Sequence[GetCisco Snmp Feature Template View] 
- Configure a view record
- communities List<Property Map>
- Configure SNMP community
- contact String
- Set the contact for this managed node
- contactVariable String
- Variable name
- description String
- The description of the feature template
- deviceTypes List<String>
- List of supported device types
- groups List<Property Map>
- Configure an SNMP group
- id String
- The id of the feature template
- location String
- Set the physical location of this managed node
- locationVariable String
- Variable name
- name String
- The name of the feature template
- shutdown Boolean
- Enable or disable SNMP
- shutdownVariable String
- Variable name
- templateType String
- The template type
- trapTargets 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 template
- views List<Property Map>
- Configure a view record
Supporting Types
GetCiscoSnmpFeatureTemplateCommunity     
- string
- Configure access permissions
- string
- Variable name
- Name string
- Set name of the SNMP community
- Optional bool
- Indicates if list item is considered optional.
- 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
- Optional bool
- Indicates if list item is considered optional.
- 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
- optional Boolean
- Indicates if list item is considered optional.
- 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
- optional boolean
- Indicates if list item is considered optional.
- 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
- optional bool
- Indicates if list item is considered optional.
- 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
- optional Boolean
- Indicates if list item is considered optional.
- view String
- Set name of the SNMP view
- viewVariable String
- Variable name
GetCiscoSnmpFeatureTemplateGroup     
- Name string
- Name of the SNMP group
- Optional bool
- Indicates if list item is considered optional.
- SecurityLevel string
- Configure security level
- View string
- Name of the SNMP view
- ViewVariable string
- Variable name
- Name string
- Name of the SNMP group
- Optional bool
- Indicates if list item is considered optional.
- SecurityLevel string
- Configure security level
- View string
- Name of the SNMP view
- ViewVariable string
- Variable name
- name String
- Name of the SNMP group
- optional Boolean
- Indicates if list item is considered optional.
- securityLevel String
- Configure security level
- view String
- Name of the SNMP view
- viewVariable String
- Variable name
- name string
- Name of the SNMP group
- optional boolean
- Indicates if list item is considered optional.
- securityLevel string
- Configure security level
- view string
- Name of the SNMP view
- viewVariable string
- Variable name
- name str
- Name of the SNMP group
- optional bool
- Indicates if list item is considered optional.
- 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
- optional Boolean
- Indicates if list item is considered optional.
- securityLevel String
- Configure security level
- view String
- Name of the SNMP view
- viewVariable String
- Variable name
GetCiscoSnmpFeatureTemplateTrapTarget      
- CommunityName string
- Set name of the SNMP community
- CommunityName stringVariable 
- Variable name
- Ip string
- Set IPv4/IPv6 address of SNMP server
- IpVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- SourceInterface string
- Source interface for outgoing SNMP traps
- SourceInterface stringVariable 
- Variable name
- UdpPort int
- Set UDP port number to connect to SNMP server
- UdpPort stringVariable 
- Variable name
- User string
- Set name of the SNMP user
- UserVariable string
- Variable name
- VpnId int
- Set VPN in which SNMP server is located
- VpnId stringVariable 
- Variable name
- CommunityName string
- Set name of the SNMP community
- CommunityName stringVariable 
- Variable name
- Ip string
- Set IPv4/IPv6 address of SNMP server
- IpVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- SourceInterface string
- Source interface for outgoing SNMP traps
- SourceInterface stringVariable 
- Variable name
- UdpPort int
- Set UDP port number to connect to SNMP server
- UdpPort stringVariable 
- Variable name
- User string
- Set name of the SNMP user
- UserVariable string
- Variable name
- VpnId int
- Set VPN in which SNMP server is located
- VpnId stringVariable 
- Variable name
- communityName String
- Set name of the SNMP community
- communityName StringVariable 
- Variable name
- ip String
- Set IPv4/IPv6 address of SNMP server
- ipVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- sourceInterface String
- Source interface for outgoing SNMP traps
- sourceInterface StringVariable 
- Variable name
- udpPort Integer
- Set UDP port number to connect to SNMP server
- udpPort StringVariable 
- Variable name
- user String
- Set name of the SNMP user
- userVariable String
- Variable name
- vpnId Integer
- Set VPN in which SNMP server is located
- vpnId StringVariable 
- Variable name
- communityName string
- Set name of the SNMP community
- communityName stringVariable 
- Variable name
- ip string
- Set IPv4/IPv6 address of SNMP server
- ipVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- sourceInterface string
- Source interface for outgoing SNMP traps
- sourceInterface stringVariable 
- Variable name
- udpPort number
- Set UDP port number to connect to SNMP server
- udpPort stringVariable 
- Variable name
- user string
- Set name of the SNMP user
- userVariable string
- Variable name
- vpnId number
- Set VPN in which SNMP server is located
- vpnId stringVariable 
- Variable name
- community_name str
- Set name of the SNMP community
- community_name_ strvariable 
- Variable name
- ip str
- Set IPv4/IPv6 address of SNMP server
- ip_variable str
- Variable name
- optional bool
- Indicates if list item is considered optional.
- source_interface str
- Source interface for outgoing SNMP traps
- source_interface_ strvariable 
- Variable name
- udp_port int
- Set UDP port number to connect to SNMP server
- udp_port_ strvariable 
- Variable name
- user str
- Set name of the SNMP user
- user_variable str
- Variable name
- vpn_id int
- Set VPN in which SNMP server is located
- vpn_id_ strvariable 
- Variable name
- communityName String
- Set name of the SNMP community
- communityName StringVariable 
- Variable name
- ip String
- Set IPv4/IPv6 address of SNMP server
- ipVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- sourceInterface String
- Source interface for outgoing SNMP traps
- sourceInterface StringVariable 
- Variable name
- udpPort Number
- Set UDP port number to connect to SNMP server
- udpPort StringVariable 
- Variable name
- user String
- Set name of the SNMP user
- userVariable String
- Variable name
- vpnId Number
- Set VPN in which SNMP server is located
- vpnId StringVariable 
- Variable name
GetCiscoSnmpFeatureTemplateUser     
- 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
- Optional bool
- Indicates if list item is considered optional.
- 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
- Optional bool
- Indicates if list item is considered optional.
- 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
- optional Boolean
- Indicates if list item is considered optional.
- 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
- optional boolean
- Indicates if list item is considered optional.
- 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
- optional bool
- Indicates if list item is considered optional.
- 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
- optional Boolean
- Indicates if list item is considered optional.
- privacyPassword String
- Specify privacy protocol password
- privacyPassword StringVariable 
- Variable name
- privacyProtocol String
- Configure privacy protocol
- privacyProtocol StringVariable 
- Variable name
GetCiscoSnmpFeatureTemplateView     
- Name string
- Set the name of the SNMP view
- ObjectIdentifiers List<GetCisco Snmp Feature Template View Object Identifier> 
- Configure SNMP object identifier
- Optional bool
- Indicates if list item is considered optional.
- Name string
- Set the name of the SNMP view
- ObjectIdentifiers []GetCisco Snmp Feature Template View Object Identifier 
- Configure SNMP object identifier
- Optional bool
- Indicates if list item is considered optional.
- name String
- Set the name of the SNMP view
- objectIdentifiers List<GetCisco Snmp Feature Template View Object Identifier> 
- Configure SNMP object identifier
- optional Boolean
- Indicates if list item is considered optional.
- name string
- Set the name of the SNMP view
- objectIdentifiers GetCisco Snmp Feature Template View Object Identifier[] 
- Configure SNMP object identifier
- optional boolean
- Indicates if list item is considered optional.
- name str
- Set the name of the SNMP view
- object_identifiers Sequence[GetCisco Snmp Feature Template View Object Identifier] 
- Configure SNMP object identifier
- optional bool
- Indicates if list item is considered optional.
- name String
- Set the name of the SNMP view
- objectIdentifiers List<Property Map>
- Configure SNMP object identifier
- optional Boolean
- Indicates if list item is considered optional.
GetCiscoSnmpFeatureTemplateViewObjectIdentifier       
- Exclude bool
- Exclude the OID
- ExcludeVariable string
- Variable name
- Id string
- Configure identifier of subtree of MIB objects
- IdVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Exclude bool
- Exclude the OID
- ExcludeVariable string
- Variable name
- Id string
- Configure identifier of subtree of MIB objects
- IdVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- exclude Boolean
- Exclude the OID
- excludeVariable String
- Variable name
- id String
- Configure identifier of subtree of MIB objects
- idVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- exclude boolean
- Exclude the OID
- excludeVariable string
- Variable name
- id string
- Configure identifier of subtree of MIB objects
- idVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- exclude bool
- Exclude the OID
- exclude_variable str
- Variable name
- id str
- Configure identifier of subtree of MIB objects
- id_variable str
- Variable name
- optional bool
- Indicates if list item is considered optional.
- exclude Boolean
- Exclude the OID
- excludeVariable String
- Variable name
- id String
- Configure identifier of subtree of MIB objects
- idVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
