1. Packages
  2. Intersight Provider
  3. API Docs
  4. getSdaaciConnectionDetail
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getSdaaciConnectionDetail

Explore with Pulumi AI

Peer connection details for each connection.

Using getSdaaciConnectionDetail

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 getSdaaciConnectionDetail(args: GetSdaaciConnectionDetailArgs, opts?: InvokeOptions): Promise<GetSdaaciConnectionDetailResult>
function getSdaaciConnectionDetailOutput(args: GetSdaaciConnectionDetailOutputArgs, opts?: InvokeOptions): Output<GetSdaaciConnectionDetailResult>
Copy
def get_sdaaci_connection_detail(account_moid: Optional[str] = None,
                                 additional_properties: Optional[str] = None,
                                 ancestors: Optional[Sequence[GetSdaaciConnectionDetailAncestor]] = None,
                                 class_id: Optional[str] = None,
                                 create_time: Optional[str] = None,
                                 description: Optional[str] = None,
                                 domain_group_moid: Optional[str] = None,
                                 id: Optional[str] = None,
                                 ip_pool: Optional[str] = None,
                                 layer3_handoff_id: Optional[str] = None,
                                 mod_time: Optional[str] = None,
                                 moid: Optional[str] = None,
                                 nr_connection: Optional[GetSdaaciConnectionDetailNrConnection] = None,
                                 object_type: Optional[str] = None,
                                 owners: Optional[Sequence[str]] = None,
                                 parent: Optional[GetSdaaciConnectionDetailParent] = None,
                                 peer_ainterface: Optional[str] = None,
                                 peer_aip_address: Optional[str] = None,
                                 peer_atype: Optional[str] = None,
                                 peer_binterface: Optional[str] = None,
                                 peer_bip_address: Optional[str] = None,
                                 peer_btype: Optional[str] = None,
                                 peera: Optional[str] = None,
                                 peerb: Optional[str] = None,
                                 permission_resources: Optional[Sequence[GetSdaaciConnectionDetailPermissionResource]] = None,
                                 router_id: Optional[str] = None,
                                 shared_scope: Optional[str] = None,
                                 status: Optional[str] = None,
                                 tags: Optional[Sequence[GetSdaaciConnectionDetailTag]] = None,
                                 version_context: Optional[GetSdaaciConnectionDetailVersionContext] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetSdaaciConnectionDetailResult
def get_sdaaci_connection_detail_output(account_moid: Optional[pulumi.Input[str]] = None,
                                 additional_properties: Optional[pulumi.Input[str]] = None,
                                 ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetSdaaciConnectionDetailAncestorArgs]]]] = None,
                                 class_id: Optional[pulumi.Input[str]] = None,
                                 create_time: Optional[pulumi.Input[str]] = None,
                                 description: Optional[pulumi.Input[str]] = None,
                                 domain_group_moid: Optional[pulumi.Input[str]] = None,
                                 id: Optional[pulumi.Input[str]] = None,
                                 ip_pool: Optional[pulumi.Input[str]] = None,
                                 layer3_handoff_id: Optional[pulumi.Input[str]] = None,
                                 mod_time: Optional[pulumi.Input[str]] = None,
                                 moid: Optional[pulumi.Input[str]] = None,
                                 nr_connection: Optional[pulumi.Input[GetSdaaciConnectionDetailNrConnectionArgs]] = None,
                                 object_type: Optional[pulumi.Input[str]] = None,
                                 owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                 parent: Optional[pulumi.Input[GetSdaaciConnectionDetailParentArgs]] = None,
                                 peer_ainterface: Optional[pulumi.Input[str]] = None,
                                 peer_aip_address: Optional[pulumi.Input[str]] = None,
                                 peer_atype: Optional[pulumi.Input[str]] = None,
                                 peer_binterface: Optional[pulumi.Input[str]] = None,
                                 peer_bip_address: Optional[pulumi.Input[str]] = None,
                                 peer_btype: Optional[pulumi.Input[str]] = None,
                                 peera: Optional[pulumi.Input[str]] = None,
                                 peerb: Optional[pulumi.Input[str]] = None,
                                 permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetSdaaciConnectionDetailPermissionResourceArgs]]]] = None,
                                 router_id: Optional[pulumi.Input[str]] = None,
                                 shared_scope: Optional[pulumi.Input[str]] = None,
                                 status: Optional[pulumi.Input[str]] = None,
                                 tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetSdaaciConnectionDetailTagArgs]]]] = None,
                                 version_context: Optional[pulumi.Input[GetSdaaciConnectionDetailVersionContextArgs]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetSdaaciConnectionDetailResult]
Copy
func LookupSdaaciConnectionDetail(ctx *Context, args *LookupSdaaciConnectionDetailArgs, opts ...InvokeOption) (*LookupSdaaciConnectionDetailResult, error)
func LookupSdaaciConnectionDetailOutput(ctx *Context, args *LookupSdaaciConnectionDetailOutputArgs, opts ...InvokeOption) LookupSdaaciConnectionDetailResultOutput
Copy

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

public static class GetSdaaciConnectionDetail 
{
    public static Task<GetSdaaciConnectionDetailResult> InvokeAsync(GetSdaaciConnectionDetailArgs args, InvokeOptions? opts = null)
    public static Output<GetSdaaciConnectionDetailResult> Invoke(GetSdaaciConnectionDetailInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetSdaaciConnectionDetailResult> getSdaaciConnectionDetail(GetSdaaciConnectionDetailArgs args, InvokeOptions options)
public static Output<GetSdaaciConnectionDetailResult> getSdaaciConnectionDetail(GetSdaaciConnectionDetailArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getSdaaciConnectionDetail:getSdaaciConnectionDetail
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetSdaaciConnectionDetailAncestor>
ClassId string
CreateTime string
The time when this managed object was created.
Description string
Description of this connection between two peers.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Id string
IpPool string
Id of the ip pool configured for this connection.
Layer3HandoffId string
Id of layer 3 handoff configured between a border node and a border leaf.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
NrConnection GetSdaaciConnectionDetailNrConnection
ObjectType string
Owners List<string>
Parent GetSdaaciConnectionDetailParent
PeerAinterface string
Interface id configured on Peer A.
PeerAipAddress string
The IP Address of the device used as the local peer.
PeerAtype string
Type of device used as Peer A for this peer connection.
PeerBinterface string
Interface id configured on Peer B.
PeerBipAddress string
The IP Address of the device used as the remote peer.
PeerBtype string
Type of device used as Peer B for this peer connection.
Peera string
First peer of the connection.
Peerb string
Second Peer of the connection.
PermissionResources List<GetSdaaciConnectionDetailPermissionResource>
RouterId string
Router id defined for this peer connection.
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status string
Connection status between the peers.* NotConnected - Connection Status NotConnected.* Connected - Connection Status Connected.
Tags List<GetSdaaciConnectionDetailTag>
VersionContext GetSdaaciConnectionDetailVersionContext
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetSdaaciConnectionDetailAncestor
ClassId string
CreateTime string
The time when this managed object was created.
Description string
Description of this connection between two peers.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Id string
IpPool string
Id of the ip pool configured for this connection.
Layer3HandoffId string
Id of layer 3 handoff configured between a border node and a border leaf.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
NrConnection GetSdaaciConnectionDetailNrConnection
ObjectType string
Owners []string
Parent GetSdaaciConnectionDetailParent
PeerAinterface string
Interface id configured on Peer A.
PeerAipAddress string
The IP Address of the device used as the local peer.
PeerAtype string
Type of device used as Peer A for this peer connection.
PeerBinterface string
Interface id configured on Peer B.
PeerBipAddress string
The IP Address of the device used as the remote peer.
PeerBtype string
Type of device used as Peer B for this peer connection.
Peera string
First peer of the connection.
Peerb string
Second Peer of the connection.
PermissionResources []GetSdaaciConnectionDetailPermissionResource
RouterId string
Router id defined for this peer connection.
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status string
Connection status between the peers.* NotConnected - Connection Status NotConnected.* Connected - Connection Status Connected.
Tags []GetSdaaciConnectionDetailTag
VersionContext GetSdaaciConnectionDetailVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetSdaaciConnectionDetailAncestor>
classId String
createTime String
The time when this managed object was created.
description String
Description of this connection between two peers.
domainGroupMoid String
The DomainGroup ID for this managed object.
id String
ipPool String
Id of the ip pool configured for this connection.
layer3HandoffId String
Id of layer 3 handoff configured between a border node and a border leaf.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
nrConnection GetSdaaciConnectionDetailNrConnection
objectType String
owners List<String>
parent GetSdaaciConnectionDetailParent
peerAinterface String
Interface id configured on Peer A.
peerAipAddress String
The IP Address of the device used as the local peer.
peerAtype String
Type of device used as Peer A for this peer connection.
peerBinterface String
Interface id configured on Peer B.
peerBipAddress String
The IP Address of the device used as the remote peer.
peerBtype String
Type of device used as Peer B for this peer connection.
peera String
First peer of the connection.
peerb String
Second Peer of the connection.
permissionResources List<GetSdaaciConnectionDetailPermissionResource>
routerId String
Router id defined for this peer connection.
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status String
Connection status between the peers.* NotConnected - Connection Status NotConnected.* Connected - Connection Status Connected.
tags List<GetSdaaciConnectionDetailTag>
versionContext GetSdaaciConnectionDetailVersionContext
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetSdaaciConnectionDetailAncestor[]
classId string
createTime string
The time when this managed object was created.
description string
Description of this connection between two peers.
domainGroupMoid string
The DomainGroup ID for this managed object.
id string
ipPool string
Id of the ip pool configured for this connection.
layer3HandoffId string
Id of layer 3 handoff configured between a border node and a border leaf.
modTime string
The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
nrConnection GetSdaaciConnectionDetailNrConnection
objectType string
owners string[]
parent GetSdaaciConnectionDetailParent
peerAinterface string
Interface id configured on Peer A.
peerAipAddress string
The IP Address of the device used as the local peer.
peerAtype string
Type of device used as Peer A for this peer connection.
peerBinterface string
Interface id configured on Peer B.
peerBipAddress string
The IP Address of the device used as the remote peer.
peerBtype string
Type of device used as Peer B for this peer connection.
peera string
First peer of the connection.
peerb string
Second Peer of the connection.
permissionResources GetSdaaciConnectionDetailPermissionResource[]
routerId string
Router id defined for this peer connection.
sharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status string
Connection status between the peers.* NotConnected - Connection Status NotConnected.* Connected - Connection Status Connected.
tags GetSdaaciConnectionDetailTag[]
versionContext GetSdaaciConnectionDetailVersionContext
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetSdaaciConnectionDetailAncestor]
class_id str
create_time str
The time when this managed object was created.
description str
Description of this connection between two peers.
domain_group_moid str
The DomainGroup ID for this managed object.
id str
ip_pool str
Id of the ip pool configured for this connection.
layer3_handoff_id str
Id of layer 3 handoff configured between a border node and a border leaf.
mod_time str
The time when this managed object was last modified.
moid str
The unique identifier of this Managed Object instance.
nr_connection GetSdaaciConnectionDetailNrConnection
object_type str
owners Sequence[str]
parent GetSdaaciConnectionDetailParent
peer_ainterface str
Interface id configured on Peer A.
peer_aip_address str
The IP Address of the device used as the local peer.
peer_atype str
Type of device used as Peer A for this peer connection.
peer_binterface str
Interface id configured on Peer B.
peer_bip_address str
The IP Address of the device used as the remote peer.
peer_btype str
Type of device used as Peer B for this peer connection.
peera str
First peer of the connection.
peerb str
Second Peer of the connection.
permission_resources Sequence[GetSdaaciConnectionDetailPermissionResource]
router_id str
Router id defined for this peer connection.
shared_scope str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status str
Connection status between the peers.* NotConnected - Connection Status NotConnected.* Connected - Connection Status Connected.
tags Sequence[GetSdaaciConnectionDetailTag]
version_context GetSdaaciConnectionDetailVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<Property Map>
classId String
createTime String
The time when this managed object was created.
description String
Description of this connection between two peers.
domainGroupMoid String
The DomainGroup ID for this managed object.
id String
ipPool String
Id of the ip pool configured for this connection.
layer3HandoffId String
Id of layer 3 handoff configured between a border node and a border leaf.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
nrConnection Property Map
objectType String
owners List<String>
parent Property Map
peerAinterface String
Interface id configured on Peer A.
peerAipAddress String
The IP Address of the device used as the local peer.
peerAtype String
Type of device used as Peer A for this peer connection.
peerBinterface String
Interface id configured on Peer B.
peerBipAddress String
The IP Address of the device used as the remote peer.
peerBtype String
Type of device used as Peer B for this peer connection.
peera String
First peer of the connection.
peerb String
Second Peer of the connection.
permissionResources List<Property Map>
routerId String
Router id defined for this peer connection.
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status String
Connection status between the peers.* NotConnected - Connection Status NotConnected.* Connected - Connection Status Connected.
tags List<Property Map>
versionContext Property Map

getSdaaciConnectionDetail Result

The following output properties are available:

Supporting Types

GetSdaaciConnectionDetailAncestor

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetSdaaciConnectionDetailNrConnection

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetSdaaciConnectionDetailParent

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetSdaaciConnectionDetailPermissionResource

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetSdaaciConnectionDetailResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetSdaaciConnectionDetailResultAncestor>
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
Description This property is required. string
Description of this connection between two peers.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
IpPool This property is required. string
Id of the ip pool configured for this connection.
Layer3HandoffId This property is required. string
Id of layer 3 handoff configured between a border node and a border leaf.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
NrConnections This property is required. List<GetSdaaciConnectionDetailResultNrConnection>
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetSdaaciConnectionDetailResultParent>
PeerAinterface This property is required. string
Interface id configured on Peer A.
PeerAipAddress This property is required. string
The IP Address of the device used as the local peer.
PeerAtype This property is required. string
Type of device used as Peer A for this peer connection.
PeerBinterface This property is required. string
Interface id configured on Peer B.
PeerBipAddress This property is required. string
The IP Address of the device used as the remote peer.
PeerBtype This property is required. string
Type of device used as Peer B for this peer connection.
Peera This property is required. string
First peer of the connection.
Peerb This property is required. string
Second Peer of the connection.
PermissionResources This property is required. List<GetSdaaciConnectionDetailResultPermissionResource>
RouterId This property is required. string
Router id defined for this peer connection.
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status This property is required. string
Connection status between the peers.* NotConnected - Connection Status NotConnected.* Connected - Connection Status Connected.
Tags This property is required. List<GetSdaaciConnectionDetailResultTag>
VersionContexts This property is required. List<GetSdaaciConnectionDetailResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetSdaaciConnectionDetailResultAncestor
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
Description This property is required. string
Description of this connection between two peers.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
IpPool This property is required. string
Id of the ip pool configured for this connection.
Layer3HandoffId This property is required. string
Id of layer 3 handoff configured between a border node and a border leaf.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
NrConnections This property is required. []GetSdaaciConnectionDetailResultNrConnection
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetSdaaciConnectionDetailResultParent
PeerAinterface This property is required. string
Interface id configured on Peer A.
PeerAipAddress This property is required. string
The IP Address of the device used as the local peer.
PeerAtype This property is required. string
Type of device used as Peer A for this peer connection.
PeerBinterface This property is required. string
Interface id configured on Peer B.
PeerBipAddress This property is required. string
The IP Address of the device used as the remote peer.
PeerBtype This property is required. string
Type of device used as Peer B for this peer connection.
Peera This property is required. string
First peer of the connection.
Peerb This property is required. string
Second Peer of the connection.
PermissionResources This property is required. []GetSdaaciConnectionDetailResultPermissionResource
RouterId This property is required. string
Router id defined for this peer connection.
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status This property is required. string
Connection status between the peers.* NotConnected - Connection Status NotConnected.* Connected - Connection Status Connected.
Tags This property is required. []GetSdaaciConnectionDetailResultTag
VersionContexts This property is required. []GetSdaaciConnectionDetailResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetSdaaciConnectionDetailResultAncestor>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
description This property is required. String
Description of this connection between two peers.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
ipPool This property is required. String
Id of the ip pool configured for this connection.
layer3HandoffId This property is required. String
Id of layer 3 handoff configured between a border node and a border leaf.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
nrConnections This property is required. List<GetSdaaciConnectionDetailResultNrConnection>
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetSdaaciConnectionDetailResultParent>
peerAinterface This property is required. String
Interface id configured on Peer A.
peerAipAddress This property is required. String
The IP Address of the device used as the local peer.
peerAtype This property is required. String
Type of device used as Peer A for this peer connection.
peerBinterface This property is required. String
Interface id configured on Peer B.
peerBipAddress This property is required. String
The IP Address of the device used as the remote peer.
peerBtype This property is required. String
Type of device used as Peer B for this peer connection.
peera This property is required. String
First peer of the connection.
peerb This property is required. String
Second Peer of the connection.
permissionResources This property is required. List<GetSdaaciConnectionDetailResultPermissionResource>
routerId This property is required. String
Router id defined for this peer connection.
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. String
Connection status between the peers.* NotConnected - Connection Status NotConnected.* Connected - Connection Status Connected.
tags This property is required. List<GetSdaaciConnectionDetailResultTag>
versionContexts This property is required. List<GetSdaaciConnectionDetailResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetSdaaciConnectionDetailResultAncestor[]
classId This property is required. string
createTime This property is required. string
The time when this managed object was created.
description This property is required. string
Description of this connection between two peers.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
ipPool This property is required. string
Id of the ip pool configured for this connection.
layer3HandoffId This property is required. string
Id of layer 3 handoff configured between a border node and a border leaf.
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
nrConnections This property is required. GetSdaaciConnectionDetailResultNrConnection[]
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetSdaaciConnectionDetailResultParent[]
peerAinterface This property is required. string
Interface id configured on Peer A.
peerAipAddress This property is required. string
The IP Address of the device used as the local peer.
peerAtype This property is required. string
Type of device used as Peer A for this peer connection.
peerBinterface This property is required. string
Interface id configured on Peer B.
peerBipAddress This property is required. string
The IP Address of the device used as the remote peer.
peerBtype This property is required. string
Type of device used as Peer B for this peer connection.
peera This property is required. string
First peer of the connection.
peerb This property is required. string
Second Peer of the connection.
permissionResources This property is required. GetSdaaciConnectionDetailResultPermissionResource[]
routerId This property is required. string
Router id defined for this peer connection.
sharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. string
Connection status between the peers.* NotConnected - Connection Status NotConnected.* Connected - Connection Status Connected.
tags This property is required. GetSdaaciConnectionDetailResultTag[]
versionContexts This property is required. GetSdaaciConnectionDetailResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetSdaaciConnectionDetailResultAncestor]
class_id This property is required. str
create_time This property is required. str
The time when this managed object was created.
description This property is required. str
Description of this connection between two peers.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
ip_pool This property is required. str
Id of the ip pool configured for this connection.
layer3_handoff_id This property is required. str
Id of layer 3 handoff configured between a border node and a border leaf.
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
nr_connections This property is required. Sequence[GetSdaaciConnectionDetailResultNrConnection]
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetSdaaciConnectionDetailResultParent]
peer_ainterface This property is required. str
Interface id configured on Peer A.
peer_aip_address This property is required. str
The IP Address of the device used as the local peer.
peer_atype This property is required. str
Type of device used as Peer A for this peer connection.
peer_binterface This property is required. str
Interface id configured on Peer B.
peer_bip_address This property is required. str
The IP Address of the device used as the remote peer.
peer_btype This property is required. str
Type of device used as Peer B for this peer connection.
peera This property is required. str
First peer of the connection.
peerb This property is required. str
Second Peer of the connection.
permission_resources This property is required. Sequence[GetSdaaciConnectionDetailResultPermissionResource]
router_id This property is required. str
Router id defined for this peer connection.
shared_scope This property is required. str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. str
Connection status between the peers.* NotConnected - Connection Status NotConnected.* Connected - Connection Status Connected.
tags This property is required. Sequence[GetSdaaciConnectionDetailResultTag]
version_contexts This property is required. Sequence[GetSdaaciConnectionDetailResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
description This property is required. String
Description of this connection between two peers.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
ipPool This property is required. String
Id of the ip pool configured for this connection.
layer3HandoffId This property is required. String
Id of layer 3 handoff configured between a border node and a border leaf.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
nrConnections This property is required. List<Property Map>
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
peerAinterface This property is required. String
Interface id configured on Peer A.
peerAipAddress This property is required. String
The IP Address of the device used as the local peer.
peerAtype This property is required. String
Type of device used as Peer A for this peer connection.
peerBinterface This property is required. String
Interface id configured on Peer B.
peerBipAddress This property is required. String
The IP Address of the device used as the remote peer.
peerBtype This property is required. String
Type of device used as Peer B for this peer connection.
peera This property is required. String
First peer of the connection.
peerb This property is required. String
Second Peer of the connection.
permissionResources This property is required. List<Property Map>
routerId This property is required. String
Router id defined for this peer connection.
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. String
Connection status between the peers.* NotConnected - Connection Status NotConnected.* Connected - Connection Status Connected.
tags This property is required. List<Property Map>
versionContexts This property is required. List<Property Map>

GetSdaaciConnectionDetailResultAncestor

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetSdaaciConnectionDetailResultNrConnection

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetSdaaciConnectionDetailResultParent

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetSdaaciConnectionDetailResultPermissionResource

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetSdaaciConnectionDetailResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetSdaaciConnectionDetailResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetSdaaciConnectionDetailResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetSdaaciConnectionDetailResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetSdaaciConnectionDetailResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetSdaaciConnectionDetailResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetSdaaciConnectionDetailResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetSdaaciConnectionDetailResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetSdaaciConnectionDetailResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetSdaaciConnectionDetailResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetSdaaciConnectionDetailResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetSdaaciConnectionDetailResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetSdaaciConnectionDetailResultVersionContextInterestedMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetSdaaciConnectionDetailResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetSdaaciConnectionDetailTag

AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.
additionalProperties string
key string
The string representation of a tag key.
value string
The string representation of a tag value.
additional_properties str
key str
The string representation of a tag key.
value str
The string representation of a tag value.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.

GetSdaaciConnectionDetailVersionContext

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
InterestedMos List<GetSdaaciConnectionDetailVersionContextInterestedMo>
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetSdaaciConnectionDetailVersionContextRefMo
A reference to the original Managed Object.
Timestamp string
The time this versioned Managed Object was created.
VersionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
InterestedMos []GetSdaaciConnectionDetailVersionContextInterestedMo
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetSdaaciConnectionDetailVersionContextRefMo
A reference to the original Managed Object.
Timestamp string
The time this versioned Managed Object was created.
VersionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interestedMos List<GetSdaaciConnectionDetailVersionContextInterestedMo>
markedForDeletion Boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion String
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetSdaaciConnectionDetailVersionContextRefMo
A reference to the original Managed Object.
timestamp String
The time this versioned Managed Object was created.
versionType String
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interestedMos GetSdaaciConnectionDetailVersionContextInterestedMo[]
markedForDeletion boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetSdaaciConnectionDetailVersionContextRefMo
A reference to the original Managed Object.
timestamp string
The time this versioned Managed Object was created.
versionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interested_mos Sequence[GetSdaaciConnectionDetailVersionContextInterestedMo]
marked_for_deletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nr_version str
The version of the Managed Object, e.g. an incrementing number or a hash id.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ref_mo GetSdaaciConnectionDetailVersionContextRefMo
A reference to the original Managed Object.
timestamp str
The time this versioned Managed Object was created.
version_type str
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interestedMos List<Property Map>
markedForDeletion Boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion String
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo Property Map
A reference to the original Managed Object.
timestamp String
The time this versioned Managed Object was created.
versionType String
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.

GetSdaaciConnectionDetailVersionContextInterestedMo

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetSdaaciConnectionDetailVersionContextRefMo

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

Package Details

Repository
intersight ciscodevnet/terraform-provider-intersight
License
Notes
This Pulumi package is based on the intersight Terraform Provider.