1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. getConfigurationGroup
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

sdwan.getConfigurationGroup

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

    This data source can read the Configuration Group .

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as sdwan from "@pulumi/sdwan";
    
    const example = sdwan.getConfigurationGroup({
        id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
    });
    
    import pulumi
    import pulumi_sdwan as sdwan
    
    example = sdwan.get_configuration_group(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.LookupConfigurationGroup(ctx, &sdwan.LookupConfigurationGroupArgs{
    			Id: "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.GetConfigurationGroup.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.GetConfigurationGroupArgs;
    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.getConfigurationGroup(GetConfigurationGroupArgs.builder()
                .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: sdwan:getConfigurationGroup
          Arguments:
            id: f6b2c44c-693c-4763-b010-895aa3d236bd
    

    Using getConfigurationGroup

    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 getConfigurationGroup(args: GetConfigurationGroupArgs, opts?: InvokeOptions): Promise<GetConfigurationGroupResult>
    function getConfigurationGroupOutput(args: GetConfigurationGroupOutputArgs, opts?: InvokeOptions): Output<GetConfigurationGroupResult>
    def get_configuration_group(id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetConfigurationGroupResult
    def get_configuration_group_output(id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetConfigurationGroupResult]
    func LookupConfigurationGroup(ctx *Context, args *LookupConfigurationGroupArgs, opts ...InvokeOption) (*LookupConfigurationGroupResult, error)
    func LookupConfigurationGroupOutput(ctx *Context, args *LookupConfigurationGroupOutputArgs, opts ...InvokeOption) LookupConfigurationGroupResultOutput

    > Note: This function is named LookupConfigurationGroup in the Go SDK.

    public static class GetConfigurationGroup 
    {
        public static Task<GetConfigurationGroupResult> InvokeAsync(GetConfigurationGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetConfigurationGroupResult> Invoke(GetConfigurationGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConfigurationGroupResult> getConfigurationGroup(GetConfigurationGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: sdwan:index/getConfigurationGroup:getConfigurationGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The id of the object
    Id string
    The id of the object
    id String
    The id of the object
    id string
    The id of the object
    id str
    The id of the object
    id String
    The id of the object

    getConfigurationGroup Result

    The following output properties are available:

    Description string
    Description
    FeatureProfiles List<GetConfigurationGroupFeatureProfile>
    List of feature profiles
    Id string
    The id of the object
    Name string
    The name of the configuration group
    Solution string
    Type of solution
    TopologyDevices List<GetConfigurationGroupTopologyDevice>
    List of topology device types
    TopologySiteDevices int
    Number of devices per site
    Description string
    Description
    FeatureProfiles []GetConfigurationGroupFeatureProfile
    List of feature profiles
    Id string
    The id of the object
    Name string
    The name of the configuration group
    Solution string
    Type of solution
    TopologyDevices []GetConfigurationGroupTopologyDevice
    List of topology device types
    TopologySiteDevices int
    Number of devices per site
    description String
    Description
    featureProfiles List<GetConfigurationGroupFeatureProfile>
    List of feature profiles
    id String
    The id of the object
    name String
    The name of the configuration group
    solution String
    Type of solution
    topologyDevices List<GetConfigurationGroupTopologyDevice>
    List of topology device types
    topologySiteDevices Integer
    Number of devices per site
    description string
    Description
    featureProfiles GetConfigurationGroupFeatureProfile[]
    List of feature profiles
    id string
    The id of the object
    name string
    The name of the configuration group
    solution string
    Type of solution
    topologyDevices GetConfigurationGroupTopologyDevice[]
    List of topology device types
    topologySiteDevices number
    Number of devices per site
    description str
    Description
    feature_profiles Sequence[GetConfigurationGroupFeatureProfile]
    List of feature profiles
    id str
    The id of the object
    name str
    The name of the configuration group
    solution str
    Type of solution
    topology_devices Sequence[GetConfigurationGroupTopologyDevice]
    List of topology device types
    topology_site_devices int
    Number of devices per site
    description String
    Description
    featureProfiles List<Property Map>
    List of feature profiles
    id String
    The id of the object
    name String
    The name of the configuration group
    solution String
    Type of solution
    topologyDevices List<Property Map>
    List of topology device types
    topologySiteDevices Number
    Number of devices per site

    Supporting Types

    GetConfigurationGroupFeatureProfile

    Id string
    Feature profile ID
    Id string
    Feature profile ID
    id String
    Feature profile ID
    id string
    Feature profile ID
    id str
    Feature profile ID
    id String
    Feature profile ID

    GetConfigurationGroupTopologyDevice

    CriteriaAttribute string
    Criteria attribute
    CriteriaValue string
    Criteria value
    UnsupportedFeatures List<GetConfigurationGroupTopologyDeviceUnsupportedFeature>
    List of unsupported features
    CriteriaAttribute string
    Criteria attribute
    CriteriaValue string
    Criteria value
    UnsupportedFeatures []GetConfigurationGroupTopologyDeviceUnsupportedFeature
    List of unsupported features
    criteriaAttribute String
    Criteria attribute
    criteriaValue String
    Criteria value
    unsupportedFeatures List<GetConfigurationGroupTopologyDeviceUnsupportedFeature>
    List of unsupported features
    criteriaAttribute string
    Criteria attribute
    criteriaValue string
    Criteria value
    unsupportedFeatures GetConfigurationGroupTopologyDeviceUnsupportedFeature[]
    List of unsupported features
    criteriaAttribute String
    Criteria attribute
    criteriaValue String
    Criteria value
    unsupportedFeatures List<Property Map>
    List of unsupported features

    GetConfigurationGroupTopologyDeviceUnsupportedFeature

    ParcelId string
    Parcel ID
    ParcelType string
    Parcel type
    ParcelId string
    Parcel ID
    ParcelType string
    Parcel type
    parcelId String
    Parcel ID
    parcelType String
    Parcel type
    parcelId string
    Parcel ID
    parcelType string
    Parcel type
    parcel_id str
    Parcel ID
    parcel_type str
    Parcel type
    parcelId String
    Parcel ID
    parcelType String
    Parcel type

    Package Details

    Repository
    sdwan pulumi/pulumi-sdwan
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the sdwan Terraform Provider.
    sdwan logo
    Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi