intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getFabricSpanSession
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Configures an Ethernet SPAN session per Fabric Interconnect.
Using getFabricSpanSession
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 getFabricSpanSession(args: GetFabricSpanSessionArgs, opts?: InvokeOptions): Promise<GetFabricSpanSessionResult>
function getFabricSpanSessionOutput(args: GetFabricSpanSessionOutputArgs, opts?: InvokeOptions): Output<GetFabricSpanSessionResult>def get_fabric_span_session(account_moid: Optional[str] = None,
                            additional_properties: Optional[str] = None,
                            admin_state: Optional[str] = None,
                            ancestors: Optional[Sequence[GetFabricSpanSessionAncestor]] = None,
                            class_id: Optional[str] = None,
                            config_state: Optional[str] = None,
                            create_time: Optional[str] = None,
                            dest_ports: Optional[Sequence[GetFabricSpanSessionDestPort]] = None,
                            domain_group_moid: Optional[str] = None,
                            id: Optional[str] = None,
                            mod_time: Optional[str] = None,
                            moid: Optional[str] = None,
                            name: Optional[str] = None,
                            network_element: Optional[GetFabricSpanSessionNetworkElement] = None,
                            object_type: Optional[str] = None,
                            oper_state: Optional[str] = None,
                            oper_state_reason: Optional[str] = None,
                            owners: Optional[Sequence[str]] = None,
                            parent: Optional[GetFabricSpanSessionParent] = None,
                            permission_resources: Optional[Sequence[GetFabricSpanSessionPermissionResource]] = None,
                            session_id: Optional[float] = None,
                            shared_scope: Optional[str] = None,
                            source_count: Optional[float] = None,
                            source_port_channels: Optional[Sequence[GetFabricSpanSessionSourcePortChannel]] = None,
                            source_ports: Optional[Sequence[GetFabricSpanSessionSourcePort]] = None,
                            source_virtual_ifs: Optional[Sequence[GetFabricSpanSessionSourceVirtualIf]] = None,
                            source_vlans: Optional[Sequence[GetFabricSpanSessionSourceVlan]] = None,
                            span_control_packets: Optional[str] = None,
                            switch_id: Optional[str] = None,
                            tags: Optional[Sequence[GetFabricSpanSessionTag]] = None,
                            version_context: Optional[GetFabricSpanSessionVersionContext] = None,
                            opts: Optional[InvokeOptions] = None) -> GetFabricSpanSessionResult
def get_fabric_span_session_output(account_moid: Optional[pulumi.Input[str]] = None,
                            additional_properties: Optional[pulumi.Input[str]] = None,
                            admin_state: Optional[pulumi.Input[str]] = None,
                            ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSpanSessionAncestorArgs]]]] = None,
                            class_id: Optional[pulumi.Input[str]] = None,
                            config_state: Optional[pulumi.Input[str]] = None,
                            create_time: Optional[pulumi.Input[str]] = None,
                            dest_ports: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSpanSessionDestPortArgs]]]] = None,
                            domain_group_moid: Optional[pulumi.Input[str]] = None,
                            id: Optional[pulumi.Input[str]] = None,
                            mod_time: Optional[pulumi.Input[str]] = None,
                            moid: Optional[pulumi.Input[str]] = None,
                            name: Optional[pulumi.Input[str]] = None,
                            network_element: Optional[pulumi.Input[GetFabricSpanSessionNetworkElementArgs]] = None,
                            object_type: Optional[pulumi.Input[str]] = None,
                            oper_state: Optional[pulumi.Input[str]] = None,
                            oper_state_reason: Optional[pulumi.Input[str]] = None,
                            owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                            parent: Optional[pulumi.Input[GetFabricSpanSessionParentArgs]] = None,
                            permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSpanSessionPermissionResourceArgs]]]] = None,
                            session_id: Optional[pulumi.Input[float]] = None,
                            shared_scope: Optional[pulumi.Input[str]] = None,
                            source_count: Optional[pulumi.Input[float]] = None,
                            source_port_channels: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSpanSessionSourcePortChannelArgs]]]] = None,
                            source_ports: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSpanSessionSourcePortArgs]]]] = None,
                            source_virtual_ifs: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSpanSessionSourceVirtualIfArgs]]]] = None,
                            source_vlans: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSpanSessionSourceVlanArgs]]]] = None,
                            span_control_packets: Optional[pulumi.Input[str]] = None,
                            switch_id: Optional[pulumi.Input[str]] = None,
                            tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSpanSessionTagArgs]]]] = None,
                            version_context: Optional[pulumi.Input[GetFabricSpanSessionVersionContextArgs]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetFabricSpanSessionResult]func LookupFabricSpanSession(ctx *Context, args *LookupFabricSpanSessionArgs, opts ...InvokeOption) (*LookupFabricSpanSessionResult, error)
func LookupFabricSpanSessionOutput(ctx *Context, args *LookupFabricSpanSessionOutputArgs, opts ...InvokeOption) LookupFabricSpanSessionResultOutput> Note: This function is named LookupFabricSpanSession in the Go SDK.
public static class GetFabricSpanSession 
{
    public static Task<GetFabricSpanSessionResult> InvokeAsync(GetFabricSpanSessionArgs args, InvokeOptions? opts = null)
    public static Output<GetFabricSpanSessionResult> Invoke(GetFabricSpanSessionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFabricSpanSessionResult> getFabricSpanSession(GetFabricSpanSessionArgs args, InvokeOptions options)
public static Output<GetFabricSpanSessionResult> getFabricSpanSession(GetFabricSpanSessionArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getFabricSpanSession:getFabricSpanSession
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminState string
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- Ancestors
List<GetFabric Span Session Ancestor> 
- ClassId string
- ConfigState string
- The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- CreateTime string
- The time when this managed object was created.
- DestPorts List<GetFabric Span Session Dest Port> 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- NetworkElement GetFabric Span Session Network Element 
- ObjectType string
- OperState string
- Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- OperState stringReason 
- Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- Owners List<string>
- Parent
GetFabric Span Session Parent 
- PermissionResources List<GetFabric Span Session Permission Resource> 
- SessionId double
- Session ID identifies the SPAN session on the Fabric Interconnect.
- 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.
- SourceCount double
- Count of total number of sources in the SPAN session.
- SourcePort List<GetChannels Fabric Span Session Source Port Channel> 
- SourcePorts List<GetFabric Span Session Source Port> 
- SourceVirtual List<GetIfs Fabric Span Session Source Virtual If> 
- SourceVlans List<GetFabric Span Session Source Vlan> 
- SpanControl stringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- SwitchId string
- Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
List<GetFabric Span Session Tag> 
- VersionContext GetFabric Span Session Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminState string
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- Ancestors
[]GetFabric Span Session Ancestor 
- ClassId string
- ConfigState string
- The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- CreateTime string
- The time when this managed object was created.
- DestPorts []GetFabric Span Session Dest Port 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- NetworkElement GetFabric Span Session Network Element 
- ObjectType string
- OperState string
- Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- OperState stringReason 
- Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- Owners []string
- Parent
GetFabric Span Session Parent 
- PermissionResources []GetFabric Span Session Permission Resource 
- SessionId float64
- Session ID identifies the SPAN session on the Fabric Interconnect.
- 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.
- SourceCount float64
- Count of total number of sources in the SPAN session.
- SourcePort []GetChannels Fabric Span Session Source Port Channel 
- SourcePorts []GetFabric Span Session Source Port 
- SourceVirtual []GetIfs Fabric Span Session Source Virtual If 
- SourceVlans []GetFabric Span Session Source Vlan 
- SpanControl stringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- SwitchId string
- Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
[]GetFabric Span Session Tag 
- VersionContext GetFabric Span Session Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminState String
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- ancestors
List<GetFabric Span Session Ancestor> 
- classId String
- configState String
- The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- createTime String
- The time when this managed object was created.
- destPorts List<GetFabric Span Session Dest Port> 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- networkElement GetFabric Span Session Network Element 
- objectType String
- operState String
- Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- operState StringReason 
- Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- owners List<String>
- parent
GetFabric Span Session Parent 
- permissionResources List<GetFabric Span Session Permission Resource> 
- sessionId Double
- Session ID identifies the SPAN session on the Fabric Interconnect.
- 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.
- sourceCount Double
- Count of total number of sources in the SPAN session.
- sourcePort List<GetChannels Fabric Span Session Source Port Channel> 
- sourcePorts List<GetFabric Span Session Source Port> 
- sourceVirtual List<GetIfs Fabric Span Session Source Virtual If> 
- sourceVlans List<GetFabric Span Session Source Vlan> 
- spanControl StringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- switchId String
- Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
List<GetFabric Span Session Tag> 
- versionContext GetFabric Span Session Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- adminState string
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- ancestors
GetFabric Span Session Ancestor[] 
- classId string
- configState string
- The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- createTime string
- The time when this managed object was created.
- destPorts GetFabric Span Session Dest Port[] 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- networkElement GetFabric Span Session Network Element 
- objectType string
- operState string
- Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- operState stringReason 
- Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- owners string[]
- parent
GetFabric Span Session Parent 
- permissionResources GetFabric Span Session Permission Resource[] 
- sessionId number
- Session ID identifies the SPAN session on the Fabric Interconnect.
- 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.
- sourceCount number
- Count of total number of sources in the SPAN session.
- sourcePort GetChannels Fabric Span Session Source Port Channel[] 
- sourcePorts GetFabric Span Session Source Port[] 
- sourceVirtual GetIfs Fabric Span Session Source Virtual If[] 
- sourceVlans GetFabric Span Session Source Vlan[] 
- spanControl stringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- switchId string
- Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
GetFabric Span Session Tag[] 
- versionContext GetFabric Span Session Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- admin_state str
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- ancestors
Sequence[GetFabric Span Session Ancestor] 
- class_id str
- config_state str
- The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- create_time str
- The time when this managed object was created.
- dest_ports Sequence[GetFabric Span Session Dest Port] 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- network_element GetFabric Span Session Network Element 
- object_type str
- oper_state str
- Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- oper_state_ strreason 
- Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- owners Sequence[str]
- parent
GetFabric Span Session Parent 
- permission_resources Sequence[GetFabric Span Session Permission Resource] 
- session_id float
- Session ID identifies the SPAN session on the Fabric Interconnect.
- 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.
- source_count float
- Count of total number of sources in the SPAN session.
- source_port_ Sequence[Getchannels Fabric Span Session Source Port Channel] 
- source_ports Sequence[GetFabric Span Session Source Port] 
- source_virtual_ Sequence[Getifs Fabric Span Session Source Virtual If] 
- source_vlans Sequence[GetFabric Span Session Source Vlan] 
- span_control_ strpackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- switch_id str
- Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
Sequence[GetFabric Span Session Tag] 
- version_context GetFabric Span Session Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminState String
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- ancestors List<Property Map>
- classId String
- configState String
- The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- createTime String
- The time when this managed object was created.
- destPorts List<Property Map>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- networkElement Property Map
- objectType String
- operState String
- Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- operState StringReason 
- Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- sessionId Number
- Session ID identifies the SPAN session on the Fabric Interconnect.
- 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.
- sourceCount Number
- Count of total number of sources in the SPAN session.
- sourcePort List<Property Map>Channels 
- sourcePorts List<Property Map>
- sourceVirtual List<Property Map>Ifs 
- sourceVlans List<Property Map>
- spanControl StringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- switchId String
- Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- List<Property Map>
- versionContext Property Map
getFabricSpanSession Result
The following output properties are available:
- Id string
- Results
List<GetFabric Span Session Result> 
- AccountMoid string
- AdditionalProperties string
- AdminState string
- Ancestors
List<GetFabric Span Session Ancestor> 
- ClassId string
- ConfigState string
- CreateTime string
- DestPorts List<GetFabric Span Session Dest Port> 
- DomainGroup stringMoid 
- ModTime string
- Moid string
- Name string
- NetworkElement GetFabric Span Session Network Element 
- ObjectType string
- OperState string
- OperState stringReason 
- Owners List<string>
- Parent
GetFabric Span Session Parent 
- PermissionResources List<GetFabric Span Session Permission Resource> 
- SessionId double
- string
- SourceCount double
- SourcePort List<GetChannels Fabric Span Session Source Port Channel> 
- SourcePorts List<GetFabric Span Session Source Port> 
- SourceVirtual List<GetIfs Fabric Span Session Source Virtual If> 
- SourceVlans List<GetFabric Span Session Source Vlan> 
- SpanControl stringPackets 
- SwitchId string
- 
List<GetFabric Span Session Tag> 
- VersionContext GetFabric Span Session Version Context 
- Id string
- Results
[]GetFabric Span Session Result 
- AccountMoid string
- AdditionalProperties string
- AdminState string
- Ancestors
[]GetFabric Span Session Ancestor 
- ClassId string
- ConfigState string
- CreateTime string
- DestPorts []GetFabric Span Session Dest Port 
- DomainGroup stringMoid 
- ModTime string
- Moid string
- Name string
- NetworkElement GetFabric Span Session Network Element 
- ObjectType string
- OperState string
- OperState stringReason 
- Owners []string
- Parent
GetFabric Span Session Parent 
- PermissionResources []GetFabric Span Session Permission Resource 
- SessionId float64
- string
- SourceCount float64
- SourcePort []GetChannels Fabric Span Session Source Port Channel 
- SourcePorts []GetFabric Span Session Source Port 
- SourceVirtual []GetIfs Fabric Span Session Source Virtual If 
- SourceVlans []GetFabric Span Session Source Vlan 
- SpanControl stringPackets 
- SwitchId string
- 
[]GetFabric Span Session Tag 
- VersionContext GetFabric Span Session Version Context 
- id String
- results
List<GetFabric Span Session Result> 
- accountMoid String
- additionalProperties String
- adminState String
- ancestors
List<GetFabric Span Session Ancestor> 
- classId String
- configState String
- createTime String
- destPorts List<GetFabric Span Session Dest Port> 
- domainGroup StringMoid 
- modTime String
- moid String
- name String
- networkElement GetFabric Span Session Network Element 
- objectType String
- operState String
- operState StringReason 
- owners List<String>
- parent
GetFabric Span Session Parent 
- permissionResources List<GetFabric Span Session Permission Resource> 
- sessionId Double
- String
- sourceCount Double
- sourcePort List<GetChannels Fabric Span Session Source Port Channel> 
- sourcePorts List<GetFabric Span Session Source Port> 
- sourceVirtual List<GetIfs Fabric Span Session Source Virtual If> 
- sourceVlans List<GetFabric Span Session Source Vlan> 
- spanControl StringPackets 
- switchId String
- 
List<GetFabric Span Session Tag> 
- versionContext GetFabric Span Session Version Context 
- id string
- results
GetFabric Span Session Result[] 
- accountMoid string
- additionalProperties string
- adminState string
- ancestors
GetFabric Span Session Ancestor[] 
- classId string
- configState string
- createTime string
- destPorts GetFabric Span Session Dest Port[] 
- domainGroup stringMoid 
- modTime string
- moid string
- name string
- networkElement GetFabric Span Session Network Element 
- objectType string
- operState string
- operState stringReason 
- owners string[]
- parent
GetFabric Span Session Parent 
- permissionResources GetFabric Span Session Permission Resource[] 
- sessionId number
- string
- sourceCount number
- sourcePort GetChannels Fabric Span Session Source Port Channel[] 
- sourcePorts GetFabric Span Session Source Port[] 
- sourceVirtual GetIfs Fabric Span Session Source Virtual If[] 
- sourceVlans GetFabric Span Session Source Vlan[] 
- spanControl stringPackets 
- switchId string
- 
GetFabric Span Session Tag[] 
- versionContext GetFabric Span Session Version Context 
- id str
- results
Sequence[GetFabric Span Session Result] 
- account_moid str
- additional_properties str
- admin_state str
- ancestors
Sequence[GetFabric Span Session Ancestor] 
- class_id str
- config_state str
- create_time str
- dest_ports Sequence[GetFabric Span Session Dest Port] 
- domain_group_ strmoid 
- mod_time str
- moid str
- name str
- network_element GetFabric Span Session Network Element 
- object_type str
- oper_state str
- oper_state_ strreason 
- owners Sequence[str]
- parent
GetFabric Span Session Parent 
- permission_resources Sequence[GetFabric Span Session Permission Resource] 
- session_id float
- str
- source_count float
- source_port_ Sequence[Getchannels Fabric Span Session Source Port Channel] 
- source_ports Sequence[GetFabric Span Session Source Port] 
- source_virtual_ Sequence[Getifs Fabric Span Session Source Virtual If] 
- source_vlans Sequence[GetFabric Span Session Source Vlan] 
- span_control_ strpackets 
- switch_id str
- 
Sequence[GetFabric Span Session Tag] 
- version_context GetFabric Span Session Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- adminState String
- ancestors List<Property Map>
- classId String
- configState String
- createTime String
- destPorts List<Property Map>
- domainGroup StringMoid 
- modTime String
- moid String
- name String
- networkElement Property Map
- objectType String
- operState String
- operState StringReason 
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- sessionId Number
- String
- sourceCount Number
- sourcePort List<Property Map>Channels 
- sourcePorts List<Property Map>
- sourceVirtual List<Property Map>Ifs 
- sourceVlans List<Property Map>
- spanControl StringPackets 
- switchId String
- List<Property Map>
- versionContext Property Map
Supporting Types
GetFabricSpanSessionAncestor    
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFabricSpanSessionDestPort     
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFabricSpanSessionNetworkElement     
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFabricSpanSessionParent    
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFabricSpanSessionPermissionResource     
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFabricSpanSessionResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminState string
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- Ancestors
List<GetFabric Span Session Result Ancestor> 
- ClassId string
- ConfigState string
- The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- CreateTime string
- The time when this managed object was created.
- DestPorts List<GetFabric Span Session Result Dest Port> 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- NetworkElements List<GetFabric Span Session Result Network Element> 
- ObjectType string
- OperState string
- Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- OperState stringReason 
- Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- Owners List<string>
- Parents
List<GetFabric Span Session Result Parent> 
- PermissionResources List<GetFabric Span Session Result Permission Resource> 
- SessionId double
- Session ID identifies the SPAN session on the Fabric Interconnect.
- 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.
- SourceCount double
- Count of total number of sources in the SPAN session.
- SourcePort List<GetChannels Fabric Span Session Result Source Port Channel> 
- SourcePorts List<GetFabric Span Session Result Source Port> 
- SourceVirtual List<GetIfs Fabric Span Session Result Source Virtual If> 
- SourceVlans List<GetFabric Span Session Result Source Vlan> 
- SpanControl stringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- SwitchId string
- Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
List<GetFabric Span Session Result Tag> 
- VersionContexts List<GetFabric Span Session Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminState string
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- Ancestors
[]GetFabric Span Session Result Ancestor 
- ClassId string
- ConfigState string
- The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- CreateTime string
- The time when this managed object was created.
- DestPorts []GetFabric Span Session Result Dest Port 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- NetworkElements []GetFabric Span Session Result Network Element 
- ObjectType string
- OperState string
- Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- OperState stringReason 
- Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- Owners []string
- Parents
[]GetFabric Span Session Result Parent 
- PermissionResources []GetFabric Span Session Result Permission Resource 
- SessionId float64
- Session ID identifies the SPAN session on the Fabric Interconnect.
- 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.
- SourceCount float64
- Count of total number of sources in the SPAN session.
- SourcePort []GetChannels Fabric Span Session Result Source Port Channel 
- SourcePorts []GetFabric Span Session Result Source Port 
- SourceVirtual []GetIfs Fabric Span Session Result Source Virtual If 
- SourceVlans []GetFabric Span Session Result Source Vlan 
- SpanControl stringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- SwitchId string
- Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
[]GetFabric Span Session Result Tag 
- VersionContexts []GetFabric Span Session Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminState String
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- ancestors
List<GetFabric Span Session Result Ancestor> 
- classId String
- configState String
- The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- createTime String
- The time when this managed object was created.
- destPorts List<GetFabric Span Session Result Dest Port> 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- networkElements List<GetFabric Span Session Result Network Element> 
- objectType String
- operState String
- Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- operState StringReason 
- Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- owners List<String>
- parents
List<GetFabric Span Session Result Parent> 
- permissionResources List<GetFabric Span Session Result Permission Resource> 
- sessionId Double
- Session ID identifies the SPAN session on the Fabric Interconnect.
- 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.
- sourceCount Double
- Count of total number of sources in the SPAN session.
- sourcePort List<GetChannels Fabric Span Session Result Source Port Channel> 
- sourcePorts List<GetFabric Span Session Result Source Port> 
- sourceVirtual List<GetIfs Fabric Span Session Result Source Virtual If> 
- sourceVlans List<GetFabric Span Session Result Source Vlan> 
- spanControl StringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- switchId String
- Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
List<GetFabric Span Session Result Tag> 
- versionContexts List<GetFabric Span Session Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- adminState string
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- ancestors
GetFabric Span Session Result Ancestor[] 
- classId string
- configState string
- The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- createTime string
- The time when this managed object was created.
- destPorts GetFabric Span Session Result Dest Port[] 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- networkElements GetFabric Span Session Result Network Element[] 
- objectType string
- operState string
- Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- operState stringReason 
- Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- owners string[]
- parents
GetFabric Span Session Result Parent[] 
- permissionResources GetFabric Span Session Result Permission Resource[] 
- sessionId number
- Session ID identifies the SPAN session on the Fabric Interconnect.
- 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.
- sourceCount number
- Count of total number of sources in the SPAN session.
- sourcePort GetChannels Fabric Span Session Result Source Port Channel[] 
- sourcePorts GetFabric Span Session Result Source Port[] 
- sourceVirtual GetIfs Fabric Span Session Result Source Virtual If[] 
- sourceVlans GetFabric Span Session Result Source Vlan[] 
- spanControl stringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- switchId string
- Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
GetFabric Span Session Result Tag[] 
- versionContexts GetFabric Span Session Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- admin_state str
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- ancestors
Sequence[GetFabric Span Session Result Ancestor] 
- class_id str
- config_state str
- The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- create_time str
- The time when this managed object was created.
- dest_ports Sequence[GetFabric Span Session Result Dest Port] 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- network_elements Sequence[GetFabric Span Session Result Network Element] 
- object_type str
- oper_state str
- Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- oper_state_ strreason 
- Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- owners Sequence[str]
- parents
Sequence[GetFabric Span Session Result Parent] 
- permission_resources Sequence[GetFabric Span Session Result Permission Resource] 
- session_id float
- Session ID identifies the SPAN session on the Fabric Interconnect.
- 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.
- source_count float
- Count of total number of sources in the SPAN session.
- source_port_ Sequence[Getchannels Fabric Span Session Result Source Port Channel] 
- source_ports Sequence[GetFabric Span Session Result Source Port] 
- source_virtual_ Sequence[Getifs Fabric Span Session Result Source Virtual If] 
- source_vlans Sequence[GetFabric Span Session Result Source Vlan] 
- span_control_ strpackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- switch_id str
- Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- 
Sequence[GetFabric Span Session Result Tag] 
- version_contexts Sequence[GetFabric Span Session Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminState String
- Admin state to enable or disable the SPAN session.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- ancestors List<Property Map>
- classId String
- configState String
- The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.* None- Nil value when no action has been triggered by the user.*Applied- User configured settings are in applied state.*Applying- User settings are being applied on the target server.*Failed- User configured settings could not be applied.
- createTime String
- The time when this managed object was created.
- destPorts List<Property Map>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- networkElements List<Property Map>
- objectType String
- operState String
- Operational state of the SPAN session.* Unknown- SPAN session operational state is Unknown.*Up- SPAN session operational state is Up.*Down- SPAN session operational state is Down.*Error- SPAN session operational state is Error.
- operState StringReason 
- Operational state reason of the SPAN session.* Unknown- Unknown operational state.*Active- Active and operational SPAN session.*NoHardwareResource- No hardware resources available.*NoOperationalSrcDst- No operational SPAN source or destination.*GenericError- Generic operational error.*NoSourcesConfigured- No source interfaces configured.*NoDestinationConfigured- No destination port configured.*NoSourceDestinationConfigured- No source or destination interface configured.*SessionAdminShut- Session is administratively disabled.*WrongDestinationMode- Wrong Destination mode configured.*WrongSourceMode- Wrong Source mode configured.*TunnelMisconfDown- Tunnel Misconfigured or Down.*NoFlowIdSpecified- No Flow ID specified for ERSPAN.
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- sessionId Number
- Session ID identifies the SPAN session on the Fabric Interconnect.
- 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.
- sourceCount Number
- Count of total number of sources in the SPAN session.
- sourcePort List<Property Map>Channels 
- sourcePorts List<Property Map>
- sourceVirtual List<Property Map>Ifs 
- sourceVlans List<Property Map>
- spanControl StringPackets 
- Admin state to enable or disable spanning control packets.* Disabled- Admin configured Disabled State.*Enabled- Admin configured Enabled State.
- switchId String
- Switch ID (A or B) corresponding to network element.* A- Switch Identifier of Fabric Interconnect A.*B- Switch Identifier of Fabric Interconnect B.
- List<Property Map>
- versionContexts List<Property Map>
GetFabricSpanSessionResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFabricSpanSessionResultDestPort      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFabricSpanSessionResultNetworkElement      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFabricSpanSessionResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFabricSpanSessionResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFabricSpanSessionResultSourcePort      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFabricSpanSessionResultSourcePortChannel       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFabricSpanSessionResultSourceVirtualIf       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFabricSpanSessionResultSourceVlan      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFabricSpanSessionResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetFabricSpanSessionResultVersionContext      
- additionalProperties string
- classId string
- interestedMos GetFabric Span Session Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetFabric Span Session Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetFabricSpanSessionResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFabricSpanSessionResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFabricSpanSessionSourcePort     
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFabricSpanSessionSourcePortChannel      
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFabricSpanSessionSourceVirtualIf      
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFabricSpanSessionSourceVlan     
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFabricSpanSessionTag    
- 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.
GetFabricSpanSessionVersionContext     
- 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<GetFabric Span Session Version Context Interested Mo> 
- MarkedFor boolDeletion 
- 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 GetFabric Span Session Version Context Ref Mo 
- 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 []GetFabric Span Session Version Context Interested Mo 
- MarkedFor boolDeletion 
- 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 GetFabric Span Session Version Context Ref Mo 
- 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<GetFabric Span Session Version Context Interested Mo> 
- markedFor BooleanDeletion 
- 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 GetFabric Span Session Version Context Ref Mo 
- 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 GetFabric Span Session Version Context Interested Mo[] 
- markedFor booleanDeletion 
- 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 GetFabric Span Session Version Context Ref Mo 
- 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[GetFabric Span Session Version Context Interested Mo] 
- marked_for_ booldeletion 
- 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 GetFabric Span Session Version Context Ref Mo 
- 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>
- markedFor BooleanDeletion 
- 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.
 
GetFabricSpanSessionVersionContextInterestedMo       
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFabricSpanSessionVersionContextRefMo       
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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 intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet