intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getNetworkElementSummary
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
View MO which aggregates information pertaining to a network element from mutiple MOs.
Using getNetworkElementSummary
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 getNetworkElementSummary(args: GetNetworkElementSummaryArgs, opts?: InvokeOptions): Promise<GetNetworkElementSummaryResult>
function getNetworkElementSummaryOutput(args: GetNetworkElementSummaryOutputArgs, opts?: InvokeOptions): Output<GetNetworkElementSummaryResult>
def get_network_element_summary(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
admin_evac_state: Optional[str] = None,
admin_inband_interface_state: Optional[str] = None,
alarm_summary: Optional[GetNetworkElementSummaryAlarmSummary] = None,
ancestors: Optional[Sequence[GetNetworkElementSummaryAncestor]] = None,
available_memory: Optional[str] = None,
bundle_version: Optional[str] = None,
chassis: Optional[str] = None,
class_id: Optional[str] = None,
conf_mod_ts: Optional[str] = None,
conf_mod_ts_backup: Optional[str] = None,
connection_status: Optional[str] = None,
create_time: Optional[str] = None,
default_domain: Optional[str] = None,
device_mo_id: Optional[str] = None,
dn: Optional[str] = None,
domain_group_moid: Optional[str] = None,
ethernet_mode: Optional[str] = None,
ethernet_switching_mode: Optional[str] = None,
fault_summary: Optional[float] = None,
fc_mode: Optional[str] = None,
fc_switching_mode: Optional[str] = None,
firmware: Optional[str] = None,
firmware_version: Optional[str] = None,
fpga_upgrade_needed: Optional[bool] = None,
id: Optional[str] = None,
inband_ip_address: Optional[str] = None,
inband_ip_gateway: Optional[str] = None,
inband_ip_mask: Optional[str] = None,
inband_vlan: Optional[float] = None,
inter_cluster_link_state: Optional[str] = None,
inventory_parent: Optional[GetNetworkElementSummaryInventoryParent] = None,
ipv4_address: Optional[str] = None,
is_upgraded: Optional[bool] = None,
management_mode: Optional[str] = None,
mod_time: Optional[str] = None,
model: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
nr_version: Optional[str] = None,
num_ether_ports: Optional[float] = None,
num_ether_ports_configured: Optional[float] = None,
num_ether_ports_link_up: Optional[float] = None,
num_expansion_modules: Optional[float] = None,
num_fc_ports: Optional[float] = None,
num_fc_ports_configured: Optional[float] = None,
num_fc_ports_link_up: Optional[float] = None,
object_type: Optional[str] = None,
oper_evac_state: Optional[str] = None,
operability: Optional[str] = None,
out_of_band_ip_address: Optional[str] = None,
out_of_band_ip_gateway: Optional[str] = None,
out_of_band_ip_mask: Optional[str] = None,
out_of_band_ipv4_address: Optional[str] = None,
out_of_band_ipv4_gateway: Optional[str] = None,
out_of_band_ipv4_mask: Optional[str] = None,
out_of_band_ipv6_address: Optional[str] = None,
out_of_band_ipv6_gateway: Optional[str] = None,
out_of_band_ipv6_prefix: Optional[str] = None,
out_of_band_mac: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetNetworkElementSummaryParent] = None,
part_number: Optional[str] = None,
permission_resources: Optional[Sequence[GetNetworkElementSummaryPermissionResource]] = None,
presence: Optional[str] = None,
registered_device: Optional[GetNetworkElementSummaryRegisteredDevice] = None,
reserved_vlan_start_id: Optional[float] = None,
revision: Optional[str] = None,
rn: Optional[str] = None,
serial: Optional[str] = None,
shared_scope: Optional[str] = None,
source_object_type: Optional[str] = None,
status: Optional[str] = None,
switch_id: Optional[str] = None,
switch_profile_name: Optional[str] = None,
switch_type: Optional[str] = None,
system_up_time: Optional[str] = None,
tags: Optional[Sequence[GetNetworkElementSummaryTag]] = None,
thermal: Optional[str] = None,
total_memory: Optional[float] = None,
user_label: Optional[str] = None,
vendor: Optional[str] = None,
version_context: Optional[GetNetworkElementSummaryVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkElementSummaryResult
def get_network_element_summary_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
admin_evac_state: Optional[pulumi.Input[str]] = None,
admin_inband_interface_state: Optional[pulumi.Input[str]] = None,
alarm_summary: Optional[pulumi.Input[GetNetworkElementSummaryAlarmSummaryArgs]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkElementSummaryAncestorArgs]]]] = None,
available_memory: Optional[pulumi.Input[str]] = None,
bundle_version: Optional[pulumi.Input[str]] = None,
chassis: Optional[pulumi.Input[str]] = None,
class_id: Optional[pulumi.Input[str]] = None,
conf_mod_ts: Optional[pulumi.Input[str]] = None,
conf_mod_ts_backup: Optional[pulumi.Input[str]] = None,
connection_status: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
default_domain: Optional[pulumi.Input[str]] = None,
device_mo_id: Optional[pulumi.Input[str]] = None,
dn: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
ethernet_mode: Optional[pulumi.Input[str]] = None,
ethernet_switching_mode: Optional[pulumi.Input[str]] = None,
fault_summary: Optional[pulumi.Input[float]] = None,
fc_mode: Optional[pulumi.Input[str]] = None,
fc_switching_mode: Optional[pulumi.Input[str]] = None,
firmware: Optional[pulumi.Input[str]] = None,
firmware_version: Optional[pulumi.Input[str]] = None,
fpga_upgrade_needed: Optional[pulumi.Input[bool]] = None,
id: Optional[pulumi.Input[str]] = None,
inband_ip_address: Optional[pulumi.Input[str]] = None,
inband_ip_gateway: Optional[pulumi.Input[str]] = None,
inband_ip_mask: Optional[pulumi.Input[str]] = None,
inband_vlan: Optional[pulumi.Input[float]] = None,
inter_cluster_link_state: Optional[pulumi.Input[str]] = None,
inventory_parent: Optional[pulumi.Input[GetNetworkElementSummaryInventoryParentArgs]] = None,
ipv4_address: Optional[pulumi.Input[str]] = None,
is_upgraded: Optional[pulumi.Input[bool]] = None,
management_mode: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
model: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
nr_version: Optional[pulumi.Input[str]] = None,
num_ether_ports: Optional[pulumi.Input[float]] = None,
num_ether_ports_configured: Optional[pulumi.Input[float]] = None,
num_ether_ports_link_up: Optional[pulumi.Input[float]] = None,
num_expansion_modules: Optional[pulumi.Input[float]] = None,
num_fc_ports: Optional[pulumi.Input[float]] = None,
num_fc_ports_configured: Optional[pulumi.Input[float]] = None,
num_fc_ports_link_up: Optional[pulumi.Input[float]] = None,
object_type: Optional[pulumi.Input[str]] = None,
oper_evac_state: Optional[pulumi.Input[str]] = None,
operability: Optional[pulumi.Input[str]] = None,
out_of_band_ip_address: Optional[pulumi.Input[str]] = None,
out_of_band_ip_gateway: Optional[pulumi.Input[str]] = None,
out_of_band_ip_mask: Optional[pulumi.Input[str]] = None,
out_of_band_ipv4_address: Optional[pulumi.Input[str]] = None,
out_of_band_ipv4_gateway: Optional[pulumi.Input[str]] = None,
out_of_band_ipv4_mask: Optional[pulumi.Input[str]] = None,
out_of_band_ipv6_address: Optional[pulumi.Input[str]] = None,
out_of_band_ipv6_gateway: Optional[pulumi.Input[str]] = None,
out_of_band_ipv6_prefix: Optional[pulumi.Input[str]] = None,
out_of_band_mac: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetNetworkElementSummaryParentArgs]] = None,
part_number: Optional[pulumi.Input[str]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkElementSummaryPermissionResourceArgs]]]] = None,
presence: Optional[pulumi.Input[str]] = None,
registered_device: Optional[pulumi.Input[GetNetworkElementSummaryRegisteredDeviceArgs]] = None,
reserved_vlan_start_id: Optional[pulumi.Input[float]] = None,
revision: Optional[pulumi.Input[str]] = None,
rn: Optional[pulumi.Input[str]] = None,
serial: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
source_object_type: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
switch_id: Optional[pulumi.Input[str]] = None,
switch_profile_name: Optional[pulumi.Input[str]] = None,
switch_type: Optional[pulumi.Input[str]] = None,
system_up_time: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkElementSummaryTagArgs]]]] = None,
thermal: Optional[pulumi.Input[str]] = None,
total_memory: Optional[pulumi.Input[float]] = None,
user_label: Optional[pulumi.Input[str]] = None,
vendor: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetNetworkElementSummaryVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNetworkElementSummaryResult]
func LookupNetworkElementSummary(ctx *Context, args *LookupNetworkElementSummaryArgs, opts ...InvokeOption) (*LookupNetworkElementSummaryResult, error)
func LookupNetworkElementSummaryOutput(ctx *Context, args *LookupNetworkElementSummaryOutputArgs, opts ...InvokeOption) LookupNetworkElementSummaryResultOutput
> Note: This function is named LookupNetworkElementSummary
in the Go SDK.
public static class GetNetworkElementSummary
{
public static Task<GetNetworkElementSummaryResult> InvokeAsync(GetNetworkElementSummaryArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkElementSummaryResult> Invoke(GetNetworkElementSummaryInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNetworkElementSummaryResult> getNetworkElementSummary(GetNetworkElementSummaryArgs args, InvokeOptions options)
public static Output<GetNetworkElementSummaryResult> getNetworkElementSummary(GetNetworkElementSummaryArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getNetworkElementSummary:getNetworkElementSummary
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Evac stringState - Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - Admin
Inband stringInterface State - The administrative state of the network Element inband management interface.
- Alarm
Summary GetNetwork Element Summary Alarm Summary - Ancestors
List<Get
Network Element Summary Ancestor> - Available
Memory string - Available memory (un-used) on this switch platform.
- Bundle
Version string - Running firmware bundle information.
- Chassis string
- Chassis IP of the switch.
- Class
Id string - Conf
Mod stringTs - Configuration modified timestamp of the switch.
- Conf
Mod stringTs Backup - Configuration modified backup timestamp of the switch.
- Connection
Status string - Connection status of the switch.
- Create
Time string - The time when this managed object was created.
- Default
Domain string - The default domain name configured on the switch.
- Device
Mo stringId - The MoId of the registered device that coresponds to the server.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ethernet
Mode string - The user configured Ethernet operational mode for this switch (End-Host or Switching).
- Ethernet
Switching stringMode - The user configured Ethernet operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - Fault
Summary double - The fault summary for the server.
- Fc
Mode string - The user configured FC operational mode for this switch (End-Host or Switching).
- Fc
Switching stringMode - The user configured FC operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - Firmware string
- Running firmware information.
- Firmware
Version string - Running firmware information.
- Fpga
Upgrade boolNeeded - The flag to check vulnerability with secure boot technology.
- Id string
- Inband
Ip stringAddress - The IP address of the network Element inband management interface.
- Inband
Ip stringGateway - The default gateway of the network Element inband management interface.
- Inband
Ip stringMask - The network mask of the network Element inband management interface.
- Inband
Vlan double - The VLAN ID of the network Element inband management interface.
- Inter
Cluster stringLink State - The intercluster link state of the switch.*
Unknown
- The operational state of the link is not known.*Up
- The operational state of the link is up.*Down
- The operational state of the link is down.*Degraded
- The link is operational but degraded. This state is applicable to port channels when any one of the member links is down. - Inventory
Parent GetNetwork Element Summary Inventory Parent - Ipv4Address string
- IP version 4 address is saved in this property.
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Management
Mode string - The management mode of the fabric interconnect.*
IntersightStandalone
- Intersight Standalone mode of operation.*UCSM
- Unified Computing System Manager mode of operation.*Intersight
- Intersight managed mode of operation. - Mod
Time string - The time when this managed object was last modified.
- Model string
- This field identifies the model of the given component.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The admin configured name of the system.
- Nr
Version string - Firmware version of the switch.
- Num
Ether doublePorts - Total number of Ethernet ports.
- Num
Ether doublePorts Configured - Total number of configured Ethernet ports.
- Num
Ether doublePorts Link Up - Total number of Ethernet ports which are UP.
- Num
Expansion doubleModules - Total number of expansion modules.
- Num
Fc doublePorts - Total number of FC ports.
- Num
Fc doublePorts Configured - Total number of configured FC ports.
- Num
Fc doublePorts Link Up - Total number of FC ports which are UP.
- Object
Type string - Oper
Evac stringState - Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - Operability string
- The switch's current overall operational/health state.
- Out
Of stringBand Ip Address - The IP address of the network Element out-of-band management interface.
- Out
Of stringBand Ip Gateway - The default gateway of the network Element out-of-band management interface.
- Out
Of stringBand Ip Mask - The network mask of the network Element out-of-band management interface.
- Out
Of stringBand Ipv4Address - The IPv4 address of the network Element out-of-band management interface.
- Out
Of stringBand Ipv4Gateway - The default IPv4 gateway of the network Element out-of-band management interface.
- Out
Of stringBand Ipv4Mask - The network mask of the network Element out-of-band management interface.
- Out
Of stringBand Ipv6Address - The IPv6 address of the network Element out-of-band management interface.
- Out
Of stringBand Ipv6Gateway - The default IPv6 gateway of the network Element out-of-band management interface.
- Out
Of stringBand Ipv6Prefix - The network mask of the network Element out-of-band management interface.
- Out
Of stringBand Mac - The MAC address of the network Element out-of-band management interface.
- Owners List<string>
- Parent
Get
Network Element Summary Parent - Part
Number string - Part number of the switch.
- Permission
Resources List<GetNetwork Element Summary Permission Resource> - Presence string
- This field identifies the presence (equipped) or absence of the given component.
- Registered
Device GetNetwork Element Summary Registered Device - Reserved
Vlan doubleStart Id - The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
- Revision string
- The product revision of the switch.
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field identifies the serial of the given component.
- 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.
- Source
Object stringType - Stores the source object type used to fill the properties of this object.
- Status string
- The status of the switch.
- Switch
Id string - The Switch Id of the network Element.
- Switch
Profile stringName - The name of switch profile associated with the switch.
- Switch
Type string - The Switch type that the network element is a part of.*
FabricInterconnect
- The default Switch type of UCSM and IMM mode devices.*NexusDevice
- Switch type of Nexus devices.*MDSDevice
- Switch type of Nexus MDS devices. - System
Up stringTime - System up time of the switch.
- List<Get
Network Element Summary Tag> - Thermal string
- The Thermal status of the fabric interconnect.*
unknown
- The default state of the sensor (in case no data is received).*ok
- State of the sensor indicating the sensor's temperature range is okay.*upper-non-recoverable
- State of the sensor indicating that the temperature is extremely high above normal range.*upper-critical
- State of the sensor indicating that the temperature is above normal range.*upper-non-critical
- State of the sensor indicating that the temperature is a little above the normal range.*lower-non-critical
- State of the sensor indicating that the temperature is a little below the normal range.*lower-critical
- State of the sensor indicating that the temperature is below normal range.*lower-non-recoverable
- State of the sensor indicating that the temperature is extremely below normal range. - Total
Memory double - Total available memory on this switch platform.
- User
Label string - The user defined label assigned to the server.
- Vendor string
- This field identifies the vendor of the given component.
- Version
Context GetNetwork Element Summary Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Evac stringState - Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - Admin
Inband stringInterface State - The administrative state of the network Element inband management interface.
- Alarm
Summary GetNetwork Element Summary Alarm Summary - Ancestors
[]Get
Network Element Summary Ancestor - Available
Memory string - Available memory (un-used) on this switch platform.
- Bundle
Version string - Running firmware bundle information.
- Chassis string
- Chassis IP of the switch.
- Class
Id string - Conf
Mod stringTs - Configuration modified timestamp of the switch.
- Conf
Mod stringTs Backup - Configuration modified backup timestamp of the switch.
- Connection
Status string - Connection status of the switch.
- Create
Time string - The time when this managed object was created.
- Default
Domain string - The default domain name configured on the switch.
- Device
Mo stringId - The MoId of the registered device that coresponds to the server.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ethernet
Mode string - The user configured Ethernet operational mode for this switch (End-Host or Switching).
- Ethernet
Switching stringMode - The user configured Ethernet operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - Fault
Summary float64 - The fault summary for the server.
- Fc
Mode string - The user configured FC operational mode for this switch (End-Host or Switching).
- Fc
Switching stringMode - The user configured FC operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - Firmware string
- Running firmware information.
- Firmware
Version string - Running firmware information.
- Fpga
Upgrade boolNeeded - The flag to check vulnerability with secure boot technology.
- Id string
- Inband
Ip stringAddress - The IP address of the network Element inband management interface.
- Inband
Ip stringGateway - The default gateway of the network Element inband management interface.
- Inband
Ip stringMask - The network mask of the network Element inband management interface.
- Inband
Vlan float64 - The VLAN ID of the network Element inband management interface.
- Inter
Cluster stringLink State - The intercluster link state of the switch.*
Unknown
- The operational state of the link is not known.*Up
- The operational state of the link is up.*Down
- The operational state of the link is down.*Degraded
- The link is operational but degraded. This state is applicable to port channels when any one of the member links is down. - Inventory
Parent GetNetwork Element Summary Inventory Parent - Ipv4Address string
- IP version 4 address is saved in this property.
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Management
Mode string - The management mode of the fabric interconnect.*
IntersightStandalone
- Intersight Standalone mode of operation.*UCSM
- Unified Computing System Manager mode of operation.*Intersight
- Intersight managed mode of operation. - Mod
Time string - The time when this managed object was last modified.
- Model string
- This field identifies the model of the given component.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The admin configured name of the system.
- Nr
Version string - Firmware version of the switch.
- Num
Ether float64Ports - Total number of Ethernet ports.
- Num
Ether float64Ports Configured - Total number of configured Ethernet ports.
- Num
Ether float64Ports Link Up - Total number of Ethernet ports which are UP.
- Num
Expansion float64Modules - Total number of expansion modules.
- Num
Fc float64Ports - Total number of FC ports.
- Num
Fc float64Ports Configured - Total number of configured FC ports.
- Num
Fc float64Ports Link Up - Total number of FC ports which are UP.
- Object
Type string - Oper
Evac stringState - Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - Operability string
- The switch's current overall operational/health state.
- Out
Of stringBand Ip Address - The IP address of the network Element out-of-band management interface.
- Out
Of stringBand Ip Gateway - The default gateway of the network Element out-of-band management interface.
- Out
Of stringBand Ip Mask - The network mask of the network Element out-of-band management interface.
- Out
Of stringBand Ipv4Address - The IPv4 address of the network Element out-of-band management interface.
- Out
Of stringBand Ipv4Gateway - The default IPv4 gateway of the network Element out-of-band management interface.
- Out
Of stringBand Ipv4Mask - The network mask of the network Element out-of-band management interface.
- Out
Of stringBand Ipv6Address - The IPv6 address of the network Element out-of-band management interface.
- Out
Of stringBand Ipv6Gateway - The default IPv6 gateway of the network Element out-of-band management interface.
- Out
Of stringBand Ipv6Prefix - The network mask of the network Element out-of-band management interface.
- Out
Of stringBand Mac - The MAC address of the network Element out-of-band management interface.
- Owners []string
- Parent
Get
Network Element Summary Parent - Part
Number string - Part number of the switch.
- Permission
Resources []GetNetwork Element Summary Permission Resource - Presence string
- This field identifies the presence (equipped) or absence of the given component.
- Registered
Device GetNetwork Element Summary Registered Device - Reserved
Vlan float64Start Id - The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
- Revision string
- The product revision of the switch.
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field identifies the serial of the given component.
- 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.
- Source
Object stringType - Stores the source object type used to fill the properties of this object.
- Status string
- The status of the switch.
- Switch
Id string - The Switch Id of the network Element.
- Switch
Profile stringName - The name of switch profile associated with the switch.
- Switch
Type string - The Switch type that the network element is a part of.*
FabricInterconnect
- The default Switch type of UCSM and IMM mode devices.*NexusDevice
- Switch type of Nexus devices.*MDSDevice
- Switch type of Nexus MDS devices. - System
Up stringTime - System up time of the switch.
- []Get
Network Element Summary Tag - Thermal string
- The Thermal status of the fabric interconnect.*
unknown
- The default state of the sensor (in case no data is received).*ok
- State of the sensor indicating the sensor's temperature range is okay.*upper-non-recoverable
- State of the sensor indicating that the temperature is extremely high above normal range.*upper-critical
- State of the sensor indicating that the temperature is above normal range.*upper-non-critical
- State of the sensor indicating that the temperature is a little above the normal range.*lower-non-critical
- State of the sensor indicating that the temperature is a little below the normal range.*lower-critical
- State of the sensor indicating that the temperature is below normal range.*lower-non-recoverable
- State of the sensor indicating that the temperature is extremely below normal range. - Total
Memory float64 - Total available memory on this switch platform.
- User
Label string - The user defined label assigned to the server.
- Vendor string
- This field identifies the vendor of the given component.
- Version
Context GetNetwork Element Summary Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Evac StringState - Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - admin
Inband StringInterface State - The administrative state of the network Element inband management interface.
- alarm
Summary GetNetwork Element Summary Alarm Summary - ancestors
List<Get
Network Element Summary Ancestor> - available
Memory String - Available memory (un-used) on this switch platform.
- bundle
Version String - Running firmware bundle information.
- chassis String
- Chassis IP of the switch.
- class
Id String - conf
Mod StringTs - Configuration modified timestamp of the switch.
- conf
Mod StringTs Backup - Configuration modified backup timestamp of the switch.
- connection
Status String - Connection status of the switch.
- create
Time String - The time when this managed object was created.
- default
Domain String - The default domain name configured on the switch.
- device
Mo StringId - The MoId of the registered device that coresponds to the server.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ethernet
Mode String - The user configured Ethernet operational mode for this switch (End-Host or Switching).
- ethernet
Switching StringMode - The user configured Ethernet operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - fault
Summary Double - The fault summary for the server.
- fc
Mode String - The user configured FC operational mode for this switch (End-Host or Switching).
- fc
Switching StringMode - The user configured FC operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - firmware String
- Running firmware information.
- firmware
Version String - Running firmware information.
- fpga
Upgrade BooleanNeeded - The flag to check vulnerability with secure boot technology.
- id String
- inband
Ip StringAddress - The IP address of the network Element inband management interface.
- inband
Ip StringGateway - The default gateway of the network Element inband management interface.
- inband
Ip StringMask - The network mask of the network Element inband management interface.
- inband
Vlan Double - The VLAN ID of the network Element inband management interface.
- inter
Cluster StringLink State - The intercluster link state of the switch.*
Unknown
- The operational state of the link is not known.*Up
- The operational state of the link is up.*Down
- The operational state of the link is down.*Degraded
- The link is operational but degraded. This state is applicable to port channels when any one of the member links is down. - inventory
Parent GetNetwork Element Summary Inventory Parent - ipv4Address String
- IP version 4 address is saved in this property.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- management
Mode String - The management mode of the fabric interconnect.*
IntersightStandalone
- Intersight Standalone mode of operation.*UCSM
- Unified Computing System Manager mode of operation.*Intersight
- Intersight managed mode of operation. - mod
Time String - The time when this managed object was last modified.
- model String
- This field identifies the model of the given component.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The admin configured name of the system.
- nr
Version String - Firmware version of the switch.
- num
Ether DoublePorts - Total number of Ethernet ports.
- num
Ether DoublePorts Configured - Total number of configured Ethernet ports.
- num
Ether DoublePorts Link Up - Total number of Ethernet ports which are UP.
- num
Expansion DoubleModules - Total number of expansion modules.
- num
Fc DoublePorts - Total number of FC ports.
- num
Fc DoublePorts Configured - Total number of configured FC ports.
- num
Fc DoublePorts Link Up - Total number of FC ports which are UP.
- object
Type String - oper
Evac StringState - Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - operability String
- The switch's current overall operational/health state.
- out
Of StringBand Ip Address - The IP address of the network Element out-of-band management interface.
- out
Of StringBand Ip Gateway - The default gateway of the network Element out-of-band management interface.
- out
Of StringBand Ip Mask - The network mask of the network Element out-of-band management interface.
- out
Of StringBand Ipv4Address - The IPv4 address of the network Element out-of-band management interface.
- out
Of StringBand Ipv4Gateway - The default IPv4 gateway of the network Element out-of-band management interface.
- out
Of StringBand Ipv4Mask - The network mask of the network Element out-of-band management interface.
- out
Of StringBand Ipv6Address - The IPv6 address of the network Element out-of-band management interface.
- out
Of StringBand Ipv6Gateway - The default IPv6 gateway of the network Element out-of-band management interface.
- out
Of StringBand Ipv6Prefix - The network mask of the network Element out-of-band management interface.
- out
Of StringBand Mac - The MAC address of the network Element out-of-band management interface.
- owners List<String>
- parent
Get
Network Element Summary Parent - part
Number String - Part number of the switch.
- permission
Resources List<GetNetwork Element Summary Permission Resource> - presence String
- This field identifies the presence (equipped) or absence of the given component.
- registered
Device GetNetwork Element Summary Registered Device - reserved
Vlan DoubleStart Id - The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
- revision String
- The product revision of the switch.
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field identifies the serial of the given component.
- 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.
- source
Object StringType - Stores the source object type used to fill the properties of this object.
- status String
- The status of the switch.
- switch
Id String - The Switch Id of the network Element.
- switch
Profile StringName - The name of switch profile associated with the switch.
- switch
Type String - The Switch type that the network element is a part of.*
FabricInterconnect
- The default Switch type of UCSM and IMM mode devices.*NexusDevice
- Switch type of Nexus devices.*MDSDevice
- Switch type of Nexus MDS devices. - system
Up StringTime - System up time of the switch.
- List<Get
Network Element Summary Tag> - thermal String
- The Thermal status of the fabric interconnect.*
unknown
- The default state of the sensor (in case no data is received).*ok
- State of the sensor indicating the sensor's temperature range is okay.*upper-non-recoverable
- State of the sensor indicating that the temperature is extremely high above normal range.*upper-critical
- State of the sensor indicating that the temperature is above normal range.*upper-non-critical
- State of the sensor indicating that the temperature is a little above the normal range.*lower-non-critical
- State of the sensor indicating that the temperature is a little below the normal range.*lower-critical
- State of the sensor indicating that the temperature is below normal range.*lower-non-recoverable
- State of the sensor indicating that the temperature is extremely below normal range. - total
Memory Double - Total available memory on this switch platform.
- user
Label String - The user defined label assigned to the server.
- vendor String
- This field identifies the vendor of the given component.
- version
Context GetNetwork Element Summary Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - admin
Evac stringState - Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - admin
Inband stringInterface State - The administrative state of the network Element inband management interface.
- alarm
Summary GetNetwork Element Summary Alarm Summary - ancestors
Get
Network Element Summary Ancestor[] - available
Memory string - Available memory (un-used) on this switch platform.
- bundle
Version string - Running firmware bundle information.
- chassis string
- Chassis IP of the switch.
- class
Id string - conf
Mod stringTs - Configuration modified timestamp of the switch.
- conf
Mod stringTs Backup - Configuration modified backup timestamp of the switch.
- connection
Status string - Connection status of the switch.
- create
Time string - The time when this managed object was created.
- default
Domain string - The default domain name configured on the switch.
- device
Mo stringId - The MoId of the registered device that coresponds to the server.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- ethernet
Mode string - The user configured Ethernet operational mode for this switch (End-Host or Switching).
- ethernet
Switching stringMode - The user configured Ethernet operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - fault
Summary number - The fault summary for the server.
- fc
Mode string - The user configured FC operational mode for this switch (End-Host or Switching).
- fc
Switching stringMode - The user configured FC operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - firmware string
- Running firmware information.
- firmware
Version string - Running firmware information.
- fpga
Upgrade booleanNeeded - The flag to check vulnerability with secure boot technology.
- id string
- inband
Ip stringAddress - The IP address of the network Element inband management interface.
- inband
Ip stringGateway - The default gateway of the network Element inband management interface.
- inband
Ip stringMask - The network mask of the network Element inband management interface.
- inband
Vlan number - The VLAN ID of the network Element inband management interface.
- inter
Cluster stringLink State - The intercluster link state of the switch.*
Unknown
- The operational state of the link is not known.*Up
- The operational state of the link is up.*Down
- The operational state of the link is down.*Degraded
- The link is operational but degraded. This state is applicable to port channels when any one of the member links is down. - inventory
Parent GetNetwork Element Summary Inventory Parent - ipv4Address string
- IP version 4 address is saved in this property.
- is
Upgraded boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- management
Mode string - The management mode of the fabric interconnect.*
IntersightStandalone
- Intersight Standalone mode of operation.*UCSM
- Unified Computing System Manager mode of operation.*Intersight
- Intersight managed mode of operation. - mod
Time string - The time when this managed object was last modified.
- model string
- This field identifies the model of the given component.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The admin configured name of the system.
- nr
Version string - Firmware version of the switch.
- num
Ether numberPorts - Total number of Ethernet ports.
- num
Ether numberPorts Configured - Total number of configured Ethernet ports.
- num
Ether numberPorts Link Up - Total number of Ethernet ports which are UP.
- num
Expansion numberModules - Total number of expansion modules.
- num
Fc numberPorts - Total number of FC ports.
- num
Fc numberPorts Configured - Total number of configured FC ports.
- num
Fc numberPorts Link Up - Total number of FC ports which are UP.
- object
Type string - oper
Evac stringState - Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - operability string
- The switch's current overall operational/health state.
- out
Of stringBand Ip Address - The IP address of the network Element out-of-band management interface.
- out
Of stringBand Ip Gateway - The default gateway of the network Element out-of-band management interface.
- out
Of stringBand Ip Mask - The network mask of the network Element out-of-band management interface.
- out
Of stringBand Ipv4Address - The IPv4 address of the network Element out-of-band management interface.
- out
Of stringBand Ipv4Gateway - The default IPv4 gateway of the network Element out-of-band management interface.
- out
Of stringBand Ipv4Mask - The network mask of the network Element out-of-band management interface.
- out
Of stringBand Ipv6Address - The IPv6 address of the network Element out-of-band management interface.
- out
Of stringBand Ipv6Gateway - The default IPv6 gateway of the network Element out-of-band management interface.
- out
Of stringBand Ipv6Prefix - The network mask of the network Element out-of-band management interface.
- out
Of stringBand Mac - The MAC address of the network Element out-of-band management interface.
- owners string[]
- parent
Get
Network Element Summary Parent - part
Number string - Part number of the switch.
- permission
Resources GetNetwork Element Summary Permission Resource[] - presence string
- This field identifies the presence (equipped) or absence of the given component.
- registered
Device GetNetwork Element Summary Registered Device - reserved
Vlan numberStart Id - The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
- revision string
- The product revision of the switch.
- rn string
- The Relative Name uniquely identifies an object within a given context.
- serial string
- This field identifies the serial of the given component.
- 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.
- source
Object stringType - Stores the source object type used to fill the properties of this object.
- status string
- The status of the switch.
- switch
Id string - The Switch Id of the network Element.
- switch
Profile stringName - The name of switch profile associated with the switch.
- switch
Type string - The Switch type that the network element is a part of.*
FabricInterconnect
- The default Switch type of UCSM and IMM mode devices.*NexusDevice
- Switch type of Nexus devices.*MDSDevice
- Switch type of Nexus MDS devices. - system
Up stringTime - System up time of the switch.
- Get
Network Element Summary Tag[] - thermal string
- The Thermal status of the fabric interconnect.*
unknown
- The default state of the sensor (in case no data is received).*ok
- State of the sensor indicating the sensor's temperature range is okay.*upper-non-recoverable
- State of the sensor indicating that the temperature is extremely high above normal range.*upper-critical
- State of the sensor indicating that the temperature is above normal range.*upper-non-critical
- State of the sensor indicating that the temperature is a little above the normal range.*lower-non-critical
- State of the sensor indicating that the temperature is a little below the normal range.*lower-critical
- State of the sensor indicating that the temperature is below normal range.*lower-non-recoverable
- State of the sensor indicating that the temperature is extremely below normal range. - total
Memory number - Total available memory on this switch platform.
- user
Label string - The user defined label assigned to the server.
- vendor string
- This field identifies the vendor of the given component.
- version
Context GetNetwork Element Summary Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - admin_
evac_ strstate - Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - admin_
inband_ strinterface_ state - The administrative state of the network Element inband management interface.
- alarm_
summary GetNetwork Element Summary Alarm Summary - ancestors
Sequence[Get
Network Element Summary Ancestor] - available_
memory str - Available memory (un-used) on this switch platform.
- bundle_
version str - Running firmware bundle information.
- chassis str
- Chassis IP of the switch.
- class_
id str - conf_
mod_ strts - Configuration modified timestamp of the switch.
- conf_
mod_ strts_ backup - Configuration modified backup timestamp of the switch.
- connection_
status str - Connection status of the switch.
- create_
time str - The time when this managed object was created.
- default_
domain str - The default domain name configured on the switch.
- device_
mo_ strid - The MoId of the registered device that coresponds to the server.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- ethernet_
mode str - The user configured Ethernet operational mode for this switch (End-Host or Switching).
- ethernet_
switching_ strmode - The user configured Ethernet operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - fault_
summary float - The fault summary for the server.
- fc_
mode str - The user configured FC operational mode for this switch (End-Host or Switching).
- fc_
switching_ strmode - The user configured FC operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - firmware str
- Running firmware information.
- firmware_
version str - Running firmware information.
- fpga_
upgrade_ boolneeded - The flag to check vulnerability with secure boot technology.
- id str
- inband_
ip_ straddress - The IP address of the network Element inband management interface.
- inband_
ip_ strgateway - The default gateway of the network Element inband management interface.
- inband_
ip_ strmask - The network mask of the network Element inband management interface.
- inband_
vlan float - The VLAN ID of the network Element inband management interface.
- inter_
cluster_ strlink_ state - The intercluster link state of the switch.*
Unknown
- The operational state of the link is not known.*Up
- The operational state of the link is up.*Down
- The operational state of the link is down.*Degraded
- The link is operational but degraded. This state is applicable to port channels when any one of the member links is down. - inventory_
parent GetNetwork Element Summary Inventory Parent - ipv4_
address str - IP version 4 address is saved in this property.
- is_
upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- management_
mode str - The management mode of the fabric interconnect.*
IntersightStandalone
- Intersight Standalone mode of operation.*UCSM
- Unified Computing System Manager mode of operation.*Intersight
- Intersight managed mode of operation. - mod_
time str - The time when this managed object was last modified.
- model str
- This field identifies the model of the given component.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The admin configured name of the system.
- nr_
version str - Firmware version of the switch.
- num_
ether_ floatports - Total number of Ethernet ports.
- num_
ether_ floatports_ configured - Total number of configured Ethernet ports.
- num_
ether_ floatports_ link_ up - Total number of Ethernet ports which are UP.
- num_
expansion_ floatmodules - Total number of expansion modules.
- num_
fc_ floatports - Total number of FC ports.
- num_
fc_ floatports_ configured - Total number of configured FC ports.
- num_
fc_ floatports_ link_ up - Total number of FC ports which are UP.
- object_
type str - oper_
evac_ strstate - Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - operability str
- The switch's current overall operational/health state.
- out_
of_ strband_ ip_ address - The IP address of the network Element out-of-band management interface.
- out_
of_ strband_ ip_ gateway - The default gateway of the network Element out-of-band management interface.
- out_
of_ strband_ ip_ mask - The network mask of the network Element out-of-band management interface.
- out_
of_ strband_ ipv4_ address - The IPv4 address of the network Element out-of-band management interface.
- out_
of_ strband_ ipv4_ gateway - The default IPv4 gateway of the network Element out-of-band management interface.
- out_
of_ strband_ ipv4_ mask - The network mask of the network Element out-of-band management interface.
- out_
of_ strband_ ipv6_ address - The IPv6 address of the network Element out-of-band management interface.
- out_
of_ strband_ ipv6_ gateway - The default IPv6 gateway of the network Element out-of-band management interface.
- out_
of_ strband_ ipv6_ prefix - The network mask of the network Element out-of-band management interface.
- out_
of_ strband_ mac - The MAC address of the network Element out-of-band management interface.
- owners Sequence[str]
- parent
Get
Network Element Summary Parent - part_
number str - Part number of the switch.
- permission_
resources Sequence[GetNetwork Element Summary Permission Resource] - presence str
- This field identifies the presence (equipped) or absence of the given component.
- registered_
device GetNetwork Element Summary Registered Device - reserved_
vlan_ floatstart_ id - The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
- revision str
- The product revision of the switch.
- rn str
- The Relative Name uniquely identifies an object within a given context.
- serial str
- This field identifies the serial of the given component.
- 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_
object_ strtype - Stores the source object type used to fill the properties of this object.
- status str
- The status of the switch.
- switch_
id str - The Switch Id of the network Element.
- switch_
profile_ strname - The name of switch profile associated with the switch.
- switch_
type str - The Switch type that the network element is a part of.*
FabricInterconnect
- The default Switch type of UCSM and IMM mode devices.*NexusDevice
- Switch type of Nexus devices.*MDSDevice
- Switch type of Nexus MDS devices. - system_
up_ strtime - System up time of the switch.
- Sequence[Get
Network Element Summary Tag] - thermal str
- The Thermal status of the fabric interconnect.*
unknown
- The default state of the sensor (in case no data is received).*ok
- State of the sensor indicating the sensor's temperature range is okay.*upper-non-recoverable
- State of the sensor indicating that the temperature is extremely high above normal range.*upper-critical
- State of the sensor indicating that the temperature is above normal range.*upper-non-critical
- State of the sensor indicating that the temperature is a little above the normal range.*lower-non-critical
- State of the sensor indicating that the temperature is a little below the normal range.*lower-critical
- State of the sensor indicating that the temperature is below normal range.*lower-non-recoverable
- State of the sensor indicating that the temperature is extremely below normal range. - total_
memory float - Total available memory on this switch platform.
- user_
label str - The user defined label assigned to the server.
- vendor str
- This field identifies the vendor of the given component.
- version_
context GetNetwork Element Summary Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Evac StringState - Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - admin
Inband StringInterface State - The administrative state of the network Element inband management interface.
- alarm
Summary Property Map - ancestors List<Property Map>
- available
Memory String - Available memory (un-used) on this switch platform.
- bundle
Version String - Running firmware bundle information.
- chassis String
- Chassis IP of the switch.
- class
Id String - conf
Mod StringTs - Configuration modified timestamp of the switch.
- conf
Mod StringTs Backup - Configuration modified backup timestamp of the switch.
- connection
Status String - Connection status of the switch.
- create
Time String - The time when this managed object was created.
- default
Domain String - The default domain name configured on the switch.
- device
Mo StringId - The MoId of the registered device that coresponds to the server.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ethernet
Mode String - The user configured Ethernet operational mode for this switch (End-Host or Switching).
- ethernet
Switching StringMode - The user configured Ethernet operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - fault
Summary Number - The fault summary for the server.
- fc
Mode String - The user configured FC operational mode for this switch (End-Host or Switching).
- fc
Switching StringMode - The user configured FC operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - firmware String
- Running firmware information.
- firmware
Version String - Running firmware information.
- fpga
Upgrade BooleanNeeded - The flag to check vulnerability with secure boot technology.
- id String
- inband
Ip StringAddress - The IP address of the network Element inband management interface.
- inband
Ip StringGateway - The default gateway of the network Element inband management interface.
- inband
Ip StringMask - The network mask of the network Element inband management interface.
- inband
Vlan Number - The VLAN ID of the network Element inband management interface.
- inter
Cluster StringLink State - The intercluster link state of the switch.*
Unknown
- The operational state of the link is not known.*Up
- The operational state of the link is up.*Down
- The operational state of the link is down.*Degraded
- The link is operational but degraded. This state is applicable to port channels when any one of the member links is down. - inventory
Parent Property Map - ipv4Address String
- IP version 4 address is saved in this property.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- management
Mode String - The management mode of the fabric interconnect.*
IntersightStandalone
- Intersight Standalone mode of operation.*UCSM
- Unified Computing System Manager mode of operation.*Intersight
- Intersight managed mode of operation. - mod
Time String - The time when this managed object was last modified.
- model String
- This field identifies the model of the given component.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The admin configured name of the system.
- nr
Version String - Firmware version of the switch.
- num
Ether NumberPorts - Total number of Ethernet ports.
- num
Ether NumberPorts Configured - Total number of configured Ethernet ports.
- num
Ether NumberPorts Link Up - Total number of Ethernet ports which are UP.
- num
Expansion NumberModules - Total number of expansion modules.
- num
Fc NumberPorts - Total number of FC ports.
- num
Fc NumberPorts Configured - Total number of configured FC ports.
- num
Fc NumberPorts Link Up - Total number of FC ports which are UP.
- object
Type String - oper
Evac StringState - Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - operability String
- The switch's current overall operational/health state.
- out
Of StringBand Ip Address - The IP address of the network Element out-of-band management interface.
- out
Of StringBand Ip Gateway - The default gateway of the network Element out-of-band management interface.
- out
Of StringBand Ip Mask - The network mask of the network Element out-of-band management interface.
- out
Of StringBand Ipv4Address - The IPv4 address of the network Element out-of-band management interface.
- out
Of StringBand Ipv4Gateway - The default IPv4 gateway of the network Element out-of-band management interface.
- out
Of StringBand Ipv4Mask - The network mask of the network Element out-of-band management interface.
- out
Of StringBand Ipv6Address - The IPv6 address of the network Element out-of-band management interface.
- out
Of StringBand Ipv6Gateway - The default IPv6 gateway of the network Element out-of-band management interface.
- out
Of StringBand Ipv6Prefix - The network mask of the network Element out-of-band management interface.
- out
Of StringBand Mac - The MAC address of the network Element out-of-band management interface.
- owners List<String>
- parent Property Map
- part
Number String - Part number of the switch.
- permission
Resources List<Property Map> - presence String
- This field identifies the presence (equipped) or absence of the given component.
- registered
Device Property Map - reserved
Vlan NumberStart Id - The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
- revision String
- The product revision of the switch.
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field identifies the serial of the given component.
- 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.
- source
Object StringType - Stores the source object type used to fill the properties of this object.
- status String
- The status of the switch.
- switch
Id String - The Switch Id of the network Element.
- switch
Profile StringName - The name of switch profile associated with the switch.
- switch
Type String - The Switch type that the network element is a part of.*
FabricInterconnect
- The default Switch type of UCSM and IMM mode devices.*NexusDevice
- Switch type of Nexus devices.*MDSDevice
- Switch type of Nexus MDS devices. - system
Up StringTime - System up time of the switch.
- List<Property Map>
- thermal String
- The Thermal status of the fabric interconnect.*
unknown
- The default state of the sensor (in case no data is received).*ok
- State of the sensor indicating the sensor's temperature range is okay.*upper-non-recoverable
- State of the sensor indicating that the temperature is extremely high above normal range.*upper-critical
- State of the sensor indicating that the temperature is above normal range.*upper-non-critical
- State of the sensor indicating that the temperature is a little above the normal range.*lower-non-critical
- State of the sensor indicating that the temperature is a little below the normal range.*lower-critical
- State of the sensor indicating that the temperature is below normal range.*lower-non-recoverable
- State of the sensor indicating that the temperature is extremely below normal range. - total
Memory Number - Total available memory on this switch platform.
- user
Label String - The user defined label assigned to the server.
- vendor String
- This field identifies the vendor of the given component.
- version
Context Property Map
getNetworkElementSummary Result
The following output properties are available:
- Id string
- Results
List<Get
Network Element Summary Result> - Account
Moid string - Additional
Properties string - Admin
Evac stringState - Admin
Inband stringInterface State - Alarm
Summary GetNetwork Element Summary Alarm Summary - Ancestors
List<Get
Network Element Summary Ancestor> - Available
Memory string - Bundle
Version string - Chassis string
- Class
Id string - Conf
Mod stringTs - Conf
Mod stringTs Backup - Connection
Status string - Create
Time string - Default
Domain string - Device
Mo stringId - Dn string
- Domain
Group stringMoid - Ethernet
Mode string - Ethernet
Switching stringMode - Fault
Summary double - Fc
Mode string - Fc
Switching stringMode - Firmware string
- Firmware
Version string - Fpga
Upgrade boolNeeded - Inband
Ip stringAddress - Inband
Ip stringGateway - Inband
Ip stringMask - Inband
Vlan double - Inter
Cluster stringLink State - Inventory
Parent GetNetwork Element Summary Inventory Parent - Ipv4Address string
- Is
Upgraded bool - Management
Mode string - Mod
Time string - Model string
- Moid string
- Name string
- Nr
Version string - Num
Ether doublePorts - Num
Ether doublePorts Configured - Num
Ether doublePorts Link Up - Num
Expansion doubleModules - Num
Fc doublePorts - Num
Fc doublePorts Configured - Num
Fc doublePorts Link Up - Object
Type string - Oper
Evac stringState - Operability string
- Out
Of stringBand Ip Address - Out
Of stringBand Ip Gateway - Out
Of stringBand Ip Mask - Out
Of stringBand Ipv4Address - Out
Of stringBand Ipv4Gateway - Out
Of stringBand Ipv4Mask - Out
Of stringBand Ipv6Address - Out
Of stringBand Ipv6Gateway - Out
Of stringBand Ipv6Prefix - Out
Of stringBand Mac - Owners List<string>
- Parent
Get
Network Element Summary Parent - Part
Number string - Permission
Resources List<GetNetwork Element Summary Permission Resource> - Presence string
- Registered
Device GetNetwork Element Summary Registered Device - Reserved
Vlan doubleStart Id - Revision string
- Rn string
- Serial string
- string
- Source
Object stringType - Status string
- Switch
Id string - Switch
Profile stringName - Switch
Type string - System
Up stringTime - List<Get
Network Element Summary Tag> - Thermal string
- Total
Memory double - User
Label string - Vendor string
- Version
Context GetNetwork Element Summary Version Context
- Id string
- Results
[]Get
Network Element Summary Result - Account
Moid string - Additional
Properties string - Admin
Evac stringState - Admin
Inband stringInterface State - Alarm
Summary GetNetwork Element Summary Alarm Summary - Ancestors
[]Get
Network Element Summary Ancestor - Available
Memory string - Bundle
Version string - Chassis string
- Class
Id string - Conf
Mod stringTs - Conf
Mod stringTs Backup - Connection
Status string - Create
Time string - Default
Domain string - Device
Mo stringId - Dn string
- Domain
Group stringMoid - Ethernet
Mode string - Ethernet
Switching stringMode - Fault
Summary float64 - Fc
Mode string - Fc
Switching stringMode - Firmware string
- Firmware
Version string - Fpga
Upgrade boolNeeded - Inband
Ip stringAddress - Inband
Ip stringGateway - Inband
Ip stringMask - Inband
Vlan float64 - Inter
Cluster stringLink State - Inventory
Parent GetNetwork Element Summary Inventory Parent - Ipv4Address string
- Is
Upgraded bool - Management
Mode string - Mod
Time string - Model string
- Moid string
- Name string
- Nr
Version string - Num
Ether float64Ports - Num
Ether float64Ports Configured - Num
Ether float64Ports Link Up - Num
Expansion float64Modules - Num
Fc float64Ports - Num
Fc float64Ports Configured - Num
Fc float64Ports Link Up - Object
Type string - Oper
Evac stringState - Operability string
- Out
Of stringBand Ip Address - Out
Of stringBand Ip Gateway - Out
Of stringBand Ip Mask - Out
Of stringBand Ipv4Address - Out
Of stringBand Ipv4Gateway - Out
Of stringBand Ipv4Mask - Out
Of stringBand Ipv6Address - Out
Of stringBand Ipv6Gateway - Out
Of stringBand Ipv6Prefix - Out
Of stringBand Mac - Owners []string
- Parent
Get
Network Element Summary Parent - Part
Number string - Permission
Resources []GetNetwork Element Summary Permission Resource - Presence string
- Registered
Device GetNetwork Element Summary Registered Device - Reserved
Vlan float64Start Id - Revision string
- Rn string
- Serial string
- string
- Source
Object stringType - Status string
- Switch
Id string - Switch
Profile stringName - Switch
Type string - System
Up stringTime - []Get
Network Element Summary Tag - Thermal string
- Total
Memory float64 - User
Label string - Vendor string
- Version
Context GetNetwork Element Summary Version Context
- id String
- results
List<Get
Network Element Summary Result> - account
Moid String - additional
Properties String - admin
Evac StringState - admin
Inband StringInterface State - alarm
Summary GetNetwork Element Summary Alarm Summary - ancestors
List<Get
Network Element Summary Ancestor> - available
Memory String - bundle
Version String - chassis String
- class
Id String - conf
Mod StringTs - conf
Mod StringTs Backup - connection
Status String - create
Time String - default
Domain String - device
Mo StringId - dn String
- domain
Group StringMoid - ethernet
Mode String - ethernet
Switching StringMode - fault
Summary Double - fc
Mode String - fc
Switching StringMode - firmware String
- firmware
Version String - fpga
Upgrade BooleanNeeded - inband
Ip StringAddress - inband
Ip StringGateway - inband
Ip StringMask - inband
Vlan Double - inter
Cluster StringLink State - inventory
Parent GetNetwork Element Summary Inventory Parent - ipv4Address String
- is
Upgraded Boolean - management
Mode String - mod
Time String - model String
- moid String
- name String
- nr
Version String - num
Ether DoublePorts - num
Ether DoublePorts Configured - num
Ether DoublePorts Link Up - num
Expansion DoubleModules - num
Fc DoublePorts - num
Fc DoublePorts Configured - num
Fc DoublePorts Link Up - object
Type String - oper
Evac StringState - operability String
- out
Of StringBand Ip Address - out
Of StringBand Ip Gateway - out
Of StringBand Ip Mask - out
Of StringBand Ipv4Address - out
Of StringBand Ipv4Gateway - out
Of StringBand Ipv4Mask - out
Of StringBand Ipv6Address - out
Of StringBand Ipv6Gateway - out
Of StringBand Ipv6Prefix - out
Of StringBand Mac - owners List<String>
- parent
Get
Network Element Summary Parent - part
Number String - permission
Resources List<GetNetwork Element Summary Permission Resource> - presence String
- registered
Device GetNetwork Element Summary Registered Device - reserved
Vlan DoubleStart Id - revision String
- rn String
- serial String
- String
- source
Object StringType - status String
- switch
Id String - switch
Profile StringName - switch
Type String - system
Up StringTime - List<Get
Network Element Summary Tag> - thermal String
- total
Memory Double - user
Label String - vendor String
- version
Context GetNetwork Element Summary Version Context
- id string
- results
Get
Network Element Summary Result[] - account
Moid string - additional
Properties string - admin
Evac stringState - admin
Inband stringInterface State - alarm
Summary GetNetwork Element Summary Alarm Summary - ancestors
Get
Network Element Summary Ancestor[] - available
Memory string - bundle
Version string - chassis string
- class
Id string - conf
Mod stringTs - conf
Mod stringTs Backup - connection
Status string - create
Time string - default
Domain string - device
Mo stringId - dn string
- domain
Group stringMoid - ethernet
Mode string - ethernet
Switching stringMode - fault
Summary number - fc
Mode string - fc
Switching stringMode - firmware string
- firmware
Version string - fpga
Upgrade booleanNeeded - inband
Ip stringAddress - inband
Ip stringGateway - inband
Ip stringMask - inband
Vlan number - inter
Cluster stringLink State - inventory
Parent GetNetwork Element Summary Inventory Parent - ipv4Address string
- is
Upgraded boolean - management
Mode string - mod
Time string - model string
- moid string
- name string
- nr
Version string - num
Ether numberPorts - num
Ether numberPorts Configured - num
Ether numberPorts Link Up - num
Expansion numberModules - num
Fc numberPorts - num
Fc numberPorts Configured - num
Fc numberPorts Link Up - object
Type string - oper
Evac stringState - operability string
- out
Of stringBand Ip Address - out
Of stringBand Ip Gateway - out
Of stringBand Ip Mask - out
Of stringBand Ipv4Address - out
Of stringBand Ipv4Gateway - out
Of stringBand Ipv4Mask - out
Of stringBand Ipv6Address - out
Of stringBand Ipv6Gateway - out
Of stringBand Ipv6Prefix - out
Of stringBand Mac - owners string[]
- parent
Get
Network Element Summary Parent - part
Number string - permission
Resources GetNetwork Element Summary Permission Resource[] - presence string
- registered
Device GetNetwork Element Summary Registered Device - reserved
Vlan numberStart Id - revision string
- rn string
- serial string
- string
- source
Object stringType - status string
- switch
Id string - switch
Profile stringName - switch
Type string - system
Up stringTime - Get
Network Element Summary Tag[] - thermal string
- total
Memory number - user
Label string - vendor string
- version
Context GetNetwork Element Summary Version Context
- id str
- results
Sequence[Get
Network Element Summary Result] - account_
moid str - additional_
properties str - admin_
evac_ strstate - admin_
inband_ strinterface_ state - alarm_
summary GetNetwork Element Summary Alarm Summary - ancestors
Sequence[Get
Network Element Summary Ancestor] - available_
memory str - bundle_
version str - chassis str
- class_
id str - conf_
mod_ strts - conf_
mod_ strts_ backup - connection_
status str - create_
time str - default_
domain str - device_
mo_ strid - dn str
- domain_
group_ strmoid - ethernet_
mode str - ethernet_
switching_ strmode - fault_
summary float - fc_
mode str - fc_
switching_ strmode - firmware str
- firmware_
version str - fpga_
upgrade_ boolneeded - inband_
ip_ straddress - inband_
ip_ strgateway - inband_
ip_ strmask - inband_
vlan float - inter_
cluster_ strlink_ state - inventory_
parent GetNetwork Element Summary Inventory Parent - ipv4_
address str - is_
upgraded bool - management_
mode str - mod_
time str - model str
- moid str
- name str
- nr_
version str - num_
ether_ floatports - num_
ether_ floatports_ configured - num_
ether_ floatports_ link_ up - num_
expansion_ floatmodules - num_
fc_ floatports - num_
fc_ floatports_ configured - num_
fc_ floatports_ link_ up - object_
type str - oper_
evac_ strstate - operability str
- out_
of_ strband_ ip_ address - out_
of_ strband_ ip_ gateway - out_
of_ strband_ ip_ mask - out_
of_ strband_ ipv4_ address - out_
of_ strband_ ipv4_ gateway - out_
of_ strband_ ipv4_ mask - out_
of_ strband_ ipv6_ address - out_
of_ strband_ ipv6_ gateway - out_
of_ strband_ ipv6_ prefix - out_
of_ strband_ mac - owners Sequence[str]
- parent
Get
Network Element Summary Parent - part_
number str - permission_
resources Sequence[GetNetwork Element Summary Permission Resource] - presence str
- registered_
device GetNetwork Element Summary Registered Device - reserved_
vlan_ floatstart_ id - revision str
- rn str
- serial str
- str
- source_
object_ strtype - status str
- switch_
id str - switch_
profile_ strname - switch_
type str - system_
up_ strtime - Sequence[Get
Network Element Summary Tag] - thermal str
- total_
memory float - user_
label str - vendor str
- version_
context GetNetwork Element Summary Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - admin
Evac StringState - admin
Inband StringInterface State - alarm
Summary Property Map - ancestors List<Property Map>
- available
Memory String - bundle
Version String - chassis String
- class
Id String - conf
Mod StringTs - conf
Mod StringTs Backup - connection
Status String - create
Time String - default
Domain String - device
Mo StringId - dn String
- domain
Group StringMoid - ethernet
Mode String - ethernet
Switching StringMode - fault
Summary Number - fc
Mode String - fc
Switching StringMode - firmware String
- firmware
Version String - fpga
Upgrade BooleanNeeded - inband
Ip StringAddress - inband
Ip StringGateway - inband
Ip StringMask - inband
Vlan Number - inter
Cluster StringLink State - inventory
Parent Property Map - ipv4Address String
- is
Upgraded Boolean - management
Mode String - mod
Time String - model String
- moid String
- name String
- nr
Version String - num
Ether NumberPorts - num
Ether NumberPorts Configured - num
Ether NumberPorts Link Up - num
Expansion NumberModules - num
Fc NumberPorts - num
Fc NumberPorts Configured - num
Fc NumberPorts Link Up - object
Type String - oper
Evac StringState - operability String
- out
Of StringBand Ip Address - out
Of StringBand Ip Gateway - out
Of StringBand Ip Mask - out
Of StringBand Ipv4Address - out
Of StringBand Ipv4Gateway - out
Of StringBand Ipv4Mask - out
Of StringBand Ipv6Address - out
Of StringBand Ipv6Gateway - out
Of StringBand Ipv6Prefix - out
Of StringBand Mac - owners List<String>
- parent Property Map
- part
Number String - permission
Resources List<Property Map> - presence String
- registered
Device Property Map - reserved
Vlan NumberStart Id - revision String
- rn String
- serial String
- String
- source
Object StringType - status String
- switch
Id String - switch
Profile StringName - switch
Type String - system
Up StringTime - List<Property Map>
- thermal String
- total
Memory Number - user
Label String - vendor String
- version
Context Property Map
Supporting Types
GetNetworkElementSummaryAlarmSummary
- Additional
Properties string - Class
Id 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.
- Critical double
- The count of alarms that have severity type Critical.
- Health string
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.
Healthy
- The Enum value represents that the entity is healthy.Warning
- The Enum value Warning represents that the entity has one or more active warnings on it.Critical
- The Enum value Critical represents that the entity is in a critical state.
- Info double
- The count of alarms that have severity type Info.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Suppressed bool
- The flag that indicates whether suppression is enabled or not in the entity.
- Suppressed
Critical double - The count of active suppressed alarms that have severity type Critical.
- Suppressed
Info double - The count of active suppressed alarms that have severity type Info.
- Suppressed
Warning double - The count of active suppressed alarms that have severity type Warning.
- Warning double
- The count of alarms that have severity type Warning.
- Additional
Properties string - Class
Id 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.
- Critical float64
- The count of alarms that have severity type Critical.
- Health string
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.
Healthy
- The Enum value represents that the entity is healthy.Warning
- The Enum value Warning represents that the entity has one or more active warnings on it.Critical
- The Enum value Critical represents that the entity is in a critical state.
- Info float64
- The count of alarms that have severity type Info.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Suppressed bool
- The flag that indicates whether suppression is enabled or not in the entity.
- Suppressed
Critical float64 - The count of active suppressed alarms that have severity type Critical.
- Suppressed
Info float64 - The count of active suppressed alarms that have severity type Info.
- Suppressed
Warning float64 - The count of active suppressed alarms that have severity type Warning.
- Warning float64
- The count of alarms that have severity type Warning.
- additional
Properties String - class
Id 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.
- critical Double
- The count of alarms that have severity type Critical.
- health String
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.
Healthy
- The Enum value represents that the entity is healthy.Warning
- The Enum value Warning represents that the entity has one or more active warnings on it.Critical
- The Enum value Critical represents that the entity is in a critical state.
- info Double
- The count of alarms that have severity type Info.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- suppressed Boolean
- The flag that indicates whether suppression is enabled or not in the entity.
- suppressed
Critical Double - The count of active suppressed alarms that have severity type Critical.
- suppressed
Info Double - The count of active suppressed alarms that have severity type Info.
- suppressed
Warning Double - The count of active suppressed alarms that have severity type Warning.
- warning Double
- The count of alarms that have severity type Warning.
- additional
Properties string - class
Id 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.
- critical number
- The count of alarms that have severity type Critical.
- health string
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.
Healthy
- The Enum value represents that the entity is healthy.Warning
- The Enum value Warning represents that the entity has one or more active warnings on it.Critical
- The Enum value Critical represents that the entity is in a critical state.
- info number
- The count of alarms that have severity type Info.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- suppressed boolean
- The flag that indicates whether suppression is enabled or not in the entity.
- suppressed
Critical number - The count of active suppressed alarms that have severity type Critical.
- suppressed
Info number - The count of active suppressed alarms that have severity type Info.
- suppressed
Warning number - The count of active suppressed alarms that have severity type Warning.
- warning number
- The count of alarms that have severity type Warning.
- 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.
- critical float
- The count of alarms that have severity type Critical.
- health str
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.
Healthy
- The Enum value represents that the entity is healthy.Warning
- The Enum value Warning represents that the entity has one or more active warnings on it.Critical
- The Enum value Critical represents that the entity is in a critical state.
- info float
- The count of alarms that have severity type Info.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- suppressed bool
- The flag that indicates whether suppression is enabled or not in the entity.
- suppressed_
critical float - The count of active suppressed alarms that have severity type Critical.
- suppressed_
info float - The count of active suppressed alarms that have severity type Info.
- suppressed_
warning float - The count of active suppressed alarms that have severity type Warning.
- warning float
- The count of alarms that have severity type Warning.
- additional
Properties String - class
Id 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.
- critical Number
- The count of alarms that have severity type Critical.
- health String
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.
Healthy
- The Enum value represents that the entity is healthy.Warning
- The Enum value Warning represents that the entity has one or more active warnings on it.Critical
- The Enum value Critical represents that the entity is in a critical state.
- info Number
- The count of alarms that have severity type Info.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- suppressed Boolean
- The flag that indicates whether suppression is enabled or not in the entity.
- suppressed
Critical Number - The count of active suppressed alarms that have severity type Critical.
- suppressed
Info Number - The count of active suppressed alarms that have severity type Info.
- suppressed
Warning Number - The count of active suppressed alarms that have severity type Warning.
- warning Number
- The count of alarms that have severity type Warning.
GetNetworkElementSummaryAncestor
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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'.
GetNetworkElementSummaryInventoryParent
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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'.
GetNetworkElementSummaryParent
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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'.
GetNetworkElementSummaryPermissionResource
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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'.
GetNetworkElementSummaryRegisteredDevice
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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'.
GetNetworkElementSummaryResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Evac stringState - Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - Admin
Inband stringInterface State - The administrative state of the network Element inband management interface.
- Alarm
Summaries List<GetNetwork Element Summary Result Alarm Summary> - Ancestors
List<Get
Network Element Summary Result Ancestor> - Available
Memory string - Available memory (un-used) on this switch platform.
- Bundle
Version string - Running firmware bundle information.
- Chassis string
- Chassis IP of the switch.
- Class
Id string - Conf
Mod stringTs - Configuration modified timestamp of the switch.
- Conf
Mod stringTs Backup - Configuration modified backup timestamp of the switch.
- Connection
Status string - Connection status of the switch.
- Create
Time string - The time when this managed object was created.
- Default
Domain string - The default domain name configured on the switch.
- Device
Mo stringId - The MoId of the registered device that coresponds to the server.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ethernet
Mode string - The user configured Ethernet operational mode for this switch (End-Host or Switching).
- Ethernet
Switching stringMode - The user configured Ethernet operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - Fault
Summary double - The fault summary for the server.
- Fc
Mode string - The user configured FC operational mode for this switch (End-Host or Switching).
- Fc
Switching stringMode - The user configured FC operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - Firmware string
- Running firmware information.
- Firmware
Version string - Running firmware information.
- Fpga
Upgrade boolNeeded - The flag to check vulnerability with secure boot technology.
- Inband
Ip stringAddress - The IP address of the network Element inband management interface.
- Inband
Ip stringGateway - The default gateway of the network Element inband management interface.
- Inband
Ip stringMask - The network mask of the network Element inband management interface.
- Inband
Vlan double - The VLAN ID of the network Element inband management interface.
- Inter
Cluster stringLink State - The intercluster link state of the switch.*
Unknown
- The operational state of the link is not known.*Up
- The operational state of the link is up.*Down
- The operational state of the link is down.*Degraded
- The link is operational but degraded. This state is applicable to port channels when any one of the member links is down. - Inventory
Parents List<GetNetwork Element Summary Result Inventory Parent> - Ipv4Address string
- IP version 4 address is saved in this property.
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Management
Mode string - The management mode of the fabric interconnect.*
IntersightStandalone
- Intersight Standalone mode of operation.*UCSM
- Unified Computing System Manager mode of operation.*Intersight
- Intersight managed mode of operation. - Mod
Time string - The time when this managed object was last modified.
- Model string
- This field identifies the model of the given component.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The admin configured name of the system.
- Nr
Version string - Firmware version of the switch.
- Num
Ether doublePorts - Total number of Ethernet ports.
- Num
Ether doublePorts Configured - Total number of configured Ethernet ports.
- Num
Ether doublePorts Link Up - Total number of Ethernet ports which are UP.
- Num
Expansion doubleModules - Total number of expansion modules.
- Num
Fc doublePorts - Total number of FC ports.
- Num
Fc doublePorts Configured - Total number of configured FC ports.
- Num
Fc doublePorts Link Up - Total number of FC ports which are UP.
- Object
Type string - Oper
Evac stringState - Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - Operability string
- The switch's current overall operational/health state.
- Out
Of stringBand Ip Address - The IP address of the network Element out-of-band management interface.
- Out
Of stringBand Ip Gateway - The default gateway of the network Element out-of-band management interface.
- Out
Of stringBand Ip Mask - The network mask of the network Element out-of-band management interface.
- Out
Of stringBand Ipv4Address - The IPv4 address of the network Element out-of-band management interface.
- Out
Of stringBand Ipv4Gateway - The default IPv4 gateway of the network Element out-of-band management interface.
- Out
Of stringBand Ipv4Mask - The network mask of the network Element out-of-band management interface.
- Out
Of stringBand Ipv6Address - The IPv6 address of the network Element out-of-band management interface.
- Out
Of stringBand Ipv6Gateway - The default IPv6 gateway of the network Element out-of-band management interface.
- Out
Of stringBand Ipv6Prefix - The network mask of the network Element out-of-band management interface.
- Out
Of stringBand Mac - The MAC address of the network Element out-of-band management interface.
- Owners List<string>
- Parents
List<Get
Network Element Summary Result Parent> - Part
Number string - Part number of the switch.
- Permission
Resources List<GetNetwork Element Summary Result Permission Resource> - Presence string
- This field identifies the presence (equipped) or absence of the given component.
- Registered
Devices List<GetNetwork Element Summary Result Registered Device> - Reserved
Vlan doubleStart Id - The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
- Revision string
- The product revision of the switch.
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field identifies the serial of the given component.
- 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.
- Source
Object stringType - Stores the source object type used to fill the properties of this object.
- Status string
- The status of the switch.
- Switch
Id string - The Switch Id of the network Element.
- Switch
Profile stringName - The name of switch profile associated with the switch.
- Switch
Type string - The Switch type that the network element is a part of.*
FabricInterconnect
- The default Switch type of UCSM and IMM mode devices.*NexusDevice
- Switch type of Nexus devices.*MDSDevice
- Switch type of Nexus MDS devices. - System
Up stringTime - System up time of the switch.
- List<Get
Network Element Summary Result Tag> - Thermal string
- The Thermal status of the fabric interconnect.*
unknown
- The default state of the sensor (in case no data is received).*ok
- State of the sensor indicating the sensor's temperature range is okay.*upper-non-recoverable
- State of the sensor indicating that the temperature is extremely high above normal range.*upper-critical
- State of the sensor indicating that the temperature is above normal range.*upper-non-critical
- State of the sensor indicating that the temperature is a little above the normal range.*lower-non-critical
- State of the sensor indicating that the temperature is a little below the normal range.*lower-critical
- State of the sensor indicating that the temperature is below normal range.*lower-non-recoverable
- State of the sensor indicating that the temperature is extremely below normal range. - Total
Memory double - Total available memory on this switch platform.
- User
Label string - The user defined label assigned to the server.
- Vendor string
- This field identifies the vendor of the given component.
- Version
Contexts List<GetNetwork Element Summary Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Evac stringState - Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - Admin
Inband stringInterface State - The administrative state of the network Element inband management interface.
- Alarm
Summaries []GetNetwork Element Summary Result Alarm Summary - Ancestors
[]Get
Network Element Summary Result Ancestor - Available
Memory string - Available memory (un-used) on this switch platform.
- Bundle
Version string - Running firmware bundle information.
- Chassis string
- Chassis IP of the switch.
- Class
Id string - Conf
Mod stringTs - Configuration modified timestamp of the switch.
- Conf
Mod stringTs Backup - Configuration modified backup timestamp of the switch.
- Connection
Status string - Connection status of the switch.
- Create
Time string - The time when this managed object was created.
- Default
Domain string - The default domain name configured on the switch.
- Device
Mo stringId - The MoId of the registered device that coresponds to the server.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ethernet
Mode string - The user configured Ethernet operational mode for this switch (End-Host or Switching).
- Ethernet
Switching stringMode - The user configured Ethernet operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - Fault
Summary float64 - The fault summary for the server.
- Fc
Mode string - The user configured FC operational mode for this switch (End-Host or Switching).
- Fc
Switching stringMode - The user configured FC operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - Firmware string
- Running firmware information.
- Firmware
Version string - Running firmware information.
- Fpga
Upgrade boolNeeded - The flag to check vulnerability with secure boot technology.
- Inband
Ip stringAddress - The IP address of the network Element inband management interface.
- Inband
Ip stringGateway - The default gateway of the network Element inband management interface.
- Inband
Ip stringMask - The network mask of the network Element inband management interface.
- Inband
Vlan float64 - The VLAN ID of the network Element inband management interface.
- Inter
Cluster stringLink State - The intercluster link state of the switch.*
Unknown
- The operational state of the link is not known.*Up
- The operational state of the link is up.*Down
- The operational state of the link is down.*Degraded
- The link is operational but degraded. This state is applicable to port channels when any one of the member links is down. - Inventory
Parents []GetNetwork Element Summary Result Inventory Parent - Ipv4Address string
- IP version 4 address is saved in this property.
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Management
Mode string - The management mode of the fabric interconnect.*
IntersightStandalone
- Intersight Standalone mode of operation.*UCSM
- Unified Computing System Manager mode of operation.*Intersight
- Intersight managed mode of operation. - Mod
Time string - The time when this managed object was last modified.
- Model string
- This field identifies the model of the given component.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The admin configured name of the system.
- Nr
Version string - Firmware version of the switch.
- Num
Ether float64Ports - Total number of Ethernet ports.
- Num
Ether float64Ports Configured - Total number of configured Ethernet ports.
- Num
Ether float64Ports Link Up - Total number of Ethernet ports which are UP.
- Num
Expansion float64Modules - Total number of expansion modules.
- Num
Fc float64Ports - Total number of FC ports.
- Num
Fc float64Ports Configured - Total number of configured FC ports.
- Num
Fc float64Ports Link Up - Total number of FC ports which are UP.
- Object
Type string - Oper
Evac stringState - Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - Operability string
- The switch's current overall operational/health state.
- Out
Of stringBand Ip Address - The IP address of the network Element out-of-band management interface.
- Out
Of stringBand Ip Gateway - The default gateway of the network Element out-of-band management interface.
- Out
Of stringBand Ip Mask - The network mask of the network Element out-of-band management interface.
- Out
Of stringBand Ipv4Address - The IPv4 address of the network Element out-of-band management interface.
- Out
Of stringBand Ipv4Gateway - The default IPv4 gateway of the network Element out-of-band management interface.
- Out
Of stringBand Ipv4Mask - The network mask of the network Element out-of-band management interface.
- Out
Of stringBand Ipv6Address - The IPv6 address of the network Element out-of-band management interface.
- Out
Of stringBand Ipv6Gateway - The default IPv6 gateway of the network Element out-of-band management interface.
- Out
Of stringBand Ipv6Prefix - The network mask of the network Element out-of-band management interface.
- Out
Of stringBand Mac - The MAC address of the network Element out-of-band management interface.
- Owners []string
- Parents
[]Get
Network Element Summary Result Parent - Part
Number string - Part number of the switch.
- Permission
Resources []GetNetwork Element Summary Result Permission Resource - Presence string
- This field identifies the presence (equipped) or absence of the given component.
- Registered
Devices []GetNetwork Element Summary Result Registered Device - Reserved
Vlan float64Start Id - The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
- Revision string
- The product revision of the switch.
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field identifies the serial of the given component.
- 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.
- Source
Object stringType - Stores the source object type used to fill the properties of this object.
- Status string
- The status of the switch.
- Switch
Id string - The Switch Id of the network Element.
- Switch
Profile stringName - The name of switch profile associated with the switch.
- Switch
Type string - The Switch type that the network element is a part of.*
FabricInterconnect
- The default Switch type of UCSM and IMM mode devices.*NexusDevice
- Switch type of Nexus devices.*MDSDevice
- Switch type of Nexus MDS devices. - System
Up stringTime - System up time of the switch.
- []Get
Network Element Summary Result Tag - Thermal string
- The Thermal status of the fabric interconnect.*
unknown
- The default state of the sensor (in case no data is received).*ok
- State of the sensor indicating the sensor's temperature range is okay.*upper-non-recoverable
- State of the sensor indicating that the temperature is extremely high above normal range.*upper-critical
- State of the sensor indicating that the temperature is above normal range.*upper-non-critical
- State of the sensor indicating that the temperature is a little above the normal range.*lower-non-critical
- State of the sensor indicating that the temperature is a little below the normal range.*lower-critical
- State of the sensor indicating that the temperature is below normal range.*lower-non-recoverable
- State of the sensor indicating that the temperature is extremely below normal range. - Total
Memory float64 - Total available memory on this switch platform.
- User
Label string - The user defined label assigned to the server.
- Vendor string
- This field identifies the vendor of the given component.
- Version
Contexts []GetNetwork Element Summary Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Evac StringState - Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - admin
Inband StringInterface State - The administrative state of the network Element inband management interface.
- alarm
Summaries List<GetNetwork Element Summary Result Alarm Summary> - ancestors
List<Get
Network Element Summary Result Ancestor> - available
Memory String - Available memory (un-used) on this switch platform.
- bundle
Version String - Running firmware bundle information.
- chassis String
- Chassis IP of the switch.
- class
Id String - conf
Mod StringTs - Configuration modified timestamp of the switch.
- conf
Mod StringTs Backup - Configuration modified backup timestamp of the switch.
- connection
Status String - Connection status of the switch.
- create
Time String - The time when this managed object was created.
- default
Domain String - The default domain name configured on the switch.
- device
Mo StringId - The MoId of the registered device that coresponds to the server.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ethernet
Mode String - The user configured Ethernet operational mode for this switch (End-Host or Switching).
- ethernet
Switching StringMode - The user configured Ethernet operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - fault
Summary Double - The fault summary for the server.
- fc
Mode String - The user configured FC operational mode for this switch (End-Host or Switching).
- fc
Switching StringMode - The user configured FC operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - firmware String
- Running firmware information.
- firmware
Version String - Running firmware information.
- fpga
Upgrade BooleanNeeded - The flag to check vulnerability with secure boot technology.
- inband
Ip StringAddress - The IP address of the network Element inband management interface.
- inband
Ip StringGateway - The default gateway of the network Element inband management interface.
- inband
Ip StringMask - The network mask of the network Element inband management interface.
- inband
Vlan Double - The VLAN ID of the network Element inband management interface.
- inter
Cluster StringLink State - The intercluster link state of the switch.*
Unknown
- The operational state of the link is not known.*Up
- The operational state of the link is up.*Down
- The operational state of the link is down.*Degraded
- The link is operational but degraded. This state is applicable to port channels when any one of the member links is down. - inventory
Parents List<GetNetwork Element Summary Result Inventory Parent> - ipv4Address String
- IP version 4 address is saved in this property.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- management
Mode String - The management mode of the fabric interconnect.*
IntersightStandalone
- Intersight Standalone mode of operation.*UCSM
- Unified Computing System Manager mode of operation.*Intersight
- Intersight managed mode of operation. - mod
Time String - The time when this managed object was last modified.
- model String
- This field identifies the model of the given component.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The admin configured name of the system.
- nr
Version String - Firmware version of the switch.
- num
Ether DoublePorts - Total number of Ethernet ports.
- num
Ether DoublePorts Configured - Total number of configured Ethernet ports.
- num
Ether DoublePorts Link Up - Total number of Ethernet ports which are UP.
- num
Expansion DoubleModules - Total number of expansion modules.
- num
Fc DoublePorts - Total number of FC ports.
- num
Fc DoublePorts Configured - Total number of configured FC ports.
- num
Fc DoublePorts Link Up - Total number of FC ports which are UP.
- object
Type String - oper
Evac StringState - Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - operability String
- The switch's current overall operational/health state.
- out
Of StringBand Ip Address - The IP address of the network Element out-of-band management interface.
- out
Of StringBand Ip Gateway - The default gateway of the network Element out-of-band management interface.
- out
Of StringBand Ip Mask - The network mask of the network Element out-of-band management interface.
- out
Of StringBand Ipv4Address - The IPv4 address of the network Element out-of-band management interface.
- out
Of StringBand Ipv4Gateway - The default IPv4 gateway of the network Element out-of-band management interface.
- out
Of StringBand Ipv4Mask - The network mask of the network Element out-of-band management interface.
- out
Of StringBand Ipv6Address - The IPv6 address of the network Element out-of-band management interface.
- out
Of StringBand Ipv6Gateway - The default IPv6 gateway of the network Element out-of-band management interface.
- out
Of StringBand Ipv6Prefix - The network mask of the network Element out-of-band management interface.
- out
Of StringBand Mac - The MAC address of the network Element out-of-band management interface.
- owners List<String>
- parents
List<Get
Network Element Summary Result Parent> - part
Number String - Part number of the switch.
- permission
Resources List<GetNetwork Element Summary Result Permission Resource> - presence String
- This field identifies the presence (equipped) or absence of the given component.
- registered
Devices List<GetNetwork Element Summary Result Registered Device> - reserved
Vlan DoubleStart Id - The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
- revision String
- The product revision of the switch.
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field identifies the serial of the given component.
- 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.
- source
Object StringType - Stores the source object type used to fill the properties of this object.
- status String
- The status of the switch.
- switch
Id String - The Switch Id of the network Element.
- switch
Profile StringName - The name of switch profile associated with the switch.
- switch
Type String - The Switch type that the network element is a part of.*
FabricInterconnect
- The default Switch type of UCSM and IMM mode devices.*NexusDevice
- Switch type of Nexus devices.*MDSDevice
- Switch type of Nexus MDS devices. - system
Up StringTime - System up time of the switch.
- List<Get
Network Element Summary Result Tag> - thermal String
- The Thermal status of the fabric interconnect.*
unknown
- The default state of the sensor (in case no data is received).*ok
- State of the sensor indicating the sensor's temperature range is okay.*upper-non-recoverable
- State of the sensor indicating that the temperature is extremely high above normal range.*upper-critical
- State of the sensor indicating that the temperature is above normal range.*upper-non-critical
- State of the sensor indicating that the temperature is a little above the normal range.*lower-non-critical
- State of the sensor indicating that the temperature is a little below the normal range.*lower-critical
- State of the sensor indicating that the temperature is below normal range.*lower-non-recoverable
- State of the sensor indicating that the temperature is extremely below normal range. - total
Memory Double - Total available memory on this switch platform.
- user
Label String - The user defined label assigned to the server.
- vendor String
- This field identifies the vendor of the given component.
- version
Contexts List<GetNetwork Element Summary Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - admin
Evac stringState - Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - admin
Inband stringInterface State - The administrative state of the network Element inband management interface.
- alarm
Summaries GetNetwork Element Summary Result Alarm Summary[] - ancestors
Get
Network Element Summary Result Ancestor[] - available
Memory string - Available memory (un-used) on this switch platform.
- bundle
Version string - Running firmware bundle information.
- chassis string
- Chassis IP of the switch.
- class
Id string - conf
Mod stringTs - Configuration modified timestamp of the switch.
- conf
Mod stringTs Backup - Configuration modified backup timestamp of the switch.
- connection
Status string - Connection status of the switch.
- create
Time string - The time when this managed object was created.
- default
Domain string - The default domain name configured on the switch.
- device
Mo stringId - The MoId of the registered device that coresponds to the server.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- ethernet
Mode string - The user configured Ethernet operational mode for this switch (End-Host or Switching).
- ethernet
Switching stringMode - The user configured Ethernet operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - fault
Summary number - The fault summary for the server.
- fc
Mode string - The user configured FC operational mode for this switch (End-Host or Switching).
- fc
Switching stringMode - The user configured FC operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - firmware string
- Running firmware information.
- firmware
Version string - Running firmware information.
- fpga
Upgrade booleanNeeded - The flag to check vulnerability with secure boot technology.
- inband
Ip stringAddress - The IP address of the network Element inband management interface.
- inband
Ip stringGateway - The default gateway of the network Element inband management interface.
- inband
Ip stringMask - The network mask of the network Element inband management interface.
- inband
Vlan number - The VLAN ID of the network Element inband management interface.
- inter
Cluster stringLink State - The intercluster link state of the switch.*
Unknown
- The operational state of the link is not known.*Up
- The operational state of the link is up.*Down
- The operational state of the link is down.*Degraded
- The link is operational but degraded. This state is applicable to port channels when any one of the member links is down. - inventory
Parents GetNetwork Element Summary Result Inventory Parent[] - ipv4Address string
- IP version 4 address is saved in this property.
- is
Upgraded boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- management
Mode string - The management mode of the fabric interconnect.*
IntersightStandalone
- Intersight Standalone mode of operation.*UCSM
- Unified Computing System Manager mode of operation.*Intersight
- Intersight managed mode of operation. - mod
Time string - The time when this managed object was last modified.
- model string
- This field identifies the model of the given component.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The admin configured name of the system.
- nr
Version string - Firmware version of the switch.
- num
Ether numberPorts - Total number of Ethernet ports.
- num
Ether numberPorts Configured - Total number of configured Ethernet ports.
- num
Ether numberPorts Link Up - Total number of Ethernet ports which are UP.
- num
Expansion numberModules - Total number of expansion modules.
- num
Fc numberPorts - Total number of FC ports.
- num
Fc numberPorts Configured - Total number of configured FC ports.
- num
Fc numberPorts Link Up - Total number of FC ports which are UP.
- object
Type string - oper
Evac stringState - Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - operability string
- The switch's current overall operational/health state.
- out
Of stringBand Ip Address - The IP address of the network Element out-of-band management interface.
- out
Of stringBand Ip Gateway - The default gateway of the network Element out-of-band management interface.
- out
Of stringBand Ip Mask - The network mask of the network Element out-of-band management interface.
- out
Of stringBand Ipv4Address - The IPv4 address of the network Element out-of-band management interface.
- out
Of stringBand Ipv4Gateway - The default IPv4 gateway of the network Element out-of-band management interface.
- out
Of stringBand Ipv4Mask - The network mask of the network Element out-of-band management interface.
- out
Of stringBand Ipv6Address - The IPv6 address of the network Element out-of-band management interface.
- out
Of stringBand Ipv6Gateway - The default IPv6 gateway of the network Element out-of-band management interface.
- out
Of stringBand Ipv6Prefix - The network mask of the network Element out-of-band management interface.
- out
Of stringBand Mac - The MAC address of the network Element out-of-band management interface.
- owners string[]
- parents
Get
Network Element Summary Result Parent[] - part
Number string - Part number of the switch.
- permission
Resources GetNetwork Element Summary Result Permission Resource[] - presence string
- This field identifies the presence (equipped) or absence of the given component.
- registered
Devices GetNetwork Element Summary Result Registered Device[] - reserved
Vlan numberStart Id - The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
- revision string
- The product revision of the switch.
- rn string
- The Relative Name uniquely identifies an object within a given context.
- serial string
- This field identifies the serial of the given component.
- 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.
- source
Object stringType - Stores the source object type used to fill the properties of this object.
- status string
- The status of the switch.
- switch
Id string - The Switch Id of the network Element.
- switch
Profile stringName - The name of switch profile associated with the switch.
- switch
Type string - The Switch type that the network element is a part of.*
FabricInterconnect
- The default Switch type of UCSM and IMM mode devices.*NexusDevice
- Switch type of Nexus devices.*MDSDevice
- Switch type of Nexus MDS devices. - system
Up stringTime - System up time of the switch.
- Get
Network Element Summary Result Tag[] - thermal string
- The Thermal status of the fabric interconnect.*
unknown
- The default state of the sensor (in case no data is received).*ok
- State of the sensor indicating the sensor's temperature range is okay.*upper-non-recoverable
- State of the sensor indicating that the temperature is extremely high above normal range.*upper-critical
- State of the sensor indicating that the temperature is above normal range.*upper-non-critical
- State of the sensor indicating that the temperature is a little above the normal range.*lower-non-critical
- State of the sensor indicating that the temperature is a little below the normal range.*lower-critical
- State of the sensor indicating that the temperature is below normal range.*lower-non-recoverable
- State of the sensor indicating that the temperature is extremely below normal range. - total
Memory number - Total available memory on this switch platform.
- user
Label string - The user defined label assigned to the server.
- vendor string
- This field identifies the vendor of the given component.
- version
Contexts GetNetwork Element Summary Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - admin_
evac_ strstate - Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - admin_
inband_ strinterface_ state - The administrative state of the network Element inband management interface.
- alarm_
summaries Sequence[GetNetwork Element Summary Result Alarm Summary] - ancestors
Sequence[Get
Network Element Summary Result Ancestor] - available_
memory str - Available memory (un-used) on this switch platform.
- bundle_
version str - Running firmware bundle information.
- chassis str
- Chassis IP of the switch.
- class_
id str - conf_
mod_ strts - Configuration modified timestamp of the switch.
- conf_
mod_ strts_ backup - Configuration modified backup timestamp of the switch.
- connection_
status str - Connection status of the switch.
- create_
time str - The time when this managed object was created.
- default_
domain str - The default domain name configured on the switch.
- device_
mo_ strid - The MoId of the registered device that coresponds to the server.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- ethernet_
mode str - The user configured Ethernet operational mode for this switch (End-Host or Switching).
- ethernet_
switching_ strmode - The user configured Ethernet operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - fault_
summary float - The fault summary for the server.
- fc_
mode str - The user configured FC operational mode for this switch (End-Host or Switching).
- fc_
switching_ strmode - The user configured FC operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - firmware str
- Running firmware information.
- firmware_
version str - Running firmware information.
- fpga_
upgrade_ boolneeded - The flag to check vulnerability with secure boot technology.
- inband_
ip_ straddress - The IP address of the network Element inband management interface.
- inband_
ip_ strgateway - The default gateway of the network Element inband management interface.
- inband_
ip_ strmask - The network mask of the network Element inband management interface.
- inband_
vlan float - The VLAN ID of the network Element inband management interface.
- inter_
cluster_ strlink_ state - The intercluster link state of the switch.*
Unknown
- The operational state of the link is not known.*Up
- The operational state of the link is up.*Down
- The operational state of the link is down.*Degraded
- The link is operational but degraded. This state is applicable to port channels when any one of the member links is down. - inventory_
parents Sequence[GetNetwork Element Summary Result Inventory Parent] - ipv4_
address str - IP version 4 address is saved in this property.
- is_
upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- management_
mode str - The management mode of the fabric interconnect.*
IntersightStandalone
- Intersight Standalone mode of operation.*UCSM
- Unified Computing System Manager mode of operation.*Intersight
- Intersight managed mode of operation. - mod_
time str - The time when this managed object was last modified.
- model str
- This field identifies the model of the given component.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The admin configured name of the system.
- nr_
version str - Firmware version of the switch.
- num_
ether_ floatports - Total number of Ethernet ports.
- num_
ether_ floatports_ configured - Total number of configured Ethernet ports.
- num_
ether_ floatports_ link_ up - Total number of Ethernet ports which are UP.
- num_
expansion_ floatmodules - Total number of expansion modules.
- num_
fc_ floatports - Total number of FC ports.
- num_
fc_ floatports_ configured - Total number of configured FC ports.
- num_
fc_ floatports_ link_ up - Total number of FC ports which are UP.
- object_
type str - oper_
evac_ strstate - Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - operability str
- The switch's current overall operational/health state.
- out_
of_ strband_ ip_ address - The IP address of the network Element out-of-band management interface.
- out_
of_ strband_ ip_ gateway - The default gateway of the network Element out-of-band management interface.
- out_
of_ strband_ ip_ mask - The network mask of the network Element out-of-band management interface.
- out_
of_ strband_ ipv4_ address - The IPv4 address of the network Element out-of-band management interface.
- out_
of_ strband_ ipv4_ gateway - The default IPv4 gateway of the network Element out-of-band management interface.
- out_
of_ strband_ ipv4_ mask - The network mask of the network Element out-of-band management interface.
- out_
of_ strband_ ipv6_ address - The IPv6 address of the network Element out-of-band management interface.
- out_
of_ strband_ ipv6_ gateway - The default IPv6 gateway of the network Element out-of-band management interface.
- out_
of_ strband_ ipv6_ prefix - The network mask of the network Element out-of-band management interface.
- out_
of_ strband_ mac - The MAC address of the network Element out-of-band management interface.
- owners Sequence[str]
- parents
Sequence[Get
Network Element Summary Result Parent] - part_
number str - Part number of the switch.
- permission_
resources Sequence[GetNetwork Element Summary Result Permission Resource] - presence str
- This field identifies the presence (equipped) or absence of the given component.
- registered_
devices Sequence[GetNetwork Element Summary Result Registered Device] - reserved_
vlan_ floatstart_ id - The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
- revision str
- The product revision of the switch.
- rn str
- The Relative Name uniquely identifies an object within a given context.
- serial str
- This field identifies the serial of the given component.
- 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_
object_ strtype - Stores the source object type used to fill the properties of this object.
- status str
- The status of the switch.
- switch_
id str - The Switch Id of the network Element.
- switch_
profile_ strname - The name of switch profile associated with the switch.
- switch_
type str - The Switch type that the network element is a part of.*
FabricInterconnect
- The default Switch type of UCSM and IMM mode devices.*NexusDevice
- Switch type of Nexus devices.*MDSDevice
- Switch type of Nexus MDS devices. - system_
up_ strtime - System up time of the switch.
- Sequence[Get
Network Element Summary Result Tag] - thermal str
- The Thermal status of the fabric interconnect.*
unknown
- The default state of the sensor (in case no data is received).*ok
- State of the sensor indicating the sensor's temperature range is okay.*upper-non-recoverable
- State of the sensor indicating that the temperature is extremely high above normal range.*upper-critical
- State of the sensor indicating that the temperature is above normal range.*upper-non-critical
- State of the sensor indicating that the temperature is a little above the normal range.*lower-non-critical
- State of the sensor indicating that the temperature is a little below the normal range.*lower-critical
- State of the sensor indicating that the temperature is below normal range.*lower-non-recoverable
- State of the sensor indicating that the temperature is extremely below normal range. - total_
memory float - Total available memory on this switch platform.
- user_
label str - The user defined label assigned to the server.
- vendor str
- This field identifies the vendor of the given component.
- version_
contexts Sequence[GetNetwork Element Summary Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Evac StringState - Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - admin
Inband StringInterface State - The administrative state of the network Element inband management interface.
- alarm
Summaries List<Property Map> - ancestors List<Property Map>
- available
Memory String - Available memory (un-used) on this switch platform.
- bundle
Version String - Running firmware bundle information.
- chassis String
- Chassis IP of the switch.
- class
Id String - conf
Mod StringTs - Configuration modified timestamp of the switch.
- conf
Mod StringTs Backup - Configuration modified backup timestamp of the switch.
- connection
Status String - Connection status of the switch.
- create
Time String - The time when this managed object was created.
- default
Domain String - The default domain name configured on the switch.
- device
Mo StringId - The MoId of the registered device that coresponds to the server.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ethernet
Mode String - The user configured Ethernet operational mode for this switch (End-Host or Switching).
- ethernet
Switching StringMode - The user configured Ethernet operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - fault
Summary Number - The fault summary for the server.
- fc
Mode String - The user configured FC operational mode for this switch (End-Host or Switching).
- fc
Switching StringMode - The user configured FC operational mode for this switch (End-Host or Switching).*
end-host
- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.*switch
- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode. - firmware String
- Running firmware information.
- firmware
Version String - Running firmware information.
- fpga
Upgrade BooleanNeeded - The flag to check vulnerability with secure boot technology.
- inband
Ip StringAddress - The IP address of the network Element inband management interface.
- inband
Ip StringGateway - The default gateway of the network Element inband management interface.
- inband
Ip StringMask - The network mask of the network Element inband management interface.
- inband
Vlan Number - The VLAN ID of the network Element inband management interface.
- inter
Cluster StringLink State - The intercluster link state of the switch.*
Unknown
- The operational state of the link is not known.*Up
- The operational state of the link is up.*Down
- The operational state of the link is down.*Degraded
- The link is operational but degraded. This state is applicable to port channels when any one of the member links is down. - inventory
Parents List<Property Map> - ipv4Address String
- IP version 4 address is saved in this property.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- management
Mode String - The management mode of the fabric interconnect.*
IntersightStandalone
- Intersight Standalone mode of operation.*UCSM
- Unified Computing System Manager mode of operation.*Intersight
- Intersight managed mode of operation. - mod
Time String - The time when this managed object was last modified.
- model String
- This field identifies the model of the given component.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The admin configured name of the system.
- nr
Version String - Firmware version of the switch.
- num
Ether NumberPorts - Total number of Ethernet ports.
- num
Ether NumberPorts Configured - Total number of configured Ethernet ports.
- num
Ether NumberPorts Link Up - Total number of Ethernet ports which are UP.
- num
Expansion NumberModules - Total number of expansion modules.
- num
Fc NumberPorts - Total number of FC ports.
- num
Fc NumberPorts Configured - Total number of configured FC ports.
- num
Fc NumberPorts Link Up - Total number of FC ports which are UP.
- object
Type String - oper
Evac StringState - Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.*
enabled
- Evacuation state of the switch is enabled.*disabled
- Evacuation state of the switch is disabled.*applying
- Evacuation state of the switch when evacuation is in progress.*on
- Evacuation state of the switch is enabled.*off
- Evacuation state of the switch is disabled.*N/A
- Evacuation state of the switch is not applicable. - operability String
- The switch's current overall operational/health state.
- out
Of StringBand Ip Address - The IP address of the network Element out-of-band management interface.
- out
Of StringBand Ip Gateway - The default gateway of the network Element out-of-band management interface.
- out
Of StringBand Ip Mask - The network mask of the network Element out-of-band management interface.
- out
Of StringBand Ipv4Address - The IPv4 address of the network Element out-of-band management interface.
- out
Of StringBand Ipv4Gateway - The default IPv4 gateway of the network Element out-of-band management interface.
- out
Of StringBand Ipv4Mask - The network mask of the network Element out-of-band management interface.
- out
Of StringBand Ipv6Address - The IPv6 address of the network Element out-of-band management interface.
- out
Of StringBand Ipv6Gateway - The default IPv6 gateway of the network Element out-of-band management interface.
- out
Of StringBand Ipv6Prefix - The network mask of the network Element out-of-band management interface.
- out
Of StringBand Mac - The MAC address of the network Element out-of-band management interface.
- owners List<String>
- parents List<Property Map>
- part
Number String - Part number of the switch.
- permission
Resources List<Property Map> - presence String
- This field identifies the presence (equipped) or absence of the given component.
- registered
Devices List<Property Map> - reserved
Vlan NumberStart Id - The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
- revision String
- The product revision of the switch.
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field identifies the serial of the given component.
- 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.
- source
Object StringType - Stores the source object type used to fill the properties of this object.
- status String
- The status of the switch.
- switch
Id String - The Switch Id of the network Element.
- switch
Profile StringName - The name of switch profile associated with the switch.
- switch
Type String - The Switch type that the network element is a part of.*
FabricInterconnect
- The default Switch type of UCSM and IMM mode devices.*NexusDevice
- Switch type of Nexus devices.*MDSDevice
- Switch type of Nexus MDS devices. - system
Up StringTime - System up time of the switch.
- List<Property Map>
- thermal String
- The Thermal status of the fabric interconnect.*
unknown
- The default state of the sensor (in case no data is received).*ok
- State of the sensor indicating the sensor's temperature range is okay.*upper-non-recoverable
- State of the sensor indicating that the temperature is extremely high above normal range.*upper-critical
- State of the sensor indicating that the temperature is above normal range.*upper-non-critical
- State of the sensor indicating that the temperature is a little above the normal range.*lower-non-critical
- State of the sensor indicating that the temperature is a little below the normal range.*lower-critical
- State of the sensor indicating that the temperature is below normal range.*lower-non-recoverable
- State of the sensor indicating that the temperature is extremely below normal range. - total
Memory Number - Total available memory on this switch platform.
- user
Label String - The user defined label assigned to the server.
- vendor String
- This field identifies the vendor of the given component.
- version
Contexts List<Property Map>
GetNetworkElementSummaryResultAlarmSummary
- Additional
Properties string - Class
Id string - Critical double
- Health string
- Info double
- Object
Type string - Suppressed bool
- Suppressed
Critical double - Suppressed
Info double - Suppressed
Warning double - Warning double
- Additional
Properties string - Class
Id string - Critical float64
- Health string
- Info float64
- Object
Type string - Suppressed bool
- Suppressed
Critical float64 - Suppressed
Info float64 - Suppressed
Warning float64 - Warning float64
- additional
Properties String - class
Id String - critical Double
- health String
- info Double
- object
Type String - suppressed Boolean
- suppressed
Critical Double - suppressed
Info Double - suppressed
Warning Double - warning Double
- additional
Properties string - class
Id string - critical number
- health string
- info number
- object
Type string - suppressed boolean
- suppressed
Critical number - suppressed
Info number - suppressed
Warning number - warning number
- additional_
properties str - class_
id str - critical float
- health str
- info float
- object_
type str - suppressed bool
- suppressed_
critical float - suppressed_
info float - suppressed_
warning float - warning float
- additional
Properties String - class
Id String - critical Number
- health String
- info Number
- object
Type String - suppressed Boolean
- suppressed
Critical Number - suppressed
Info Number - suppressed
Warning Number - warning Number
GetNetworkElementSummaryResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkElementSummaryResultInventoryParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkElementSummaryResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkElementSummaryResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkElementSummaryResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkElementSummaryResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetNetworkElementSummaryResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos List<GetNetwork Element Summary Result Version Context Interested Mo> - Marked
For boolDeletion - Nr
Version string - Firmware version of the switch.
- Object
Type string - Ref
Mos List<GetNetwork Element Summary Result Version Context Ref Mo> - Timestamp string
- Version
Type string
- Additional
Properties string - Class
Id string - Interested
Mos []GetNetwork Element Summary Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - Firmware version of the switch.
- Object
Type string - Ref
Mos []GetNetwork Element Summary Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional
Properties String - class
Id String - interested
Mos List<GetNetwork Element Summary Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - Firmware version of the switch.
- object
Type String - ref
Mos List<GetNetwork Element Summary Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetNetwork Element Summary Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - Firmware version of the switch.
- object
Type string - ref
Mos GetNetwork Element Summary Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional_
properties str - class_
id str - interested_
mos Sequence[GetNetwork Element Summary Result Version Context Interested Mo] - marked_
for_ booldeletion - nr_
version str - Firmware version of the switch.
- object_
type str - ref_
mos Sequence[GetNetwork Element Summary Result Version Context Ref Mo] - timestamp str
- version_
type str
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - Firmware version of the switch.
- object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetNetworkElementSummaryResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkElementSummaryResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkElementSummaryTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetNetworkElementSummaryVersionContext
- Additional
Properties string - Class
Id 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.
- Interested
Mos List<GetNetwork Element Summary 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 string - Firmware version of the switch.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetNetwork Element Summary Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id 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.
- Interested
Mos []GetNetwork Element Summary 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 string - Firmware version of the switch.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetNetwork Element Summary Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id 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.
- interested
Mos List<GetNetwork Element Summary Version Context Interested Mo> - marked
For 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.
- nr
Version String - Firmware version of the switch.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetNetwork Element Summary Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id 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.
- interested
Mos GetNetwork Element Summary Version Context Interested Mo[] - marked
For 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.
- nr
Version string - Firmware version of the switch.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetNetwork Element Summary Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type 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[GetNetwork Element Summary 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 - Firmware version of the switch.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetNetwork Element Summary 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.
- additional
Properties String - class
Id 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.
- interested
Mos List<Property Map> - marked
For 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.
- nr
Version String - Firmware version of the switch.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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.
GetNetworkElementSummaryVersionContextInterestedMo
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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'.
GetNetworkElementSummaryVersionContextRefMo
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet