1. Packages
  2. Cisco ISE Provider
  3. API Docs
  4. profiling
  5. getProfilerProfile
Cisco ISE v0.2.10 published on Thursday, Feb 19, 2026 by Pulumi
ise logo
Cisco ISE v0.2.10 published on Thursday, Feb 19, 2026 by Pulumi

    This data source can read profiling policies.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ise from "@pulumi/ise";
    
    const example = ise.profiling.getProfilerProfile({
        name: "Polycom-Device",
    });
    
    import pulumi
    import pulumi_ise as ise
    
    example = ise.profiling.get_profiler_profile(name="Polycom-Device")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-ise/sdk/go/ise/profiling"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := profiling.GetProfilerProfile(ctx, &profiling.GetProfilerProfileArgs{
    			Name: pulumi.StringRef("Polycom-Device"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ise = Pulumi.Ise;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Ise.Profiling.GetProfilerProfile.Invoke(new()
        {
            Name = "Polycom-Device",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ise.profiling.ProfilingFunctions;
    import com.pulumi.ise.profiling.inputs.GetProfilerProfileArgs;
    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 = ProfilingFunctions.getProfilerProfile(GetProfilerProfileArgs.builder()
                .name("Polycom-Device")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: ise:profiling:getProfilerProfile
          arguments:
            name: Polycom-Device
    

    Using getProfilerProfile

    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 getProfilerProfile(args: GetProfilerProfileArgs, opts?: InvokeOptions): Promise<GetProfilerProfileResult>
    function getProfilerProfileOutput(args: GetProfilerProfileOutputArgs, opts?: InvokeOptions): Output<GetProfilerProfileResult>
    def get_profiler_profile(id: Optional[str] = None,
                             name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetProfilerProfileResult
    def get_profiler_profile_output(id: Optional[pulumi.Input[str]] = None,
                             name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetProfilerProfileResult]
    func GetProfilerProfile(ctx *Context, args *GetProfilerProfileArgs, opts ...InvokeOption) (*GetProfilerProfileResult, error)
    func GetProfilerProfileOutput(ctx *Context, args *GetProfilerProfileOutputArgs, opts ...InvokeOption) GetProfilerProfileResultOutput

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

    public static class GetProfilerProfile 
    {
        public static Task<GetProfilerProfileResult> InvokeAsync(GetProfilerProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetProfilerProfileResult> Invoke(GetProfilerProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetProfilerProfileResult> getProfilerProfile(GetProfilerProfileArgs args, InvokeOptions options)
    public static Output<GetProfilerProfileResult> getProfilerProfile(GetProfilerProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ise:profiling/getProfilerProfile:getProfilerProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The id of the object
    Name string
    Profile name
    Id string
    The id of the object
    Name string
    Profile name
    id String
    The id of the object
    name String
    Profile name
    id string
    The id of the object
    name string
    Profile name
    id str
    The id of the object
    name str
    Profile name
    id String
    The id of the object
    name String
    Profile name

    getProfilerProfile Result

    The following output properties are available:

    Description string
    Description
    Id string
    The id of the object
    Name string
    Profile name
    ParentId string
    Parent ID
    Description string
    Description
    Id string
    The id of the object
    Name string
    Profile name
    ParentId string
    Parent ID
    description String
    Description
    id String
    The id of the object
    name String
    Profile name
    parentId String
    Parent ID
    description string
    Description
    id string
    The id of the object
    name string
    Profile name
    parentId string
    Parent ID
    description str
    Description
    id str
    The id of the object
    name str
    Profile name
    parent_id str
    Parent ID
    description String
    Description
    id String
    The id of the object
    name String
    Profile name
    parentId String
    Parent ID

    Package Details

    Repository
    ise pulumi/pulumi-ise
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the ise Terraform Provider.
    ise logo
    Cisco ISE v0.2.10 published on Thursday, Feb 19, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate