1. Packages
  2. Intersight Provider
  3. API Docs
  4. getNetworkElementSummary
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getNetworkElementSummary

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    View MO which aggregates information pertaining to a network element from mutiple MOs.

    Using getNetworkElementSummary

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getNetworkElementSummary(args: GetNetworkElementSummaryArgs, opts?: InvokeOptions): Promise<GetNetworkElementSummaryResult>
    function getNetworkElementSummaryOutput(args: GetNetworkElementSummaryOutputArgs, opts?: InvokeOptions): Output<GetNetworkElementSummaryResult>
    def get_network_element_summary(account_moid: Optional[str] = None,
                                    additional_properties: Optional[str] = None,
                                    admin_evac_state: Optional[str] = None,
                                    admin_inband_interface_state: Optional[str] = None,
                                    alarm_summary: Optional[GetNetworkElementSummaryAlarmSummary] = None,
                                    ancestors: Optional[Sequence[GetNetworkElementSummaryAncestor]] = None,
                                    available_memory: Optional[str] = None,
                                    bundle_version: Optional[str] = None,
                                    chassis: Optional[str] = None,
                                    class_id: Optional[str] = None,
                                    conf_mod_ts: Optional[str] = None,
                                    conf_mod_ts_backup: Optional[str] = None,
                                    connection_status: Optional[str] = None,
                                    create_time: Optional[str] = None,
                                    default_domain: Optional[str] = None,
                                    device_mo_id: Optional[str] = None,
                                    dn: Optional[str] = None,
                                    domain_group_moid: Optional[str] = None,
                                    ethernet_mode: Optional[str] = None,
                                    ethernet_switching_mode: Optional[str] = None,
                                    fault_summary: Optional[float] = None,
                                    fc_mode: Optional[str] = None,
                                    fc_switching_mode: Optional[str] = None,
                                    firmware: Optional[str] = None,
                                    firmware_version: Optional[str] = None,
                                    fpga_upgrade_needed: Optional[bool] = None,
                                    id: Optional[str] = None,
                                    inband_ip_address: Optional[str] = None,
                                    inband_ip_gateway: Optional[str] = None,
                                    inband_ip_mask: Optional[str] = None,
                                    inband_vlan: Optional[float] = None,
                                    inter_cluster_link_state: Optional[str] = None,
                                    inventory_parent: Optional[GetNetworkElementSummaryInventoryParent] = None,
                                    ipv4_address: Optional[str] = None,
                                    is_upgraded: Optional[bool] = None,
                                    management_mode: Optional[str] = None,
                                    mod_time: Optional[str] = None,
                                    model: Optional[str] = None,
                                    moid: Optional[str] = None,
                                    name: Optional[str] = None,
                                    nr_version: Optional[str] = None,
                                    num_ether_ports: Optional[float] = None,
                                    num_ether_ports_configured: Optional[float] = None,
                                    num_ether_ports_link_up: Optional[float] = None,
                                    num_expansion_modules: Optional[float] = None,
                                    num_fc_ports: Optional[float] = None,
                                    num_fc_ports_configured: Optional[float] = None,
                                    num_fc_ports_link_up: Optional[float] = None,
                                    object_type: Optional[str] = None,
                                    oper_evac_state: Optional[str] = None,
                                    operability: Optional[str] = None,
                                    out_of_band_ip_address: Optional[str] = None,
                                    out_of_band_ip_gateway: Optional[str] = None,
                                    out_of_band_ip_mask: Optional[str] = None,
                                    out_of_band_ipv4_address: Optional[str] = None,
                                    out_of_band_ipv4_gateway: Optional[str] = None,
                                    out_of_band_ipv4_mask: Optional[str] = None,
                                    out_of_band_ipv6_address: Optional[str] = None,
                                    out_of_band_ipv6_gateway: Optional[str] = None,
                                    out_of_band_ipv6_prefix: Optional[str] = None,
                                    out_of_band_mac: Optional[str] = None,
                                    owners: Optional[Sequence[str]] = None,
                                    parent: Optional[GetNetworkElementSummaryParent] = None,
                                    part_number: Optional[str] = None,
                                    permission_resources: Optional[Sequence[GetNetworkElementSummaryPermissionResource]] = None,
                                    presence: Optional[str] = None,
                                    registered_device: Optional[GetNetworkElementSummaryRegisteredDevice] = None,
                                    reserved_vlan_start_id: Optional[float] = None,
                                    revision: Optional[str] = None,
                                    rn: Optional[str] = None,
                                    serial: Optional[str] = None,
                                    shared_scope: Optional[str] = None,
                                    source_object_type: Optional[str] = None,
                                    status: Optional[str] = None,
                                    switch_id: Optional[str] = None,
                                    switch_profile_name: Optional[str] = None,
                                    switch_type: Optional[str] = None,
                                    system_up_time: Optional[str] = None,
                                    tags: Optional[Sequence[GetNetworkElementSummaryTag]] = None,
                                    thermal: Optional[str] = None,
                                    total_memory: Optional[float] = None,
                                    user_label: Optional[str] = None,
                                    vendor: Optional[str] = None,
                                    version_context: Optional[GetNetworkElementSummaryVersionContext] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetNetworkElementSummaryResult
    def get_network_element_summary_output(account_moid: Optional[pulumi.Input[str]] = None,
                                    additional_properties: Optional[pulumi.Input[str]] = None,
                                    admin_evac_state: Optional[pulumi.Input[str]] = None,
                                    admin_inband_interface_state: Optional[pulumi.Input[str]] = None,
                                    alarm_summary: Optional[pulumi.Input[GetNetworkElementSummaryAlarmSummaryArgs]] = None,
                                    ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkElementSummaryAncestorArgs]]]] = None,
                                    available_memory: Optional[pulumi.Input[str]] = None,
                                    bundle_version: Optional[pulumi.Input[str]] = None,
                                    chassis: Optional[pulumi.Input[str]] = None,
                                    class_id: Optional[pulumi.Input[str]] = None,
                                    conf_mod_ts: Optional[pulumi.Input[str]] = None,
                                    conf_mod_ts_backup: Optional[pulumi.Input[str]] = None,
                                    connection_status: Optional[pulumi.Input[str]] = None,
                                    create_time: Optional[pulumi.Input[str]] = None,
                                    default_domain: Optional[pulumi.Input[str]] = None,
                                    device_mo_id: Optional[pulumi.Input[str]] = None,
                                    dn: Optional[pulumi.Input[str]] = None,
                                    domain_group_moid: Optional[pulumi.Input[str]] = None,
                                    ethernet_mode: Optional[pulumi.Input[str]] = None,
                                    ethernet_switching_mode: Optional[pulumi.Input[str]] = None,
                                    fault_summary: Optional[pulumi.Input[float]] = None,
                                    fc_mode: Optional[pulumi.Input[str]] = None,
                                    fc_switching_mode: Optional[pulumi.Input[str]] = None,
                                    firmware: Optional[pulumi.Input[str]] = None,
                                    firmware_version: Optional[pulumi.Input[str]] = None,
                                    fpga_upgrade_needed: Optional[pulumi.Input[bool]] = None,
                                    id: Optional[pulumi.Input[str]] = None,
                                    inband_ip_address: Optional[pulumi.Input[str]] = None,
                                    inband_ip_gateway: Optional[pulumi.Input[str]] = None,
                                    inband_ip_mask: Optional[pulumi.Input[str]] = None,
                                    inband_vlan: Optional[pulumi.Input[float]] = None,
                                    inter_cluster_link_state: Optional[pulumi.Input[str]] = None,
                                    inventory_parent: Optional[pulumi.Input[GetNetworkElementSummaryInventoryParentArgs]] = None,
                                    ipv4_address: Optional[pulumi.Input[str]] = None,
                                    is_upgraded: Optional[pulumi.Input[bool]] = None,
                                    management_mode: Optional[pulumi.Input[str]] = None,
                                    mod_time: Optional[pulumi.Input[str]] = None,
                                    model: Optional[pulumi.Input[str]] = None,
                                    moid: Optional[pulumi.Input[str]] = None,
                                    name: Optional[pulumi.Input[str]] = None,
                                    nr_version: Optional[pulumi.Input[str]] = None,
                                    num_ether_ports: Optional[pulumi.Input[float]] = None,
                                    num_ether_ports_configured: Optional[pulumi.Input[float]] = None,
                                    num_ether_ports_link_up: Optional[pulumi.Input[float]] = None,
                                    num_expansion_modules: Optional[pulumi.Input[float]] = None,
                                    num_fc_ports: Optional[pulumi.Input[float]] = None,
                                    num_fc_ports_configured: Optional[pulumi.Input[float]] = None,
                                    num_fc_ports_link_up: Optional[pulumi.Input[float]] = None,
                                    object_type: Optional[pulumi.Input[str]] = None,
                                    oper_evac_state: Optional[pulumi.Input[str]] = None,
                                    operability: Optional[pulumi.Input[str]] = None,
                                    out_of_band_ip_address: Optional[pulumi.Input[str]] = None,
                                    out_of_band_ip_gateway: Optional[pulumi.Input[str]] = None,
                                    out_of_band_ip_mask: Optional[pulumi.Input[str]] = None,
                                    out_of_band_ipv4_address: Optional[pulumi.Input[str]] = None,
                                    out_of_band_ipv4_gateway: Optional[pulumi.Input[str]] = None,
                                    out_of_band_ipv4_mask: Optional[pulumi.Input[str]] = None,
                                    out_of_band_ipv6_address: Optional[pulumi.Input[str]] = None,
                                    out_of_band_ipv6_gateway: Optional[pulumi.Input[str]] = None,
                                    out_of_band_ipv6_prefix: Optional[pulumi.Input[str]] = None,
                                    out_of_band_mac: Optional[pulumi.Input[str]] = None,
                                    owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                    parent: Optional[pulumi.Input[GetNetworkElementSummaryParentArgs]] = None,
                                    part_number: Optional[pulumi.Input[str]] = None,
                                    permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkElementSummaryPermissionResourceArgs]]]] = None,
                                    presence: Optional[pulumi.Input[str]] = None,
                                    registered_device: Optional[pulumi.Input[GetNetworkElementSummaryRegisteredDeviceArgs]] = None,
                                    reserved_vlan_start_id: Optional[pulumi.Input[float]] = None,
                                    revision: Optional[pulumi.Input[str]] = None,
                                    rn: Optional[pulumi.Input[str]] = None,
                                    serial: Optional[pulumi.Input[str]] = None,
                                    shared_scope: Optional[pulumi.Input[str]] = None,
                                    source_object_type: Optional[pulumi.Input[str]] = None,
                                    status: Optional[pulumi.Input[str]] = None,
                                    switch_id: Optional[pulumi.Input[str]] = None,
                                    switch_profile_name: Optional[pulumi.Input[str]] = None,
                                    switch_type: Optional[pulumi.Input[str]] = None,
                                    system_up_time: Optional[pulumi.Input[str]] = None,
                                    tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkElementSummaryTagArgs]]]] = None,
                                    thermal: Optional[pulumi.Input[str]] = None,
                                    total_memory: Optional[pulumi.Input[float]] = None,
                                    user_label: Optional[pulumi.Input[str]] = None,
                                    vendor: Optional[pulumi.Input[str]] = None,
                                    version_context: Optional[pulumi.Input[GetNetworkElementSummaryVersionContextArgs]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetNetworkElementSummaryResult]
    func LookupNetworkElementSummary(ctx *Context, args *LookupNetworkElementSummaryArgs, opts ...InvokeOption) (*LookupNetworkElementSummaryResult, error)
    func LookupNetworkElementSummaryOutput(ctx *Context, args *LookupNetworkElementSummaryOutputArgs, opts ...InvokeOption) LookupNetworkElementSummaryResultOutput

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

    public static class GetNetworkElementSummary 
    {
        public static Task<GetNetworkElementSummaryResult> InvokeAsync(GetNetworkElementSummaryArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworkElementSummaryResult> Invoke(GetNetworkElementSummaryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworkElementSummaryResult> getNetworkElementSummary(GetNetworkElementSummaryArgs args, InvokeOptions options)
    public static Output<GetNetworkElementSummaryResult> getNetworkElementSummary(GetNetworkElementSummaryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getNetworkElementSummary:getNetworkElementSummary
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminEvacState string
    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.
    AdminInbandInterfaceState string
    The administrative state of the network Element inband management interface.
    AlarmSummary GetNetworkElementSummaryAlarmSummary
    Ancestors List<GetNetworkElementSummaryAncestor>
    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
    ConfModTs string
    Configuration modified timestamp of the switch.
    ConfModTsBackup string
    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.
    DeviceMoId string
    The MoId of the registered device that coresponds to the server.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EthernetMode string
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    EthernetSwitchingMode string
    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).
    FcSwitchingMode string
    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.
    FpgaUpgradeNeeded bool
    The flag to check vulnerability with secure boot technology.
    Id string
    InbandIpAddress string
    The IP address of the network Element inband management interface.
    InbandIpGateway string
    The default gateway of the network Element inband management interface.
    InbandIpMask string
    The network mask of the network Element inband management interface.
    InbandVlan double
    The VLAN ID of the network Element inband management interface.
    InterClusterLinkState string
    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 GetNetworkElementSummaryInventoryParent
    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.
    NumEtherPorts double
    Total number of Ethernet ports.
    NumEtherPortsConfigured double
    Total number of configured Ethernet ports.
    NumEtherPortsLinkUp double
    Total number of Ethernet ports which are UP.
    NumExpansionModules double
    Total number of expansion modules.
    NumFcPorts double
    Total number of FC ports.
    NumFcPortsConfigured double
    Total number of configured FC ports.
    NumFcPortsLinkUp double
    Total number of FC ports which are UP.
    ObjectType string
    OperEvacState string
    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.
    OutOfBandIpAddress string
    The IP address of the network Element out-of-band management interface.
    OutOfBandIpGateway string
    The default gateway of the network Element out-of-band management interface.
    OutOfBandIpMask string
    The network mask of the network Element out-of-band management interface.
    OutOfBandIpv4Address string
    The IPv4 address of the network Element out-of-band management interface.
    OutOfBandIpv4Gateway string
    The default IPv4 gateway of the network Element out-of-band management interface.
    OutOfBandIpv4Mask string
    The network mask of the network Element out-of-band management interface.
    OutOfBandIpv6Address string
    The IPv6 address of the network Element out-of-band management interface.
    OutOfBandIpv6Gateway string
    The default IPv6 gateway of the network Element out-of-band management interface.
    OutOfBandIpv6Prefix string
    The network mask of the network Element out-of-band management interface.
    OutOfBandMac string
    The MAC address of the network Element out-of-band management interface.
    Owners List<string>
    Parent GetNetworkElementSummaryParent
    PartNumber string
    Part number of the switch.
    PermissionResources List<GetNetworkElementSummaryPermissionResource>
    Presence string
    This field identifies the presence (equipped) or absence of the given component.
    RegisteredDevice GetNetworkElementSummaryRegisteredDevice
    ReservedVlanStartId double
    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.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SourceObjectType string
    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.
    SwitchProfileName string
    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.
    SystemUpTime string
    System up time of the switch.
    Tags List<GetNetworkElementSummaryTag>
    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 GetNetworkElementSummaryVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminEvacState string
    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.
    AdminInbandInterfaceState string
    The administrative state of the network Element inband management interface.
    AlarmSummary GetNetworkElementSummaryAlarmSummary
    Ancestors []GetNetworkElementSummaryAncestor
    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
    ConfModTs string
    Configuration modified timestamp of the switch.
    ConfModTsBackup string
    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.
    DeviceMoId string
    The MoId of the registered device that coresponds to the server.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EthernetMode string
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    EthernetSwitchingMode string
    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).
    FcSwitchingMode string
    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.
    FpgaUpgradeNeeded bool
    The flag to check vulnerability with secure boot technology.
    Id string
    InbandIpAddress string
    The IP address of the network Element inband management interface.
    InbandIpGateway string
    The default gateway of the network Element inband management interface.
    InbandIpMask string
    The network mask of the network Element inband management interface.
    InbandVlan float64
    The VLAN ID of the network Element inband management interface.
    InterClusterLinkState string
    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 GetNetworkElementSummaryInventoryParent
    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.
    NumEtherPorts float64
    Total number of Ethernet ports.
    NumEtherPortsConfigured float64
    Total number of configured Ethernet ports.
    NumEtherPortsLinkUp float64
    Total number of Ethernet ports which are UP.
    NumExpansionModules float64
    Total number of expansion modules.
    NumFcPorts float64
    Total number of FC ports.
    NumFcPortsConfigured float64
    Total number of configured FC ports.
    NumFcPortsLinkUp float64
    Total number of FC ports which are UP.
    ObjectType string
    OperEvacState string
    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.
    OutOfBandIpAddress string
    The IP address of the network Element out-of-band management interface.
    OutOfBandIpGateway string
    The default gateway of the network Element out-of-band management interface.
    OutOfBandIpMask string
    The network mask of the network Element out-of-band management interface.
    OutOfBandIpv4Address string
    The IPv4 address of the network Element out-of-band management interface.
    OutOfBandIpv4Gateway string
    The default IPv4 gateway of the network Element out-of-band management interface.
    OutOfBandIpv4Mask string
    The network mask of the network Element out-of-band management interface.
    OutOfBandIpv6Address string
    The IPv6 address of the network Element out-of-band management interface.
    OutOfBandIpv6Gateway string
    The default IPv6 gateway of the network Element out-of-band management interface.
    OutOfBandIpv6Prefix string
    The network mask of the network Element out-of-band management interface.
    OutOfBandMac string
    The MAC address of the network Element out-of-band management interface.
    Owners []string
    Parent GetNetworkElementSummaryParent
    PartNumber string
    Part number of the switch.
    PermissionResources []GetNetworkElementSummaryPermissionResource
    Presence string
    This field identifies the presence (equipped) or absence of the given component.
    RegisteredDevice GetNetworkElementSummaryRegisteredDevice
    ReservedVlanStartId float64
    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.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SourceObjectType string
    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.
    SwitchProfileName string
    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.
    SystemUpTime string
    System up time of the switch.
    Tags []GetNetworkElementSummaryTag
    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 GetNetworkElementSummaryVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminEvacState String
    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.
    adminInbandInterfaceState String
    The administrative state of the network Element inband management interface.
    alarmSummary GetNetworkElementSummaryAlarmSummary
    ancestors List<GetNetworkElementSummaryAncestor>
    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
    confModTs String
    Configuration modified timestamp of the switch.
    confModTsBackup String
    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.
    deviceMoId String
    The MoId of the registered device that coresponds to the server.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    ethernetMode String
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    ethernetSwitchingMode String
    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).
    fcSwitchingMode String
    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.
    fpgaUpgradeNeeded Boolean
    The flag to check vulnerability with secure boot technology.
    id String
    inbandIpAddress String
    The IP address of the network Element inband management interface.
    inbandIpGateway String
    The default gateway of the network Element inband management interface.
    inbandIpMask String
    The network mask of the network Element inband management interface.
    inbandVlan Double
    The VLAN ID of the network Element inband management interface.
    interClusterLinkState String
    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 GetNetworkElementSummaryInventoryParent
    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.
    numEtherPorts Double
    Total number of Ethernet ports.
    numEtherPortsConfigured Double
    Total number of configured Ethernet ports.
    numEtherPortsLinkUp Double
    Total number of Ethernet ports which are UP.
    numExpansionModules Double
    Total number of expansion modules.
    numFcPorts Double
    Total number of FC ports.
    numFcPortsConfigured Double
    Total number of configured FC ports.
    numFcPortsLinkUp Double
    Total number of FC ports which are UP.
    objectType String
    operEvacState String
    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.
    outOfBandIpAddress String
    The IP address of the network Element out-of-band management interface.
    outOfBandIpGateway String
    The default gateway of the network Element out-of-band management interface.
    outOfBandIpMask String
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv4Address String
    The IPv4 address of the network Element out-of-band management interface.
    outOfBandIpv4Gateway String
    The default IPv4 gateway of the network Element out-of-band management interface.
    outOfBandIpv4Mask String
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv6Address String
    The IPv6 address of the network Element out-of-band management interface.
    outOfBandIpv6Gateway String
    The default IPv6 gateway of the network Element out-of-band management interface.
    outOfBandIpv6Prefix String
    The network mask of the network Element out-of-band management interface.
    outOfBandMac String
    The MAC address of the network Element out-of-band management interface.
    owners List<String>
    parent GetNetworkElementSummaryParent
    partNumber String
    Part number of the switch.
    permissionResources List<GetNetworkElementSummaryPermissionResource>
    presence String
    This field identifies the presence (equipped) or absence of the given component.
    registeredDevice GetNetworkElementSummaryRegisteredDevice
    reservedVlanStartId Double
    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.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sourceObjectType String
    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.
    switchProfileName String
    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.
    systemUpTime String
    System up time of the switch.
    tags List<GetNetworkElementSummaryTag>
    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 GetNetworkElementSummaryVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminEvacState string
    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.
    adminInbandInterfaceState string
    The administrative state of the network Element inband management interface.
    alarmSummary GetNetworkElementSummaryAlarmSummary
    ancestors GetNetworkElementSummaryAncestor[]
    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
    confModTs string
    Configuration modified timestamp of the switch.
    confModTsBackup string
    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.
    deviceMoId string
    The MoId of the registered device that coresponds to the server.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    ethernetMode string
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    ethernetSwitchingMode string
    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).
    fcSwitchingMode string
    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.
    fpgaUpgradeNeeded boolean
    The flag to check vulnerability with secure boot technology.
    id string
    inbandIpAddress string
    The IP address of the network Element inband management interface.
    inbandIpGateway string
    The default gateway of the network Element inband management interface.
    inbandIpMask string
    The network mask of the network Element inband management interface.
    inbandVlan number
    The VLAN ID of the network Element inband management interface.
    interClusterLinkState string
    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 GetNetworkElementSummaryInventoryParent
    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.
    numEtherPorts number
    Total number of Ethernet ports.
    numEtherPortsConfigured number
    Total number of configured Ethernet ports.
    numEtherPortsLinkUp number
    Total number of Ethernet ports which are UP.
    numExpansionModules number
    Total number of expansion modules.
    numFcPorts number
    Total number of FC ports.
    numFcPortsConfigured number
    Total number of configured FC ports.
    numFcPortsLinkUp number
    Total number of FC ports which are UP.
    objectType string
    operEvacState string
    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.
    outOfBandIpAddress string
    The IP address of the network Element out-of-band management interface.
    outOfBandIpGateway string
    The default gateway of the network Element out-of-band management interface.
    outOfBandIpMask string
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv4Address string
    The IPv4 address of the network Element out-of-band management interface.
    outOfBandIpv4Gateway string
    The default IPv4 gateway of the network Element out-of-band management interface.
    outOfBandIpv4Mask string
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv6Address string
    The IPv6 address of the network Element out-of-band management interface.
    outOfBandIpv6Gateway string
    The default IPv6 gateway of the network Element out-of-band management interface.
    outOfBandIpv6Prefix string
    The network mask of the network Element out-of-band management interface.
    outOfBandMac string
    The MAC address of the network Element out-of-band management interface.
    owners string[]
    parent GetNetworkElementSummaryParent
    partNumber string
    Part number of the switch.
    permissionResources GetNetworkElementSummaryPermissionResource[]
    presence string
    This field identifies the presence (equipped) or absence of the given component.
    registeredDevice GetNetworkElementSummaryRegisteredDevice
    reservedVlanStartId number
    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.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sourceObjectType string
    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.
    switchProfileName string
    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.
    systemUpTime string
    System up time of the switch.
    tags GetNetworkElementSummaryTag[]
    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 GetNetworkElementSummaryVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_evac_state str
    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_interface_state str
    The administrative state of the network Element inband management interface.
    alarm_summary GetNetworkElementSummaryAlarmSummary
    ancestors Sequence[GetNetworkElementSummaryAncestor]
    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_ts str
    Configuration modified timestamp of the switch.
    conf_mod_ts_backup str
    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_id str
    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_moid str
    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_mode str
    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_mode str
    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_needed bool
    The flag to check vulnerability with secure boot technology.
    id str
    inband_ip_address str
    The IP address of the network Element inband management interface.
    inband_ip_gateway str
    The default gateway of the network Element inband management interface.
    inband_ip_mask str
    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_link_state str
    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 GetNetworkElementSummaryInventoryParent
    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_ports float
    Total number of Ethernet ports.
    num_ether_ports_configured float
    Total number of configured Ethernet ports.
    num_ether_ports_link_up float
    Total number of Ethernet ports which are UP.
    num_expansion_modules float
    Total number of expansion modules.
    num_fc_ports float
    Total number of FC ports.
    num_fc_ports_configured float
    Total number of configured FC ports.
    num_fc_ports_link_up float
    Total number of FC ports which are UP.
    object_type str
    oper_evac_state str
    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_band_ip_address str
    The IP address of the network Element out-of-band management interface.
    out_of_band_ip_gateway str
    The default gateway of the network Element out-of-band management interface.
    out_of_band_ip_mask str
    The network mask of the network Element out-of-band management interface.
    out_of_band_ipv4_address str
    The IPv4 address of the network Element out-of-band management interface.
    out_of_band_ipv4_gateway str
    The default IPv4 gateway of the network Element out-of-band management interface.
    out_of_band_ipv4_mask str
    The network mask of the network Element out-of-band management interface.
    out_of_band_ipv6_address str
    The IPv6 address of the network Element out-of-band management interface.
    out_of_band_ipv6_gateway str
    The default IPv6 gateway of the network Element out-of-band management interface.
    out_of_band_ipv6_prefix str
    The network mask of the network Element out-of-band management interface.
    out_of_band_mac str
    The MAC address of the network Element out-of-band management interface.
    owners Sequence[str]
    parent GetNetworkElementSummaryParent
    part_number str
    Part number of the switch.
    permission_resources Sequence[GetNetworkElementSummaryPermissionResource]
    presence str
    This field identifies the presence (equipped) or absence of the given component.
    registered_device GetNetworkElementSummaryRegisteredDevice
    reserved_vlan_start_id float
    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.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    source_object_type str
    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_name str
    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_time str
    System up time of the switch.
    tags Sequence[GetNetworkElementSummaryTag]
    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 GetNetworkElementSummaryVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminEvacState String
    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.
    adminInbandInterfaceState String
    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
    confModTs String
    Configuration modified timestamp of the switch.
    confModTsBackup String
    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.
    deviceMoId String
    The MoId of the registered device that coresponds to the server.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    ethernetMode String
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    ethernetSwitchingMode String
    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).
    fcSwitchingMode String
    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.
    fpgaUpgradeNeeded Boolean
    The flag to check vulnerability with secure boot technology.
    id String
    inbandIpAddress String
    The IP address of the network Element inband management interface.
    inbandIpGateway String
    The default gateway of the network Element inband management interface.
    inbandIpMask String
    The network mask of the network Element inband management interface.
    inbandVlan Number
    The VLAN ID of the network Element inband management interface.
    interClusterLinkState String
    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.
    numEtherPorts Number
    Total number of Ethernet ports.
    numEtherPortsConfigured Number
    Total number of configured Ethernet ports.
    numEtherPortsLinkUp Number
    Total number of Ethernet ports which are UP.
    numExpansionModules Number
    Total number of expansion modules.
    numFcPorts Number
    Total number of FC ports.
    numFcPortsConfigured Number
    Total number of configured FC ports.
    numFcPortsLinkUp Number
    Total number of FC ports which are UP.
    objectType String
    operEvacState String
    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.
    outOfBandIpAddress String
    The IP address of the network Element out-of-band management interface.
    outOfBandIpGateway String
    The default gateway of the network Element out-of-band management interface.
    outOfBandIpMask String
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv4Address String
    The IPv4 address of the network Element out-of-band management interface.
    outOfBandIpv4Gateway String
    The default IPv4 gateway of the network Element out-of-band management interface.
    outOfBandIpv4Mask String
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv6Address String
    The IPv6 address of the network Element out-of-band management interface.
    outOfBandIpv6Gateway String
    The default IPv6 gateway of the network Element out-of-band management interface.
    outOfBandIpv6Prefix String
    The network mask of the network Element out-of-band management interface.
    outOfBandMac String
    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
    reservedVlanStartId Number
    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.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sourceObjectType String
    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.
    switchProfileName String
    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.
    systemUpTime String
    System up time of the switch.
    tags 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<GetNetworkElementSummaryResult>
    AccountMoid string
    AdditionalProperties string
    AdminEvacState string
    AdminInbandInterfaceState string
    AlarmSummary GetNetworkElementSummaryAlarmSummary
    Ancestors List<GetNetworkElementSummaryAncestor>
    AvailableMemory string
    BundleVersion string
    Chassis string
    ClassId string
    ConfModTs string
    ConfModTsBackup string
    ConnectionStatus string
    CreateTime string
    DefaultDomain string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    EthernetMode string
    EthernetSwitchingMode string
    FaultSummary double
    FcMode string
    FcSwitchingMode string
    Firmware string
    FirmwareVersion string
    FpgaUpgradeNeeded bool
    InbandIpAddress string
    InbandIpGateway string
    InbandIpMask string
    InbandVlan double
    InterClusterLinkState string
    InventoryParent GetNetworkElementSummaryInventoryParent
    Ipv4Address string
    IsUpgraded bool
    ManagementMode string
    ModTime string
    Model string
    Moid string
    Name string
    NrVersion string
    NumEtherPorts double
    NumEtherPortsConfigured double
    NumEtherPortsLinkUp double
    NumExpansionModules double
    NumFcPorts double
    NumFcPortsConfigured double
    NumFcPortsLinkUp double
    ObjectType string
    OperEvacState string
    Operability string
    OutOfBandIpAddress string
    OutOfBandIpGateway string
    OutOfBandIpMask string
    OutOfBandIpv4Address string
    OutOfBandIpv4Gateway string
    OutOfBandIpv4Mask string
    OutOfBandIpv6Address string
    OutOfBandIpv6Gateway string
    OutOfBandIpv6Prefix string
    OutOfBandMac string
    Owners List<string>
    Parent GetNetworkElementSummaryParent
    PartNumber string
    PermissionResources List<GetNetworkElementSummaryPermissionResource>
    Presence string
    RegisteredDevice GetNetworkElementSummaryRegisteredDevice
    ReservedVlanStartId double
    Revision string
    Rn string
    Serial string
    SharedScope string
    SourceObjectType string
    Status string
    SwitchId string
    SwitchProfileName string
    SwitchType string
    SystemUpTime string
    Tags List<GetNetworkElementSummaryTag>
    Thermal string
    TotalMemory double
    UserLabel string
    Vendor string
    VersionContext GetNetworkElementSummaryVersionContext
    Id string
    Results []GetNetworkElementSummaryResult
    AccountMoid string
    AdditionalProperties string
    AdminEvacState string
    AdminInbandInterfaceState string
    AlarmSummary GetNetworkElementSummaryAlarmSummary
    Ancestors []GetNetworkElementSummaryAncestor
    AvailableMemory string
    BundleVersion string
    Chassis string
    ClassId string
    ConfModTs string
    ConfModTsBackup string
    ConnectionStatus string
    CreateTime string
    DefaultDomain string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    EthernetMode string
    EthernetSwitchingMode string
    FaultSummary float64
    FcMode string
    FcSwitchingMode string
    Firmware string
    FirmwareVersion string
    FpgaUpgradeNeeded bool
    InbandIpAddress string
    InbandIpGateway string
    InbandIpMask string
    InbandVlan float64
    InterClusterLinkState string
    InventoryParent GetNetworkElementSummaryInventoryParent
    Ipv4Address string
    IsUpgraded bool
    ManagementMode string
    ModTime string
    Model string
    Moid string
    Name string
    NrVersion string
    NumEtherPorts float64
    NumEtherPortsConfigured float64
    NumEtherPortsLinkUp float64
    NumExpansionModules float64
    NumFcPorts float64
    NumFcPortsConfigured float64
    NumFcPortsLinkUp float64
    ObjectType string
    OperEvacState string
    Operability string
    OutOfBandIpAddress string
    OutOfBandIpGateway string
    OutOfBandIpMask string
    OutOfBandIpv4Address string
    OutOfBandIpv4Gateway string
    OutOfBandIpv4Mask string
    OutOfBandIpv6Address string
    OutOfBandIpv6Gateway string
    OutOfBandIpv6Prefix string
    OutOfBandMac string
    Owners []string
    Parent GetNetworkElementSummaryParent
    PartNumber string
    PermissionResources []GetNetworkElementSummaryPermissionResource
    Presence string
    RegisteredDevice GetNetworkElementSummaryRegisteredDevice
    ReservedVlanStartId float64
    Revision string
    Rn string
    Serial string
    SharedScope string
    SourceObjectType string
    Status string
    SwitchId string
    SwitchProfileName string
    SwitchType string
    SystemUpTime string
    Tags []GetNetworkElementSummaryTag
    Thermal string
    TotalMemory float64
    UserLabel string
    Vendor string
    VersionContext GetNetworkElementSummaryVersionContext
    id String
    results List<GetNetworkElementSummaryResult>
    accountMoid String
    additionalProperties String
    adminEvacState String
    adminInbandInterfaceState String
    alarmSummary GetNetworkElementSummaryAlarmSummary
    ancestors List<GetNetworkElementSummaryAncestor>
    availableMemory String
    bundleVersion String
    chassis String
    classId String
    confModTs String
    confModTsBackup String
    connectionStatus String
    createTime String
    defaultDomain String
    deviceMoId String
    dn String
    domainGroupMoid String
    ethernetMode String
    ethernetSwitchingMode String
    faultSummary Double
    fcMode String
    fcSwitchingMode String
    firmware String
    firmwareVersion String
    fpgaUpgradeNeeded Boolean
    inbandIpAddress String
    inbandIpGateway String
    inbandIpMask String
    inbandVlan Double
    interClusterLinkState String
    inventoryParent GetNetworkElementSummaryInventoryParent
    ipv4Address String
    isUpgraded Boolean
    managementMode String
    modTime String
    model String
    moid String
    name String
    nrVersion String
    numEtherPorts Double
    numEtherPortsConfigured Double
    numEtherPortsLinkUp Double
    numExpansionModules Double
    numFcPorts Double
    numFcPortsConfigured Double
    numFcPortsLinkUp Double
    objectType String
    operEvacState String
    operability String
    outOfBandIpAddress String
    outOfBandIpGateway String
    outOfBandIpMask String
    outOfBandIpv4Address String
    outOfBandIpv4Gateway String
    outOfBandIpv4Mask String
    outOfBandIpv6Address String
    outOfBandIpv6Gateway String
    outOfBandIpv6Prefix String
    outOfBandMac String
    owners List<String>
    parent GetNetworkElementSummaryParent
    partNumber String
    permissionResources List<GetNetworkElementSummaryPermissionResource>
    presence String
    registeredDevice GetNetworkElementSummaryRegisteredDevice
    reservedVlanStartId Double
    revision String
    rn String
    serial String
    sharedScope String
    sourceObjectType String
    status String
    switchId String
    switchProfileName String
    switchType String
    systemUpTime String
    tags List<GetNetworkElementSummaryTag>
    thermal String
    totalMemory Double
    userLabel String
    vendor String
    versionContext GetNetworkElementSummaryVersionContext
    id string
    results GetNetworkElementSummaryResult[]
    accountMoid string
    additionalProperties string
    adminEvacState string
    adminInbandInterfaceState string
    alarmSummary GetNetworkElementSummaryAlarmSummary
    ancestors GetNetworkElementSummaryAncestor[]
    availableMemory string
    bundleVersion string
    chassis string
    classId string
    confModTs string
    confModTsBackup string
    connectionStatus string
    createTime string
    defaultDomain string
    deviceMoId string
    dn string
    domainGroupMoid string
    ethernetMode string
    ethernetSwitchingMode string
    faultSummary number
    fcMode string
    fcSwitchingMode string
    firmware string
    firmwareVersion string
    fpgaUpgradeNeeded boolean
    inbandIpAddress string
    inbandIpGateway string
    inbandIpMask string
    inbandVlan number
    interClusterLinkState string
    inventoryParent GetNetworkElementSummaryInventoryParent
    ipv4Address string
    isUpgraded boolean
    managementMode string
    modTime string
    model string
    moid string
    name string
    nrVersion string
    numEtherPorts number
    numEtherPortsConfigured number
    numEtherPortsLinkUp number
    numExpansionModules number
    numFcPorts number
    numFcPortsConfigured number
    numFcPortsLinkUp number
    objectType string
    operEvacState string
    operability string
    outOfBandIpAddress string
    outOfBandIpGateway string
    outOfBandIpMask string
    outOfBandIpv4Address string
    outOfBandIpv4Gateway string
    outOfBandIpv4Mask string
    outOfBandIpv6Address string
    outOfBandIpv6Gateway string
    outOfBandIpv6Prefix string
    outOfBandMac string
    owners string[]
    parent GetNetworkElementSummaryParent
    partNumber string
    permissionResources GetNetworkElementSummaryPermissionResource[]
    presence string
    registeredDevice GetNetworkElementSummaryRegisteredDevice
    reservedVlanStartId number
    revision string
    rn string
    serial string
    sharedScope string
    sourceObjectType string
    status string
    switchId string
    switchProfileName string
    switchType string
    systemUpTime string
    tags GetNetworkElementSummaryTag[]
    thermal string
    totalMemory number
    userLabel string
    vendor string
    versionContext GetNetworkElementSummaryVersionContext
    id str
    results Sequence[GetNetworkElementSummaryResult]
    account_moid str
    additional_properties str
    admin_evac_state str
    admin_inband_interface_state str
    alarm_summary GetNetworkElementSummaryAlarmSummary
    ancestors Sequence[GetNetworkElementSummaryAncestor]
    available_memory str
    bundle_version str
    chassis str
    class_id str
    conf_mod_ts str
    conf_mod_ts_backup str
    connection_status str
    create_time str
    default_domain str
    device_mo_id str
    dn str
    domain_group_moid str
    ethernet_mode str
    ethernet_switching_mode str
    fault_summary float
    fc_mode str
    fc_switching_mode str
    firmware str
    firmware_version str
    fpga_upgrade_needed bool
    inband_ip_address str
    inband_ip_gateway str
    inband_ip_mask str
    inband_vlan float
    inter_cluster_link_state str
    inventory_parent GetNetworkElementSummaryInventoryParent
    ipv4_address str
    is_upgraded bool
    management_mode str
    mod_time str
    model str
    moid str
    name str
    nr_version str
    num_ether_ports float
    num_ether_ports_configured float
    num_ether_ports_link_up float
    num_expansion_modules float
    num_fc_ports float
    num_fc_ports_configured float
    num_fc_ports_link_up float
    object_type str
    oper_evac_state str
    operability str
    out_of_band_ip_address str
    out_of_band_ip_gateway str
    out_of_band_ip_mask str
    out_of_band_ipv4_address str
    out_of_band_ipv4_gateway str
    out_of_band_ipv4_mask str
    out_of_band_ipv6_address str
    out_of_band_ipv6_gateway str
    out_of_band_ipv6_prefix str
    out_of_band_mac str
    owners Sequence[str]
    parent GetNetworkElementSummaryParent
    part_number str
    permission_resources Sequence[GetNetworkElementSummaryPermissionResource]
    presence str
    registered_device GetNetworkElementSummaryRegisteredDevice
    reserved_vlan_start_id float
    revision str
    rn str
    serial str
    shared_scope str
    source_object_type str
    status str
    switch_id str
    switch_profile_name str
    switch_type str
    system_up_time str
    tags Sequence[GetNetworkElementSummaryTag]
    thermal str
    total_memory float
    user_label str
    vendor str
    version_context GetNetworkElementSummaryVersionContext
    id String
    results List<Property Map>
    accountMoid String
    additionalProperties String
    adminEvacState String
    adminInbandInterfaceState String
    alarmSummary Property Map
    ancestors List<Property Map>
    availableMemory String
    bundleVersion String
    chassis String
    classId String
    confModTs String
    confModTsBackup String
    connectionStatus String
    createTime String
    defaultDomain String
    deviceMoId String
    dn String
    domainGroupMoid String
    ethernetMode String
    ethernetSwitchingMode String
    faultSummary Number
    fcMode String
    fcSwitchingMode String
    firmware String
    firmwareVersion String
    fpgaUpgradeNeeded Boolean
    inbandIpAddress String
    inbandIpGateway String
    inbandIpMask String
    inbandVlan Number
    interClusterLinkState String
    inventoryParent Property Map
    ipv4Address String
    isUpgraded Boolean
    managementMode String
    modTime String
    model String
    moid String
    name String
    nrVersion String
    numEtherPorts Number
    numEtherPortsConfigured Number
    numEtherPortsLinkUp Number
    numExpansionModules Number
    numFcPorts Number
    numFcPortsConfigured Number
    numFcPortsLinkUp Number
    objectType String
    operEvacState String
    operability String
    outOfBandIpAddress String
    outOfBandIpGateway String
    outOfBandIpMask String
    outOfBandIpv4Address String
    outOfBandIpv4Gateway String
    outOfBandIpv4Mask String
    outOfBandIpv6Address String
    outOfBandIpv6Gateway String
    outOfBandIpv6Prefix String
    outOfBandMac String
    owners List<String>
    parent Property Map
    partNumber String
    permissionResources List<Property Map>
    presence String
    registeredDevice Property Map
    reservedVlanStartId Number
    revision String
    rn String
    serial String
    sharedScope String
    sourceObjectType String
    status String
    switchId String
    switchProfileName String
    switchType String
    systemUpTime String
    tags 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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    GetNetworkElementSummaryResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminEvacState string
    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.
    AdminInbandInterfaceState string
    The administrative state of the network Element inband management interface.
    AlarmSummaries List<GetNetworkElementSummaryResultAlarmSummary>
    Ancestors List<GetNetworkElementSummaryResultAncestor>
    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
    ConfModTs string
    Configuration modified timestamp of the switch.
    ConfModTsBackup string
    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.
    DeviceMoId string
    The MoId of the registered device that coresponds to the server.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EthernetMode string
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    EthernetSwitchingMode string
    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).
    FcSwitchingMode string
    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.
    FpgaUpgradeNeeded bool
    The flag to check vulnerability with secure boot technology.
    InbandIpAddress string
    The IP address of the network Element inband management interface.
    InbandIpGateway string
    The default gateway of the network Element inband management interface.
    InbandIpMask string
    The network mask of the network Element inband management interface.
    InbandVlan double
    The VLAN ID of the network Element inband management interface.
    InterClusterLinkState string
    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<GetNetworkElementSummaryResultInventoryParent>
    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.
    NumEtherPorts double
    Total number of Ethernet ports.
    NumEtherPortsConfigured double
    Total number of configured Ethernet ports.
    NumEtherPortsLinkUp double
    Total number of Ethernet ports which are UP.
    NumExpansionModules double
    Total number of expansion modules.
    NumFcPorts double
    Total number of FC ports.
    NumFcPortsConfigured double
    Total number of configured FC ports.
    NumFcPortsLinkUp double
    Total number of FC ports which are UP.
    ObjectType string
    OperEvacState string
    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.
    OutOfBandIpAddress string
    The IP address of the network Element out-of-band management interface.
    OutOfBandIpGateway string
    The default gateway of the network Element out-of-band management interface.
    OutOfBandIpMask string
    The network mask of the network Element out-of-band management interface.
    OutOfBandIpv4Address string
    The IPv4 address of the network Element out-of-band management interface.
    OutOfBandIpv4Gateway string
    The default IPv4 gateway of the network Element out-of-band management interface.
    OutOfBandIpv4Mask string
    The network mask of the network Element out-of-band management interface.
    OutOfBandIpv6Address string
    The IPv6 address of the network Element out-of-band management interface.
    OutOfBandIpv6Gateway string
    The default IPv6 gateway of the network Element out-of-band management interface.
    OutOfBandIpv6Prefix string
    The network mask of the network Element out-of-band management interface.
    OutOfBandMac string
    The MAC address of the network Element out-of-band management interface.
    Owners List<string>
    Parents List<GetNetworkElementSummaryResultParent>
    PartNumber string
    Part number of the switch.
    PermissionResources List<GetNetworkElementSummaryResultPermissionResource>
    Presence string
    This field identifies the presence (equipped) or absence of the given component.
    RegisteredDevices List<GetNetworkElementSummaryResultRegisteredDevice>
    ReservedVlanStartId double
    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.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SourceObjectType string
    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.
    SwitchProfileName string
    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.
    SystemUpTime string
    System up time of the switch.
    Tags List<GetNetworkElementSummaryResultTag>
    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<GetNetworkElementSummaryResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminEvacState string
    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.
    AdminInbandInterfaceState string
    The administrative state of the network Element inband management interface.
    AlarmSummaries []GetNetworkElementSummaryResultAlarmSummary
    Ancestors []GetNetworkElementSummaryResultAncestor
    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
    ConfModTs string
    Configuration modified timestamp of the switch.
    ConfModTsBackup string
    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.
    DeviceMoId string
    The MoId of the registered device that coresponds to the server.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EthernetMode string
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    EthernetSwitchingMode string
    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).
    FcSwitchingMode string
    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.
    FpgaUpgradeNeeded bool
    The flag to check vulnerability with secure boot technology.
    InbandIpAddress string
    The IP address of the network Element inband management interface.
    InbandIpGateway string
    The default gateway of the network Element inband management interface.
    InbandIpMask string
    The network mask of the network Element inband management interface.
    InbandVlan float64
    The VLAN ID of the network Element inband management interface.
    InterClusterLinkState string
    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 []GetNetworkElementSummaryResultInventoryParent
    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.
    NumEtherPorts float64
    Total number of Ethernet ports.
    NumEtherPortsConfigured float64
    Total number of configured Ethernet ports.
    NumEtherPortsLinkUp float64
    Total number of Ethernet ports which are UP.
    NumExpansionModules float64
    Total number of expansion modules.
    NumFcPorts float64
    Total number of FC ports.
    NumFcPortsConfigured float64
    Total number of configured FC ports.
    NumFcPortsLinkUp float64
    Total number of FC ports which are UP.
    ObjectType string
    OperEvacState string
    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.
    OutOfBandIpAddress string
    The IP address of the network Element out-of-band management interface.
    OutOfBandIpGateway string
    The default gateway of the network Element out-of-band management interface.
    OutOfBandIpMask string
    The network mask of the network Element out-of-band management interface.
    OutOfBandIpv4Address string
    The IPv4 address of the network Element out-of-band management interface.
    OutOfBandIpv4Gateway string
    The default IPv4 gateway of the network Element out-of-band management interface.
    OutOfBandIpv4Mask string
    The network mask of the network Element out-of-band management interface.
    OutOfBandIpv6Address string
    The IPv6 address of the network Element out-of-band management interface.
    OutOfBandIpv6Gateway string
    The default IPv6 gateway of the network Element out-of-band management interface.
    OutOfBandIpv6Prefix string
    The network mask of the network Element out-of-band management interface.
    OutOfBandMac string
    The MAC address of the network Element out-of-band management interface.
    Owners []string
    Parents []GetNetworkElementSummaryResultParent
    PartNumber string
    Part number of the switch.
    PermissionResources []GetNetworkElementSummaryResultPermissionResource
    Presence string
    This field identifies the presence (equipped) or absence of the given component.
    RegisteredDevices []GetNetworkElementSummaryResultRegisteredDevice
    ReservedVlanStartId float64
    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.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SourceObjectType string
    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.
    SwitchProfileName string
    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.
    SystemUpTime string
    System up time of the switch.
    Tags []GetNetworkElementSummaryResultTag
    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 []GetNetworkElementSummaryResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminEvacState String
    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.
    adminInbandInterfaceState String
    The administrative state of the network Element inband management interface.
    alarmSummaries List<GetNetworkElementSummaryResultAlarmSummary>
    ancestors List<GetNetworkElementSummaryResultAncestor>
    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
    confModTs String
    Configuration modified timestamp of the switch.
    confModTsBackup String
    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.
    deviceMoId String
    The MoId of the registered device that coresponds to the server.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    ethernetMode String
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    ethernetSwitchingMode String
    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).
    fcSwitchingMode String
    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.
    fpgaUpgradeNeeded Boolean
    The flag to check vulnerability with secure boot technology.
    inbandIpAddress String
    The IP address of the network Element inband management interface.
    inbandIpGateway String
    The default gateway of the network Element inband management interface.
    inbandIpMask String
    The network mask of the network Element inband management interface.
    inbandVlan Double
    The VLAN ID of the network Element inband management interface.
    interClusterLinkState String
    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<GetNetworkElementSummaryResultInventoryParent>
    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.
    numEtherPorts Double
    Total number of Ethernet ports.
    numEtherPortsConfigured Double
    Total number of configured Ethernet ports.
    numEtherPortsLinkUp Double
    Total number of Ethernet ports which are UP.
    numExpansionModules Double
    Total number of expansion modules.
    numFcPorts Double
    Total number of FC ports.
    numFcPortsConfigured Double
    Total number of configured FC ports.
    numFcPortsLinkUp Double
    Total number of FC ports which are UP.
    objectType String
    operEvacState String
    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.
    outOfBandIpAddress String
    The IP address of the network Element out-of-band management interface.
    outOfBandIpGateway String
    The default gateway of the network Element out-of-band management interface.
    outOfBandIpMask String
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv4Address String
    The IPv4 address of the network Element out-of-band management interface.
    outOfBandIpv4Gateway String
    The default IPv4 gateway of the network Element out-of-band management interface.
    outOfBandIpv4Mask String
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv6Address String
    The IPv6 address of the network Element out-of-band management interface.
    outOfBandIpv6Gateway String
    The default IPv6 gateway of the network Element out-of-band management interface.
    outOfBandIpv6Prefix String
    The network mask of the network Element out-of-band management interface.
    outOfBandMac String
    The MAC address of the network Element out-of-band management interface.
    owners List<String>
    parents List<GetNetworkElementSummaryResultParent>
    partNumber String
    Part number of the switch.
    permissionResources List<GetNetworkElementSummaryResultPermissionResource>
    presence String
    This field identifies the presence (equipped) or absence of the given component.
    registeredDevices List<GetNetworkElementSummaryResultRegisteredDevice>
    reservedVlanStartId Double
    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.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sourceObjectType String
    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.
    switchProfileName String
    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.
    systemUpTime String
    System up time of the switch.
    tags List<GetNetworkElementSummaryResultTag>
    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<GetNetworkElementSummaryResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminEvacState string
    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.
    adminInbandInterfaceState string
    The administrative state of the network Element inband management interface.
    alarmSummaries GetNetworkElementSummaryResultAlarmSummary[]
    ancestors GetNetworkElementSummaryResultAncestor[]
    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
    confModTs string
    Configuration modified timestamp of the switch.
    confModTsBackup string
    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.
    deviceMoId string
    The MoId of the registered device that coresponds to the server.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    ethernetMode string
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    ethernetSwitchingMode string
    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).
    fcSwitchingMode string
    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.
    fpgaUpgradeNeeded boolean
    The flag to check vulnerability with secure boot technology.
    inbandIpAddress string
    The IP address of the network Element inband management interface.
    inbandIpGateway string
    The default gateway of the network Element inband management interface.
    inbandIpMask string
    The network mask of the network Element inband management interface.
    inbandVlan number
    The VLAN ID of the network Element inband management interface.
    interClusterLinkState string
    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 GetNetworkElementSummaryResultInventoryParent[]
    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.
    numEtherPorts number
    Total number of Ethernet ports.
    numEtherPortsConfigured number
    Total number of configured Ethernet ports.
    numEtherPortsLinkUp number
    Total number of Ethernet ports which are UP.
    numExpansionModules number
    Total number of expansion modules.
    numFcPorts number
    Total number of FC ports.
    numFcPortsConfigured number
    Total number of configured FC ports.
    numFcPortsLinkUp number
    Total number of FC ports which are UP.
    objectType string
    operEvacState string
    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.
    outOfBandIpAddress string
    The IP address of the network Element out-of-band management interface.
    outOfBandIpGateway string
    The default gateway of the network Element out-of-band management interface.
    outOfBandIpMask string
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv4Address string
    The IPv4 address of the network Element out-of-band management interface.
    outOfBandIpv4Gateway string
    The default IPv4 gateway of the network Element out-of-band management interface.
    outOfBandIpv4Mask string
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv6Address string
    The IPv6 address of the network Element out-of-band management interface.
    outOfBandIpv6Gateway string
    The default IPv6 gateway of the network Element out-of-band management interface.
    outOfBandIpv6Prefix string
    The network mask of the network Element out-of-band management interface.
    outOfBandMac string
    The MAC address of the network Element out-of-band management interface.
    owners string[]
    parents GetNetworkElementSummaryResultParent[]
    partNumber string
    Part number of the switch.
    permissionResources GetNetworkElementSummaryResultPermissionResource[]
    presence string
    This field identifies the presence (equipped) or absence of the given component.
    registeredDevices GetNetworkElementSummaryResultRegisteredDevice[]
    reservedVlanStartId number
    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.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sourceObjectType string
    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.
    switchProfileName string
    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.
    systemUpTime string
    System up time of the switch.
    tags GetNetworkElementSummaryResultTag[]
    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 GetNetworkElementSummaryResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_evac_state str
    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_interface_state str
    The administrative state of the network Element inband management interface.
    alarm_summaries Sequence[GetNetworkElementSummaryResultAlarmSummary]
    ancestors Sequence[GetNetworkElementSummaryResultAncestor]
    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_ts str
    Configuration modified timestamp of the switch.
    conf_mod_ts_backup str
    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_id str
    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_moid str
    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_mode str
    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_mode str
    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_needed bool
    The flag to check vulnerability with secure boot technology.
    inband_ip_address str
    The IP address of the network Element inband management interface.
    inband_ip_gateway str
    The default gateway of the network Element inband management interface.
    inband_ip_mask str
    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_link_state str
    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[GetNetworkElementSummaryResultInventoryParent]
    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_ports float
    Total number of Ethernet ports.
    num_ether_ports_configured float
    Total number of configured Ethernet ports.
    num_ether_ports_link_up float
    Total number of Ethernet ports which are UP.
    num_expansion_modules float
    Total number of expansion modules.
    num_fc_ports float
    Total number of FC ports.
    num_fc_ports_configured float
    Total number of configured FC ports.
    num_fc_ports_link_up float
    Total number of FC ports which are UP.
    object_type str
    oper_evac_state str
    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_band_ip_address str
    The IP address of the network Element out-of-band management interface.
    out_of_band_ip_gateway str
    The default gateway of the network Element out-of-band management interface.
    out_of_band_ip_mask str
    The network mask of the network Element out-of-band management interface.
    out_of_band_ipv4_address str
    The IPv4 address of the network Element out-of-band management interface.
    out_of_band_ipv4_gateway str
    The default IPv4 gateway of the network Element out-of-band management interface.
    out_of_band_ipv4_mask str
    The network mask of the network Element out-of-band management interface.
    out_of_band_ipv6_address str
    The IPv6 address of the network Element out-of-band management interface.
    out_of_band_ipv6_gateway str
    The default IPv6 gateway of the network Element out-of-band management interface.
    out_of_band_ipv6_prefix str
    The network mask of the network Element out-of-band management interface.
    out_of_band_mac str
    The MAC address of the network Element out-of-band management interface.
    owners Sequence[str]
    parents Sequence[GetNetworkElementSummaryResultParent]
    part_number str
    Part number of the switch.
    permission_resources Sequence[GetNetworkElementSummaryResultPermissionResource]
    presence str
    This field identifies the presence (equipped) or absence of the given component.
    registered_devices Sequence[GetNetworkElementSummaryResultRegisteredDevice]
    reserved_vlan_start_id float
    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.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    source_object_type str
    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_name str
    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_time str
    System up time of the switch.
    tags Sequence[GetNetworkElementSummaryResultTag]
    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[GetNetworkElementSummaryResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminEvacState String
    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.
    adminInbandInterfaceState String
    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
    confModTs String
    Configuration modified timestamp of the switch.
    confModTsBackup String
    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.
    deviceMoId String
    The MoId of the registered device that coresponds to the server.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    ethernetMode String
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    ethernetSwitchingMode String
    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).
    fcSwitchingMode String
    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.
    fpgaUpgradeNeeded Boolean
    The flag to check vulnerability with secure boot technology.
    inbandIpAddress String
    The IP address of the network Element inband management interface.
    inbandIpGateway String
    The default gateway of the network Element inband management interface.
    inbandIpMask String
    The network mask of the network Element inband management interface.
    inbandVlan Number
    The VLAN ID of the network Element inband management interface.
    interClusterLinkState String
    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.
    numEtherPorts Number
    Total number of Ethernet ports.
    numEtherPortsConfigured Number
    Total number of configured Ethernet ports.
    numEtherPortsLinkUp Number
    Total number of Ethernet ports which are UP.
    numExpansionModules Number
    Total number of expansion modules.
    numFcPorts Number
    Total number of FC ports.
    numFcPortsConfigured Number
    Total number of configured FC ports.
    numFcPortsLinkUp Number
    Total number of FC ports which are UP.
    objectType String
    operEvacState String
    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.
    outOfBandIpAddress String
    The IP address of the network Element out-of-band management interface.
    outOfBandIpGateway String
    The default gateway of the network Element out-of-band management interface.
    outOfBandIpMask String
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv4Address String
    The IPv4 address of the network Element out-of-band management interface.
    outOfBandIpv4Gateway String
    The default IPv4 gateway of the network Element out-of-band management interface.
    outOfBandIpv4Mask String
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv6Address String
    The IPv6 address of the network Element out-of-band management interface.
    outOfBandIpv6Gateway String
    The default IPv6 gateway of the network Element out-of-band management interface.
    outOfBandIpv6Prefix String
    The network mask of the network Element out-of-band management interface.
    outOfBandMac String
    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>
    reservedVlanStartId Number
    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.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sourceObjectType String
    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.
    switchProfileName String
    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.
    systemUpTime String
    System up time of the switch.
    tags 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 float64
    Health string
    Info float64
    ObjectType string
    Suppressed bool
    SuppressedCritical float64
    SuppressedInfo float64
    SuppressedWarning float64
    Warning float64

    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
    additionalProperties String
    key String
    value String

    GetNetworkElementSummaryResultVersionContext

    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<GetNetworkElementSummaryVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    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 GetNetworkElementSummaryVersionContextRefMo
    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 []GetNetworkElementSummaryVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    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 GetNetworkElementSummaryVersionContextRefMo
    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<GetNetworkElementSummaryVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    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 GetNetworkElementSummaryVersionContextRefMo
    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 GetNetworkElementSummaryVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    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 GetNetworkElementSummaryVersionContextRefMo
    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[GetNetworkElementSummaryVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    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 GetNetworkElementSummaryVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet