intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getComputePhysicalSummary
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminPower stringState 
- The desired power state of the server.
- AlarmSummary GetCompute Physical Summary Alarm Summary 
- Ancestors
List<GetCompute Physical Summary Ancestor> 
- AssetTag string
- The user defined asset tag assigned to the server.
- AvailableMemory double
- Total memeory of the server in MB.
- BiosPost boolComplete 
- 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.
- CustomPermission List<GetResources Compute Physical Summary Custom Permission Resource> 
- DeviceMo stringId 
- The MoId of the registered device that coresponds to the server.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentChassis GetCompute Physical Summary Equipment Chassis 
- FaultSummary double
- The fault summary for the server.
- Firmware string
- The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
- FrontPanel stringLock State 
- 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
- InventoryDevice GetInfo Compute Physical Summary Inventory Device Info 
- InventoryParent GetCompute Physical Summary Inventory Parent 
- 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.
- KvmIp List<GetAddresses Compute Physical Summary Kvm Ip Address> 
- KvmServer boolState Enabled 
- 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.
- MgmtIp stringAddress 
- 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.
- NumCpu doubleCores 
- The total number of CPU cores enabled on the server.
- NumCpu doubleCores Enabled 
- The total number of CPU cores enabled on the server.
- NumCpus double
- The total number of CPUs present on the server.
- NumEth doubleHost Interfaces 
- The total number of vNICs which are visible to a host on the server.
- NumFc doubleHost Interfaces 
- 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
- OperPower stringState 
- 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
GetCompute Physical Summary Parent 
- PermissionResources List<GetCompute Physical Summary Permission Resource> 
- 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 GetCompute Physical Summary Registered Device 
- 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.
- 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.
- SourceObject stringType 
- Stores the source object type. This feild will either be RackUnit or Blade.
- 
List<GetCompute Physical Summary Tag> 
- TopologyScan stringStatus 
- 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 GetCompute Physical Summary Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminPower stringState 
- The desired power state of the server.
- AlarmSummary GetCompute Physical Summary Alarm Summary 
- Ancestors
[]GetCompute Physical Summary Ancestor 
- AssetTag string
- The user defined asset tag assigned to the server.
- AvailableMemory float64
- Total memeory of the server in MB.
- BiosPost boolComplete 
- 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.
- CustomPermission []GetResources Compute Physical Summary Custom Permission Resource 
- DeviceMo stringId 
- The MoId of the registered device that coresponds to the server.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentChassis GetCompute Physical Summary Equipment Chassis 
- FaultSummary float64
- The fault summary for the server.
- Firmware string
- The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
- FrontPanel stringLock State 
- 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
- InventoryDevice GetInfo Compute Physical Summary Inventory Device Info 
- InventoryParent GetCompute Physical Summary Inventory Parent 
- 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.
- KvmIp []GetAddresses Compute Physical Summary Kvm Ip Address 
- KvmServer boolState Enabled 
- 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.
- MgmtIp stringAddress 
- 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.
- NumCpu float64Cores 
- The total number of CPU cores enabled on the server.
- NumCpu float64Cores Enabled 
- The total number of CPU cores enabled on the server.
- NumCpus float64
- The total number of CPUs present on the server.
- NumEth float64Host Interfaces 
- The total number of vNICs which are visible to a host on the server.
- NumFc float64Host Interfaces 
- 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
- OperPower stringState 
- 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
GetCompute Physical Summary Parent 
- PermissionResources []GetCompute Physical Summary Permission Resource 
- 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 GetCompute Physical Summary Registered Device 
- 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.
- 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.
- SourceObject stringType 
- Stores the source object type. This feild will either be RackUnit or Blade.
- 
[]GetCompute Physical Summary Tag 
- TopologyScan stringStatus 
- 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 GetCompute Physical Summary Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminPower StringState 
- The desired power state of the server.
- alarmSummary GetCompute Physical Summary Alarm Summary 
- ancestors
List<GetCompute Physical Summary Ancestor> 
- assetTag String
- The user defined asset tag assigned to the server.
- availableMemory Double
- Total memeory of the server in MB.
- biosPost BooleanComplete 
- 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.
- customPermission List<GetResources Compute Physical Summary Custom Permission Resource> 
- deviceMo StringId 
- The MoId of the registered device that coresponds to the server.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentChassis GetCompute Physical Summary Equipment Chassis 
- faultSummary Double
- The fault summary for the server.
- firmware String
- The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
- frontPanel StringLock State 
- 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
- inventoryDevice GetInfo Compute Physical Summary Inventory Device Info 
- inventoryParent GetCompute Physical Summary Inventory Parent 
- 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.
- kvmIp List<GetAddresses Compute Physical Summary Kvm Ip Address> 
- kvmServer BooleanState Enabled 
- 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.
- mgmtIp StringAddress 
- 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.
- numCpu DoubleCores 
- The total number of CPU cores enabled on the server.
- numCpu DoubleCores Enabled 
- The total number of CPU cores enabled on the server.
- numCpus Double
- The total number of CPUs present on the server.
- numEth DoubleHost Interfaces 
- The total number of vNICs which are visible to a host on the server.
- numFc DoubleHost Interfaces 
- 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
- operPower StringState 
- 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
GetCompute Physical Summary Parent 
- permissionResources List<GetCompute Physical Summary Permission Resource> 
- 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 GetCompute Physical Summary Registered Device 
- 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.
- 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.
- sourceObject StringType 
- Stores the source object type. This feild will either be RackUnit or Blade.
- 
List<GetCompute Physical Summary Tag> 
- topologyScan StringStatus 
- 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 GetCompute Physical Summary Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- adminPower stringState 
- The desired power state of the server.
- alarmSummary GetCompute Physical Summary Alarm Summary 
- ancestors
GetCompute Physical Summary Ancestor[] 
- assetTag string
- The user defined asset tag assigned to the server.
- availableMemory number
- Total memeory of the server in MB.
- biosPost booleanComplete 
- 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.
- customPermission GetResources Compute Physical Summary Custom Permission Resource[] 
- deviceMo stringId 
- The MoId of the registered device that coresponds to the server.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- equipmentChassis GetCompute Physical Summary Equipment Chassis 
- faultSummary number
- The fault summary for the server.
- firmware string
- The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
- frontPanel stringLock State 
- 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
- inventoryDevice GetInfo Compute Physical Summary Inventory Device Info 
- inventoryParent GetCompute Physical Summary Inventory Parent 
- 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.
- kvmIp GetAddresses Compute Physical Summary Kvm Ip Address[] 
- kvmServer booleanState Enabled 
- 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.
- mgmtIp stringAddress 
- 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.
- numCpu numberCores 
- The total number of CPU cores enabled on the server.
- numCpu numberCores Enabled 
- The total number of CPU cores enabled on the server.
- numCpus number
- The total number of CPUs present on the server.
- numEth numberHost Interfaces 
- The total number of vNICs which are visible to a host on the server.
- numFc numberHost Interfaces 
- 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
- operPower stringState 
- 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
GetCompute Physical Summary Parent 
- permissionResources GetCompute Physical Summary Permission Resource[] 
- 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 GetCompute Physical Summary Registered Device 
- 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.
- 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.
- sourceObject stringType 
- Stores the source object type. This feild will either be RackUnit or Blade.
- 
GetCompute Physical Summary Tag[] 
- topologyScan stringStatus 
- 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 GetCompute Physical Summary Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- admin_power_ strstate 
- The desired power state of the server.
- alarm_summary GetCompute Physical Summary Alarm Summary 
- ancestors
Sequence[GetCompute Physical Summary Ancestor] 
- asset_tag str
- The user defined asset tag assigned to the server.
- available_memory float
- Total memeory of the server in MB.
- bios_post_ boolcomplete 
- 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_ Sequence[Getresources Compute Physical Summary Custom Permission Resource] 
- device_mo_ strid 
- The MoId of the registered device that coresponds to the server.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- equipment_chassis GetCompute Physical Summary Equipment Chassis 
- 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_ strlock_ state 
- 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_ Getinfo Compute Physical Summary Inventory Device Info 
- inventory_parent GetCompute Physical Summary Inventory Parent 
- 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_ Sequence[Getaddresses Compute Physical Summary Kvm Ip Address] 
- kvm_server_ boolstate_ enabled 
- 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_ straddress 
- 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_ floatcores 
- The total number of CPU cores enabled on the server.
- num_cpu_ floatcores_ enabled 
- The total number of CPU cores enabled on the server.
- num_cpus float
- The total number of CPUs present on the server.
- num_eth_ floathost_ interfaces 
- The total number of vNICs which are visible to a host on the server.
- num_fc_ floathost_ interfaces 
- 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_ strstate 
- 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
GetCompute Physical Summary Parent 
- permission_resources Sequence[GetCompute Physical Summary Permission Resource] 
- 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 GetCompute Physical Summary Registered Device 
- 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.
- 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_ strtype 
- Stores the source object type. This feild will either be RackUnit or Blade.
- 
Sequence[GetCompute Physical Summary Tag] 
- topology_scan_ strstatus 
- 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 GetCompute Physical Summary Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminPower StringState 
- 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.
- biosPost BooleanComplete 
- 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.
- customPermission List<Property Map>Resources 
- deviceMo StringId 
- The MoId of the registered device that coresponds to the server.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- 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.
- frontPanel StringLock State 
- 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
- inventoryDevice Property MapInfo 
- 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.
- kvmIp List<Property Map>Addresses 
- kvmServer BooleanState Enabled 
- 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.
- mgmtIp StringAddress 
- 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.
- numCpu NumberCores 
- The total number of CPU cores enabled on the server.
- numCpu NumberCores Enabled 
- The total number of CPU cores enabled on the server.
- numCpus Number
- The total number of CPUs present on the server.
- numEth NumberHost Interfaces 
- The total number of vNICs which are visible to a host on the server.
- numFc NumberHost Interfaces 
- 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
- operPower StringState 
- 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.
- 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.
- sourceObject StringType 
- Stores the source object type. This feild will either be RackUnit or Blade.
- List<Property Map>
- topologyScan StringStatus 
- 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<GetCompute Physical Summary Result> 
- AccountMoid string
- AdditionalProperties string
- AdminPower stringState 
- AlarmSummary GetCompute Physical Summary Alarm Summary 
- Ancestors
List<GetCompute Physical Summary Ancestor> 
- AssetTag string
- AvailableMemory double
- BiosPost boolComplete 
- ChassisId string
- ClassId string
- ConnectionStatus string
- CpuCapacity double
- CreateTime string
- CustomPermission List<GetResources Compute Physical Summary Custom Permission Resource> 
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- EquipmentChassis GetCompute Physical Summary Equipment Chassis 
- FaultSummary double
- Firmware string
- FrontPanel stringLock State 
- HardwareUuid string
- InventoryDevice GetInfo Compute Physical Summary Inventory Device Info 
- InventoryParent GetCompute Physical Summary Inventory Parent 
- Ipv4Address string
- IsUpgraded bool
- KvmIp List<GetAddresses Compute Physical Summary Kvm Ip Address> 
- KvmServer boolState Enabled 
- KvmVendor string
- ManagementMode string
- MemorySpeed string
- MgmtIp stringAddress 
- ModTime string
- Model string
- Moid string
- Name string
- NrLifecycle string
- NumAdaptors double
- NumCpu doubleCores 
- NumCpu doubleCores Enabled 
- NumCpus double
- NumEth doubleHost Interfaces 
- NumFc doubleHost Interfaces 
- NumThreads double
- ObjectType string
- OperPower stringState 
- OperReasons List<string>
- OperState string
- Operability string
- Owners List<string>
- PackageVersion string
- Parent
GetCompute Physical Summary Parent 
- PermissionResources List<GetCompute Physical Summary Permission Resource> 
- Personality string
- PlatformType string
- Presence string
- RegisteredDevice GetCompute Physical Summary Registered Device 
- Revision string
- Rn string
- ScaledMode string
- Serial string
- ServerId double
- ServiceProfile string
- string
- SlotId double
- SourceObject stringType 
- 
List<GetCompute Physical Summary Tag> 
- TopologyScan stringStatus 
- TotalMemory double
- TunneledKvm bool
- UserLabel string
- Uuid string
- Vendor string
- VersionContext GetCompute Physical Summary Version Context 
- Id string
- Results
[]GetCompute Physical Summary Result 
- AccountMoid string
- AdditionalProperties string
- AdminPower stringState 
- AlarmSummary GetCompute Physical Summary Alarm Summary 
- Ancestors
[]GetCompute Physical Summary Ancestor 
- AssetTag string
- AvailableMemory float64
- BiosPost boolComplete 
- ChassisId string
- ClassId string
- ConnectionStatus string
- CpuCapacity float64
- CreateTime string
- CustomPermission []GetResources Compute Physical Summary Custom Permission Resource 
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- EquipmentChassis GetCompute Physical Summary Equipment Chassis 
- FaultSummary float64
- Firmware string
- FrontPanel stringLock State 
- HardwareUuid string
- InventoryDevice GetInfo Compute Physical Summary Inventory Device Info 
- InventoryParent GetCompute Physical Summary Inventory Parent 
- Ipv4Address string
- IsUpgraded bool
- KvmIp []GetAddresses Compute Physical Summary Kvm Ip Address 
- KvmServer boolState Enabled 
- KvmVendor string
- ManagementMode string
- MemorySpeed string
- MgmtIp stringAddress 
- ModTime string
- Model string
- Moid string
- Name string
- NrLifecycle string
- NumAdaptors float64
- NumCpu float64Cores 
- NumCpu float64Cores Enabled 
- NumCpus float64
- NumEth float64Host Interfaces 
- NumFc float64Host Interfaces 
- NumThreads float64
- ObjectType string
- OperPower stringState 
- OperReasons []string
- OperState string
- Operability string
- Owners []string
- PackageVersion string
- Parent
GetCompute Physical Summary Parent 
- PermissionResources []GetCompute Physical Summary Permission Resource 
- Personality string
- PlatformType string
- Presence string
- RegisteredDevice GetCompute Physical Summary Registered Device 
- Revision string
- Rn string
- ScaledMode string
- Serial string
- ServerId float64
- ServiceProfile string
- string
- SlotId float64
- SourceObject stringType 
- 
[]GetCompute Physical Summary Tag 
- TopologyScan stringStatus 
- TotalMemory float64
- TunneledKvm bool
- UserLabel string
- Uuid string
- Vendor string
- VersionContext GetCompute Physical Summary Version Context 
- id String
- results
List<GetCompute Physical Summary Result> 
- accountMoid String
- additionalProperties String
- adminPower StringState 
- alarmSummary GetCompute Physical Summary Alarm Summary 
- ancestors
List<GetCompute Physical Summary Ancestor> 
- assetTag String
- availableMemory Double
- biosPost BooleanComplete 
- chassisId String
- classId String
- connectionStatus String
- cpuCapacity Double
- createTime String
- customPermission List<GetResources Compute Physical Summary Custom Permission Resource> 
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- equipmentChassis GetCompute Physical Summary Equipment Chassis 
- faultSummary Double
- firmware String
- frontPanel StringLock State 
- hardwareUuid String
- inventoryDevice GetInfo Compute Physical Summary Inventory Device Info 
- inventoryParent GetCompute Physical Summary Inventory Parent 
- ipv4Address String
- isUpgraded Boolean
- kvmIp List<GetAddresses Compute Physical Summary Kvm Ip Address> 
- kvmServer BooleanState Enabled 
- kvmVendor String
- managementMode String
- memorySpeed String
- mgmtIp StringAddress 
- modTime String
- model String
- moid String
- name String
- nrLifecycle String
- numAdaptors Double
- numCpu DoubleCores 
- numCpu DoubleCores Enabled 
- numCpus Double
- numEth DoubleHost Interfaces 
- numFc DoubleHost Interfaces 
- numThreads Double
- objectType String
- operPower StringState 
- operReasons List<String>
- operState String
- operability String
- owners List<String>
- packageVersion String
- parent
GetCompute Physical Summary Parent 
- permissionResources List<GetCompute Physical Summary Permission Resource> 
- personality String
- platformType String
- presence String
- registeredDevice GetCompute Physical Summary Registered Device 
- revision String
- rn String
- scaledMode String
- serial String
- serverId Double
- serviceProfile String
- String
- slotId Double
- sourceObject StringType 
- 
List<GetCompute Physical Summary Tag> 
- topologyScan StringStatus 
- totalMemory Double
- tunneledKvm Boolean
- userLabel String
- uuid String
- vendor String
- versionContext GetCompute Physical Summary Version Context 
- id string
- results
GetCompute Physical Summary Result[] 
- accountMoid string
- additionalProperties string
- adminPower stringState 
- alarmSummary GetCompute Physical Summary Alarm Summary 
- ancestors
GetCompute Physical Summary Ancestor[] 
- assetTag string
- availableMemory number
- biosPost booleanComplete 
- chassisId string
- classId string
- connectionStatus string
- cpuCapacity number
- createTime string
- customPermission GetResources Compute Physical Summary Custom Permission Resource[] 
- deviceMo stringId 
- dn string
- domainGroup stringMoid 
- equipmentChassis GetCompute Physical Summary Equipment Chassis 
- faultSummary number
- firmware string
- frontPanel stringLock State 
- hardwareUuid string
- inventoryDevice GetInfo Compute Physical Summary Inventory Device Info 
- inventoryParent GetCompute Physical Summary Inventory Parent 
- ipv4Address string
- isUpgraded boolean
- kvmIp GetAddresses Compute Physical Summary Kvm Ip Address[] 
- kvmServer booleanState Enabled 
- kvmVendor string
- managementMode string
- memorySpeed string
- mgmtIp stringAddress 
- modTime string
- model string
- moid string
- name string
- nrLifecycle string
- numAdaptors number
- numCpu numberCores 
- numCpu numberCores Enabled 
- numCpus number
- numEth numberHost Interfaces 
- numFc numberHost Interfaces 
- numThreads number
- objectType string
- operPower stringState 
- operReasons string[]
- operState string
- operability string
- owners string[]
- packageVersion string
- parent
GetCompute Physical Summary Parent 
- permissionResources GetCompute Physical Summary Permission Resource[] 
- personality string
- platformType string
- presence string
- registeredDevice GetCompute Physical Summary Registered Device 
- revision string
- rn string
- scaledMode string
- serial string
- serverId number
- serviceProfile string
- string
- slotId number
- sourceObject stringType 
- 
GetCompute Physical Summary Tag[] 
- topologyScan stringStatus 
- totalMemory number
- tunneledKvm boolean
- userLabel string
- uuid string
- vendor string
- versionContext GetCompute Physical Summary Version Context 
- id str
- results
Sequence[GetCompute Physical Summary Result] 
- account_moid str
- additional_properties str
- admin_power_ strstate 
- alarm_summary GetCompute Physical Summary Alarm Summary 
- ancestors
Sequence[GetCompute Physical Summary Ancestor] 
- asset_tag str
- available_memory float
- bios_post_ boolcomplete 
- chassis_id str
- class_id str
- connection_status str
- cpu_capacity float
- create_time str
- custom_permission_ Sequence[Getresources Compute Physical Summary Custom Permission Resource] 
- device_mo_ strid 
- dn str
- domain_group_ strmoid 
- equipment_chassis GetCompute Physical Summary Equipment Chassis 
- fault_summary float
- firmware str
- front_panel_ strlock_ state 
- hardware_uuid str
- inventory_device_ Getinfo Compute Physical Summary Inventory Device Info 
- inventory_parent GetCompute Physical Summary Inventory Parent 
- ipv4_address str
- is_upgraded bool
- kvm_ip_ Sequence[Getaddresses Compute Physical Summary Kvm Ip Address] 
- kvm_server_ boolstate_ enabled 
- kvm_vendor str
- management_mode str
- memory_speed str
- mgmt_ip_ straddress 
- mod_time str
- model str
- moid str
- name str
- nr_lifecycle str
- num_adaptors float
- num_cpu_ floatcores 
- num_cpu_ floatcores_ enabled 
- num_cpus float
- num_eth_ floathost_ interfaces 
- num_fc_ floathost_ interfaces 
- num_threads float
- object_type str
- oper_power_ strstate 
- oper_reasons Sequence[str]
- oper_state str
- operability str
- owners Sequence[str]
- package_version str
- parent
GetCompute Physical Summary Parent 
- permission_resources Sequence[GetCompute Physical Summary Permission Resource] 
- personality str
- platform_type str
- presence str
- registered_device GetCompute Physical Summary Registered Device 
- revision str
- rn str
- scaled_mode str
- serial str
- server_id float
- service_profile str
- str
- slot_id float
- source_object_ strtype 
- 
Sequence[GetCompute Physical Summary Tag] 
- topology_scan_ strstatus 
- total_memory float
- tunneled_kvm bool
- user_label str
- uuid str
- vendor str
- version_context GetCompute Physical Summary Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- adminPower StringState 
- alarmSummary Property Map
- ancestors List<Property Map>
- assetTag String
- availableMemory Number
- biosPost BooleanComplete 
- chassisId String
- classId String
- connectionStatus String
- cpuCapacity Number
- createTime String
- customPermission List<Property Map>Resources 
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- equipmentChassis Property Map
- faultSummary Number
- firmware String
- frontPanel StringLock State 
- hardwareUuid String
- inventoryDevice Property MapInfo 
- inventoryParent Property Map
- ipv4Address String
- isUpgraded Boolean
- kvmIp List<Property Map>Addresses 
- kvmServer BooleanState Enabled 
- kvmVendor String
- managementMode String
- memorySpeed String
- mgmtIp StringAddress 
- modTime String
- model String
- moid String
- name String
- nrLifecycle String
- numAdaptors Number
- numCpu NumberCores 
- numCpu NumberCores Enabled 
- numCpus Number
- numEth NumberHost Interfaces 
- numFc NumberHost Interfaces 
- numThreads Number
- objectType String
- operPower StringState 
- 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
- String
- slotId Number
- sourceObject StringType 
- List<Property Map>
- topologyScan StringStatus 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetComputePhysicalSummaryResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminPower stringState 
- The desired power state of the server.
- AlarmSummaries List<GetCompute Physical Summary Result Alarm Summary> 
- Ancestors
List<GetCompute Physical Summary Result Ancestor> 
- AssetTag string
- The user defined asset tag assigned to the server.
- AvailableMemory double
- Total memeory of the server in MB.
- BiosPost boolComplete 
- 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.
- CustomPermission List<GetResources Compute Physical Summary Result Custom Permission Resource> 
- DeviceMo stringId 
- The MoId of the registered device that coresponds to the server.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentChasses List<GetCompute Physical Summary Result Equipment Chass> 
- FaultSummary double
- The fault summary for the server.
- Firmware string
- The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
- FrontPanel stringLock State 
- 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.
- InventoryDevice List<GetInfos Compute Physical Summary Result Inventory Device Info> 
- InventoryParents List<GetCompute Physical Summary Result Inventory Parent> 
- 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.
- KvmIp List<GetAddresses Compute Physical Summary Result Kvm Ip Address> 
- KvmServer boolState Enabled 
- 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.
- MgmtIp stringAddress 
- 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.
- NumCpu doubleCores 
- The total number of CPU cores enabled on the server.
- NumCpu doubleCores Enabled 
- The total number of CPU cores enabled on the server.
- NumCpus double
- The total number of CPUs present on the server.
- NumEth doubleHost Interfaces 
- The total number of vNICs which are visible to a host on the server.
- NumFc doubleHost Interfaces 
- 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
- OperPower stringState 
- 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<GetCompute Physical Summary Result Parent> 
- PermissionResources List<GetCompute Physical Summary Result Permission Resource> 
- 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<GetCompute Physical Summary Result Registered Device> 
- 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.
- 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.
- SourceObject stringType 
- Stores the source object type. This feild will either be RackUnit or Blade.
- 
List<GetCompute Physical Summary Result Tag> 
- TopologyScan stringStatus 
- 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<GetCompute Physical Summary Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminPower stringState 
- The desired power state of the server.
- AlarmSummaries []GetCompute Physical Summary Result Alarm Summary 
- Ancestors
[]GetCompute Physical Summary Result Ancestor 
- AssetTag string
- The user defined asset tag assigned to the server.
- AvailableMemory float64
- Total memeory of the server in MB.
- BiosPost boolComplete 
- 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.
- CustomPermission []GetResources Compute Physical Summary Result Custom Permission Resource 
- DeviceMo stringId 
- The MoId of the registered device that coresponds to the server.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentChasses []GetCompute Physical Summary Result Equipment Chass 
- FaultSummary float64
- The fault summary for the server.
- Firmware string
- The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
- FrontPanel stringLock State 
- 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.
- InventoryDevice []GetInfos Compute Physical Summary Result Inventory Device Info 
- InventoryParents []GetCompute Physical Summary Result Inventory Parent 
- 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.
- KvmIp []GetAddresses Compute Physical Summary Result Kvm Ip Address 
- KvmServer boolState Enabled 
- 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.
- MgmtIp stringAddress 
- 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.
- NumCpu float64Cores 
- The total number of CPU cores enabled on the server.
- NumCpu float64Cores Enabled 
- The total number of CPU cores enabled on the server.
- NumCpus float64
- The total number of CPUs present on the server.
- NumEth float64Host Interfaces 
- The total number of vNICs which are visible to a host on the server.
- NumFc float64Host Interfaces 
- 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
- OperPower stringState 
- 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
[]GetCompute Physical Summary Result Parent 
- PermissionResources []GetCompute Physical Summary Result Permission Resource 
- 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 []GetCompute Physical Summary Result Registered Device 
- 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.
- 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.
- SourceObject stringType 
- Stores the source object type. This feild will either be RackUnit or Blade.
- 
[]GetCompute Physical Summary Result Tag 
- TopologyScan stringStatus 
- 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 []GetCompute Physical Summary Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminPower StringState 
- The desired power state of the server.
- alarmSummaries List<GetCompute Physical Summary Result Alarm Summary> 
- ancestors
List<GetCompute Physical Summary Result Ancestor> 
- assetTag String
- The user defined asset tag assigned to the server.
- availableMemory Double
- Total memeory of the server in MB.
- biosPost BooleanComplete 
- 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.
- customPermission List<GetResources Compute Physical Summary Result Custom Permission Resource> 
- deviceMo StringId 
- The MoId of the registered device that coresponds to the server.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentChasses List<GetCompute Physical Summary Result Equipment Chass> 
- faultSummary Double
- The fault summary for the server.
- firmware String
- The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
- frontPanel StringLock State 
- 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.
- inventoryDevice List<GetInfos Compute Physical Summary Result Inventory Device Info> 
- inventoryParents List<GetCompute Physical Summary Result Inventory Parent> 
- 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.
- kvmIp List<GetAddresses Compute Physical Summary Result Kvm Ip Address> 
- kvmServer BooleanState Enabled 
- 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.
- mgmtIp StringAddress 
- 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.
- numCpu DoubleCores 
- The total number of CPU cores enabled on the server.
- numCpu DoubleCores Enabled 
- The total number of CPU cores enabled on the server.
- numCpus Double
- The total number of CPUs present on the server.
- numEth DoubleHost Interfaces 
- The total number of vNICs which are visible to a host on the server.
- numFc DoubleHost Interfaces 
- 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
- operPower StringState 
- 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<GetCompute Physical Summary Result Parent> 
- permissionResources List<GetCompute Physical Summary Result Permission Resource> 
- 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<GetCompute Physical Summary Result Registered Device> 
- 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.
- 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.
- sourceObject StringType 
- Stores the source object type. This feild will either be RackUnit or Blade.
- 
List<GetCompute Physical Summary Result Tag> 
- topologyScan StringStatus 
- 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<GetCompute Physical Summary Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- adminPower stringState 
- The desired power state of the server.
- alarmSummaries GetCompute Physical Summary Result Alarm Summary[] 
- ancestors
GetCompute Physical Summary Result Ancestor[] 
- assetTag string
- The user defined asset tag assigned to the server.
- availableMemory number
- Total memeory of the server in MB.
- biosPost booleanComplete 
- 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.
- customPermission GetResources Compute Physical Summary Result Custom Permission Resource[] 
- deviceMo stringId 
- The MoId of the registered device that coresponds to the server.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- equipmentChasses GetCompute Physical Summary Result Equipment Chass[] 
- faultSummary number
- The fault summary for the server.
- firmware string
- The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
- frontPanel stringLock State 
- 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.
- inventoryDevice GetInfos Compute Physical Summary Result Inventory Device Info[] 
- inventoryParents GetCompute Physical Summary Result Inventory Parent[] 
- 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.
- kvmIp GetAddresses Compute Physical Summary Result Kvm Ip Address[] 
- kvmServer booleanState Enabled 
- 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.
- mgmtIp stringAddress 
- 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.
- numCpu numberCores 
- The total number of CPU cores enabled on the server.
- numCpu numberCores Enabled 
- The total number of CPU cores enabled on the server.
- numCpus number
- The total number of CPUs present on the server.
- numEth numberHost Interfaces 
- The total number of vNICs which are visible to a host on the server.
- numFc numberHost Interfaces 
- 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
- operPower stringState 
- 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
GetCompute Physical Summary Result Parent[] 
- permissionResources GetCompute Physical Summary Result Permission Resource[] 
- 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 GetCompute Physical Summary Result Registered Device[] 
- 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.
- 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.
- sourceObject stringType 
- Stores the source object type. This feild will either be RackUnit or Blade.
- 
GetCompute Physical Summary Result Tag[] 
- topologyScan stringStatus 
- 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 GetCompute Physical Summary Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- admin_power_ strstate 
- The desired power state of the server.
- alarm_summaries Sequence[GetCompute Physical Summary Result Alarm Summary] 
- ancestors
Sequence[GetCompute Physical Summary Result Ancestor] 
- asset_tag str
- The user defined asset tag assigned to the server.
- available_memory float
- Total memeory of the server in MB.
- bios_post_ boolcomplete 
- 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_ Sequence[Getresources Compute Physical Summary Result Custom Permission Resource] 
- device_mo_ strid 
- The MoId of the registered device that coresponds to the server.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- equipment_chasses Sequence[GetCompute Physical Summary Result Equipment Chass] 
- 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_ strlock_ state 
- 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_ Sequence[Getinfos Compute Physical Summary Result Inventory Device Info] 
- inventory_parents Sequence[GetCompute Physical Summary Result Inventory Parent] 
- 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_ Sequence[Getaddresses Compute Physical Summary Result Kvm Ip Address] 
- kvm_server_ boolstate_ enabled 
- 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_ straddress 
- 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_ floatcores 
- The total number of CPU cores enabled on the server.
- num_cpu_ floatcores_ enabled 
- The total number of CPU cores enabled on the server.
- num_cpus float
- The total number of CPUs present on the server.
- num_eth_ floathost_ interfaces 
- The total number of vNICs which are visible to a host on the server.
- num_fc_ floathost_ interfaces 
- 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_ strstate 
- 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[GetCompute Physical Summary Result Parent] 
- permission_resources Sequence[GetCompute Physical Summary Result Permission Resource] 
- 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[GetCompute Physical Summary Result Registered Device] 
- 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.
- 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_ strtype 
- Stores the source object type. This feild will either be RackUnit or Blade.
- 
Sequence[GetCompute Physical Summary Result Tag] 
- topology_scan_ strstatus 
- 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[GetCompute Physical Summary Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminPower StringState 
- 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.
- biosPost BooleanComplete 
- 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.
- customPermission List<Property Map>Resources 
- deviceMo StringId 
- The MoId of the registered device that coresponds to the server.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- 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.
- frontPanel StringLock State 
- 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.
- inventoryDevice List<Property Map>Infos 
- 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.
- kvmIp List<Property Map>Addresses 
- kvmServer BooleanState Enabled 
- 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.
- mgmtIp StringAddress 
- 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.
- numCpu NumberCores 
- The total number of CPU cores enabled on the server.
- numCpu NumberCores Enabled 
- The total number of CPU cores enabled on the server.
- numCpus Number
- The total number of CPUs present on the server.
- numEth NumberHost Interfaces 
- The total number of vNICs which are visible to a host on the server.
- numFc NumberHost Interfaces 
- 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
- operPower StringState 
- 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.
- 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.
- sourceObject StringType 
- Stores the source object type. This feild will either be RackUnit or Blade.
- List<Property Map>
- topologyScan StringStatus 
- 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 double
- Health string
- Info double
- ObjectType string
- Suppressed bool
- SuppressedCritical double
- SuppressedInfo double
- SuppressedWarning double
- Warning double
- AdditionalProperties string
- ClassId string
- Critical float64
- Health string
- Info float64
- ObjectType string
- Suppressed bool
- SuppressedCritical float64
- SuppressedInfo float64
- SuppressedWarning float64
- Warning float64
- additionalProperties String
- classId String
- critical Double
- health String
- info Double
- objectType String
- suppressed Boolean
- suppressedCritical Double
- suppressedInfo Double
- suppressedWarning Double
- warning Double
- additionalProperties string
- classId string
- critical number
- health string
- info number
- objectType string
- suppressed boolean
- suppressedCritical number
- suppressedInfo number
- suppressedWarning number
- warning number
- additional_properties str
- class_id str
- critical float
- health str
- info float
- object_type str
- suppressed bool
- suppressed_critical float
- suppressed_info float
- suppressed_warning float
- warning float
- additionalProperties String
- classId String
- critical Number
- health String
- info Number
- objectType String
- suppressed Boolean
- suppressedCritical Number
- suppressedInfo Number
- suppressedWarning Number
- warning Number
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
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetComputePhysicalSummaryResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
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<GetCompute Physical Summary Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- 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 GetCompute Physical Summary Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetCompute Physical Summary Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- 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 GetCompute Physical Summary Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetCompute Physical Summary Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- 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 GetCompute Physical Summary Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetCompute Physical Summary Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- 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 GetCompute Physical Summary Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetCompute Physical Summary Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- 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 GetCompute Physical Summary Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet