1. Registry
  2. Packages
  3. Cisco ISE Provider
  4. API Docs
  5. trustsec
  6. getSxpConnection
Viewing docs for Cisco ISE v0.5.1
published on Friday, Sep 4, 2026 by Pulumi
ise logo
Viewing docs for Cisco ISE v0.5.1
published on Friday, Sep 4, 2026 by Pulumi

    This data source can read the SXP Connection.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ise from "@pulumi/ise";
    
    const example = ise.trustsec.getSxpConnection({
        id: "76d24097-41c4-4558-a4d0-a8c07ac08470",
    });
    
    import pulumi
    import pulumi_ise as ise
    
    example = ise.trustsec.get_sxp_connection(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-ise/sdk/go/ise/trustsec"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := trustsec.LookupSxpConnection(ctx, &trustsec.LookupSxpConnectionArgs{
    			Id: pulumi.StringRef("76d24097-41c4-4558-a4d0-a8c07ac08470"),
    		}, 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.TrustSec.GetSxpConnection.Invoke(new()
        {
            Id = "76d24097-41c4-4558-a4d0-a8c07ac08470",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ise.trustsec.TrustsecFunctions;
    import com.pulumi.ise.trustsec.inputs.GetSxpConnectionArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    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 = TrustsecFunctions.getSxpConnection(GetSxpConnectionArgs.builder()
                .id("76d24097-41c4-4558-a4d0-a8c07ac08470")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: ise:trustsec:getSxpConnection
          arguments:
            id: 76d24097-41c4-4558-a4d0-a8c07ac08470
    
    pulumi {
      required_providers {
        ise = {
          source = "pulumi/ise"
        }
      }
    }
    
    data "ise_trustsec_getsxpconnection" "example" {
      id = "76d24097-41c4-4558-a4d0-a8c07ac08470"
    }
    

    Using getSxpConnection

    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 getSxpConnection(args: GetSxpConnectionArgs, opts?: InvokeOptions): Promise<GetSxpConnectionResult>
    function getSxpConnectionOutput(args: GetSxpConnectionOutputArgs, opts?: InvokeOutputOptions): Output<GetSxpConnectionResult>
    def get_sxp_connection(id: Optional[str] = None,
                           name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetSxpConnectionResult
    def get_sxp_connection_output(id: pulumi.Input[Optional[str]] = None,
                           name: pulumi.Input[Optional[str]] = None,
                           opts: Optional[InvokeOutputOptions] = None) -> Output[GetSxpConnectionResult]
    func LookupSxpConnection(ctx *Context, args *LookupSxpConnectionArgs, opts ...InvokeOption) (*LookupSxpConnectionResult, error)
    func LookupSxpConnectionOutput(ctx *Context, args *LookupSxpConnectionOutputArgs, opts ...InvokeOption) LookupSxpConnectionResultOutput

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

    public static class GetSxpConnection 
    {
        public static Task<GetSxpConnectionResult> InvokeAsync(GetSxpConnectionArgs args, InvokeOptions? opts = null)
        public static Output<GetSxpConnectionResult> Invoke(GetSxpConnectionInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetSxpConnectionResult> Invoke(GetSxpConnectionInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetSxpConnectionResult> getSxpConnection(GetSxpConnectionArgs args, InvokeOptions options)
    public static Output<GetSxpConnectionResult> getSxpConnection(GetSxpConnectionArgs args, InvokeOptions options)
    public static Output<GetSxpConnectionResult> getSxpConnection(GetSxpConnectionArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: ise:trustsec/getSxpConnection:getSxpConnection
      arguments:
        # arguments dictionary
    data "ise_trustsec_get_sxp_connection" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    The id of the object
    Name string
    The name of the SXP connection.
    Id string
    The id of the object
    Name string
    The name of the SXP connection.
    id string
    The id of the object
    name string
    The name of the SXP connection.
    id String
    The id of the object
    name String
    The name of the SXP connection.
    id string
    The id of the object
    name string
    The name of the SXP connection.
    id str
    The id of the object
    name str
    The name of the SXP connection.
    id String
    The id of the object
    name String
    The name of the SXP connection.

    getSxpConnection Result

    The following output properties are available:

    Description string
    The description of the SXP connection
    Enabled bool
    Enables or disables the SXP connection.
    Id string
    The id of the object
    IpAddress string
    The IP address of the SXP peer.
    Name string
    The name of the SXP connection.
    SxpMode string
    The SXP connection mode
    SxpNode string
    The name of the SXP node.
    SxpPeer string
    The name of the SXP peer.
    SxpVersion string
    The SXP protocol version negotiated with the peer
    SxpVpn string
    The name of the SXP VPN. Since Cisco ISE 3.0, a comma-separated list of multiple SXP VPN names is supported.
    Description string
    The description of the SXP connection
    Enabled bool
    Enables or disables the SXP connection.
    Id string
    The id of the object
    IpAddress string
    The IP address of the SXP peer.
    Name string
    The name of the SXP connection.
    SxpMode string
    The SXP connection mode
    SxpNode string
    The name of the SXP node.
    SxpPeer string
    The name of the SXP peer.
    SxpVersion string
    The SXP protocol version negotiated with the peer
    SxpVpn string
    The name of the SXP VPN. Since Cisco ISE 3.0, a comma-separated list of multiple SXP VPN names is supported.
    description string
    The description of the SXP connection
    enabled bool
    Enables or disables the SXP connection.
    id string
    The id of the object
    ip_address string
    The IP address of the SXP peer.
    name string
    The name of the SXP connection.
    sxp_mode string
    The SXP connection mode
    sxp_node string
    The name of the SXP node.
    sxp_peer string
    The name of the SXP peer.
    sxp_version string
    The SXP protocol version negotiated with the peer
    sxp_vpn string
    The name of the SXP VPN. Since Cisco ISE 3.0, a comma-separated list of multiple SXP VPN names is supported.
    description String
    The description of the SXP connection
    enabled Boolean
    Enables or disables the SXP connection.
    id String
    The id of the object
    ipAddress String
    The IP address of the SXP peer.
    name String
    The name of the SXP connection.
    sxpMode String
    The SXP connection mode
    sxpNode String
    The name of the SXP node.
    sxpPeer String
    The name of the SXP peer.
    sxpVersion String
    The SXP protocol version negotiated with the peer
    sxpVpn String
    The name of the SXP VPN. Since Cisco ISE 3.0, a comma-separated list of multiple SXP VPN names is supported.
    description string
    The description of the SXP connection
    enabled boolean
    Enables or disables the SXP connection.
    id string
    The id of the object
    ipAddress string
    The IP address of the SXP peer.
    name string
    The name of the SXP connection.
    sxpMode string
    The SXP connection mode
    sxpNode string
    The name of the SXP node.
    sxpPeer string
    The name of the SXP peer.
    sxpVersion string
    The SXP protocol version negotiated with the peer
    sxpVpn string
    The name of the SXP VPN. Since Cisco ISE 3.0, a comma-separated list of multiple SXP VPN names is supported.
    description str
    The description of the SXP connection
    enabled bool
    Enables or disables the SXP connection.
    id str
    The id of the object
    ip_address str
    The IP address of the SXP peer.
    name str
    The name of the SXP connection.
    sxp_mode str
    The SXP connection mode
    sxp_node str
    The name of the SXP node.
    sxp_peer str
    The name of the SXP peer.
    sxp_version str
    The SXP protocol version negotiated with the peer
    sxp_vpn str
    The name of the SXP VPN. Since Cisco ISE 3.0, a comma-separated list of multiple SXP VPN names is supported.
    description String
    The description of the SXP connection
    enabled Boolean
    Enables or disables the SXP connection.
    id String
    The id of the object
    ipAddress String
    The IP address of the SXP peer.
    name String
    The name of the SXP connection.
    sxpMode String
    The SXP connection mode
    sxpNode String
    The name of the SXP node.
    sxpPeer String
    The name of the SXP peer.
    sxpVersion String
    The SXP protocol version negotiated with the peer
    sxpVpn String
    The name of the SXP VPN. Since Cisco ISE 3.0, a comma-separated list of multiple SXP VPN names is supported.

    Package Details

    Repository
    ise pulumi/pulumi-ise
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the ise Terraform Provider.
    ise logo
    Viewing docs for Cisco ISE v0.5.1
    published on Friday, Sep 4, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial