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

intersight.getComputePhysicalSummary

Explore with Pulumi AI

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

    Consolidated view of Blades and RackUnits.

    Using getComputePhysicalSummary

    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 getComputePhysicalSummary(args: GetComputePhysicalSummaryArgs, opts?: InvokeOptions): Promise<GetComputePhysicalSummaryResult>
    function getComputePhysicalSummaryOutput(args: GetComputePhysicalSummaryOutputArgs, opts?: InvokeOptions): Output<GetComputePhysicalSummaryResult>
    def get_compute_physical_summary(account_moid: Optional[str] = None,
                                     additional_properties: Optional[str] = None,
                                     admin_power_state: Optional[str] = None,
                                     alarm_summary: Optional[GetComputePhysicalSummaryAlarmSummary] = None,
                                     ancestors: Optional[Sequence[GetComputePhysicalSummaryAncestor]] = None,
                                     asset_tag: Optional[str] = None,
                                     available_memory: Optional[float] = None,
                                     bios_post_complete: Optional[bool] = None,
                                     chassis_id: Optional[str] = None,
                                     class_id: Optional[str] = None,
                                     connection_status: Optional[str] = None,
                                     cpu_capacity: Optional[float] = None,
                                     create_time: Optional[str] = None,
                                     custom_permission_resources: Optional[Sequence[GetComputePhysicalSummaryCustomPermissionResource]] = None,
                                     device_mo_id: Optional[str] = None,
                                     dn: Optional[str] = None,
                                     domain_group_moid: Optional[str] = None,
                                     equipment_chassis: Optional[GetComputePhysicalSummaryEquipmentChassis] = None,
                                     fault_summary: Optional[float] = None,
                                     firmware: Optional[str] = None,
                                     front_panel_lock_state: Optional[str] = None,
                                     hardware_uuid: Optional[str] = None,
                                     id: Optional[str] = None,
                                     inventory_device_info: Optional[GetComputePhysicalSummaryInventoryDeviceInfo] = None,
                                     inventory_parent: Optional[GetComputePhysicalSummaryInventoryParent] = None,
                                     ipv4_address: Optional[str] = None,
                                     is_upgraded: Optional[bool] = None,
                                     kvm_ip_addresses: Optional[Sequence[GetComputePhysicalSummaryKvmIpAddress]] = None,
                                     kvm_server_state_enabled: Optional[bool] = None,
                                     kvm_vendor: Optional[str] = None,
                                     management_mode: Optional[str] = None,
                                     memory_speed: Optional[str] = None,
                                     mgmt_ip_address: Optional[str] = None,
                                     mod_time: Optional[str] = None,
                                     model: Optional[str] = None,
                                     moid: Optional[str] = None,
                                     name: Optional[str] = None,
                                     nr_lifecycle: Optional[str] = None,
                                     num_adaptors: Optional[float] = None,
                                     num_cpu_cores: Optional[float] = None,
                                     num_cpu_cores_enabled: Optional[float] = None,
                                     num_cpus: Optional[float] = None,
                                     num_eth_host_interfaces: Optional[float] = None,
                                     num_fc_host_interfaces: Optional[float] = None,
                                     num_threads: Optional[float] = None,
                                     object_type: Optional[str] = None,
                                     oper_power_state: Optional[str] = None,
                                     oper_reasons: Optional[Sequence[str]] = None,
                                     oper_state: Optional[str] = None,
                                     operability: Optional[str] = None,
                                     owners: Optional[Sequence[str]] = None,
                                     package_version: Optional[str] = None,
                                     parent: Optional[GetComputePhysicalSummaryParent] = None,
                                     permission_resources: Optional[Sequence[GetComputePhysicalSummaryPermissionResource]] = None,
                                     personality: Optional[str] = None,
                                     platform_type: Optional[str] = None,
                                     presence: Optional[str] = None,
                                     registered_device: Optional[GetComputePhysicalSummaryRegisteredDevice] = None,
                                     revision: Optional[str] = None,
                                     rn: Optional[str] = None,
                                     scaled_mode: Optional[str] = None,
                                     serial: Optional[str] = None,
                                     server_id: Optional[float] = None,
                                     service_profile: Optional[str] = None,
                                     shared_scope: Optional[str] = None,
                                     slot_id: Optional[float] = None,
                                     source_object_type: Optional[str] = None,
                                     tags: Optional[Sequence[GetComputePhysicalSummaryTag]] = None,
                                     topology_scan_status: Optional[str] = None,
                                     total_memory: Optional[float] = None,
                                     tunneled_kvm: Optional[bool] = None,
                                     user_label: Optional[str] = None,
                                     uuid: Optional[str] = None,
                                     vendor: Optional[str] = None,
                                     version_context: Optional[GetComputePhysicalSummaryVersionContext] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetComputePhysicalSummaryResult
    def get_compute_physical_summary_output(account_moid: Optional[pulumi.Input[str]] = None,
                                     additional_properties: Optional[pulumi.Input[str]] = None,
                                     admin_power_state: Optional[pulumi.Input[str]] = None,
                                     alarm_summary: Optional[pulumi.Input[GetComputePhysicalSummaryAlarmSummaryArgs]] = None,
                                     ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputePhysicalSummaryAncestorArgs]]]] = None,
                                     asset_tag: Optional[pulumi.Input[str]] = None,
                                     available_memory: Optional[pulumi.Input[float]] = None,
                                     bios_post_complete: Optional[pulumi.Input[bool]] = None,
                                     chassis_id: Optional[pulumi.Input[str]] = None,
                                     class_id: Optional[pulumi.Input[str]] = None,
                                     connection_status: Optional[pulumi.Input[str]] = None,
                                     cpu_capacity: Optional[pulumi.Input[float]] = None,
                                     create_time: Optional[pulumi.Input[str]] = None,
                                     custom_permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputePhysicalSummaryCustomPermissionResourceArgs]]]] = None,
                                     device_mo_id: Optional[pulumi.Input[str]] = None,
                                     dn: Optional[pulumi.Input[str]] = None,
                                     domain_group_moid: Optional[pulumi.Input[str]] = None,
                                     equipment_chassis: Optional[pulumi.Input[GetComputePhysicalSummaryEquipmentChassisArgs]] = None,
                                     fault_summary: Optional[pulumi.Input[float]] = None,
                                     firmware: Optional[pulumi.Input[str]] = None,
                                     front_panel_lock_state: Optional[pulumi.Input[str]] = None,
                                     hardware_uuid: Optional[pulumi.Input[str]] = None,
                                     id: Optional[pulumi.Input[str]] = None,
                                     inventory_device_info: Optional[pulumi.Input[GetComputePhysicalSummaryInventoryDeviceInfoArgs]] = None,
                                     inventory_parent: Optional[pulumi.Input[GetComputePhysicalSummaryInventoryParentArgs]] = None,
                                     ipv4_address: Optional[pulumi.Input[str]] = None,
                                     is_upgraded: Optional[pulumi.Input[bool]] = None,
                                     kvm_ip_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputePhysicalSummaryKvmIpAddressArgs]]]] = None,
                                     kvm_server_state_enabled: Optional[pulumi.Input[bool]] = None,
                                     kvm_vendor: Optional[pulumi.Input[str]] = None,
                                     management_mode: Optional[pulumi.Input[str]] = None,
                                     memory_speed: Optional[pulumi.Input[str]] = None,
                                     mgmt_ip_address: 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_lifecycle: Optional[pulumi.Input[str]] = None,
                                     num_adaptors: Optional[pulumi.Input[float]] = None,
                                     num_cpu_cores: Optional[pulumi.Input[float]] = None,
                                     num_cpu_cores_enabled: Optional[pulumi.Input[float]] = None,
                                     num_cpus: Optional[pulumi.Input[float]] = None,
                                     num_eth_host_interfaces: Optional[pulumi.Input[float]] = None,
                                     num_fc_host_interfaces: Optional[pulumi.Input[float]] = None,
                                     num_threads: Optional[pulumi.Input[float]] = None,
                                     object_type: Optional[pulumi.Input[str]] = None,
                                     oper_power_state: Optional[pulumi.Input[str]] = None,
                                     oper_reasons: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                     oper_state: Optional[pulumi.Input[str]] = None,
                                     operability: Optional[pulumi.Input[str]] = None,
                                     owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                     package_version: Optional[pulumi.Input[str]] = None,
                                     parent: Optional[pulumi.Input[GetComputePhysicalSummaryParentArgs]] = None,
                                     permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputePhysicalSummaryPermissionResourceArgs]]]] = None,
                                     personality: Optional[pulumi.Input[str]] = None,
                                     platform_type: Optional[pulumi.Input[str]] = None,
                                     presence: Optional[pulumi.Input[str]] = None,
                                     registered_device: Optional[pulumi.Input[GetComputePhysicalSummaryRegisteredDeviceArgs]] = None,
                                     revision: Optional[pulumi.Input[str]] = None,
                                     rn: Optional[pulumi.Input[str]] = None,
                                     scaled_mode: Optional[pulumi.Input[str]] = None,
                                     serial: Optional[pulumi.Input[str]] = None,
                                     server_id: Optional[pulumi.Input[float]] = None,
                                     service_profile: Optional[pulumi.Input[str]] = None,
                                     shared_scope: Optional[pulumi.Input[str]] = None,
                                     slot_id: Optional[pulumi.Input[float]] = None,
                                     source_object_type: Optional[pulumi.Input[str]] = None,
                                     tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputePhysicalSummaryTagArgs]]]] = None,
                                     topology_scan_status: Optional[pulumi.Input[str]] = None,
                                     total_memory: Optional[pulumi.Input[float]] = None,
                                     tunneled_kvm: Optional[pulumi.Input[bool]] = None,
                                     user_label: Optional[pulumi.Input[str]] = None,
                                     uuid: Optional[pulumi.Input[str]] = None,
                                     vendor: Optional[pulumi.Input[str]] = None,
                                     version_context: Optional[pulumi.Input[GetComputePhysicalSummaryVersionContextArgs]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetComputePhysicalSummaryResult]
    func LookupComputePhysicalSummary(ctx *Context, args *LookupComputePhysicalSummaryArgs, opts ...InvokeOption) (*LookupComputePhysicalSummaryResult, error)
    func LookupComputePhysicalSummaryOutput(ctx *Context, args *LookupComputePhysicalSummaryOutputArgs, opts ...InvokeOption) LookupComputePhysicalSummaryResultOutput

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

    public static class GetComputePhysicalSummary 
    {
        public static Task<GetComputePhysicalSummaryResult> InvokeAsync(GetComputePhysicalSummaryArgs args, InvokeOptions? opts = null)
        public static Output<GetComputePhysicalSummaryResult> Invoke(GetComputePhysicalSummaryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetComputePhysicalSummaryResult> getComputePhysicalSummary(GetComputePhysicalSummaryArgs args, InvokeOptions options)
    public static Output<GetComputePhysicalSummaryResult> getComputePhysicalSummary(GetComputePhysicalSummaryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getComputePhysicalSummary:getComputePhysicalSummary
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminPowerState string
    The desired power state of the server.
    AlarmSummary GetComputePhysicalSummaryAlarmSummary
    Ancestors List<GetComputePhysicalSummaryAncestor>
    AssetTag string
    The user defined asset tag assigned to the server.
    AvailableMemory double
    Total memeory of the server in MB.
    BiosPostComplete bool
    The BIOS POST completion status of the server.
    ChassisId string
    The id of the chassis that the blade is discovered in.
    ClassId string
    ConnectionStatus string
    Connectivity Status of RackUnit to Switch - A or B or AB.
    CpuCapacity double
    Total processing capacity of the server.
    CreateTime string
    The time when this managed object was created.
    CustomPermissionResources List<GetComputePhysicalSummaryCustomPermissionResource>
    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.
    EquipmentChassis GetComputePhysicalSummaryEquipmentChassis
    FaultSummary double
    The fault summary for the server.
    Firmware string
    The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
    FrontPanelLockState string
    The actual front panel state of the server.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    HardwareUuid string
    The universally unique hardware identity of the server provided by the manufacturer.
    Id string
    InventoryDeviceInfo GetComputePhysicalSummaryInventoryDeviceInfo
    InventoryParent GetComputePhysicalSummaryInventoryParent
    Ipv4Address string
    The IPv4 address configured on the management interface of the Integrated Management Controller.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    KvmIpAddresses List<GetComputePhysicalSummaryKvmIpAddress>
    KvmServerStateEnabled bool
    The KVM server state of the server.
    KvmVendor string
    The KVM Vendor for the server.
    ManagementMode string
    The management mode of the server.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    MemorySpeed string
    The maximum memory speed in MHz available on the server.
    MgmtIpAddress string
    Management address of the server.
    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 name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    NrLifecycle string
    The lifecycle of the blade server.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.* Moved - The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.
    NumAdaptors double
    The total number of network adapters present on the server.
    NumCpuCores double
    The total number of CPU cores enabled on the server.
    NumCpuCoresEnabled double
    The total number of CPU cores enabled on the server.
    NumCpus double
    The total number of CPUs present on the server.
    NumEthHostInterfaces double
    The total number of vNICs which are visible to a host on the server.
    NumFcHostInterfaces double
    The total number of vHBAs which are visible to a host on the server.
    NumThreads double
    The total number of threads the server is capable of handling.
    ObjectType string
    OperPowerState string
    The actual power state of the server.
    OperReasons List<string>
    OperState string
    The operational state of the server.
    Operability string
    The operability of the server.
    Owners List<string>
    PackageVersion string
    Bundle version which the firmware belongs to.
    Parent GetComputePhysicalSummaryParent
    PermissionResources List<GetComputePhysicalSummaryPermissionResource>
    Personality string
    Unique identity of added software personality.
    PlatformType string
    The platform type of the registered device - whether managed by UCSM or operating in standalone mode.
    Presence string
    This field identifies the presence (equipped) or absence of the given component.
    RegisteredDevice GetComputePhysicalSummaryRegisteredDevice
    Revision string
    This field identifies the revision of the given component.
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    ScaledMode string
    The mode of the server that determines it is scaled.
    Serial string
    This field identifies the serial of the given component.
    ServerId double
    RackUnit ID that uniquely identifies the server.
    ServiceProfile string
    The distinguished name of the service profile to which the server is associated to. It is applicable only for servers which are managed via UCSM.
    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.
    SlotId double
    The slot number in the chassis that the blade is discovered in.
    SourceObjectType string
    Stores the source object type. This feild will either be RackUnit or Blade.
    Tags List<GetComputePhysicalSummaryTag>
    TopologyScanStatus string
    To maintain the Topology workflow run status.
    TotalMemory double
    The total memory available on the server.
    TunneledKvm bool
    The Tunneled vKVM status of the server.
    UserLabel string
    The user defined label assigned to the server.
    Uuid string
    The universally unique identity of the server.
    Vendor string
    This field identifies the vendor of the given component.
    VersionContext GetComputePhysicalSummaryVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminPowerState string
    The desired power state of the server.
    AlarmSummary GetComputePhysicalSummaryAlarmSummary
    Ancestors []GetComputePhysicalSummaryAncestor
    AssetTag string
    The user defined asset tag assigned to the server.
    AvailableMemory float64
    Total memeory of the server in MB.
    BiosPostComplete bool
    The BIOS POST completion status of the server.
    ChassisId string
    The id of the chassis that the blade is discovered in.
    ClassId string
    ConnectionStatus string
    Connectivity Status of RackUnit to Switch - A or B or AB.
    CpuCapacity float64
    Total processing capacity of the server.
    CreateTime string
    The time when this managed object was created.
    CustomPermissionResources []GetComputePhysicalSummaryCustomPermissionResource
    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.
    EquipmentChassis GetComputePhysicalSummaryEquipmentChassis
    FaultSummary float64
    The fault summary for the server.
    Firmware string
    The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
    FrontPanelLockState string
    The actual front panel state of the server.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    HardwareUuid string
    The universally unique hardware identity of the server provided by the manufacturer.
    Id string
    InventoryDeviceInfo GetComputePhysicalSummaryInventoryDeviceInfo
    InventoryParent GetComputePhysicalSummaryInventoryParent
    Ipv4Address string
    The IPv4 address configured on the management interface of the Integrated Management Controller.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    KvmIpAddresses []GetComputePhysicalSummaryKvmIpAddress
    KvmServerStateEnabled bool
    The KVM server state of the server.
    KvmVendor string
    The KVM Vendor for the server.
    ManagementMode string
    The management mode of the server.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    MemorySpeed string
    The maximum memory speed in MHz available on the server.
    MgmtIpAddress string
    Management address of the server.
    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 name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    NrLifecycle string
    The lifecycle of the blade server.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.* Moved - The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.
    NumAdaptors float64
    The total number of network adapters present on the server.
    NumCpuCores float64
    The total number of CPU cores enabled on the server.
    NumCpuCoresEnabled float64
    The total number of CPU cores enabled on the server.
    NumCpus float64
    The total number of CPUs present on the server.
    NumEthHostInterfaces float64
    The total number of vNICs which are visible to a host on the server.
    NumFcHostInterfaces float64
    The total number of vHBAs which are visible to a host on the server.
    NumThreads float64
    The total number of threads the server is capable of handling.
    ObjectType string
    OperPowerState string
    The actual power state of the server.
    OperReasons []string
    OperState string
    The operational state of the server.
    Operability string
    The operability of the server.
    Owners []string
    PackageVersion string
    Bundle version which the firmware belongs to.
    Parent GetComputePhysicalSummaryParent
    PermissionResources []GetComputePhysicalSummaryPermissionResource
    Personality string
    Unique identity of added software personality.
    PlatformType string
    The platform type of the registered device - whether managed by UCSM or operating in standalone mode.
    Presence string
    This field identifies the presence (equipped) or absence of the given component.
    RegisteredDevice GetComputePhysicalSummaryRegisteredDevice
    Revision string
    This field identifies the revision of the given component.
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    ScaledMode string
    The mode of the server that determines it is scaled.
    Serial string
    This field identifies the serial of the given component.
    ServerId float64
    RackUnit ID that uniquely identifies the server.
    ServiceProfile string
    The distinguished name of the service profile to which the server is associated to. It is applicable only for servers which are managed via UCSM.
    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.
    SlotId float64
    The slot number in the chassis that the blade is discovered in.
    SourceObjectType string
    Stores the source object type. This feild will either be RackUnit or Blade.
    Tags []GetComputePhysicalSummaryTag
    TopologyScanStatus string
    To maintain the Topology workflow run status.
    TotalMemory float64
    The total memory available on the server.
    TunneledKvm bool
    The Tunneled vKVM status of the server.
    UserLabel string
    The user defined label assigned to the server.
    Uuid string
    The universally unique identity of the server.
    Vendor string
    This field identifies the vendor of the given component.
    VersionContext GetComputePhysicalSummaryVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminPowerState String
    The desired power state of the server.
    alarmSummary GetComputePhysicalSummaryAlarmSummary
    ancestors List<GetComputePhysicalSummaryAncestor>
    assetTag String
    The user defined asset tag assigned to the server.
    availableMemory Double
    Total memeory of the server in MB.
    biosPostComplete Boolean
    The BIOS POST completion status of the server.
    chassisId String
    The id of the chassis that the blade is discovered in.
    classId String
    connectionStatus String
    Connectivity Status of RackUnit to Switch - A or B or AB.
    cpuCapacity Double
    Total processing capacity of the server.
    createTime String
    The time when this managed object was created.
    customPermissionResources List<GetComputePhysicalSummaryCustomPermissionResource>
    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.
    equipmentChassis GetComputePhysicalSummaryEquipmentChassis
    faultSummary Double
    The fault summary for the server.
    firmware String
    The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
    frontPanelLockState String
    The actual front panel state of the server.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    hardwareUuid String
    The universally unique hardware identity of the server provided by the manufacturer.
    id String
    inventoryDeviceInfo GetComputePhysicalSummaryInventoryDeviceInfo
    inventoryParent GetComputePhysicalSummaryInventoryParent
    ipv4Address String
    The IPv4 address configured on the management interface of the Integrated Management Controller.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    kvmIpAddresses List<GetComputePhysicalSummaryKvmIpAddress>
    kvmServerStateEnabled Boolean
    The KVM server state of the server.
    kvmVendor String
    The KVM Vendor for the server.
    managementMode String
    The management mode of the server.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    memorySpeed String
    The maximum memory speed in MHz available on the server.
    mgmtIpAddress String
    Management address of the server.
    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 name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    nrLifecycle String
    The lifecycle of the blade server.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.* Moved - The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.
    numAdaptors Double
    The total number of network adapters present on the server.
    numCpuCores Double
    The total number of CPU cores enabled on the server.
    numCpuCoresEnabled Double
    The total number of CPU cores enabled on the server.
    numCpus Double
    The total number of CPUs present on the server.
    numEthHostInterfaces Double
    The total number of vNICs which are visible to a host on the server.
    numFcHostInterfaces Double
    The total number of vHBAs which are visible to a host on the server.
    numThreads Double
    The total number of threads the server is capable of handling.
    objectType String
    operPowerState String
    The actual power state of the server.
    operReasons List<String>
    operState String
    The operational state of the server.
    operability String
    The operability of the server.
    owners List<String>
    packageVersion String
    Bundle version which the firmware belongs to.
    parent GetComputePhysicalSummaryParent
    permissionResources List<GetComputePhysicalSummaryPermissionResource>
    personality String
    Unique identity of added software personality.
    platformType String
    The platform type of the registered device - whether managed by UCSM or operating in standalone mode.
    presence String
    This field identifies the presence (equipped) or absence of the given component.
    registeredDevice GetComputePhysicalSummaryRegisteredDevice
    revision String
    This field identifies the revision of the given component.
    rn String
    The Relative Name uniquely identifies an object within a given context.
    scaledMode String
    The mode of the server that determines it is scaled.
    serial String
    This field identifies the serial of the given component.
    serverId Double
    RackUnit ID that uniquely identifies the server.
    serviceProfile String
    The distinguished name of the service profile to which the server is associated to. It is applicable only for servers which are managed via UCSM.
    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.
    slotId Double
    The slot number in the chassis that the blade is discovered in.
    sourceObjectType String
    Stores the source object type. This feild will either be RackUnit or Blade.
    tags List<GetComputePhysicalSummaryTag>
    topologyScanStatus String
    To maintain the Topology workflow run status.
    totalMemory Double
    The total memory available on the server.
    tunneledKvm Boolean
    The Tunneled vKVM status of the server.
    userLabel String
    The user defined label assigned to the server.
    uuid String
    The universally unique identity of the server.
    vendor String
    This field identifies the vendor of the given component.
    versionContext GetComputePhysicalSummaryVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminPowerState string
    The desired power state of the server.
    alarmSummary GetComputePhysicalSummaryAlarmSummary
    ancestors GetComputePhysicalSummaryAncestor[]
    assetTag string
    The user defined asset tag assigned to the server.
    availableMemory number
    Total memeory of the server in MB.
    biosPostComplete boolean
    The BIOS POST completion status of the server.
    chassisId string
    The id of the chassis that the blade is discovered in.
    classId string
    connectionStatus string
    Connectivity Status of RackUnit to Switch - A or B or AB.
    cpuCapacity number
    Total processing capacity of the server.
    createTime string
    The time when this managed object was created.
    customPermissionResources GetComputePhysicalSummaryCustomPermissionResource[]
    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.
    equipmentChassis GetComputePhysicalSummaryEquipmentChassis
    faultSummary number
    The fault summary for the server.
    firmware string
    The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
    frontPanelLockState string
    The actual front panel state of the server.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    hardwareUuid string
    The universally unique hardware identity of the server provided by the manufacturer.
    id string
    inventoryDeviceInfo GetComputePhysicalSummaryInventoryDeviceInfo
    inventoryParent GetComputePhysicalSummaryInventoryParent
    ipv4Address string
    The IPv4 address configured on the management interface of the Integrated Management Controller.
    isUpgraded boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    kvmIpAddresses GetComputePhysicalSummaryKvmIpAddress[]
    kvmServerStateEnabled boolean
    The KVM server state of the server.
    kvmVendor string
    The KVM Vendor for the server.
    managementMode string
    The management mode of the server.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    memorySpeed string
    The maximum memory speed in MHz available on the server.
    mgmtIpAddress string
    Management address of the server.
    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 name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    nrLifecycle string
    The lifecycle of the blade server.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.* Moved - The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.
    numAdaptors number
    The total number of network adapters present on the server.
    numCpuCores number
    The total number of CPU cores enabled on the server.
    numCpuCoresEnabled number
    The total number of CPU cores enabled on the server.
    numCpus number
    The total number of CPUs present on the server.
    numEthHostInterfaces number
    The total number of vNICs which are visible to a host on the server.
    numFcHostInterfaces number
    The total number of vHBAs which are visible to a host on the server.
    numThreads number
    The total number of threads the server is capable of handling.
    objectType string
    operPowerState string
    The actual power state of the server.
    operReasons string[]
    operState string
    The operational state of the server.
    operability string
    The operability of the server.
    owners string[]
    packageVersion string
    Bundle version which the firmware belongs to.
    parent GetComputePhysicalSummaryParent
    permissionResources GetComputePhysicalSummaryPermissionResource[]
    personality string
    Unique identity of added software personality.
    platformType string
    The platform type of the registered device - whether managed by UCSM or operating in standalone mode.
    presence string
    This field identifies the presence (equipped) or absence of the given component.
    registeredDevice GetComputePhysicalSummaryRegisteredDevice
    revision string
    This field identifies the revision of the given component.
    rn string
    The Relative Name uniquely identifies an object within a given context.
    scaledMode string
    The mode of the server that determines it is scaled.
    serial string
    This field identifies the serial of the given component.
    serverId number
    RackUnit ID that uniquely identifies the server.
    serviceProfile string
    The distinguished name of the service profile to which the server is associated to. It is applicable only for servers which are managed via UCSM.
    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.
    slotId number
    The slot number in the chassis that the blade is discovered in.
    sourceObjectType string
    Stores the source object type. This feild will either be RackUnit or Blade.
    tags GetComputePhysicalSummaryTag[]
    topologyScanStatus string
    To maintain the Topology workflow run status.
    totalMemory number
    The total memory available on the server.
    tunneledKvm boolean
    The Tunneled vKVM status of the server.
    userLabel string
    The user defined label assigned to the server.
    uuid string
    The universally unique identity of the server.
    vendor string
    This field identifies the vendor of the given component.
    versionContext GetComputePhysicalSummaryVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_power_state str
    The desired power state of the server.
    alarm_summary GetComputePhysicalSummaryAlarmSummary
    ancestors Sequence[GetComputePhysicalSummaryAncestor]
    asset_tag str
    The user defined asset tag assigned to the server.
    available_memory float
    Total memeory of the server in MB.
    bios_post_complete bool
    The BIOS POST completion status of the server.
    chassis_id str
    The id of the chassis that the blade is discovered in.
    class_id str
    connection_status str
    Connectivity Status of RackUnit to Switch - A or B or AB.
    cpu_capacity float
    Total processing capacity of the server.
    create_time str
    The time when this managed object was created.
    custom_permission_resources Sequence[GetComputePhysicalSummaryCustomPermissionResource]
    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.
    equipment_chassis GetComputePhysicalSummaryEquipmentChassis
    fault_summary float
    The fault summary for the server.
    firmware str
    The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
    front_panel_lock_state str
    The actual front panel state of the server.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    hardware_uuid str
    The universally unique hardware identity of the server provided by the manufacturer.
    id str
    inventory_device_info GetComputePhysicalSummaryInventoryDeviceInfo
    inventory_parent GetComputePhysicalSummaryInventoryParent
    ipv4_address str
    The IPv4 address configured on the management interface of the Integrated Management Controller.
    is_upgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    kvm_ip_addresses Sequence[GetComputePhysicalSummaryKvmIpAddress]
    kvm_server_state_enabled bool
    The KVM server state of the server.
    kvm_vendor str
    The KVM Vendor for the server.
    management_mode str
    The management mode of the server.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    memory_speed str
    The maximum memory speed in MHz available on the server.
    mgmt_ip_address str
    Management address of the server.
    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 name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    nr_lifecycle str
    The lifecycle of the blade server.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.* Moved - The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.
    num_adaptors float
    The total number of network adapters present on the server.
    num_cpu_cores float
    The total number of CPU cores enabled on the server.
    num_cpu_cores_enabled float
    The total number of CPU cores enabled on the server.
    num_cpus float
    The total number of CPUs present on the server.
    num_eth_host_interfaces float
    The total number of vNICs which are visible to a host on the server.
    num_fc_host_interfaces float
    The total number of vHBAs which are visible to a host on the server.
    num_threads float
    The total number of threads the server is capable of handling.
    object_type str
    oper_power_state str
    The actual power state of the server.
    oper_reasons Sequence[str]
    oper_state str
    The operational state of the server.
    operability str
    The operability of the server.
    owners Sequence[str]
    package_version str
    Bundle version which the firmware belongs to.
    parent GetComputePhysicalSummaryParent
    permission_resources Sequence[GetComputePhysicalSummaryPermissionResource]
    personality str
    Unique identity of added software personality.
    platform_type str
    The platform type of the registered device - whether managed by UCSM or operating in standalone mode.
    presence str
    This field identifies the presence (equipped) or absence of the given component.
    registered_device GetComputePhysicalSummaryRegisteredDevice
    revision str
    This field identifies the revision of the given component.
    rn str
    The Relative Name uniquely identifies an object within a given context.
    scaled_mode str
    The mode of the server that determines it is scaled.
    serial str
    This field identifies the serial of the given component.
    server_id float
    RackUnit ID that uniquely identifies the server.
    service_profile str
    The distinguished name of the service profile to which the server is associated to. It is applicable only for servers which are managed via UCSM.
    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.
    slot_id float
    The slot number in the chassis that the blade is discovered in.
    source_object_type str
    Stores the source object type. This feild will either be RackUnit or Blade.
    tags Sequence[GetComputePhysicalSummaryTag]
    topology_scan_status str
    To maintain the Topology workflow run status.
    total_memory float
    The total memory available on the server.
    tunneled_kvm bool
    The Tunneled vKVM status of the server.
    user_label str
    The user defined label assigned to the server.
    uuid str
    The universally unique identity of the server.
    vendor str
    This field identifies the vendor of the given component.
    version_context GetComputePhysicalSummaryVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminPowerState String
    The desired power state of the server.
    alarmSummary Property Map
    ancestors List<Property Map>
    assetTag String
    The user defined asset tag assigned to the server.
    availableMemory Number
    Total memeory of the server in MB.
    biosPostComplete Boolean
    The BIOS POST completion status of the server.
    chassisId String
    The id of the chassis that the blade is discovered in.
    classId String
    connectionStatus String
    Connectivity Status of RackUnit to Switch - A or B or AB.
    cpuCapacity Number
    Total processing capacity of the server.
    createTime String
    The time when this managed object was created.
    customPermissionResources List<Property Map>
    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.
    equipmentChassis Property Map
    faultSummary Number
    The fault summary for the server.
    firmware String
    The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
    frontPanelLockState String
    The actual front panel state of the server.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    hardwareUuid String
    The universally unique hardware identity of the server provided by the manufacturer.
    id String
    inventoryDeviceInfo Property Map
    inventoryParent Property Map
    ipv4Address String
    The IPv4 address configured on the management interface of the Integrated Management Controller.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    kvmIpAddresses List<Property Map>
    kvmServerStateEnabled Boolean
    The KVM server state of the server.
    kvmVendor String
    The KVM Vendor for the server.
    managementMode String
    The management mode of the server.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    memorySpeed String
    The maximum memory speed in MHz available on the server.
    mgmtIpAddress String
    Management address of the server.
    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 name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    nrLifecycle String
    The lifecycle of the blade server.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.* Moved - The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.
    numAdaptors Number
    The total number of network adapters present on the server.
    numCpuCores Number
    The total number of CPU cores enabled on the server.
    numCpuCoresEnabled Number
    The total number of CPU cores enabled on the server.
    numCpus Number
    The total number of CPUs present on the server.
    numEthHostInterfaces Number
    The total number of vNICs which are visible to a host on the server.
    numFcHostInterfaces Number
    The total number of vHBAs which are visible to a host on the server.
    numThreads Number
    The total number of threads the server is capable of handling.
    objectType String
    operPowerState String
    The actual power state of the server.
    operReasons List<String>
    operState String
    The operational state of the server.
    operability String
    The operability of the server.
    owners List<String>
    packageVersion String
    Bundle version which the firmware belongs to.
    parent Property Map
    permissionResources List<Property Map>
    personality String
    Unique identity of added software personality.
    platformType String
    The platform type of the registered device - whether managed by UCSM or operating in standalone mode.
    presence String
    This field identifies the presence (equipped) or absence of the given component.
    registeredDevice Property Map
    revision String
    This field identifies the revision of the given component.
    rn String
    The Relative Name uniquely identifies an object within a given context.
    scaledMode String
    The mode of the server that determines it is scaled.
    serial String
    This field identifies the serial of the given component.
    serverId Number
    RackUnit ID that uniquely identifies the server.
    serviceProfile String
    The distinguished name of the service profile to which the server is associated to. It is applicable only for servers which are managed via UCSM.
    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.
    slotId Number
    The slot number in the chassis that the blade is discovered in.
    sourceObjectType String
    Stores the source object type. This feild will either be RackUnit or Blade.
    tags List<Property Map>
    topologyScanStatus String
    To maintain the Topology workflow run status.
    totalMemory Number
    The total memory available on the server.
    tunneledKvm Boolean
    The Tunneled vKVM status of the server.
    userLabel String
    The user defined label assigned to the server.
    uuid String
    The universally unique identity of the server.
    vendor String
    This field identifies the vendor of the given component.
    versionContext Property Map

    getComputePhysicalSummary Result

    The following output properties are available:

    Id string
    Results List<GetComputePhysicalSummaryResult>
    AccountMoid string
    AdditionalProperties string
    AdminPowerState string
    AlarmSummary GetComputePhysicalSummaryAlarmSummary
    Ancestors List<GetComputePhysicalSummaryAncestor>
    AssetTag string
    AvailableMemory double
    BiosPostComplete bool
    ChassisId string
    ClassId string
    ConnectionStatus string
    CpuCapacity double
    CreateTime string
    CustomPermissionResources List<GetComputePhysicalSummaryCustomPermissionResource>
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    EquipmentChassis GetComputePhysicalSummaryEquipmentChassis
    FaultSummary double
    Firmware string
    FrontPanelLockState string
    HardwareUuid string
    InventoryDeviceInfo GetComputePhysicalSummaryInventoryDeviceInfo
    InventoryParent GetComputePhysicalSummaryInventoryParent
    Ipv4Address string
    IsUpgraded bool
    KvmIpAddresses List<GetComputePhysicalSummaryKvmIpAddress>
    KvmServerStateEnabled bool
    KvmVendor string
    ManagementMode string
    MemorySpeed string
    MgmtIpAddress string
    ModTime string
    Model string
    Moid string
    Name string
    NrLifecycle string
    NumAdaptors double
    NumCpuCores double
    NumCpuCoresEnabled double
    NumCpus double
    NumEthHostInterfaces double
    NumFcHostInterfaces double
    NumThreads double
    ObjectType string
    OperPowerState string
    OperReasons List<string>
    OperState string
    Operability string
    Owners List<string>
    PackageVersion string
    Parent GetComputePhysicalSummaryParent
    PermissionResources List<GetComputePhysicalSummaryPermissionResource>
    Personality string
    PlatformType string
    Presence string
    RegisteredDevice GetComputePhysicalSummaryRegisteredDevice
    Revision string
    Rn string
    ScaledMode string
    Serial string
    ServerId double
    ServiceProfile string
    SharedScope string
    SlotId double
    SourceObjectType string
    Tags List<GetComputePhysicalSummaryTag>
    TopologyScanStatus string
    TotalMemory double
    TunneledKvm bool
    UserLabel string
    Uuid string
    Vendor string
    VersionContext GetComputePhysicalSummaryVersionContext
    Id string
    Results []GetComputePhysicalSummaryResult
    AccountMoid string
    AdditionalProperties string
    AdminPowerState string
    AlarmSummary GetComputePhysicalSummaryAlarmSummary
    Ancestors []GetComputePhysicalSummaryAncestor
    AssetTag string
    AvailableMemory float64
    BiosPostComplete bool
    ChassisId string
    ClassId string
    ConnectionStatus string
    CpuCapacity float64
    CreateTime string
    CustomPermissionResources []GetComputePhysicalSummaryCustomPermissionResource
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    EquipmentChassis GetComputePhysicalSummaryEquipmentChassis
    FaultSummary float64
    Firmware string
    FrontPanelLockState string
    HardwareUuid string
    InventoryDeviceInfo GetComputePhysicalSummaryInventoryDeviceInfo
    InventoryParent GetComputePhysicalSummaryInventoryParent
    Ipv4Address string
    IsUpgraded bool
    KvmIpAddresses []GetComputePhysicalSummaryKvmIpAddress
    KvmServerStateEnabled bool
    KvmVendor string
    ManagementMode string
    MemorySpeed string
    MgmtIpAddress string
    ModTime string
    Model string
    Moid string
    Name string
    NrLifecycle string
    NumAdaptors float64
    NumCpuCores float64
    NumCpuCoresEnabled float64
    NumCpus float64
    NumEthHostInterfaces float64
    NumFcHostInterfaces float64
    NumThreads float64
    ObjectType string
    OperPowerState string
    OperReasons []string
    OperState string
    Operability string
    Owners []string
    PackageVersion string
    Parent GetComputePhysicalSummaryParent
    PermissionResources []GetComputePhysicalSummaryPermissionResource
    Personality string
    PlatformType string
    Presence string
    RegisteredDevice GetComputePhysicalSummaryRegisteredDevice
    Revision string
    Rn string
    ScaledMode string
    Serial string
    ServerId float64
    ServiceProfile string
    SharedScope string
    SlotId float64
    SourceObjectType string
    Tags []GetComputePhysicalSummaryTag
    TopologyScanStatus string
    TotalMemory float64
    TunneledKvm bool
    UserLabel string
    Uuid string
    Vendor string
    VersionContext GetComputePhysicalSummaryVersionContext
    id String
    results List<GetComputePhysicalSummaryResult>
    accountMoid String
    additionalProperties String
    adminPowerState String
    alarmSummary GetComputePhysicalSummaryAlarmSummary
    ancestors List<GetComputePhysicalSummaryAncestor>
    assetTag String
    availableMemory Double
    biosPostComplete Boolean
    chassisId String
    classId String
    connectionStatus String
    cpuCapacity Double
    createTime String
    customPermissionResources List<GetComputePhysicalSummaryCustomPermissionResource>
    deviceMoId String
    dn String
    domainGroupMoid String
    equipmentChassis GetComputePhysicalSummaryEquipmentChassis
    faultSummary Double
    firmware String
    frontPanelLockState String
    hardwareUuid String
    inventoryDeviceInfo GetComputePhysicalSummaryInventoryDeviceInfo
    inventoryParent GetComputePhysicalSummaryInventoryParent
    ipv4Address String
    isUpgraded Boolean
    kvmIpAddresses List<GetComputePhysicalSummaryKvmIpAddress>
    kvmServerStateEnabled Boolean
    kvmVendor String
    managementMode String
    memorySpeed String
    mgmtIpAddress String
    modTime String
    model String
    moid String
    name String
    nrLifecycle String
    numAdaptors Double
    numCpuCores Double
    numCpuCoresEnabled Double
    numCpus Double
    numEthHostInterfaces Double
    numFcHostInterfaces Double
    numThreads Double
    objectType String
    operPowerState String
    operReasons List<String>
    operState String
    operability String
    owners List<String>
    packageVersion String
    parent GetComputePhysicalSummaryParent
    permissionResources List<GetComputePhysicalSummaryPermissionResource>
    personality String
    platformType String
    presence String
    registeredDevice GetComputePhysicalSummaryRegisteredDevice
    revision String
    rn String
    scaledMode String
    serial String
    serverId Double
    serviceProfile String
    sharedScope String
    slotId Double
    sourceObjectType String
    tags List<GetComputePhysicalSummaryTag>
    topologyScanStatus String
    totalMemory Double
    tunneledKvm Boolean
    userLabel String
    uuid String
    vendor String
    versionContext GetComputePhysicalSummaryVersionContext
    id string
    results GetComputePhysicalSummaryResult[]
    accountMoid string
    additionalProperties string
    adminPowerState string
    alarmSummary GetComputePhysicalSummaryAlarmSummary
    ancestors GetComputePhysicalSummaryAncestor[]
    assetTag string
    availableMemory number
    biosPostComplete boolean
    chassisId string
    classId string
    connectionStatus string
    cpuCapacity number
    createTime string
    customPermissionResources GetComputePhysicalSummaryCustomPermissionResource[]
    deviceMoId string
    dn string
    domainGroupMoid string
    equipmentChassis GetComputePhysicalSummaryEquipmentChassis
    faultSummary number
    firmware string
    frontPanelLockState string
    hardwareUuid string
    inventoryDeviceInfo GetComputePhysicalSummaryInventoryDeviceInfo
    inventoryParent GetComputePhysicalSummaryInventoryParent
    ipv4Address string
    isUpgraded boolean
    kvmIpAddresses GetComputePhysicalSummaryKvmIpAddress[]
    kvmServerStateEnabled boolean
    kvmVendor string
    managementMode string
    memorySpeed string
    mgmtIpAddress string
    modTime string
    model string
    moid string
    name string
    nrLifecycle string
    numAdaptors number
    numCpuCores number
    numCpuCoresEnabled number
    numCpus number
    numEthHostInterfaces number
    numFcHostInterfaces number
    numThreads number
    objectType string
    operPowerState string
    operReasons string[]
    operState string
    operability string
    owners string[]
    packageVersion string
    parent GetComputePhysicalSummaryParent
    permissionResources GetComputePhysicalSummaryPermissionResource[]
    personality string
    platformType string
    presence string
    registeredDevice GetComputePhysicalSummaryRegisteredDevice
    revision string
    rn string
    scaledMode string
    serial string
    serverId number
    serviceProfile string
    sharedScope string
    slotId number
    sourceObjectType string
    tags GetComputePhysicalSummaryTag[]
    topologyScanStatus string
    totalMemory number
    tunneledKvm boolean
    userLabel string
    uuid string
    vendor string
    versionContext GetComputePhysicalSummaryVersionContext
    id str
    results Sequence[GetComputePhysicalSummaryResult]
    account_moid str
    additional_properties str
    admin_power_state str
    alarm_summary GetComputePhysicalSummaryAlarmSummary
    ancestors Sequence[GetComputePhysicalSummaryAncestor]
    asset_tag str
    available_memory float
    bios_post_complete bool
    chassis_id str
    class_id str
    connection_status str
    cpu_capacity float
    create_time str
    custom_permission_resources Sequence[GetComputePhysicalSummaryCustomPermissionResource]
    device_mo_id str
    dn str
    domain_group_moid str
    equipment_chassis GetComputePhysicalSummaryEquipmentChassis
    fault_summary float
    firmware str
    front_panel_lock_state str
    hardware_uuid str
    inventory_device_info GetComputePhysicalSummaryInventoryDeviceInfo
    inventory_parent GetComputePhysicalSummaryInventoryParent
    ipv4_address str
    is_upgraded bool
    kvm_ip_addresses Sequence[GetComputePhysicalSummaryKvmIpAddress]
    kvm_server_state_enabled bool
    kvm_vendor str
    management_mode str
    memory_speed str
    mgmt_ip_address str
    mod_time str
    model str
    moid str
    name str
    nr_lifecycle str
    num_adaptors float
    num_cpu_cores float
    num_cpu_cores_enabled float
    num_cpus float
    num_eth_host_interfaces float
    num_fc_host_interfaces float
    num_threads float
    object_type str
    oper_power_state str
    oper_reasons Sequence[str]
    oper_state str
    operability str
    owners Sequence[str]
    package_version str
    parent GetComputePhysicalSummaryParent
    permission_resources Sequence[GetComputePhysicalSummaryPermissionResource]
    personality str
    platform_type str
    presence str
    registered_device GetComputePhysicalSummaryRegisteredDevice
    revision str
    rn str
    scaled_mode str
    serial str
    server_id float
    service_profile str
    shared_scope str
    slot_id float
    source_object_type str
    tags Sequence[GetComputePhysicalSummaryTag]
    topology_scan_status str
    total_memory float
    tunneled_kvm bool
    user_label str
    uuid str
    vendor str
    version_context GetComputePhysicalSummaryVersionContext
    id String
    results List<Property Map>
    accountMoid String
    additionalProperties String
    adminPowerState String
    alarmSummary Property Map
    ancestors List<Property Map>
    assetTag String
    availableMemory Number
    biosPostComplete Boolean
    chassisId String
    classId String
    connectionStatus String
    cpuCapacity Number
    createTime String
    customPermissionResources List<Property Map>
    deviceMoId String
    dn String
    domainGroupMoid String
    equipmentChassis Property Map
    faultSummary Number
    firmware String
    frontPanelLockState String
    hardwareUuid String
    inventoryDeviceInfo Property Map
    inventoryParent Property Map
    ipv4Address String
    isUpgraded Boolean
    kvmIpAddresses List<Property Map>
    kvmServerStateEnabled Boolean
    kvmVendor String
    managementMode String
    memorySpeed String
    mgmtIpAddress String
    modTime String
    model String
    moid String
    name String
    nrLifecycle String
    numAdaptors Number
    numCpuCores Number
    numCpuCoresEnabled Number
    numCpus Number
    numEthHostInterfaces Number
    numFcHostInterfaces Number
    numThreads Number
    objectType String
    operPowerState String
    operReasons List<String>
    operState String
    operability String
    owners List<String>
    packageVersion String
    parent Property Map
    permissionResources List<Property Map>
    personality String
    platformType String
    presence String
    registeredDevice Property Map
    revision String
    rn String
    scaledMode String
    serial String
    serverId Number
    serviceProfile String
    sharedScope String
    slotId Number
    sourceObjectType String
    tags List<Property Map>
    topologyScanStatus String
    totalMemory Number
    tunneledKvm Boolean
    userLabel String
    uuid String
    vendor String
    versionContext Property Map

    Supporting Types

    GetComputePhysicalSummaryAlarmSummary

    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.

    GetComputePhysicalSummaryAncestor

    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'.

    GetComputePhysicalSummaryCustomPermissionResource

    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'.

    GetComputePhysicalSummaryEquipmentChassis

    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'.

    GetComputePhysicalSummaryInventoryDeviceInfo

    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'.

    GetComputePhysicalSummaryInventoryParent

    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'.

    GetComputePhysicalSummaryKvmIpAddress

    AdditionalProperties string
    Address string
    IP Address to be used for KVM.
    Category string
    Category of the Kvm IP Address.

    • Equipment - Ip Address assigned to an equipment.
    • ServiceProfile - Ip Address assigned to a Service Profile.
    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.
    DefaultGateway string
    Default gateway property of KVM IP Address.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    HttpPort double
    HTTP port of an IP Address.
    HttpsPort double
    Secured HTTP port of an IP Address.
    KvmPort double
    Port number on which the KVM is running and used for connecting to KVM console.
    KvmVlan double
    VLAN Identifier of Inband IP Address.
    Name string
    The name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Subnet string
    Subnet detail of a KVM IP Address.
    Type string
    Type of the KVM IP Address.

    • MgmtInterface - Ip Address of a Management Interface.
    • VnicIpV4StaticAddr - Static Ipv4 Address of a Virtual Network Interface.
    • VnicIpV4PooledAddr - Ipv4 Address of a Virtual Network Interface from an address pool.
    • VnicIpV4MgmtPooledAddr - Ipv4 Address of a Virtual Network Interface from a Managed address pool.
    • VnicIpV6StaticAddr - Static Ipv6 Address of a Virtual Network Interface.
    • VnicIpV6MgmtPooledAddr - Ipv6 Address of a Virtual Network Interface from a Managed address pool.
    • VnicIpV4ProfDerivedAddr - Server Profile derived Ipv4 Address of a Virtual Network Interface.
    • MgmtIpV6ProfDerivedAddr - Server Profile derived Ipv6 Address used for accessing server management services.
    AdditionalProperties string
    Address string
    IP Address to be used for KVM.
    Category string
    Category of the Kvm IP Address.

    • Equipment - Ip Address assigned to an equipment.
    • ServiceProfile - Ip Address assigned to a Service Profile.
    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.
    DefaultGateway string
    Default gateway property of KVM IP Address.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    HttpPort float64
    HTTP port of an IP Address.
    HttpsPort float64
    Secured HTTP port of an IP Address.
    KvmPort float64
    Port number on which the KVM is running and used for connecting to KVM console.
    KvmVlan float64
    VLAN Identifier of Inband IP Address.
    Name string
    The name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Subnet string
    Subnet detail of a KVM IP Address.
    Type string
    Type of the KVM IP Address.

    • MgmtInterface - Ip Address of a Management Interface.
    • VnicIpV4StaticAddr - Static Ipv4 Address of a Virtual Network Interface.
    • VnicIpV4PooledAddr - Ipv4 Address of a Virtual Network Interface from an address pool.
    • VnicIpV4MgmtPooledAddr - Ipv4 Address of a Virtual Network Interface from a Managed address pool.
    • VnicIpV6StaticAddr - Static Ipv6 Address of a Virtual Network Interface.
    • VnicIpV6MgmtPooledAddr - Ipv6 Address of a Virtual Network Interface from a Managed address pool.
    • VnicIpV4ProfDerivedAddr - Server Profile derived Ipv4 Address of a Virtual Network Interface.
    • MgmtIpV6ProfDerivedAddr - Server Profile derived Ipv6 Address used for accessing server management services.
    additionalProperties String
    address String
    IP Address to be used for KVM.
    category String
    Category of the Kvm IP Address.

    • Equipment - Ip Address assigned to an equipment.
    • ServiceProfile - Ip Address assigned to a Service Profile.
    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.
    defaultGateway String
    Default gateway property of KVM IP Address.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    httpPort Double
    HTTP port of an IP Address.
    httpsPort Double
    Secured HTTP port of an IP Address.
    kvmPort Double
    Port number on which the KVM is running and used for connecting to KVM console.
    kvmVlan Double
    VLAN Identifier of Inband IP Address.
    name String
    The name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    subnet String
    Subnet detail of a KVM IP Address.
    type String
    Type of the KVM IP Address.

    • MgmtInterface - Ip Address of a Management Interface.
    • VnicIpV4StaticAddr - Static Ipv4 Address of a Virtual Network Interface.
    • VnicIpV4PooledAddr - Ipv4 Address of a Virtual Network Interface from an address pool.
    • VnicIpV4MgmtPooledAddr - Ipv4 Address of a Virtual Network Interface from a Managed address pool.
    • VnicIpV6StaticAddr - Static Ipv6 Address of a Virtual Network Interface.
    • VnicIpV6MgmtPooledAddr - Ipv6 Address of a Virtual Network Interface from a Managed address pool.
    • VnicIpV4ProfDerivedAddr - Server Profile derived Ipv4 Address of a Virtual Network Interface.
    • MgmtIpV6ProfDerivedAddr - Server Profile derived Ipv6 Address used for accessing server management services.
    additionalProperties string
    address string
    IP Address to be used for KVM.
    category string
    Category of the Kvm IP Address.

    • Equipment - Ip Address assigned to an equipment.
    • ServiceProfile - Ip Address assigned to a Service Profile.
    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.
    defaultGateway string
    Default gateway property of KVM IP Address.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    httpPort number
    HTTP port of an IP Address.
    httpsPort number
    Secured HTTP port of an IP Address.
    kvmPort number
    Port number on which the KVM is running and used for connecting to KVM console.
    kvmVlan number
    VLAN Identifier of Inband IP Address.
    name string
    The name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    subnet string
    Subnet detail of a KVM IP Address.
    type string
    Type of the KVM IP Address.

    • MgmtInterface - Ip Address of a Management Interface.
    • VnicIpV4StaticAddr - Static Ipv4 Address of a Virtual Network Interface.
    • VnicIpV4PooledAddr - Ipv4 Address of a Virtual Network Interface from an address pool.
    • VnicIpV4MgmtPooledAddr - Ipv4 Address of a Virtual Network Interface from a Managed address pool.
    • VnicIpV6StaticAddr - Static Ipv6 Address of a Virtual Network Interface.
    • VnicIpV6MgmtPooledAddr - Ipv6 Address of a Virtual Network Interface from a Managed address pool.
    • VnicIpV4ProfDerivedAddr - Server Profile derived Ipv4 Address of a Virtual Network Interface.
    • MgmtIpV6ProfDerivedAddr - Server Profile derived Ipv6 Address used for accessing server management services.
    additional_properties str
    address str
    IP Address to be used for KVM.
    category str
    Category of the Kvm IP Address.

    • Equipment - Ip Address assigned to an equipment.
    • ServiceProfile - Ip Address assigned to a Service Profile.
    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.
    default_gateway str
    Default gateway property of KVM IP Address.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    http_port float
    HTTP port of an IP Address.
    https_port float
    Secured HTTP port of an IP Address.
    kvm_port float
    Port number on which the KVM is running and used for connecting to KVM console.
    kvm_vlan float
    VLAN Identifier of Inband IP Address.
    name str
    The name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    subnet str
    Subnet detail of a KVM IP Address.
    type str
    Type of the KVM IP Address.

    • MgmtInterface - Ip Address of a Management Interface.
    • VnicIpV4StaticAddr - Static Ipv4 Address of a Virtual Network Interface.
    • VnicIpV4PooledAddr - Ipv4 Address of a Virtual Network Interface from an address pool.
    • VnicIpV4MgmtPooledAddr - Ipv4 Address of a Virtual Network Interface from a Managed address pool.
    • VnicIpV6StaticAddr - Static Ipv6 Address of a Virtual Network Interface.
    • VnicIpV6MgmtPooledAddr - Ipv6 Address of a Virtual Network Interface from a Managed address pool.
    • VnicIpV4ProfDerivedAddr - Server Profile derived Ipv4 Address of a Virtual Network Interface.
    • MgmtIpV6ProfDerivedAddr - Server Profile derived Ipv6 Address used for accessing server management services.
    additionalProperties String
    address String
    IP Address to be used for KVM.
    category String
    Category of the Kvm IP Address.

    • Equipment - Ip Address assigned to an equipment.
    • ServiceProfile - Ip Address assigned to a Service Profile.
    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.
    defaultGateway String
    Default gateway property of KVM IP Address.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    httpPort Number
    HTTP port of an IP Address.
    httpsPort Number
    Secured HTTP port of an IP Address.
    kvmPort Number
    Port number on which the KVM is running and used for connecting to KVM console.
    kvmVlan Number
    VLAN Identifier of Inband IP Address.
    name String
    The name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    subnet String
    Subnet detail of a KVM IP Address.
    type String
    Type of the KVM IP Address.

    • MgmtInterface - Ip Address of a Management Interface.
    • VnicIpV4StaticAddr - Static Ipv4 Address of a Virtual Network Interface.
    • VnicIpV4PooledAddr - Ipv4 Address of a Virtual Network Interface from an address pool.
    • VnicIpV4MgmtPooledAddr - Ipv4 Address of a Virtual Network Interface from a Managed address pool.
    • VnicIpV6StaticAddr - Static Ipv6 Address of a Virtual Network Interface.
    • VnicIpV6MgmtPooledAddr - Ipv6 Address of a Virtual Network Interface from a Managed address pool.
    • VnicIpV4ProfDerivedAddr - Server Profile derived Ipv4 Address of a Virtual Network Interface.
    • MgmtIpV6ProfDerivedAddr - Server Profile derived Ipv6 Address used for accessing server management services.

    GetComputePhysicalSummaryParent

    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'.

    GetComputePhysicalSummaryPermissionResource

    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'.

    GetComputePhysicalSummaryRegisteredDevice

    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'.

    GetComputePhysicalSummaryResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminPowerState string
    The desired power state of the server.
    AlarmSummaries List<GetComputePhysicalSummaryResultAlarmSummary>
    Ancestors List<GetComputePhysicalSummaryResultAncestor>
    AssetTag string
    The user defined asset tag assigned to the server.
    AvailableMemory double
    Total memeory of the server in MB.
    BiosPostComplete bool
    The BIOS POST completion status of the server.
    ChassisId string
    The id of the chassis that the blade is discovered in.
    ClassId string
    ConnectionStatus string
    Connectivity Status of RackUnit to Switch - A or B or AB.
    CpuCapacity double
    Total processing capacity of the server.
    CreateTime string
    The time when this managed object was created.
    CustomPermissionResources List<GetComputePhysicalSummaryResultCustomPermissionResource>
    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.
    EquipmentChasses List<GetComputePhysicalSummaryResultEquipmentChass>
    FaultSummary double
    The fault summary for the server.
    Firmware string
    The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
    FrontPanelLockState string
    The actual front panel state of the server.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    HardwareUuid string
    The universally unique hardware identity of the server provided by the manufacturer.
    InventoryDeviceInfos List<GetComputePhysicalSummaryResultInventoryDeviceInfo>
    InventoryParents List<GetComputePhysicalSummaryResultInventoryParent>
    Ipv4Address string
    The IPv4 address configured on the management interface of the Integrated Management Controller.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    KvmIpAddresses List<GetComputePhysicalSummaryResultKvmIpAddress>
    KvmServerStateEnabled bool
    The KVM server state of the server.
    KvmVendor string
    The KVM Vendor for the server.
    ManagementMode string
    The management mode of the server.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    MemorySpeed string
    The maximum memory speed in MHz available on the server.
    MgmtIpAddress string
    Management address of the server.
    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 name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    NrLifecycle string
    The lifecycle of the blade server.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.* Moved - The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.
    NumAdaptors double
    The total number of network adapters present on the server.
    NumCpuCores double
    The total number of CPU cores enabled on the server.
    NumCpuCoresEnabled double
    The total number of CPU cores enabled on the server.
    NumCpus double
    The total number of CPUs present on the server.
    NumEthHostInterfaces double
    The total number of vNICs which are visible to a host on the server.
    NumFcHostInterfaces double
    The total number of vHBAs which are visible to a host on the server.
    NumThreads double
    The total number of threads the server is capable of handling.
    ObjectType string
    OperPowerState string
    The actual power state of the server.
    OperReasons List<string>
    OperState string
    The operational state of the server.
    Operability string
    The operability of the server.
    Owners List<string>
    PackageVersion string
    Bundle version which the firmware belongs to.
    Parents List<GetComputePhysicalSummaryResultParent>
    PermissionResources List<GetComputePhysicalSummaryResultPermissionResource>
    Personality string
    Unique identity of added software personality.
    PlatformType string
    The platform type of the registered device - whether managed by UCSM or operating in standalone mode.
    Presence string
    This field identifies the presence (equipped) or absence of the given component.
    RegisteredDevices List<GetComputePhysicalSummaryResultRegisteredDevice>
    Revision string
    This field identifies the revision of the given component.
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    ScaledMode string
    The mode of the server that determines it is scaled.
    Serial string
    This field identifies the serial of the given component.
    ServerId double
    RackUnit ID that uniquely identifies the server.
    ServiceProfile string
    The distinguished name of the service profile to which the server is associated to. It is applicable only for servers which are managed via UCSM.
    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.
    SlotId double
    The slot number in the chassis that the blade is discovered in.
    SourceObjectType string
    Stores the source object type. This feild will either be RackUnit or Blade.
    Tags List<GetComputePhysicalSummaryResultTag>
    TopologyScanStatus string
    To maintain the Topology workflow run status.
    TotalMemory double
    The total memory available on the server.
    TunneledKvm bool
    The Tunneled vKVM status of the server.
    UserLabel string
    The user defined label assigned to the server.
    Uuid string
    The universally unique identity of the server.
    Vendor string
    This field identifies the vendor of the given component.
    VersionContexts List<GetComputePhysicalSummaryResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminPowerState string
    The desired power state of the server.
    AlarmSummaries []GetComputePhysicalSummaryResultAlarmSummary
    Ancestors []GetComputePhysicalSummaryResultAncestor
    AssetTag string
    The user defined asset tag assigned to the server.
    AvailableMemory float64
    Total memeory of the server in MB.
    BiosPostComplete bool
    The BIOS POST completion status of the server.
    ChassisId string
    The id of the chassis that the blade is discovered in.
    ClassId string
    ConnectionStatus string
    Connectivity Status of RackUnit to Switch - A or B or AB.
    CpuCapacity float64
    Total processing capacity of the server.
    CreateTime string
    The time when this managed object was created.
    CustomPermissionResources []GetComputePhysicalSummaryResultCustomPermissionResource
    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.
    EquipmentChasses []GetComputePhysicalSummaryResultEquipmentChass
    FaultSummary float64
    The fault summary for the server.
    Firmware string
    The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
    FrontPanelLockState string
    The actual front panel state of the server.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    HardwareUuid string
    The universally unique hardware identity of the server provided by the manufacturer.
    InventoryDeviceInfos []GetComputePhysicalSummaryResultInventoryDeviceInfo
    InventoryParents []GetComputePhysicalSummaryResultInventoryParent
    Ipv4Address string
    The IPv4 address configured on the management interface of the Integrated Management Controller.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    KvmIpAddresses []GetComputePhysicalSummaryResultKvmIpAddress
    KvmServerStateEnabled bool
    The KVM server state of the server.
    KvmVendor string
    The KVM Vendor for the server.
    ManagementMode string
    The management mode of the server.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    MemorySpeed string
    The maximum memory speed in MHz available on the server.
    MgmtIpAddress string
    Management address of the server.
    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 name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    NrLifecycle string
    The lifecycle of the blade server.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.* Moved - The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.
    NumAdaptors float64
    The total number of network adapters present on the server.
    NumCpuCores float64
    The total number of CPU cores enabled on the server.
    NumCpuCoresEnabled float64
    The total number of CPU cores enabled on the server.
    NumCpus float64
    The total number of CPUs present on the server.
    NumEthHostInterfaces float64
    The total number of vNICs which are visible to a host on the server.
    NumFcHostInterfaces float64
    The total number of vHBAs which are visible to a host on the server.
    NumThreads float64
    The total number of threads the server is capable of handling.
    ObjectType string
    OperPowerState string
    The actual power state of the server.
    OperReasons []string
    OperState string
    The operational state of the server.
    Operability string
    The operability of the server.
    Owners []string
    PackageVersion string
    Bundle version which the firmware belongs to.
    Parents []GetComputePhysicalSummaryResultParent
    PermissionResources []GetComputePhysicalSummaryResultPermissionResource
    Personality string
    Unique identity of added software personality.
    PlatformType string
    The platform type of the registered device - whether managed by UCSM or operating in standalone mode.
    Presence string
    This field identifies the presence (equipped) or absence of the given component.
    RegisteredDevices []GetComputePhysicalSummaryResultRegisteredDevice
    Revision string
    This field identifies the revision of the given component.
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    ScaledMode string
    The mode of the server that determines it is scaled.
    Serial string
    This field identifies the serial of the given component.
    ServerId float64
    RackUnit ID that uniquely identifies the server.
    ServiceProfile string
    The distinguished name of the service profile to which the server is associated to. It is applicable only for servers which are managed via UCSM.
    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.
    SlotId float64
    The slot number in the chassis that the blade is discovered in.
    SourceObjectType string
    Stores the source object type. This feild will either be RackUnit or Blade.
    Tags []GetComputePhysicalSummaryResultTag
    TopologyScanStatus string
    To maintain the Topology workflow run status.
    TotalMemory float64
    The total memory available on the server.
    TunneledKvm bool
    The Tunneled vKVM status of the server.
    UserLabel string
    The user defined label assigned to the server.
    Uuid string
    The universally unique identity of the server.
    Vendor string
    This field identifies the vendor of the given component.
    VersionContexts []GetComputePhysicalSummaryResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminPowerState String
    The desired power state of the server.
    alarmSummaries List<GetComputePhysicalSummaryResultAlarmSummary>
    ancestors List<GetComputePhysicalSummaryResultAncestor>
    assetTag String
    The user defined asset tag assigned to the server.
    availableMemory Double
    Total memeory of the server in MB.
    biosPostComplete Boolean
    The BIOS POST completion status of the server.
    chassisId String
    The id of the chassis that the blade is discovered in.
    classId String
    connectionStatus String
    Connectivity Status of RackUnit to Switch - A or B or AB.
    cpuCapacity Double
    Total processing capacity of the server.
    createTime String
    The time when this managed object was created.
    customPermissionResources List<GetComputePhysicalSummaryResultCustomPermissionResource>
    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.
    equipmentChasses List<GetComputePhysicalSummaryResultEquipmentChass>
    faultSummary Double
    The fault summary for the server.
    firmware String
    The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
    frontPanelLockState String
    The actual front panel state of the server.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    hardwareUuid String
    The universally unique hardware identity of the server provided by the manufacturer.
    inventoryDeviceInfos List<GetComputePhysicalSummaryResultInventoryDeviceInfo>
    inventoryParents List<GetComputePhysicalSummaryResultInventoryParent>
    ipv4Address String
    The IPv4 address configured on the management interface of the Integrated Management Controller.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    kvmIpAddresses List<GetComputePhysicalSummaryResultKvmIpAddress>
    kvmServerStateEnabled Boolean
    The KVM server state of the server.
    kvmVendor String
    The KVM Vendor for the server.
    managementMode String
    The management mode of the server.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    memorySpeed String
    The maximum memory speed in MHz available on the server.
    mgmtIpAddress String
    Management address of the server.
    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 name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    nrLifecycle String
    The lifecycle of the blade server.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.* Moved - The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.
    numAdaptors Double
    The total number of network adapters present on the server.
    numCpuCores Double
    The total number of CPU cores enabled on the server.
    numCpuCoresEnabled Double
    The total number of CPU cores enabled on the server.
    numCpus Double
    The total number of CPUs present on the server.
    numEthHostInterfaces Double
    The total number of vNICs which are visible to a host on the server.
    numFcHostInterfaces Double
    The total number of vHBAs which are visible to a host on the server.
    numThreads Double
    The total number of threads the server is capable of handling.
    objectType String
    operPowerState String
    The actual power state of the server.
    operReasons List<String>
    operState String
    The operational state of the server.
    operability String
    The operability of the server.
    owners List<String>
    packageVersion String
    Bundle version which the firmware belongs to.
    parents List<GetComputePhysicalSummaryResultParent>
    permissionResources List<GetComputePhysicalSummaryResultPermissionResource>
    personality String
    Unique identity of added software personality.
    platformType String
    The platform type of the registered device - whether managed by UCSM or operating in standalone mode.
    presence String
    This field identifies the presence (equipped) or absence of the given component.
    registeredDevices List<GetComputePhysicalSummaryResultRegisteredDevice>
    revision String
    This field identifies the revision of the given component.
    rn String
    The Relative Name uniquely identifies an object within a given context.
    scaledMode String
    The mode of the server that determines it is scaled.
    serial String
    This field identifies the serial of the given component.
    serverId Double
    RackUnit ID that uniquely identifies the server.
    serviceProfile String
    The distinguished name of the service profile to which the server is associated to. It is applicable only for servers which are managed via UCSM.
    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.
    slotId Double
    The slot number in the chassis that the blade is discovered in.
    sourceObjectType String
    Stores the source object type. This feild will either be RackUnit or Blade.
    tags List<GetComputePhysicalSummaryResultTag>
    topologyScanStatus String
    To maintain the Topology workflow run status.
    totalMemory Double
    The total memory available on the server.
    tunneledKvm Boolean
    The Tunneled vKVM status of the server.
    userLabel String
    The user defined label assigned to the server.
    uuid String
    The universally unique identity of the server.
    vendor String
    This field identifies the vendor of the given component.
    versionContexts List<GetComputePhysicalSummaryResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminPowerState string
    The desired power state of the server.
    alarmSummaries GetComputePhysicalSummaryResultAlarmSummary[]
    ancestors GetComputePhysicalSummaryResultAncestor[]
    assetTag string
    The user defined asset tag assigned to the server.
    availableMemory number
    Total memeory of the server in MB.
    biosPostComplete boolean
    The BIOS POST completion status of the server.
    chassisId string
    The id of the chassis that the blade is discovered in.
    classId string
    connectionStatus string
    Connectivity Status of RackUnit to Switch - A or B or AB.
    cpuCapacity number
    Total processing capacity of the server.
    createTime string
    The time when this managed object was created.
    customPermissionResources GetComputePhysicalSummaryResultCustomPermissionResource[]
    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.
    equipmentChasses GetComputePhysicalSummaryResultEquipmentChass[]
    faultSummary number
    The fault summary for the server.
    firmware string
    The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
    frontPanelLockState string
    The actual front panel state of the server.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    hardwareUuid string
    The universally unique hardware identity of the server provided by the manufacturer.
    inventoryDeviceInfos GetComputePhysicalSummaryResultInventoryDeviceInfo[]
    inventoryParents GetComputePhysicalSummaryResultInventoryParent[]
    ipv4Address string
    The IPv4 address configured on the management interface of the Integrated Management Controller.
    isUpgraded boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    kvmIpAddresses GetComputePhysicalSummaryResultKvmIpAddress[]
    kvmServerStateEnabled boolean
    The KVM server state of the server.
    kvmVendor string
    The KVM Vendor for the server.
    managementMode string
    The management mode of the server.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    memorySpeed string
    The maximum memory speed in MHz available on the server.
    mgmtIpAddress string
    Management address of the server.
    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 name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    nrLifecycle string
    The lifecycle of the blade server.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.* Moved - The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.
    numAdaptors number
    The total number of network adapters present on the server.
    numCpuCores number
    The total number of CPU cores enabled on the server.
    numCpuCoresEnabled number
    The total number of CPU cores enabled on the server.
    numCpus number
    The total number of CPUs present on the server.
    numEthHostInterfaces number
    The total number of vNICs which are visible to a host on the server.
    numFcHostInterfaces number
    The total number of vHBAs which are visible to a host on the server.
    numThreads number
    The total number of threads the server is capable of handling.
    objectType string
    operPowerState string
    The actual power state of the server.
    operReasons string[]
    operState string
    The operational state of the server.
    operability string
    The operability of the server.
    owners string[]
    packageVersion string
    Bundle version which the firmware belongs to.
    parents GetComputePhysicalSummaryResultParent[]
    permissionResources GetComputePhysicalSummaryResultPermissionResource[]
    personality string
    Unique identity of added software personality.
    platformType string
    The platform type of the registered device - whether managed by UCSM or operating in standalone mode.
    presence string
    This field identifies the presence (equipped) or absence of the given component.
    registeredDevices GetComputePhysicalSummaryResultRegisteredDevice[]
    revision string
    This field identifies the revision of the given component.
    rn string
    The Relative Name uniquely identifies an object within a given context.
    scaledMode string
    The mode of the server that determines it is scaled.
    serial string
    This field identifies the serial of the given component.
    serverId number
    RackUnit ID that uniquely identifies the server.
    serviceProfile string
    The distinguished name of the service profile to which the server is associated to. It is applicable only for servers which are managed via UCSM.
    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.
    slotId number
    The slot number in the chassis that the blade is discovered in.
    sourceObjectType string
    Stores the source object type. This feild will either be RackUnit or Blade.
    tags GetComputePhysicalSummaryResultTag[]
    topologyScanStatus string
    To maintain the Topology workflow run status.
    totalMemory number
    The total memory available on the server.
    tunneledKvm boolean
    The Tunneled vKVM status of the server.
    userLabel string
    The user defined label assigned to the server.
    uuid string
    The universally unique identity of the server.
    vendor string
    This field identifies the vendor of the given component.
    versionContexts GetComputePhysicalSummaryResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_power_state str
    The desired power state of the server.
    alarm_summaries Sequence[GetComputePhysicalSummaryResultAlarmSummary]
    ancestors Sequence[GetComputePhysicalSummaryResultAncestor]
    asset_tag str
    The user defined asset tag assigned to the server.
    available_memory float
    Total memeory of the server in MB.
    bios_post_complete bool
    The BIOS POST completion status of the server.
    chassis_id str
    The id of the chassis that the blade is discovered in.
    class_id str
    connection_status str
    Connectivity Status of RackUnit to Switch - A or B or AB.
    cpu_capacity float
    Total processing capacity of the server.
    create_time str
    The time when this managed object was created.
    custom_permission_resources Sequence[GetComputePhysicalSummaryResultCustomPermissionResource]
    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.
    equipment_chasses Sequence[GetComputePhysicalSummaryResultEquipmentChass]
    fault_summary float
    The fault summary for the server.
    firmware str
    The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
    front_panel_lock_state str
    The actual front panel state of the server.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    hardware_uuid str
    The universally unique hardware identity of the server provided by the manufacturer.
    inventory_device_infos Sequence[GetComputePhysicalSummaryResultInventoryDeviceInfo]
    inventory_parents Sequence[GetComputePhysicalSummaryResultInventoryParent]
    ipv4_address str
    The IPv4 address configured on the management interface of the Integrated Management Controller.
    is_upgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    kvm_ip_addresses Sequence[GetComputePhysicalSummaryResultKvmIpAddress]
    kvm_server_state_enabled bool
    The KVM server state of the server.
    kvm_vendor str
    The KVM Vendor for the server.
    management_mode str
    The management mode of the server.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    memory_speed str
    The maximum memory speed in MHz available on the server.
    mgmt_ip_address str
    Management address of the server.
    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 name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    nr_lifecycle str
    The lifecycle of the blade server.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.* Moved - The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.
    num_adaptors float
    The total number of network adapters present on the server.
    num_cpu_cores float
    The total number of CPU cores enabled on the server.
    num_cpu_cores_enabled float
    The total number of CPU cores enabled on the server.
    num_cpus float
    The total number of CPUs present on the server.
    num_eth_host_interfaces float
    The total number of vNICs which are visible to a host on the server.
    num_fc_host_interfaces float
    The total number of vHBAs which are visible to a host on the server.
    num_threads float
    The total number of threads the server is capable of handling.
    object_type str
    oper_power_state str
    The actual power state of the server.
    oper_reasons Sequence[str]
    oper_state str
    The operational state of the server.
    operability str
    The operability of the server.
    owners Sequence[str]
    package_version str
    Bundle version which the firmware belongs to.
    parents Sequence[GetComputePhysicalSummaryResultParent]
    permission_resources Sequence[GetComputePhysicalSummaryResultPermissionResource]
    personality str
    Unique identity of added software personality.
    platform_type str
    The platform type of the registered device - whether managed by UCSM or operating in standalone mode.
    presence str
    This field identifies the presence (equipped) or absence of the given component.
    registered_devices Sequence[GetComputePhysicalSummaryResultRegisteredDevice]
    revision str
    This field identifies the revision of the given component.
    rn str
    The Relative Name uniquely identifies an object within a given context.
    scaled_mode str
    The mode of the server that determines it is scaled.
    serial str
    This field identifies the serial of the given component.
    server_id float
    RackUnit ID that uniquely identifies the server.
    service_profile str
    The distinguished name of the service profile to which the server is associated to. It is applicable only for servers which are managed via UCSM.
    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.
    slot_id float
    The slot number in the chassis that the blade is discovered in.
    source_object_type str
    Stores the source object type. This feild will either be RackUnit or Blade.
    tags Sequence[GetComputePhysicalSummaryResultTag]
    topology_scan_status str
    To maintain the Topology workflow run status.
    total_memory float
    The total memory available on the server.
    tunneled_kvm bool
    The Tunneled vKVM status of the server.
    user_label str
    The user defined label assigned to the server.
    uuid str
    The universally unique identity of the server.
    vendor str
    This field identifies the vendor of the given component.
    version_contexts Sequence[GetComputePhysicalSummaryResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminPowerState String
    The desired power state of the server.
    alarmSummaries List<Property Map>
    ancestors List<Property Map>
    assetTag String
    The user defined asset tag assigned to the server.
    availableMemory Number
    Total memeory of the server in MB.
    biosPostComplete Boolean
    The BIOS POST completion status of the server.
    chassisId String
    The id of the chassis that the blade is discovered in.
    classId String
    connectionStatus String
    Connectivity Status of RackUnit to Switch - A or B or AB.
    cpuCapacity Number
    Total processing capacity of the server.
    createTime String
    The time when this managed object was created.
    customPermissionResources List<Property Map>
    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.
    equipmentChasses List<Property Map>
    faultSummary Number
    The fault summary for the server.
    firmware String
    The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
    frontPanelLockState String
    The actual front panel state of the server.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    hardwareUuid String
    The universally unique hardware identity of the server provided by the manufacturer.
    inventoryDeviceInfos List<Property Map>
    inventoryParents List<Property Map>
    ipv4Address String
    The IPv4 address configured on the management interface of the Integrated Management Controller.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    kvmIpAddresses List<Property Map>
    kvmServerStateEnabled Boolean
    The KVM server state of the server.
    kvmVendor String
    The KVM Vendor for the server.
    managementMode String
    The management mode of the server.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    memorySpeed String
    The maximum memory speed in MHz available on the server.
    mgmtIpAddress String
    Management address of the server.
    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 name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    nrLifecycle String
    The lifecycle of the blade server.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.* Moved - The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.
    numAdaptors Number
    The total number of network adapters present on the server.
    numCpuCores Number
    The total number of CPU cores enabled on the server.
    numCpuCoresEnabled Number
    The total number of CPU cores enabled on the server.
    numCpus Number
    The total number of CPUs present on the server.
    numEthHostInterfaces Number
    The total number of vNICs which are visible to a host on the server.
    numFcHostInterfaces Number
    The total number of vHBAs which are visible to a host on the server.
    numThreads Number
    The total number of threads the server is capable of handling.
    objectType String
    operPowerState String
    The actual power state of the server.
    operReasons List<String>
    operState String
    The operational state of the server.
    operability String
    The operability of the server.
    owners List<String>
    packageVersion String
    Bundle version which the firmware belongs to.
    parents List<Property Map>
    permissionResources List<Property Map>
    personality String
    Unique identity of added software personality.
    platformType String
    The platform type of the registered device - whether managed by UCSM or operating in standalone mode.
    presence String
    This field identifies the presence (equipped) or absence of the given component.
    registeredDevices List<Property Map>
    revision String
    This field identifies the revision of the given component.
    rn String
    The Relative Name uniquely identifies an object within a given context.
    scaledMode String
    The mode of the server that determines it is scaled.
    serial String
    This field identifies the serial of the given component.
    serverId Number
    RackUnit ID that uniquely identifies the server.
    serviceProfile String
    The distinguished name of the service profile to which the server is associated to. It is applicable only for servers which are managed via UCSM.
    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.
    slotId Number
    The slot number in the chassis that the blade is discovered in.
    sourceObjectType String
    Stores the source object type. This feild will either be RackUnit or Blade.
    tags List<Property Map>
    topologyScanStatus String
    To maintain the Topology workflow run status.
    totalMemory Number
    The total memory available on the server.
    tunneledKvm Boolean
    The Tunneled vKVM status of the server.
    userLabel String
    The user defined label assigned to the server.
    uuid String
    The universally unique identity of the server.
    vendor String
    This field identifies the vendor of the given component.
    versionContexts List<Property Map>

    GetComputePhysicalSummaryResultAlarmSummary

    AdditionalProperties string
    ClassId string
    Critical float64
    Health string
    Info float64
    ObjectType string
    Suppressed bool
    SuppressedCritical float64
    SuppressedInfo float64
    SuppressedWarning float64
    Warning float64

    GetComputePhysicalSummaryResultAncestor

    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

    GetComputePhysicalSummaryResultCustomPermissionResource

    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

    GetComputePhysicalSummaryResultEquipmentChass

    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

    GetComputePhysicalSummaryResultInventoryDeviceInfo

    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

    GetComputePhysicalSummaryResultInventoryParent

    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

    GetComputePhysicalSummaryResultKvmIpAddress

    AdditionalProperties string
    Address string
    Category string
    ClassId string
    DefaultGateway string
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    HttpPort double
    HttpsPort double
    KvmPort double
    KvmVlan double
    Name string
    The name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    ObjectType string
    Subnet string
    Type string
    AdditionalProperties string
    Address string
    Category string
    ClassId string
    DefaultGateway string
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    HttpPort float64
    HttpsPort float64
    KvmPort float64
    KvmVlan float64
    Name string
    The name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    ObjectType string
    Subnet string
    Type string
    additionalProperties String
    address String
    category String
    classId String
    defaultGateway String
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    httpPort Double
    httpsPort Double
    kvmPort Double
    kvmVlan Double
    name String
    The name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    objectType String
    subnet String
    type String
    additionalProperties string
    address string
    category string
    classId string
    defaultGateway string
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    httpPort number
    httpsPort number
    kvmPort number
    kvmVlan number
    name string
    The name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    objectType string
    subnet string
    type string
    additional_properties str
    address str
    category str
    class_id str
    default_gateway str
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    http_port float
    https_port float
    kvm_port float
    kvm_vlan float
    name str
    The name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    object_type str
    subnet str
    type str
    additionalProperties String
    address String
    category String
    classId String
    defaultGateway String
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    httpPort Number
    httpsPort Number
    kvmPort Number
    kvmVlan Number
    name String
    The name of the UCS Fabric Interconnect cluster or Cisco Integrated Management Controller (CIMC). When this server is attached to a UCS Fabric Interconnect, the value of this property is the name of the UCS Fabric Interconnect along with chassis/server Id. When this server configured in standalone mode, the value of this property is the name of the Cisco Integrated Management Controller. when this server is configired in IMM mode, the value of this property contains model and chassis/server Id.
    objectType String
    subnet String
    type String

    GetComputePhysicalSummaryResultParent

    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

    GetComputePhysicalSummaryResultPermissionResource

    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

    GetComputePhysicalSummaryResultRegisteredDevice

    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

    GetComputePhysicalSummaryResultTag

    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

    GetComputePhysicalSummaryResultVersionContext

    GetComputePhysicalSummaryResultVersionContextInterestedMo

    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

    GetComputePhysicalSummaryResultVersionContextRefMo

    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

    GetComputePhysicalSummaryTag

    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.

    GetComputePhysicalSummaryVersionContext

    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<GetComputePhysicalSummaryVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetComputePhysicalSummaryVersionContextRefMo
    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 []GetComputePhysicalSummaryVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetComputePhysicalSummaryVersionContextRefMo
    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<GetComputePhysicalSummaryVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetComputePhysicalSummaryVersionContextRefMo
    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 GetComputePhysicalSummaryVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetComputePhysicalSummaryVersionContextRefMo
    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[GetComputePhysicalSummaryVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetComputePhysicalSummaryVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

    GetComputePhysicalSummaryVersionContextInterestedMo

    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'.

    GetComputePhysicalSummaryVersionContextRefMo

    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