Viewing docs for Cisco ISE v0.5.1
published on Friday, Sep 4, 2026 by Pulumi
published on Friday, Sep 4, 2026 by Pulumi
Viewing docs for Cisco ISE v0.5.1
published on Friday, Sep 4, 2026 by Pulumi
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 dictionarydata "ise_trustsec_get_sxp_connection" "name" {
# arguments
}The following arguments are supported:
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
- 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 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 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
- 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
- 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 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
- 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.
Package Details
- Repository
- ise pulumi/pulumi-ise
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
iseTerraform Provider.
Viewing docs for Cisco ISE v0.5.1
published on Friday, Sep 4, 2026 by Pulumi
published on Friday, Sep 4, 2026 by Pulumi