1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. getManagementVoipDomainSccpCallManager
checkpoint 2.12.0 published on Monday, Nov 10, 2025 by checkpointsw
checkpoint logo
checkpoint 2.12.0 published on Monday, Nov 10, 2025 by checkpointsw

    Use this data source to get information on an existing Check Point Voip Domain Sccp Call Manager.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as checkpoint from "@pulumi/checkpoint";
    
    const dataTest = checkpoint.getManagementVoipDomainSccpCallManager({
        name: "sccp_call_manager1",
    });
    
    import pulumi
    import pulumi_checkpoint as checkpoint
    
    data_test = checkpoint.get_management_voip_domain_sccp_call_manager(name="sccp_call_manager1")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/checkpoint/v2/checkpoint"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := checkpoint.LookupManagementVoipDomainSccpCallManager(ctx, &checkpoint.LookupManagementVoipDomainSccpCallManagerArgs{
    			Name: pulumi.StringRef("sccp_call_manager1"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Checkpoint = Pulumi.Checkpoint;
    
    return await Deployment.RunAsync(() => 
    {
        var dataTest = Checkpoint.GetManagementVoipDomainSccpCallManager.Invoke(new()
        {
            Name = "sccp_call_manager1",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.checkpoint.CheckpointFunctions;
    import com.pulumi.checkpoint.inputs.GetManagementVoipDomainSccpCallManagerArgs;
    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 dataTest = CheckpointFunctions.getManagementVoipDomainSccpCallManager(GetManagementVoipDomainSccpCallManagerArgs.builder()
                .name("sccp_call_manager1")
                .build());
    
        }
    }
    
    variables:
      dataTest:
        fn::invoke:
          function: checkpoint:getManagementVoipDomainSccpCallManager
          arguments:
            name: sccp_call_manager1
    

    Using getManagementVoipDomainSccpCallManager

    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 getManagementVoipDomainSccpCallManager(args: GetManagementVoipDomainSccpCallManagerArgs, opts?: InvokeOptions): Promise<GetManagementVoipDomainSccpCallManagerResult>
    function getManagementVoipDomainSccpCallManagerOutput(args: GetManagementVoipDomainSccpCallManagerOutputArgs, opts?: InvokeOptions): Output<GetManagementVoipDomainSccpCallManagerResult>
    def get_management_voip_domain_sccp_call_manager(id: Optional[str] = None,
                                                     name: Optional[str] = None,
                                                     uid: Optional[str] = None,
                                                     opts: Optional[InvokeOptions] = None) -> GetManagementVoipDomainSccpCallManagerResult
    def get_management_voip_domain_sccp_call_manager_output(id: Optional[pulumi.Input[str]] = None,
                                                     name: Optional[pulumi.Input[str]] = None,
                                                     uid: Optional[pulumi.Input[str]] = None,
                                                     opts: Optional[InvokeOptions] = None) -> Output[GetManagementVoipDomainSccpCallManagerResult]
    func LookupManagementVoipDomainSccpCallManager(ctx *Context, args *LookupManagementVoipDomainSccpCallManagerArgs, opts ...InvokeOption) (*LookupManagementVoipDomainSccpCallManagerResult, error)
    func LookupManagementVoipDomainSccpCallManagerOutput(ctx *Context, args *LookupManagementVoipDomainSccpCallManagerOutputArgs, opts ...InvokeOption) LookupManagementVoipDomainSccpCallManagerResultOutput

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

    public static class GetManagementVoipDomainSccpCallManager 
    {
        public static Task<GetManagementVoipDomainSccpCallManagerResult> InvokeAsync(GetManagementVoipDomainSccpCallManagerArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementVoipDomainSccpCallManagerResult> Invoke(GetManagementVoipDomainSccpCallManagerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementVoipDomainSccpCallManagerResult> getManagementVoipDomainSccpCallManager(GetManagementVoipDomainSccpCallManagerArgs args, InvokeOptions options)
    public static Output<GetManagementVoipDomainSccpCallManagerResult> getManagementVoipDomainSccpCallManager(GetManagementVoipDomainSccpCallManagerArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getManagementVoipDomainSccpCallManager:getManagementVoipDomainSccpCallManager
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Name string
    Object name. Should be unique in the domain.
    Uid string
    Object unique identifier.
    Id string
    Name string
    Object name. Should be unique in the domain.
    Uid string
    Object unique identifier.
    id String
    name String
    Object name. Should be unique in the domain.
    uid String
    Object unique identifier.
    id string
    name string
    Object name. Should be unique in the domain.
    uid string
    Object unique identifier.
    id str
    name str
    Object name. Should be unique in the domain.
    uid str
    Object unique identifier.
    id String
    name String
    Object name. Should be unique in the domain.
    uid String
    Object unique identifier.

    getManagementVoipDomainSccpCallManager Result

    The following output properties are available:

    Color string
    Comments string
    EndpointsDomain string
    Icon string
    Id string
    InstalledAt string
    Tags List<string>
    Name string
    Uid string
    Color string
    Comments string
    EndpointsDomain string
    Icon string
    Id string
    InstalledAt string
    Tags []string
    Name string
    Uid string
    color String
    comments String
    endpointsDomain String
    icon String
    id String
    installedAt String
    tags List<String>
    name String
    uid String
    color string
    comments string
    endpointsDomain string
    icon string
    id string
    installedAt string
    tags string[]
    name string
    uid string
    color str
    comments str
    endpoints_domain str
    icon str
    id str
    installed_at str
    tags Sequence[str]
    name str
    uid str
    color String
    comments String
    endpointsDomain String
    icon String
    id String
    installedAt String
    tags List<String>
    name String
    uid String

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    checkpoint logo
    checkpoint 2.12.0 published on Monday, Nov 10, 2025 by checkpointsw
      Meet Neo: Your AI Platform Teammate