intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getNetworkElementSummary
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminEvac 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.
- AdminInband stringInterface State 
- The administrative state of the network Element inband management interface.
- AlarmSummary GetNetwork Element Summary Alarm Summary 
- Ancestors
List<GetNetwork Element Summary Ancestor> 
- AvailableMemory string
- Available memory (un-used) on this switch platform.
- BundleVersion string
- Running firmware bundle information.
- Chassis string
- Chassis IP of the switch.
- ClassId string
- ConfMod stringTs 
- Configuration modified timestamp of the switch.
- ConfMod stringTs Backup 
- Configuration modified backup timestamp of the switch.
- ConnectionStatus string
- Connection status of the switch.
- CreateTime string
- The time when this managed object was created.
- DefaultDomain string
- The default domain name configured on the switch.
- DeviceMo stringId 
- The MoId of the registered device that coresponds to the server.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EthernetMode string
- The user configured Ethernet operational mode for this switch (End-Host or Switching).
- EthernetSwitching 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.
- FaultSummary double
- The fault summary for the server.
- FcMode string
- The user configured FC operational mode for this switch (End-Host or Switching).
- FcSwitching 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.
- FirmwareVersion string
- Running firmware information.
- FpgaUpgrade boolNeeded 
- The flag to check vulnerability with secure boot technology.
- Id string
- InbandIp stringAddress 
- The IP address of the network Element inband management interface.
- InbandIp stringGateway 
- The default gateway of the network Element inband management interface.
- InbandIp stringMask 
- The network mask of the network Element inband management interface.
- InbandVlan double
- The VLAN ID of the network Element inband management interface.
- InterCluster 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.
- InventoryParent GetNetwork Element Summary Inventory Parent 
- Ipv4Address string
- IP version 4 address is saved in this property.
- IsUpgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- ManagementMode 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.
- ModTime 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.
- NrVersion string
- Firmware version of the switch.
- NumEther doublePorts 
- Total number of Ethernet ports.
- NumEther doublePorts Configured 
- Total number of configured Ethernet ports.
- NumEther doublePorts Link Up 
- Total number of Ethernet ports which are UP.
- NumExpansion doubleModules 
- Total number of expansion modules.
- NumFc doublePorts 
- Total number of FC ports.
- NumFc doublePorts Configured 
- Total number of configured FC ports.
- NumFc doublePorts Link Up 
- Total number of FC ports which are UP.
- ObjectType string
- OperEvac 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.
- OutOf stringBand Ip Address 
- The IP address of the network Element out-of-band management interface.
- OutOf stringBand Ip Gateway 
- The default gateway of the network Element out-of-band management interface.
- OutOf stringBand Ip Mask 
- The network mask of the network Element out-of-band management interface.
- OutOf stringBand Ipv4Address 
- The IPv4 address of the network Element out-of-band management interface.
- OutOf stringBand Ipv4Gateway 
- The default IPv4 gateway of the network Element out-of-band management interface.
- OutOf stringBand Ipv4Mask 
- The network mask of the network Element out-of-band management interface.
- OutOf stringBand Ipv6Address 
- The IPv6 address of the network Element out-of-band management interface.
- OutOf stringBand Ipv6Gateway 
- The default IPv6 gateway of the network Element out-of-band management interface.
- OutOf stringBand Ipv6Prefix 
- The network mask of the network Element out-of-band management interface.
- OutOf stringBand Mac 
- The MAC address of the network Element out-of-band management interface.
- Owners List<string>
- Parent
GetNetwork Element Summary Parent 
- PartNumber string
- Part number of the switch.
- PermissionResources List<GetNetwork Element Summary Permission Resource> 
- Presence string
- This field identifies the presence (equipped) or absence of the given component.
- RegisteredDevice GetNetwork Element Summary Registered Device 
- ReservedVlan 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.
- SourceObject stringType 
- Stores the source object type used to fill the properties of this object.
- Status string
- The status of the switch.
- SwitchId string
- The Switch Id of the network Element.
- SwitchProfile stringName 
- The name of switch profile associated with the switch.
- SwitchType 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.
- SystemUp stringTime 
- System up time of the switch.
- 
List<GetNetwork 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.
- TotalMemory double
- Total available memory on this switch platform.
- UserLabel string
- The user defined label assigned to the server.
- Vendor string
- This field identifies the vendor of the given component.
- VersionContext GetNetwork Element Summary Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminEvac 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.
- AdminInband stringInterface State 
- The administrative state of the network Element inband management interface.
- AlarmSummary GetNetwork Element Summary Alarm Summary 
- Ancestors
[]GetNetwork Element Summary Ancestor 
- AvailableMemory string
- Available memory (un-used) on this switch platform.
- BundleVersion string
- Running firmware bundle information.
- Chassis string
- Chassis IP of the switch.
- ClassId string
- ConfMod stringTs 
- Configuration modified timestamp of the switch.
- ConfMod stringTs Backup 
- Configuration modified backup timestamp of the switch.
- ConnectionStatus string
- Connection status of the switch.
- CreateTime string
- The time when this managed object was created.
- DefaultDomain string
- The default domain name configured on the switch.
- DeviceMo stringId 
- The MoId of the registered device that coresponds to the server.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EthernetMode string
- The user configured Ethernet operational mode for this switch (End-Host or Switching).
- EthernetSwitching 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.
- FaultSummary float64
- The fault summary for the server.
- FcMode string
- The user configured FC operational mode for this switch (End-Host or Switching).
- FcSwitching 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.
- FirmwareVersion string
- Running firmware information.
- FpgaUpgrade boolNeeded 
- The flag to check vulnerability with secure boot technology.
- Id string
- InbandIp stringAddress 
- The IP address of the network Element inband management interface.
- InbandIp stringGateway 
- The default gateway of the network Element inband management interface.
- InbandIp stringMask 
- The network mask of the network Element inband management interface.
- InbandVlan float64
- The VLAN ID of the network Element inband management interface.
- InterCluster 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.
- InventoryParent GetNetwork Element Summary Inventory Parent 
- Ipv4Address string
- IP version 4 address is saved in this property.
- IsUpgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- ManagementMode 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.
- ModTime 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.
- NrVersion string
- Firmware version of the switch.
- NumEther float64Ports 
- Total number of Ethernet ports.
- NumEther float64Ports Configured 
- Total number of configured Ethernet ports.
- NumEther float64Ports Link Up 
- Total number of Ethernet ports which are UP.
- NumExpansion float64Modules 
- Total number of expansion modules.
- NumFc float64Ports 
- Total number of FC ports.
- NumFc float64Ports Configured 
- Total number of configured FC ports.
- NumFc float64Ports Link Up 
- Total number of FC ports which are UP.
- ObjectType string
- OperEvac 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.
- OutOf stringBand Ip Address 
- The IP address of the network Element out-of-band management interface.
- OutOf stringBand Ip Gateway 
- The default gateway of the network Element out-of-band management interface.
- OutOf stringBand Ip Mask 
- The network mask of the network Element out-of-band management interface.
- OutOf stringBand Ipv4Address 
- The IPv4 address of the network Element out-of-band management interface.
- OutOf stringBand Ipv4Gateway 
- The default IPv4 gateway of the network Element out-of-band management interface.
- OutOf stringBand Ipv4Mask 
- The network mask of the network Element out-of-band management interface.
- OutOf stringBand Ipv6Address 
- The IPv6 address of the network Element out-of-band management interface.
- OutOf stringBand Ipv6Gateway 
- The default IPv6 gateway of the network Element out-of-band management interface.
- OutOf stringBand Ipv6Prefix 
- The network mask of the network Element out-of-band management interface.
- OutOf stringBand Mac 
- The MAC address of the network Element out-of-band management interface.
- Owners []string
- Parent
GetNetwork Element Summary Parent 
- PartNumber string
- Part number of the switch.
- PermissionResources []GetNetwork Element Summary Permission Resource 
- Presence string
- This field identifies the presence (equipped) or absence of the given component.
- RegisteredDevice GetNetwork Element Summary Registered Device 
- ReservedVlan 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.
- SourceObject stringType 
- Stores the source object type used to fill the properties of this object.
- Status string
- The status of the switch.
- SwitchId string
- The Switch Id of the network Element.
- SwitchProfile stringName 
- The name of switch profile associated with the switch.
- SwitchType 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.
- SystemUp stringTime 
- System up time of the switch.
- 
[]GetNetwork 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.
- TotalMemory float64
- Total available memory on this switch platform.
- UserLabel string
- The user defined label assigned to the server.
- Vendor string
- This field identifies the vendor of the given component.
- VersionContext GetNetwork Element Summary Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminEvac 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.
- adminInband StringInterface State 
- The administrative state of the network Element inband management interface.
- alarmSummary GetNetwork Element Summary Alarm Summary 
- ancestors
List<GetNetwork Element Summary Ancestor> 
- availableMemory String
- Available memory (un-used) on this switch platform.
- bundleVersion String
- Running firmware bundle information.
- chassis String
- Chassis IP of the switch.
- classId String
- confMod StringTs 
- Configuration modified timestamp of the switch.
- confMod StringTs Backup 
- Configuration modified backup timestamp of the switch.
- connectionStatus String
- Connection status of the switch.
- createTime String
- The time when this managed object was created.
- defaultDomain String
- The default domain name configured on the switch.
- deviceMo StringId 
- The MoId of the registered device that coresponds to the server.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- ethernetMode String
- The user configured Ethernet operational mode for this switch (End-Host or Switching).
- ethernetSwitching 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.
- faultSummary Double
- The fault summary for the server.
- fcMode String
- The user configured FC operational mode for this switch (End-Host or Switching).
- fcSwitching 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.
- firmwareVersion String
- Running firmware information.
- fpgaUpgrade BooleanNeeded 
- The flag to check vulnerability with secure boot technology.
- id String
- inbandIp StringAddress 
- The IP address of the network Element inband management interface.
- inbandIp StringGateway 
- The default gateway of the network Element inband management interface.
- inbandIp StringMask 
- The network mask of the network Element inband management interface.
- inbandVlan Double
- The VLAN ID of the network Element inband management interface.
- interCluster 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.
- inventoryParent GetNetwork Element Summary Inventory Parent 
- ipv4Address String
- IP version 4 address is saved in this property.
- isUpgraded Boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- managementMode 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.
- modTime 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.
- nrVersion String
- Firmware version of the switch.
- numEther DoublePorts 
- Total number of Ethernet ports.
- numEther DoublePorts Configured 
- Total number of configured Ethernet ports.
- numEther DoublePorts Link Up 
- Total number of Ethernet ports which are UP.
- numExpansion DoubleModules 
- Total number of expansion modules.
- numFc DoublePorts 
- Total number of FC ports.
- numFc DoublePorts Configured 
- Total number of configured FC ports.
- numFc DoublePorts Link Up 
- Total number of FC ports which are UP.
- objectType String
- operEvac 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.
- outOf StringBand Ip Address 
- The IP address of the network Element out-of-band management interface.
- outOf StringBand Ip Gateway 
- The default gateway of the network Element out-of-band management interface.
- outOf StringBand Ip Mask 
- The network mask of the network Element out-of-band management interface.
- outOf StringBand Ipv4Address 
- The IPv4 address of the network Element out-of-band management interface.
- outOf StringBand Ipv4Gateway 
- The default IPv4 gateway of the network Element out-of-band management interface.
- outOf StringBand Ipv4Mask 
- The network mask of the network Element out-of-band management interface.
- outOf StringBand Ipv6Address 
- The IPv6 address of the network Element out-of-band management interface.
- outOf StringBand Ipv6Gateway 
- The default IPv6 gateway of the network Element out-of-band management interface.
- outOf StringBand Ipv6Prefix 
- The network mask of the network Element out-of-band management interface.
- outOf StringBand Mac 
- The MAC address of the network Element out-of-band management interface.
- owners List<String>
- parent
GetNetwork Element Summary Parent 
- partNumber String
- Part number of the switch.
- permissionResources List<GetNetwork Element Summary Permission Resource> 
- presence String
- This field identifies the presence (equipped) or absence of the given component.
- registeredDevice GetNetwork Element Summary Registered Device 
- reservedVlan 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.
- sourceObject StringType 
- Stores the source object type used to fill the properties of this object.
- status String
- The status of the switch.
- switchId String
- The Switch Id of the network Element.
- switchProfile StringName 
- The name of switch profile associated with the switch.
- switchType 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.
- systemUp StringTime 
- System up time of the switch.
- 
List<GetNetwork 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.
- totalMemory Double
- Total available memory on this switch platform.
- userLabel String
- The user defined label assigned to the server.
- vendor String
- This field identifies the vendor of the given component.
- versionContext GetNetwork Element Summary Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- adminEvac 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.
- adminInband stringInterface State 
- The administrative state of the network Element inband management interface.
- alarmSummary GetNetwork Element Summary Alarm Summary 
- ancestors
GetNetwork Element Summary Ancestor[] 
- availableMemory string
- Available memory (un-used) on this switch platform.
- bundleVersion string
- Running firmware bundle information.
- chassis string
- Chassis IP of the switch.
- classId string
- confMod stringTs 
- Configuration modified timestamp of the switch.
- confMod stringTs Backup 
- Configuration modified backup timestamp of the switch.
- connectionStatus string
- Connection status of the switch.
- createTime string
- The time when this managed object was created.
- defaultDomain string
- The default domain name configured on the switch.
- deviceMo stringId 
- The MoId of the registered device that coresponds to the server.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ethernetMode string
- The user configured Ethernet operational mode for this switch (End-Host or Switching).
- ethernetSwitching 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.
- faultSummary number
- The fault summary for the server.
- fcMode string
- The user configured FC operational mode for this switch (End-Host or Switching).
- fcSwitching 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.
- firmwareVersion string
- Running firmware information.
- fpgaUpgrade booleanNeeded 
- The flag to check vulnerability with secure boot technology.
- id string
- inbandIp stringAddress 
- The IP address of the network Element inband management interface.
- inbandIp stringGateway 
- The default gateway of the network Element inband management interface.
- inbandIp stringMask 
- The network mask of the network Element inband management interface.
- inbandVlan number
- The VLAN ID of the network Element inband management interface.
- interCluster 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.
- inventoryParent GetNetwork Element Summary Inventory Parent 
- ipv4Address string
- IP version 4 address is saved in this property.
- isUpgraded boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- managementMode 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.
- modTime 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.
- nrVersion string
- Firmware version of the switch.
- numEther numberPorts 
- Total number of Ethernet ports.
- numEther numberPorts Configured 
- Total number of configured Ethernet ports.
- numEther numberPorts Link Up 
- Total number of Ethernet ports which are UP.
- numExpansion numberModules 
- Total number of expansion modules.
- numFc numberPorts 
- Total number of FC ports.
- numFc numberPorts Configured 
- Total number of configured FC ports.
- numFc numberPorts Link Up 
- Total number of FC ports which are UP.
- objectType string
- operEvac 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.
- outOf stringBand Ip Address 
- The IP address of the network Element out-of-band management interface.
- outOf stringBand Ip Gateway 
- The default gateway of the network Element out-of-band management interface.
- outOf stringBand Ip Mask 
- The network mask of the network Element out-of-band management interface.
- outOf stringBand Ipv4Address 
- The IPv4 address of the network Element out-of-band management interface.
- outOf stringBand Ipv4Gateway 
- The default IPv4 gateway of the network Element out-of-band management interface.
- outOf stringBand Ipv4Mask 
- The network mask of the network Element out-of-band management interface.
- outOf stringBand Ipv6Address 
- The IPv6 address of the network Element out-of-band management interface.
- outOf stringBand Ipv6Gateway 
- The default IPv6 gateway of the network Element out-of-band management interface.
- outOf stringBand Ipv6Prefix 
- The network mask of the network Element out-of-band management interface.
- outOf stringBand Mac 
- The MAC address of the network Element out-of-band management interface.
- owners string[]
- parent
GetNetwork Element Summary Parent 
- partNumber string
- Part number of the switch.
- permissionResources GetNetwork Element Summary Permission Resource[] 
- presence string
- This field identifies the presence (equipped) or absence of the given component.
- registeredDevice GetNetwork Element Summary Registered Device 
- reservedVlan 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.
- sourceObject stringType 
- Stores the source object type used to fill the properties of this object.
- status string
- The status of the switch.
- switchId string
- The Switch Id of the network Element.
- switchProfile stringName 
- The name of switch profile associated with the switch.
- switchType 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.
- systemUp stringTime 
- System up time of the switch.
- 
GetNetwork 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.
- totalMemory number
- Total available memory on this switch platform.
- userLabel string
- The user defined label assigned to the server.
- vendor string
- This field identifies the vendor of the given component.
- versionContext 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[GetNetwork 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
GetNetwork 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[GetNetwork 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 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminEvac 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.
- adminInband StringInterface State 
- The administrative state of the network Element inband management interface.
- alarmSummary Property Map
- ancestors List<Property Map>
- availableMemory String
- Available memory (un-used) on this switch platform.
- bundleVersion String
- Running firmware bundle information.
- chassis String
- Chassis IP of the switch.
- classId String
- confMod StringTs 
- Configuration modified timestamp of the switch.
- confMod StringTs Backup 
- Configuration modified backup timestamp of the switch.
- connectionStatus String
- Connection status of the switch.
- createTime String
- The time when this managed object was created.
- defaultDomain String
- The default domain name configured on the switch.
- deviceMo StringId 
- The MoId of the registered device that coresponds to the server.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- ethernetMode String
- The user configured Ethernet operational mode for this switch (End-Host or Switching).
- ethernetSwitching 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.
- faultSummary Number
- The fault summary for the server.
- fcMode String
- The user configured FC operational mode for this switch (End-Host or Switching).
- fcSwitching 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.
- firmwareVersion String
- Running firmware information.
- fpgaUpgrade BooleanNeeded 
- The flag to check vulnerability with secure boot technology.
- id String
- inbandIp StringAddress 
- The IP address of the network Element inband management interface.
- inbandIp StringGateway 
- The default gateway of the network Element inband management interface.
- inbandIp StringMask 
- The network mask of the network Element inband management interface.
- inbandVlan Number
- The VLAN ID of the network Element inband management interface.
- interCluster 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.
- inventoryParent Property Map
- ipv4Address String
- IP version 4 address is saved in this property.
- isUpgraded Boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- managementMode 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.
- modTime 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.
- nrVersion String
- Firmware version of the switch.
- numEther NumberPorts 
- Total number of Ethernet ports.
- numEther NumberPorts Configured 
- Total number of configured Ethernet ports.
- numEther NumberPorts Link Up 
- Total number of Ethernet ports which are UP.
- numExpansion NumberModules 
- Total number of expansion modules.
- numFc NumberPorts 
- Total number of FC ports.
- numFc NumberPorts Configured 
- Total number of configured FC ports.
- numFc NumberPorts Link Up 
- Total number of FC ports which are UP.
- objectType String
- operEvac 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.
- outOf StringBand Ip Address 
- The IP address of the network Element out-of-band management interface.
- outOf StringBand Ip Gateway 
- The default gateway of the network Element out-of-band management interface.
- outOf StringBand Ip Mask 
- The network mask of the network Element out-of-band management interface.
- outOf StringBand Ipv4Address 
- The IPv4 address of the network Element out-of-band management interface.
- outOf StringBand Ipv4Gateway 
- The default IPv4 gateway of the network Element out-of-band management interface.
- outOf StringBand Ipv4Mask 
- The network mask of the network Element out-of-band management interface.
- outOf StringBand Ipv6Address 
- The IPv6 address of the network Element out-of-band management interface.
- outOf StringBand Ipv6Gateway 
- The default IPv6 gateway of the network Element out-of-band management interface.
- outOf StringBand Ipv6Prefix 
- The network mask of the network Element out-of-band management interface.
- outOf StringBand Mac 
- The MAC address of the network Element out-of-band management interface.
- owners List<String>
- parent Property Map
- partNumber String
- Part number of the switch.
- permissionResources List<Property Map>
- presence String
- This field identifies the presence (equipped) or absence of the given component.
- registeredDevice Property Map
- reservedVlan 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.
- sourceObject StringType 
- Stores the source object type used to fill the properties of this object.
- status String
- The status of the switch.
- switchId String
- The Switch Id of the network Element.
- switchProfile StringName 
- The name of switch profile associated with the switch.
- switchType 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.
- systemUp 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.
- totalMemory Number
- Total available memory on this switch platform.
- userLabel String
- The user defined label assigned to the server.
- vendor String
- This field identifies the vendor of the given component.
- versionContext Property Map
getNetworkElementSummary Result
The following output properties are available:
- Id string
- Results
List<GetNetwork Element Summary Result> 
- AccountMoid string
- AdditionalProperties string
- AdminEvac stringState 
- AdminInband stringInterface State 
- AlarmSummary GetNetwork Element Summary Alarm Summary 
- Ancestors
List<GetNetwork Element Summary Ancestor> 
- AvailableMemory string
- BundleVersion string
- Chassis string
- ClassId string
- ConfMod stringTs 
- ConfMod stringTs Backup 
- ConnectionStatus string
- CreateTime string
- DefaultDomain string
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- EthernetMode string
- EthernetSwitching stringMode 
- FaultSummary double
- FcMode string
- FcSwitching stringMode 
- Firmware string
- FirmwareVersion string
- FpgaUpgrade boolNeeded 
- InbandIp stringAddress 
- InbandIp stringGateway 
- InbandIp stringMask 
- InbandVlan double
- InterCluster stringLink State 
- InventoryParent GetNetwork Element Summary Inventory Parent 
- Ipv4Address string
- IsUpgraded bool
- ManagementMode string
- ModTime string
- Model string
- Moid string
- Name string
- NrVersion string
- NumEther doublePorts 
- NumEther doublePorts Configured 
- NumEther doublePorts Link Up 
- NumExpansion doubleModules 
- NumFc doublePorts 
- NumFc doublePorts Configured 
- NumFc doublePorts Link Up 
- ObjectType string
- OperEvac stringState 
- Operability string
- OutOf stringBand Ip Address 
- OutOf stringBand Ip Gateway 
- OutOf stringBand Ip Mask 
- OutOf stringBand Ipv4Address 
- OutOf stringBand Ipv4Gateway 
- OutOf stringBand Ipv4Mask 
- OutOf stringBand Ipv6Address 
- OutOf stringBand Ipv6Gateway 
- OutOf stringBand Ipv6Prefix 
- OutOf stringBand Mac 
- Owners List<string>
- Parent
GetNetwork Element Summary Parent 
- PartNumber string
- PermissionResources List<GetNetwork Element Summary Permission Resource> 
- Presence string
- RegisteredDevice GetNetwork Element Summary Registered Device 
- ReservedVlan doubleStart Id 
- Revision string
- Rn string
- Serial string
- string
- SourceObject stringType 
- Status string
- SwitchId string
- SwitchProfile stringName 
- SwitchType string
- SystemUp stringTime 
- 
List<GetNetwork Element Summary Tag> 
- Thermal string
- TotalMemory double
- UserLabel string
- Vendor string
- VersionContext GetNetwork Element Summary Version Context 
- Id string
- Results
[]GetNetwork Element Summary Result 
- AccountMoid string
- AdditionalProperties string
- AdminEvac stringState 
- AdminInband stringInterface State 
- AlarmSummary GetNetwork Element Summary Alarm Summary 
- Ancestors
[]GetNetwork Element Summary Ancestor 
- AvailableMemory string
- BundleVersion string
- Chassis string
- ClassId string
- ConfMod stringTs 
- ConfMod stringTs Backup 
- ConnectionStatus string
- CreateTime string
- DefaultDomain string
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- EthernetMode string
- EthernetSwitching stringMode 
- FaultSummary float64
- FcMode string
- FcSwitching stringMode 
- Firmware string
- FirmwareVersion string
- FpgaUpgrade boolNeeded 
- InbandIp stringAddress 
- InbandIp stringGateway 
- InbandIp stringMask 
- InbandVlan float64
- InterCluster stringLink State 
- InventoryParent GetNetwork Element Summary Inventory Parent 
- Ipv4Address string
- IsUpgraded bool
- ManagementMode string
- ModTime string
- Model string
- Moid string
- Name string
- NrVersion string
- NumEther float64Ports 
- NumEther float64Ports Configured 
- NumEther float64Ports Link Up 
- NumExpansion float64Modules 
- NumFc float64Ports 
- NumFc float64Ports Configured 
- NumFc float64Ports Link Up 
- ObjectType string
- OperEvac stringState 
- Operability string
- OutOf stringBand Ip Address 
- OutOf stringBand Ip Gateway 
- OutOf stringBand Ip Mask 
- OutOf stringBand Ipv4Address 
- OutOf stringBand Ipv4Gateway 
- OutOf stringBand Ipv4Mask 
- OutOf stringBand Ipv6Address 
- OutOf stringBand Ipv6Gateway 
- OutOf stringBand Ipv6Prefix 
- OutOf stringBand Mac 
- Owners []string
- Parent
GetNetwork Element Summary Parent 
- PartNumber string
- PermissionResources []GetNetwork Element Summary Permission Resource 
- Presence string
- RegisteredDevice GetNetwork Element Summary Registered Device 
- ReservedVlan float64Start Id 
- Revision string
- Rn string
- Serial string
- string
- SourceObject stringType 
- Status string
- SwitchId string
- SwitchProfile stringName 
- SwitchType string
- SystemUp stringTime 
- 
[]GetNetwork Element Summary Tag 
- Thermal string
- TotalMemory float64
- UserLabel string
- Vendor string
- VersionContext GetNetwork Element Summary Version Context 
- id String
- results
List<GetNetwork Element Summary Result> 
- accountMoid String
- additionalProperties String
- adminEvac StringState 
- adminInband StringInterface State 
- alarmSummary GetNetwork Element Summary Alarm Summary 
- ancestors
List<GetNetwork Element Summary Ancestor> 
- availableMemory String
- bundleVersion String
- chassis String
- classId String
- confMod StringTs 
- confMod StringTs Backup 
- connectionStatus String
- createTime String
- defaultDomain String
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- ethernetMode String
- ethernetSwitching StringMode 
- faultSummary Double
- fcMode String
- fcSwitching StringMode 
- firmware String
- firmwareVersion String
- fpgaUpgrade BooleanNeeded 
- inbandIp StringAddress 
- inbandIp StringGateway 
- inbandIp StringMask 
- inbandVlan Double
- interCluster StringLink State 
- inventoryParent GetNetwork Element Summary Inventory Parent 
- ipv4Address String
- isUpgraded Boolean
- managementMode String
- modTime String
- model String
- moid String
- name String
- nrVersion String
- numEther DoublePorts 
- numEther DoublePorts Configured 
- numEther DoublePorts Link Up 
- numExpansion DoubleModules 
- numFc DoublePorts 
- numFc DoublePorts Configured 
- numFc DoublePorts Link Up 
- objectType String
- operEvac StringState 
- operability String
- outOf StringBand Ip Address 
- outOf StringBand Ip Gateway 
- outOf StringBand Ip Mask 
- outOf StringBand Ipv4Address 
- outOf StringBand Ipv4Gateway 
- outOf StringBand Ipv4Mask 
- outOf StringBand Ipv6Address 
- outOf StringBand Ipv6Gateway 
- outOf StringBand Ipv6Prefix 
- outOf StringBand Mac 
- owners List<String>
- parent
GetNetwork Element Summary Parent 
- partNumber String
- permissionResources List<GetNetwork Element Summary Permission Resource> 
- presence String
- registeredDevice GetNetwork Element Summary Registered Device 
- reservedVlan DoubleStart Id 
- revision String
- rn String
- serial String
- String
- sourceObject StringType 
- status String
- switchId String
- switchProfile StringName 
- switchType String
- systemUp StringTime 
- 
List<GetNetwork Element Summary Tag> 
- thermal String
- totalMemory Double
- userLabel String
- vendor String
- versionContext GetNetwork Element Summary Version Context 
- id string
- results
GetNetwork Element Summary Result[] 
- accountMoid string
- additionalProperties string
- adminEvac stringState 
- adminInband stringInterface State 
- alarmSummary GetNetwork Element Summary Alarm Summary 
- ancestors
GetNetwork Element Summary Ancestor[] 
- availableMemory string
- bundleVersion string
- chassis string
- classId string
- confMod stringTs 
- confMod stringTs Backup 
- connectionStatus string
- createTime string
- defaultDomain string
- deviceMo stringId 
- dn string
- domainGroup stringMoid 
- ethernetMode string
- ethernetSwitching stringMode 
- faultSummary number
- fcMode string
- fcSwitching stringMode 
- firmware string
- firmwareVersion string
- fpgaUpgrade booleanNeeded 
- inbandIp stringAddress 
- inbandIp stringGateway 
- inbandIp stringMask 
- inbandVlan number
- interCluster stringLink State 
- inventoryParent GetNetwork Element Summary Inventory Parent 
- ipv4Address string
- isUpgraded boolean
- managementMode string
- modTime string
- model string
- moid string
- name string
- nrVersion string
- numEther numberPorts 
- numEther numberPorts Configured 
- numEther numberPorts Link Up 
- numExpansion numberModules 
- numFc numberPorts 
- numFc numberPorts Configured 
- numFc numberPorts Link Up 
- objectType string
- operEvac stringState 
- operability string
- outOf stringBand Ip Address 
- outOf stringBand Ip Gateway 
- outOf stringBand Ip Mask 
- outOf stringBand Ipv4Address 
- outOf stringBand Ipv4Gateway 
- outOf stringBand Ipv4Mask 
- outOf stringBand Ipv6Address 
- outOf stringBand Ipv6Gateway 
- outOf stringBand Ipv6Prefix 
- outOf stringBand Mac 
- owners string[]
- parent
GetNetwork Element Summary Parent 
- partNumber string
- permissionResources GetNetwork Element Summary Permission Resource[] 
- presence string
- registeredDevice GetNetwork Element Summary Registered Device 
- reservedVlan numberStart Id 
- revision string
- rn string
- serial string
- string
- sourceObject stringType 
- status string
- switchId string
- switchProfile stringName 
- switchType string
- systemUp stringTime 
- 
GetNetwork Element Summary Tag[] 
- thermal string
- totalMemory number
- userLabel string
- vendor string
- versionContext GetNetwork Element Summary Version Context 
- id str
- results
Sequence[GetNetwork 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[GetNetwork 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
GetNetwork 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[GetNetwork 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>
- accountMoid String
- additionalProperties String
- adminEvac StringState 
- adminInband StringInterface State 
- alarmSummary Property Map
- ancestors List<Property Map>
- availableMemory String
- bundleVersion String
- chassis String
- classId String
- confMod StringTs 
- confMod StringTs Backup 
- connectionStatus String
- createTime String
- defaultDomain String
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- ethernetMode String
- ethernetSwitching StringMode 
- faultSummary Number
- fcMode String
- fcSwitching StringMode 
- firmware String
- firmwareVersion String
- fpgaUpgrade BooleanNeeded 
- inbandIp StringAddress 
- inbandIp StringGateway 
- inbandIp StringMask 
- inbandVlan Number
- interCluster StringLink State 
- inventoryParent Property Map
- ipv4Address String
- isUpgraded Boolean
- managementMode String
- modTime String
- model String
- moid String
- name String
- nrVersion String
- numEther NumberPorts 
- numEther NumberPorts Configured 
- numEther NumberPorts Link Up 
- numExpansion NumberModules 
- numFc NumberPorts 
- numFc NumberPorts Configured 
- numFc NumberPorts Link Up 
- objectType String
- operEvac StringState 
- operability String
- outOf StringBand Ip Address 
- outOf StringBand Ip Gateway 
- outOf StringBand Ip Mask 
- outOf StringBand Ipv4Address 
- outOf StringBand Ipv4Gateway 
- outOf StringBand Ipv4Mask 
- outOf StringBand Ipv6Address 
- outOf StringBand Ipv6Gateway 
- outOf StringBand Ipv6Prefix 
- outOf StringBand Mac 
- owners List<String>
- parent Property Map
- partNumber String
- permissionResources List<Property Map>
- presence String
- registeredDevice Property Map
- reservedVlan NumberStart Id 
- revision String
- rn String
- serial String
- String
- sourceObject StringType 
- status String
- switchId String
- switchProfile StringName 
- switchType String
- systemUp StringTime 
- List<Property Map>
- thermal String
- totalMemory Number
- userLabel String
- vendor String
- versionContext Property Map
Supporting Types
GetNetworkElementSummaryAlarmSummary     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- ObjectType 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.
- SuppressedCritical double
- The count of active suppressed alarms that have severity type Critical.
- SuppressedInfo double
- The count of active suppressed alarms that have severity type Info.
- SuppressedWarning double
- The count of active suppressed alarms that have severity type Warning.
- Warning double
- The count of alarms that have severity type Warning.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- ObjectType 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.
- SuppressedCritical float64
- The count of active suppressed alarms that have severity type Critical.
- SuppressedInfo float64
- The count of active suppressed alarms that have severity type Info.
- SuppressedWarning float64
- The count of active suppressed alarms that have severity type Warning.
- Warning float64
- The count of alarms that have severity type Warning.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- objectType 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.
- suppressedCritical Double
- The count of active suppressed alarms that have severity type Critical.
- suppressedInfo Double
- The count of active suppressed alarms that have severity type Info.
- suppressedWarning Double
- The count of active suppressed alarms that have severity type Warning.
- warning Double
- The count of alarms that have severity type Warning.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- objectType 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.
- suppressedCritical number
- The count of active suppressed alarms that have severity type Critical.
- suppressedInfo number
- The count of active suppressed alarms that have severity type Info.
- suppressedWarning 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.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- objectType 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.
- suppressedCritical Number
- The count of active suppressed alarms that have severity type Critical.
- suppressedInfo Number
- The count of active suppressed alarms that have severity type Info.
- suppressedWarning Number
- The count of active suppressed alarms that have severity type Warning.
- warning Number
- The count of alarms that have severity type Warning.
GetNetworkElementSummaryAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetNetworkElementSummaryInventoryParent     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetNetworkElementSummaryParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetNetworkElementSummaryPermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetNetworkElementSummaryRegisteredDevice     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetNetworkElementSummaryResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminEvac 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.
- AdminInband stringInterface State 
- The administrative state of the network Element inband management interface.
- AlarmSummaries List<GetNetwork Element Summary Result Alarm Summary> 
- Ancestors
List<GetNetwork Element Summary Result Ancestor> 
- AvailableMemory string
- Available memory (un-used) on this switch platform.
- BundleVersion string
- Running firmware bundle information.
- Chassis string
- Chassis IP of the switch.
- ClassId string
- ConfMod stringTs 
- Configuration modified timestamp of the switch.
- ConfMod stringTs Backup 
- Configuration modified backup timestamp of the switch.
- ConnectionStatus string
- Connection status of the switch.
- CreateTime string
- The time when this managed object was created.
- DefaultDomain string
- The default domain name configured on the switch.
- DeviceMo stringId 
- The MoId of the registered device that coresponds to the server.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EthernetMode string
- The user configured Ethernet operational mode for this switch (End-Host or Switching).
- EthernetSwitching 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.
- FaultSummary double
- The fault summary for the server.
- FcMode string
- The user configured FC operational mode for this switch (End-Host or Switching).
- FcSwitching 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.
- FirmwareVersion string
- Running firmware information.
- FpgaUpgrade boolNeeded 
- The flag to check vulnerability with secure boot technology.
- InbandIp stringAddress 
- The IP address of the network Element inband management interface.
- InbandIp stringGateway 
- The default gateway of the network Element inband management interface.
- InbandIp stringMask 
- The network mask of the network Element inband management interface.
- InbandVlan double
- The VLAN ID of the network Element inband management interface.
- InterCluster 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.
- InventoryParents List<GetNetwork Element Summary Result Inventory Parent> 
- Ipv4Address string
- IP version 4 address is saved in this property.
- IsUpgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- ManagementMode 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.
- ModTime 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.
- NrVersion string
- Firmware version of the switch.
- NumEther doublePorts 
- Total number of Ethernet ports.
- NumEther doublePorts Configured 
- Total number of configured Ethernet ports.
- NumEther doublePorts Link Up 
- Total number of Ethernet ports which are UP.
- NumExpansion doubleModules 
- Total number of expansion modules.
- NumFc doublePorts 
- Total number of FC ports.
- NumFc doublePorts Configured 
- Total number of configured FC ports.
- NumFc doublePorts Link Up 
- Total number of FC ports which are UP.
- ObjectType string
- OperEvac 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.
- OutOf stringBand Ip Address 
- The IP address of the network Element out-of-band management interface.
- OutOf stringBand Ip Gateway 
- The default gateway of the network Element out-of-band management interface.
- OutOf stringBand Ip Mask 
- The network mask of the network Element out-of-band management interface.
- OutOf stringBand Ipv4Address 
- The IPv4 address of the network Element out-of-band management interface.
- OutOf stringBand Ipv4Gateway 
- The default IPv4 gateway of the network Element out-of-band management interface.
- OutOf stringBand Ipv4Mask 
- The network mask of the network Element out-of-band management interface.
- OutOf stringBand Ipv6Address 
- The IPv6 address of the network Element out-of-band management interface.
- OutOf stringBand Ipv6Gateway 
- The default IPv6 gateway of the network Element out-of-band management interface.
- OutOf stringBand Ipv6Prefix 
- The network mask of the network Element out-of-band management interface.
- OutOf stringBand Mac 
- The MAC address of the network Element out-of-band management interface.
- Owners List<string>
- Parents
List<GetNetwork Element Summary Result Parent> 
- PartNumber string
- Part number of the switch.
- PermissionResources List<GetNetwork Element Summary Result Permission Resource> 
- Presence string
- This field identifies the presence (equipped) or absence of the given component.
- RegisteredDevices List<GetNetwork Element Summary Result Registered Device> 
- ReservedVlan 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.
- SourceObject stringType 
- Stores the source object type used to fill the properties of this object.
- Status string
- The status of the switch.
- SwitchId string
- The Switch Id of the network Element.
- SwitchProfile stringName 
- The name of switch profile associated with the switch.
- SwitchType 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.
- SystemUp stringTime 
- System up time of the switch.
- 
List<GetNetwork 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.
- TotalMemory double
- Total available memory on this switch platform.
- UserLabel string
- The user defined label assigned to the server.
- Vendor string
- This field identifies the vendor of the given component.
- VersionContexts List<GetNetwork Element Summary Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminEvac 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.
- AdminInband stringInterface State 
- The administrative state of the network Element inband management interface.
- AlarmSummaries []GetNetwork Element Summary Result Alarm Summary 
- Ancestors
[]GetNetwork Element Summary Result Ancestor 
- AvailableMemory string
- Available memory (un-used) on this switch platform.
- BundleVersion string
- Running firmware bundle information.
- Chassis string
- Chassis IP of the switch.
- ClassId string
- ConfMod stringTs 
- Configuration modified timestamp of the switch.
- ConfMod stringTs Backup 
- Configuration modified backup timestamp of the switch.
- ConnectionStatus string
- Connection status of the switch.
- CreateTime string
- The time when this managed object was created.
- DefaultDomain string
- The default domain name configured on the switch.
- DeviceMo stringId 
- The MoId of the registered device that coresponds to the server.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EthernetMode string
- The user configured Ethernet operational mode for this switch (End-Host or Switching).
- EthernetSwitching 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.
- FaultSummary float64
- The fault summary for the server.
- FcMode string
- The user configured FC operational mode for this switch (End-Host or Switching).
- FcSwitching 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.
- FirmwareVersion string
- Running firmware information.
- FpgaUpgrade boolNeeded 
- The flag to check vulnerability with secure boot technology.
- InbandIp stringAddress 
- The IP address of the network Element inband management interface.
- InbandIp stringGateway 
- The default gateway of the network Element inband management interface.
- InbandIp stringMask 
- The network mask of the network Element inband management interface.
- InbandVlan float64
- The VLAN ID of the network Element inband management interface.
- InterCluster 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.
- InventoryParents []GetNetwork Element Summary Result Inventory Parent 
- Ipv4Address string
- IP version 4 address is saved in this property.
- IsUpgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- ManagementMode 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.
- ModTime 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.
- NrVersion string
- Firmware version of the switch.
- NumEther float64Ports 
- Total number of Ethernet ports.
- NumEther float64Ports Configured 
- Total number of configured Ethernet ports.
- NumEther float64Ports Link Up 
- Total number of Ethernet ports which are UP.
- NumExpansion float64Modules 
- Total number of expansion modules.
- NumFc float64Ports 
- Total number of FC ports.
- NumFc float64Ports Configured 
- Total number of configured FC ports.
- NumFc float64Ports Link Up 
- Total number of FC ports which are UP.
- ObjectType string
- OperEvac 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.
- OutOf stringBand Ip Address 
- The IP address of the network Element out-of-band management interface.
- OutOf stringBand Ip Gateway 
- The default gateway of the network Element out-of-band management interface.
- OutOf stringBand Ip Mask 
- The network mask of the network Element out-of-band management interface.
- OutOf stringBand Ipv4Address 
- The IPv4 address of the network Element out-of-band management interface.
- OutOf stringBand Ipv4Gateway 
- The default IPv4 gateway of the network Element out-of-band management interface.
- OutOf stringBand Ipv4Mask 
- The network mask of the network Element out-of-band management interface.
- OutOf stringBand Ipv6Address 
- The IPv6 address of the network Element out-of-band management interface.
- OutOf stringBand Ipv6Gateway 
- The default IPv6 gateway of the network Element out-of-band management interface.
- OutOf stringBand Ipv6Prefix 
- The network mask of the network Element out-of-band management interface.
- OutOf stringBand Mac 
- The MAC address of the network Element out-of-band management interface.
- Owners []string
- Parents
[]GetNetwork Element Summary Result Parent 
- PartNumber string
- Part number of the switch.
- PermissionResources []GetNetwork Element Summary Result Permission Resource 
- Presence string
- This field identifies the presence (equipped) or absence of the given component.
- RegisteredDevices []GetNetwork Element Summary Result Registered Device 
- ReservedVlan 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.
- SourceObject stringType 
- Stores the source object type used to fill the properties of this object.
- Status string
- The status of the switch.
- SwitchId string
- The Switch Id of the network Element.
- SwitchProfile stringName 
- The name of switch profile associated with the switch.
- SwitchType 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.
- SystemUp stringTime 
- System up time of the switch.
- 
[]GetNetwork 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.
- TotalMemory float64
- Total available memory on this switch platform.
- UserLabel string
- The user defined label assigned to the server.
- Vendor string
- This field identifies the vendor of the given component.
- VersionContexts []GetNetwork Element Summary Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminEvac 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.
- adminInband StringInterface State 
- The administrative state of the network Element inband management interface.
- alarmSummaries List<GetNetwork Element Summary Result Alarm Summary> 
- ancestors
List<GetNetwork Element Summary Result Ancestor> 
- availableMemory String
- Available memory (un-used) on this switch platform.
- bundleVersion String
- Running firmware bundle information.
- chassis String
- Chassis IP of the switch.
- classId String
- confMod StringTs 
- Configuration modified timestamp of the switch.
- confMod StringTs Backup 
- Configuration modified backup timestamp of the switch.
- connectionStatus String
- Connection status of the switch.
- createTime String
- The time when this managed object was created.
- defaultDomain String
- The default domain name configured on the switch.
- deviceMo StringId 
- The MoId of the registered device that coresponds to the server.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- ethernetMode String
- The user configured Ethernet operational mode for this switch (End-Host or Switching).
- ethernetSwitching 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.
- faultSummary Double
- The fault summary for the server.
- fcMode String
- The user configured FC operational mode for this switch (End-Host or Switching).
- fcSwitching 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.
- firmwareVersion String
- Running firmware information.
- fpgaUpgrade BooleanNeeded 
- The flag to check vulnerability with secure boot technology.
- inbandIp StringAddress 
- The IP address of the network Element inband management interface.
- inbandIp StringGateway 
- The default gateway of the network Element inband management interface.
- inbandIp StringMask 
- The network mask of the network Element inband management interface.
- inbandVlan Double
- The VLAN ID of the network Element inband management interface.
- interCluster 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.
- inventoryParents List<GetNetwork Element Summary Result Inventory Parent> 
- ipv4Address String
- IP version 4 address is saved in this property.
- isUpgraded Boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- managementMode 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.
- modTime 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.
- nrVersion String
- Firmware version of the switch.
- numEther DoublePorts 
- Total number of Ethernet ports.
- numEther DoublePorts Configured 
- Total number of configured Ethernet ports.
- numEther DoublePorts Link Up 
- Total number of Ethernet ports which are UP.
- numExpansion DoubleModules 
- Total number of expansion modules.
- numFc DoublePorts 
- Total number of FC ports.
- numFc DoublePorts Configured 
- Total number of configured FC ports.
- numFc DoublePorts Link Up 
- Total number of FC ports which are UP.
- objectType String
- operEvac 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.
- outOf StringBand Ip Address 
- The IP address of the network Element out-of-band management interface.
- outOf StringBand Ip Gateway 
- The default gateway of the network Element out-of-band management interface.
- outOf StringBand Ip Mask 
- The network mask of the network Element out-of-band management interface.
- outOf StringBand Ipv4Address 
- The IPv4 address of the network Element out-of-band management interface.
- outOf StringBand Ipv4Gateway 
- The default IPv4 gateway of the network Element out-of-band management interface.
- outOf StringBand Ipv4Mask 
- The network mask of the network Element out-of-band management interface.
- outOf StringBand Ipv6Address 
- The IPv6 address of the network Element out-of-band management interface.
- outOf StringBand Ipv6Gateway 
- The default IPv6 gateway of the network Element out-of-band management interface.
- outOf StringBand Ipv6Prefix 
- The network mask of the network Element out-of-band management interface.
- outOf StringBand Mac 
- The MAC address of the network Element out-of-band management interface.
- owners List<String>
- parents
List<GetNetwork Element Summary Result Parent> 
- partNumber String
- Part number of the switch.
- permissionResources List<GetNetwork Element Summary Result Permission Resource> 
- presence String
- This field identifies the presence (equipped) or absence of the given component.
- registeredDevices List<GetNetwork Element Summary Result Registered Device> 
- reservedVlan 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.
- sourceObject StringType 
- Stores the source object type used to fill the properties of this object.
- status String
- The status of the switch.
- switchId String
- The Switch Id of the network Element.
- switchProfile StringName 
- The name of switch profile associated with the switch.
- switchType 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.
- systemUp StringTime 
- System up time of the switch.
- 
List<GetNetwork 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.
- totalMemory Double
- Total available memory on this switch platform.
- userLabel String
- The user defined label assigned to the server.
- vendor String
- This field identifies the vendor of the given component.
- versionContexts List<GetNetwork Element Summary Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- adminEvac 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.
- adminInband stringInterface State 
- The administrative state of the network Element inband management interface.
- alarmSummaries GetNetwork Element Summary Result Alarm Summary[] 
- ancestors
GetNetwork Element Summary Result Ancestor[] 
- availableMemory string
- Available memory (un-used) on this switch platform.
- bundleVersion string
- Running firmware bundle information.
- chassis string
- Chassis IP of the switch.
- classId string
- confMod stringTs 
- Configuration modified timestamp of the switch.
- confMod stringTs Backup 
- Configuration modified backup timestamp of the switch.
- connectionStatus string
- Connection status of the switch.
- createTime string
- The time when this managed object was created.
- defaultDomain string
- The default domain name configured on the switch.
- deviceMo stringId 
- The MoId of the registered device that coresponds to the server.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ethernetMode string
- The user configured Ethernet operational mode for this switch (End-Host or Switching).
- ethernetSwitching 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.
- faultSummary number
- The fault summary for the server.
- fcMode string
- The user configured FC operational mode for this switch (End-Host or Switching).
- fcSwitching 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.
- firmwareVersion string
- Running firmware information.
- fpgaUpgrade booleanNeeded 
- The flag to check vulnerability with secure boot technology.
- inbandIp stringAddress 
- The IP address of the network Element inband management interface.
- inbandIp stringGateway 
- The default gateway of the network Element inband management interface.
- inbandIp stringMask 
- The network mask of the network Element inband management interface.
- inbandVlan number
- The VLAN ID of the network Element inband management interface.
- interCluster 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.
- inventoryParents GetNetwork Element Summary Result Inventory Parent[] 
- ipv4Address string
- IP version 4 address is saved in this property.
- isUpgraded boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- managementMode 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.
- modTime 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.
- nrVersion string
- Firmware version of the switch.
- numEther numberPorts 
- Total number of Ethernet ports.
- numEther numberPorts Configured 
- Total number of configured Ethernet ports.
- numEther numberPorts Link Up 
- Total number of Ethernet ports which are UP.
- numExpansion numberModules 
- Total number of expansion modules.
- numFc numberPorts 
- Total number of FC ports.
- numFc numberPorts Configured 
- Total number of configured FC ports.
- numFc numberPorts Link Up 
- Total number of FC ports which are UP.
- objectType string
- operEvac 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.
- outOf stringBand Ip Address 
- The IP address of the network Element out-of-band management interface.
- outOf stringBand Ip Gateway 
- The default gateway of the network Element out-of-band management interface.
- outOf stringBand Ip Mask 
- The network mask of the network Element out-of-band management interface.
- outOf stringBand Ipv4Address 
- The IPv4 address of the network Element out-of-band management interface.
- outOf stringBand Ipv4Gateway 
- The default IPv4 gateway of the network Element out-of-band management interface.
- outOf stringBand Ipv4Mask 
- The network mask of the network Element out-of-band management interface.
- outOf stringBand Ipv6Address 
- The IPv6 address of the network Element out-of-band management interface.
- outOf stringBand Ipv6Gateway 
- The default IPv6 gateway of the network Element out-of-band management interface.
- outOf stringBand Ipv6Prefix 
- The network mask of the network Element out-of-band management interface.
- outOf stringBand Mac 
- The MAC address of the network Element out-of-band management interface.
- owners string[]
- parents
GetNetwork Element Summary Result Parent[] 
- partNumber string
- Part number of the switch.
- permissionResources GetNetwork Element Summary Result Permission Resource[] 
- presence string
- This field identifies the presence (equipped) or absence of the given component.
- registeredDevices GetNetwork Element Summary Result Registered Device[] 
- reservedVlan 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.
- sourceObject stringType 
- Stores the source object type used to fill the properties of this object.
- status string
- The status of the switch.
- switchId string
- The Switch Id of the network Element.
- switchProfile stringName 
- The name of switch profile associated with the switch.
- switchType 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.
- systemUp stringTime 
- System up time of the switch.
- 
GetNetwork 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.
- totalMemory number
- Total available memory on this switch platform.
- userLabel string
- The user defined label assigned to the server.
- vendor string
- This field identifies the vendor of the given component.
- versionContexts 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[GetNetwork 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[GetNetwork 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[GetNetwork 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] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminEvac 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.
- adminInband StringInterface State 
- The administrative state of the network Element inband management interface.
- alarmSummaries List<Property Map>
- ancestors List<Property Map>
- availableMemory String
- Available memory (un-used) on this switch platform.
- bundleVersion String
- Running firmware bundle information.
- chassis String
- Chassis IP of the switch.
- classId String
- confMod StringTs 
- Configuration modified timestamp of the switch.
- confMod StringTs Backup 
- Configuration modified backup timestamp of the switch.
- connectionStatus String
- Connection status of the switch.
- createTime String
- The time when this managed object was created.
- defaultDomain String
- The default domain name configured on the switch.
- deviceMo StringId 
- The MoId of the registered device that coresponds to the server.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- ethernetMode String
- The user configured Ethernet operational mode for this switch (End-Host or Switching).
- ethernetSwitching 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.
- faultSummary Number
- The fault summary for the server.
- fcMode String
- The user configured FC operational mode for this switch (End-Host or Switching).
- fcSwitching 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.
- firmwareVersion String
- Running firmware information.
- fpgaUpgrade BooleanNeeded 
- The flag to check vulnerability with secure boot technology.
- inbandIp StringAddress 
- The IP address of the network Element inband management interface.
- inbandIp StringGateway 
- The default gateway of the network Element inband management interface.
- inbandIp StringMask 
- The network mask of the network Element inband management interface.
- inbandVlan Number
- The VLAN ID of the network Element inband management interface.
- interCluster 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.
- inventoryParents List<Property Map>
- ipv4Address String
- IP version 4 address is saved in this property.
- isUpgraded Boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- managementMode 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.
- modTime 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.
- nrVersion String
- Firmware version of the switch.
- numEther NumberPorts 
- Total number of Ethernet ports.
- numEther NumberPorts Configured 
- Total number of configured Ethernet ports.
- numEther NumberPorts Link Up 
- Total number of Ethernet ports which are UP.
- numExpansion NumberModules 
- Total number of expansion modules.
- numFc NumberPorts 
- Total number of FC ports.
- numFc NumberPorts Configured 
- Total number of configured FC ports.
- numFc NumberPorts Link Up 
- Total number of FC ports which are UP.
- objectType String
- operEvac 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.
- outOf StringBand Ip Address 
- The IP address of the network Element out-of-band management interface.
- outOf StringBand Ip Gateway 
- The default gateway of the network Element out-of-band management interface.
- outOf StringBand Ip Mask 
- The network mask of the network Element out-of-band management interface.
- outOf StringBand Ipv4Address 
- The IPv4 address of the network Element out-of-band management interface.
- outOf StringBand Ipv4Gateway 
- The default IPv4 gateway of the network Element out-of-band management interface.
- outOf StringBand Ipv4Mask 
- The network mask of the network Element out-of-band management interface.
- outOf StringBand Ipv6Address 
- The IPv6 address of the network Element out-of-band management interface.
- outOf StringBand Ipv6Gateway 
- The default IPv6 gateway of the network Element out-of-band management interface.
- outOf StringBand Ipv6Prefix 
- The network mask of the network Element out-of-band management interface.
- outOf StringBand Mac 
- The MAC address of the network Element out-of-band management interface.
- owners List<String>
- parents List<Property Map>
- partNumber String
- Part number of the switch.
- permissionResources List<Property Map>
- presence String
- This field identifies the presence (equipped) or absence of the given component.
- registeredDevices List<Property Map>
- reservedVlan 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.
- sourceObject StringType 
- Stores the source object type used to fill the properties of this object.
- status String
- The status of the switch.
- switchId String
- The Switch Id of the network Element.
- switchProfile StringName 
- The name of switch profile associated with the switch.
- switchType 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.
- systemUp 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.
- totalMemory Number
- Total available memory on this switch platform.
- userLabel String
- The user defined label assigned to the server.
- vendor String
- This field identifies the vendor of the given component.
- versionContexts List<Property Map>
GetNetworkElementSummaryResultAlarmSummary      
- AdditionalProperties string
- ClassId string
- Critical double
- Health string
- Info double
- ObjectType string
- Suppressed bool
- SuppressedCritical double
- SuppressedInfo double
- SuppressedWarning double
- Warning double
- AdditionalProperties string
- ClassId string
- Critical float64
- Health string
- Info float64
- ObjectType string
- Suppressed bool
- SuppressedCritical float64
- SuppressedInfo float64
- SuppressedWarning float64
- Warning float64
- additionalProperties String
- classId String
- critical Double
- health String
- info Double
- objectType String
- suppressed Boolean
- suppressedCritical Double
- suppressedInfo Double
- suppressedWarning Double
- warning Double
- additionalProperties string
- classId string
- critical number
- health string
- info number
- objectType string
- suppressed boolean
- suppressedCritical number
- suppressedInfo number
- suppressedWarning 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
- additionalProperties String
- classId String
- critical Number
- health String
- info Number
- objectType String
- suppressed Boolean
- suppressedCritical Number
- suppressedInfo Number
- suppressedWarning Number
- warning Number
GetNetworkElementSummaryResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetNetworkElementSummaryResultInventoryParent      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetNetworkElementSummaryResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetNetworkElementSummaryResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetNetworkElementSummaryResultRegisteredDevice      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetNetworkElementSummaryResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetNetworkElementSummaryResultVersionContext      
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetNetwork Element Summary Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- Firmware version of the switch.
- ObjectType string
- RefMos List<GetNetwork Element Summary Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetNetwork Element Summary Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- Firmware version of the switch.
- ObjectType string
- RefMos []GetNetwork Element Summary Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetNetwork Element Summary Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- Firmware version of the switch.
- objectType String
- refMos List<GetNetwork Element Summary Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetNetwork Element Summary Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- Firmware version of the switch.
- objectType string
- refMos GetNetwork Element Summary Result Version Context Ref Mo[] 
- timestamp string
- versionType 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
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- Firmware version of the switch.
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetNetworkElementSummaryResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetNetworkElementSummaryResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetNetworkElementSummaryTag    
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetNetworkElementSummaryVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetNetwork Element Summary Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- Firmware version of the switch.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetNetwork Element Summary Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetNetwork Element Summary Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- Firmware version of the switch.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetNetwork Element Summary Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetNetwork Element Summary Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- Firmware version of the switch.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetNetwork Element Summary Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetNetwork Element Summary Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- Firmware version of the switch.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetNetwork Element Summary Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[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.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- Firmware version of the switch.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetNetworkElementSummaryVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetNetworkElementSummaryVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet