Cisco Catalyst SD-WAN v0.5.0 published on Tuesday, Oct 14, 2025 by Pulumi
sdwan.getConfigurationGroup
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)
public static Output<GetConfigurationGroupResult> getConfigurationGroup(GetConfigurationGroupArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getConfigurationGroup:getConfigurationGroup
  arguments:
    # arguments dictionaryThe 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
 - Devices
List<Get
Configuration Group Device>  - List of devices
 - Feature
Profile List<string>Ids  - List of feature profile IDs
 - Feature
Versions List<string> - List of all associated feature versions
 - Id string
 - The id of the object
 - Name string
 - The name of the configuration group
 - Solution string
 - Type of solution
 - Topology
Devices List<GetConfiguration Group Topology Device>  - List of topology device types
 - Topology
Site intDevices  - Number of devices per site
 
- Description string
 - Description
 - Devices
[]Get
Configuration Group Device  - List of devices
 - Feature
Profile []stringIds  - List of feature profile IDs
 - Feature
Versions []string - List of all associated feature versions
 - Id string
 - The id of the object
 - Name string
 - The name of the configuration group
 - Solution string
 - Type of solution
 - Topology
Devices []GetConfiguration Group Topology Device  - List of topology device types
 - Topology
Site intDevices  - Number of devices per site
 
- description String
 - Description
 - devices
List<Get
Configuration Group Device>  - List of devices
 - feature
Profile List<String>Ids  - List of feature profile IDs
 - feature
Versions List<String> - List of all associated feature versions
 - id String
 - The id of the object
 - name String
 - The name of the configuration group
 - solution String
 - Type of solution
 - topology
Devices List<GetConfiguration Group Topology Device>  - List of topology device types
 - topology
Site IntegerDevices  - Number of devices per site
 
- description string
 - Description
 - devices
Get
Configuration Group Device[]  - List of devices
 - feature
Profile string[]Ids  - List of feature profile IDs
 - feature
Versions string[] - List of all associated feature versions
 - id string
 - The id of the object
 - name string
 - The name of the configuration group
 - solution string
 - Type of solution
 - topology
Devices GetConfiguration Group Topology Device[]  - List of topology device types
 - topology
Site numberDevices  - Number of devices per site
 
- description str
 - Description
 - devices
Sequence[Get
Configuration Group Device]  - List of devices
 - feature_
profile_ Sequence[str]ids  - List of feature profile IDs
 - feature_
versions Sequence[str] - List of all associated feature versions
 - id str
 - The id of the object
 - name str
 - The name of the configuration group
 - solution str
 - Type of solution
 - topology_
devices Sequence[GetConfiguration Group Topology Device]  - List of topology device types
 - topology_
site_ intdevices  - Number of devices per site
 
- description String
 - Description
 - devices List<Property Map>
 - List of devices
 - feature
Profile List<String>Ids  - List of feature profile IDs
 - feature
Versions List<String> - List of all associated feature versions
 - id String
 - The id of the object
 - name String
 - The name of the configuration group
 - solution String
 - Type of solution
 - topology
Devices List<Property Map> - List of topology device types
 - topology
Site NumberDevices  - Number of devices per site
 
Supporting Types
GetConfigurationGroupDevice   
- Deploy bool
 - Deploy to device if enabled.
 - Id string
 - Device ID
 - Variables
List<Get
Configuration Group Device Variable>  - List of variables
 
- Deploy bool
 - Deploy to device if enabled.
 - Id string
 - Device ID
 - Variables
[]Get
Configuration Group Device Variable  - List of variables
 
- deploy Boolean
 - Deploy to device if enabled.
 - id String
 - Device ID
 - variables
List<Get
Configuration Group Device Variable>  - List of variables
 
- deploy boolean
 - Deploy to device if enabled.
 - id string
 - Device ID
 - variables
Get
Configuration Group Device Variable[]  - List of variables
 
- deploy bool
 - Deploy to device if enabled.
 - id str
 - Device ID
 - variables
Sequence[Get
Configuration Group Device Variable]  - List of variables
 
- deploy Boolean
 - Deploy to device if enabled.
 - id String
 - Device ID
 - variables List<Property Map>
 - List of variables
 
GetConfigurationGroupDeviceVariable    
- List
Values List<string> - Use this instead of 
valuein case value is of typeList. - Name string
 - Variable name
 - Value string
 - Variable value
 
- List
Values []string - Use this instead of 
valuein case value is of typeList. - Name string
 - Variable name
 - Value string
 - Variable value
 
- list
Values List<String> - Use this instead of 
valuein case value is of typeList. - name String
 - Variable name
 - value String
 - Variable value
 
- list
Values string[] - Use this instead of 
valuein case value is of typeList. - name string
 - Variable name
 - value string
 - Variable value
 
- list_
values Sequence[str] - Use this instead of 
valuein case value is of typeList. - name str
 - Variable name
 - value str
 - Variable value
 
- list
Values List<String> - Use this instead of 
valuein case value is of typeList. - name String
 - Variable name
 - value String
 - Variable value
 
GetConfigurationGroupTopologyDevice    
- Criteria
Attribute string - Criteria attribute
 - Criteria
Value string - Criteria value
 - Unsupported
Features List<GetConfiguration Group Topology Device Unsupported Feature>  - List of unsupported features
 
- Criteria
Attribute string - Criteria attribute
 - Criteria
Value string - Criteria value
 - Unsupported
Features []GetConfiguration Group Topology Device Unsupported Feature  - List of unsupported features
 
- criteria
Attribute String - Criteria attribute
 - criteria
Value String - Criteria value
 - unsupported
Features List<GetConfiguration Group Topology Device Unsupported Feature>  - List of unsupported features
 
- criteria
Attribute string - Criteria attribute
 - criteria
Value string - Criteria value
 - unsupported
Features GetConfiguration Group Topology Device Unsupported Feature[]  - List of unsupported features
 
- criteria_
attribute str - Criteria attribute
 - criteria_
value str - Criteria value
 - unsupported_
features Sequence[GetConfiguration Group Topology Device Unsupported Feature]  - List of unsupported features
 
- criteria
Attribute String - Criteria attribute
 - criteria
Value String - Criteria value
 - unsupported
Features List<Property Map> - List of unsupported features
 
GetConfigurationGroupTopologyDeviceUnsupportedFeature      
- Parcel
Id string - Parcel ID
 - Parcel
Type string - Parcel type
 
- Parcel
Id string - Parcel ID
 - Parcel
Type string - Parcel type
 
- parcel
Id String - Parcel ID
 - parcel
Type String - Parcel type
 
- parcel
Id string - Parcel ID
 - parcel
Type string - Parcel type
 
- parcel_
id str - Parcel ID
 - parcel_
type str - Parcel type
 
- parcel
Id String - Parcel ID
 - parcel
Type String - Parcel type
 
Package Details
- Repository
 - sdwan pulumi/pulumi-sdwan
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
sdwanTerraform Provider. 
