intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getComputePhysicalSummary
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
Consolidated view of Blades and RackUnits.
Using getComputePhysicalSummary
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getComputePhysicalSummary(args: GetComputePhysicalSummaryArgs, opts?: InvokeOptions): Promise<GetComputePhysicalSummaryResult>
function getComputePhysicalSummaryOutput(args: GetComputePhysicalSummaryOutputArgs, opts?: InvokeOptions): Output<GetComputePhysicalSummaryResult>
def get_compute_physical_summary(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
admin_power_state: Optional[str] = None,
alarm_summary: Optional[GetComputePhysicalSummaryAlarmSummary] = None,
ancestors: Optional[Sequence[GetComputePhysicalSummaryAncestor]] = None,
asset_tag: Optional[str] = None,
available_memory: Optional[float] = None,
bios_post_complete: Optional[bool] = None,
chassis_id: Optional[str] = None,
class_id: Optional[str] = None,
connection_status: Optional[str] = None,
cpu_capacity: Optional[float] = None,
create_time: Optional[str] = None,
custom_permission_resources: Optional[Sequence[GetComputePhysicalSummaryCustomPermissionResource]] = None,
device_mo_id: Optional[str] = None,
dn: Optional[str] = None,
domain_group_moid: Optional[str] = None,
equipment_chassis: Optional[GetComputePhysicalSummaryEquipmentChassis] = None,
fault_summary: Optional[float] = None,
firmware: Optional[str] = None,
front_panel_lock_state: Optional[str] = None,
hardware_uuid: Optional[str] = None,
id: Optional[str] = None,
inventory_device_info: Optional[GetComputePhysicalSummaryInventoryDeviceInfo] = None,
inventory_parent: Optional[GetComputePhysicalSummaryInventoryParent] = None,
ipv4_address: Optional[str] = None,
is_upgraded: Optional[bool] = None,
kvm_ip_addresses: Optional[Sequence[GetComputePhysicalSummaryKvmIpAddress]] = None,
kvm_server_state_enabled: Optional[bool] = None,
kvm_vendor: Optional[str] = None,
management_mode: Optional[str] = None,
memory_speed: Optional[str] = None,
mgmt_ip_address: Optional[str] = None,
mod_time: Optional[str] = None,
model: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
nr_lifecycle: Optional[str] = None,
num_adaptors: Optional[float] = None,
num_cpu_cores: Optional[float] = None,
num_cpu_cores_enabled: Optional[float] = None,
num_cpus: Optional[float] = None,
num_eth_host_interfaces: Optional[float] = None,
num_fc_host_interfaces: Optional[float] = None,
num_threads: Optional[float] = None,
object_type: Optional[str] = None,
oper_power_state: Optional[str] = None,
oper_reasons: Optional[Sequence[str]] = None,
oper_state: Optional[str] = None,
operability: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
package_version: Optional[str] = None,
parent: Optional[GetComputePhysicalSummaryParent] = None,
permission_resources: Optional[Sequence[GetComputePhysicalSummaryPermissionResource]] = None,
personality: Optional[str] = None,
platform_type: Optional[str] = None,
presence: Optional[str] = None,
registered_device: Optional[GetComputePhysicalSummaryRegisteredDevice] = None,
revision: Optional[str] = None,
rn: Optional[str] = None,
scaled_mode: Optional[str] = None,
serial: Optional[str] = None,
server_id: Optional[float] = None,
service_profile: Optional[str] = None,
shared_scope: Optional[str] = None,
slot_id: Optional[float] = None,
source_object_type: Optional[str] = None,
tags: Optional[Sequence[GetComputePhysicalSummaryTag]] = None,
topology_scan_status: Optional[str] = None,
total_memory: Optional[float] = None,
tunneled_kvm: Optional[bool] = None,
user_label: Optional[str] = None,
uuid: Optional[str] = None,
vendor: Optional[str] = None,
version_context: Optional[GetComputePhysicalSummaryVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetComputePhysicalSummaryResult
def get_compute_physical_summary_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
admin_power_state: Optional[pulumi.Input[str]] = None,
alarm_summary: Optional[pulumi.Input[GetComputePhysicalSummaryAlarmSummaryArgs]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputePhysicalSummaryAncestorArgs]]]] = None,
asset_tag: Optional[pulumi.Input[str]] = None,
available_memory: Optional[pulumi.Input[float]] = None,
bios_post_complete: Optional[pulumi.Input[bool]] = None,
chassis_id: Optional[pulumi.Input[str]] = None,
class_id: Optional[pulumi.Input[str]] = None,
connection_status: Optional[pulumi.Input[str]] = None,
cpu_capacity: Optional[pulumi.Input[float]] = None,
create_time: Optional[pulumi.Input[str]] = None,
custom_permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputePhysicalSummaryCustomPermissionResourceArgs]]]] = None,
device_mo_id: Optional[pulumi.Input[str]] = None,
dn: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
equipment_chassis: Optional[pulumi.Input[GetComputePhysicalSummaryEquipmentChassisArgs]] = None,
fault_summary: Optional[pulumi.Input[float]] = None,
firmware: Optional[pulumi.Input[str]] = None,
front_panel_lock_state: Optional[pulumi.Input[str]] = None,
hardware_uuid: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
inventory_device_info: Optional[pulumi.Input[GetComputePhysicalSummaryInventoryDeviceInfoArgs]] = None,
inventory_parent: Optional[pulumi.Input[GetComputePhysicalSummaryInventoryParentArgs]] = None,
ipv4_address: Optional[pulumi.Input[str]] = None,
is_upgraded: Optional[pulumi.Input[bool]] = None,
kvm_ip_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputePhysicalSummaryKvmIpAddressArgs]]]] = None,
kvm_server_state_enabled: Optional[pulumi.Input[bool]] = None,
kvm_vendor: Optional[pulumi.Input[str]] = None,
management_mode: Optional[pulumi.Input[str]] = None,
memory_speed: Optional[pulumi.Input[str]] = None,
mgmt_ip_address: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
model: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
nr_lifecycle: Optional[pulumi.Input[str]] = None,
num_adaptors: Optional[pulumi.Input[float]] = None,
num_cpu_cores: Optional[pulumi.Input[float]] = None,
num_cpu_cores_enabled: Optional[pulumi.Input[float]] = None,
num_cpus: Optional[pulumi.Input[float]] = None,
num_eth_host_interfaces: Optional[pulumi.Input[float]] = None,
num_fc_host_interfaces: Optional[pulumi.Input[float]] = None,
num_threads: Optional[pulumi.Input[float]] = None,
object_type: Optional[pulumi.Input[str]] = None,
oper_power_state: Optional[pulumi.Input[str]] = None,
oper_reasons: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
oper_state: Optional[pulumi.Input[str]] = None,
operability: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
package_version: Optional[pulumi.Input[str]] = None,
parent: Optional[pulumi.Input[GetComputePhysicalSummaryParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputePhysicalSummaryPermissionResourceArgs]]]] = None,
personality: Optional[pulumi.Input[str]] = None,
platform_type: Optional[pulumi.Input[str]] = None,
presence: Optional[pulumi.Input[str]] = None,
registered_device: Optional[pulumi.Input[GetComputePhysicalSummaryRegisteredDeviceArgs]] = None,
revision: Optional[pulumi.Input[str]] = None,
rn: Optional[pulumi.Input[str]] = None,
scaled_mode: Optional[pulumi.Input[str]] = None,
serial: Optional[pulumi.Input[str]] = None,
server_id: Optional[pulumi.Input[float]] = None,
service_profile: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
slot_id: Optional[pulumi.Input[float]] = None,
source_object_type: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputePhysicalSummaryTagArgs]]]] = None,
topology_scan_status: Optional[pulumi.Input[str]] = None,
total_memory: Optional[pulumi.Input[float]] = None,
tunneled_kvm: Optional[pulumi.Input[bool]] = None,
user_label: Optional[pulumi.Input[str]] = None,
uuid: Optional[pulumi.Input[str]] = None,
vendor: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetComputePhysicalSummaryVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetComputePhysicalSummaryResult]
func LookupComputePhysicalSummary(ctx *Context, args *LookupComputePhysicalSummaryArgs, opts ...InvokeOption) (*LookupComputePhysicalSummaryResult, error)
func LookupComputePhysicalSummaryOutput(ctx *Context, args *LookupComputePhysicalSummaryOutputArgs, opts ...InvokeOption) LookupComputePhysicalSummaryResultOutput
> Note: This function is named LookupComputePhysicalSummary
in the Go SDK.
public static class GetComputePhysicalSummary
{
public static Task<GetComputePhysicalSummaryResult> InvokeAsync(GetComputePhysicalSummaryArgs args, InvokeOptions? opts = null)
public static Output<GetComputePhysicalSummaryResult> Invoke(GetComputePhysicalSummaryInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetComputePhysicalSummaryResult> getComputePhysicalSummary(GetComputePhysicalSummaryArgs args, InvokeOptions options)
public static Output<GetComputePhysicalSummaryResult> getComputePhysicalSummary(GetComputePhysicalSummaryArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getComputePhysicalSummary:getComputePhysicalSummary
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Power stringState - The desired power state of the server.
- Alarm
Summary GetCompute Physical Summary Alarm Summary - Ancestors
List<Get
Compute Physical Summary Ancestor> - Asset
Tag string - The user defined asset tag assigned to the server.
- Available
Memory double - Total memeory of the server in MB.
- Bios
Post boolComplete - The BIOS POST completion status of the server.
- Chassis
Id string - The id of the chassis that the blade is discovered in.
- Class
Id string - Connection
Status string - Connectivity Status of RackUnit to Switch - A or B or AB.
- Cpu
Capacity double - Total processing capacity of the server.
- Create
Time string - The time when this managed object was created.
- Custom
Permission List<GetResources Compute Physical Summary Custom Permission Resource> - Device
Mo stringId - The MoId of the registered device that coresponds to the server.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Equipment
Chassis GetCompute Physical Summary Equipment Chassis - Fault
Summary double - The fault summary for the server.
- Firmware string
- The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
- Front
Panel 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. - Hardware
Uuid string - The universally unique hardware identity of the server provided by the manufacturer.
- Id string
- Inventory
Device GetInfo Compute Physical Summary Inventory Device Info - Inventory
Parent GetCompute Physical Summary Inventory Parent - Ipv4Address string
- 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 List<GetAddresses Compute Physical Summary Kvm Ip Address> - Kvm
Server boolState Enabled - The KVM server state of the server.
- Kvm
Vendor string - The KVM Vendor for the server.
- Management
Mode 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. - Memory
Speed string - The maximum memory speed in MHz available on the server.
- Mgmt
Ip stringAddress - Management address of the server.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field identifies the model of the given component.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The 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 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. - Num
Adaptors double - The total number of network adapters present on the server.
- Num
Cpu doubleCores - The total number of CPU cores enabled on the server.
- Num
Cpu doubleCores Enabled - The total number of CPU cores enabled on the server.
- Num
Cpus double - The total number of CPUs present on the server.
- Num
Eth doubleHost Interfaces - The total number of vNICs which are visible to a host on the server.
- Num
Fc doubleHost Interfaces - The total number of vHBAs which are visible to a host on the server.
- Num
Threads double - The total number of threads the server is capable of handling.
- Object
Type string - Oper
Power stringState - The actual power state of the server.
- Oper
Reasons List<string> - Oper
State string - The operational state of the server.
- Operability string
- The operability of the server.
- Owners List<string>
- Package
Version string - Bundle version which the firmware belongs to.
- Parent
Get
Compute Physical Summary Parent - Permission
Resources List<GetCompute Physical Summary Permission Resource> - Personality string
- Unique identity of added software personality.
- Platform
Type 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.
- Registered
Device 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.
- Scaled
Mode string - The mode of the server that determines it is scaled.
- Serial string
- This field identifies the serial of the given component.
- Server
Id double - RackUnit ID that uniquely identifies the server.
- Service
Profile 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.
- Slot
Id double - The slot number in the chassis that the blade is discovered in.
- Source
Object stringType - Stores the source object type. This feild will either be RackUnit or Blade.
- List<Get
Compute Physical Summary Tag> - Topology
Scan stringStatus - To maintain the Topology workflow run status.
- Total
Memory double - The total memory available on the server.
- Tunneled
Kvm bool - The Tunneled vKVM status of the server.
- User
Label 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.
- Version
Context GetCompute Physical Summary Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Power stringState - The desired power state of the server.
- Alarm
Summary GetCompute Physical Summary Alarm Summary - Ancestors
[]Get
Compute Physical Summary Ancestor - Asset
Tag string - The user defined asset tag assigned to the server.
- Available
Memory float64 - Total memeory of the server in MB.
- Bios
Post boolComplete - The BIOS POST completion status of the server.
- Chassis
Id string - The id of the chassis that the blade is discovered in.
- Class
Id string - Connection
Status string - Connectivity Status of RackUnit to Switch - A or B or AB.
- Cpu
Capacity float64 - Total processing capacity of the server.
- Create
Time string - The time when this managed object was created.
- Custom
Permission []GetResources Compute Physical Summary Custom Permission Resource - Device
Mo stringId - The MoId of the registered device that coresponds to the server.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Equipment
Chassis GetCompute Physical Summary Equipment Chassis - Fault
Summary float64 - The fault summary for the server.
- Firmware string
- The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
- Front
Panel 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. - Hardware
Uuid string - The universally unique hardware identity of the server provided by the manufacturer.
- Id string
- Inventory
Device GetInfo Compute Physical Summary Inventory Device Info - Inventory
Parent GetCompute Physical Summary Inventory Parent - Ipv4Address string
- 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 []GetAddresses Compute Physical Summary Kvm Ip Address - Kvm
Server boolState Enabled - The KVM server state of the server.
- Kvm
Vendor string - The KVM Vendor for the server.
- Management
Mode 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. - Memory
Speed string - The maximum memory speed in MHz available on the server.
- Mgmt
Ip stringAddress - Management address of the server.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field identifies the model of the given component.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The 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 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. - Num
Adaptors float64 - The total number of network adapters present on the server.
- Num
Cpu float64Cores - The total number of CPU cores enabled on the server.
- Num
Cpu float64Cores Enabled - The total number of CPU cores enabled on the server.
- Num
Cpus float64 - The total number of CPUs present on the server.
- Num
Eth float64Host Interfaces - The total number of vNICs which are visible to a host on the server.
- Num
Fc float64Host Interfaces - The total number of vHBAs which are visible to a host on the server.
- Num
Threads float64 - The total number of threads the server is capable of handling.
- Object
Type string - Oper
Power stringState - The actual power state of the server.
- Oper
Reasons []string - Oper
State string - The operational state of the server.
- Operability string
- The operability of the server.
- Owners []string
- Package
Version string - Bundle version which the firmware belongs to.
- Parent
Get
Compute Physical Summary Parent - Permission
Resources []GetCompute Physical Summary Permission Resource - Personality string
- Unique identity of added software personality.
- Platform
Type 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.
- Registered
Device 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.
- Scaled
Mode string - The mode of the server that determines it is scaled.
- Serial string
- This field identifies the serial of the given component.
- Server
Id float64 - RackUnit ID that uniquely identifies the server.
- Service
Profile 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.
- Slot
Id float64 - The slot number in the chassis that the blade is discovered in.
- Source
Object stringType - Stores the source object type. This feild will either be RackUnit or Blade.
- []Get
Compute Physical Summary Tag - Topology
Scan stringStatus - To maintain the Topology workflow run status.
- Total
Memory float64 - The total memory available on the server.
- Tunneled
Kvm bool - The Tunneled vKVM status of the server.
- User
Label 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.
- Version
Context GetCompute Physical Summary Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Power StringState - The desired power state of the server.
- alarm
Summary GetCompute Physical Summary Alarm Summary - ancestors
List<Get
Compute Physical Summary Ancestor> - asset
Tag String - The user defined asset tag assigned to the server.
- available
Memory Double - Total memeory of the server in MB.
- bios
Post BooleanComplete - The BIOS POST completion status of the server.
- chassis
Id String - The id of the chassis that the blade is discovered in.
- class
Id String - connection
Status String - Connectivity Status of RackUnit to Switch - A or B or AB.
- cpu
Capacity Double - Total processing capacity of the server.
- create
Time String - The time when this managed object was created.
- custom
Permission List<GetResources Compute Physical Summary Custom Permission Resource> - device
Mo StringId - The MoId of the registered device that coresponds to the server.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- equipment
Chassis GetCompute Physical Summary Equipment Chassis - fault
Summary Double - The fault summary for the server.
- firmware String
- The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
- front
Panel 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. - hardware
Uuid String - The universally unique hardware identity of the server provided by the manufacturer.
- id String
- inventory
Device GetInfo Compute Physical Summary Inventory Device Info - inventory
Parent GetCompute Physical Summary Inventory Parent - ipv4Address String
- The IPv4 address configured on the management interface of the Integrated Management Controller.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- kvm
Ip List<GetAddresses Compute Physical Summary Kvm Ip Address> - kvm
Server BooleanState Enabled - The KVM server state of the server.
- kvm
Vendor String - The KVM Vendor for the server.
- management
Mode 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. - memory
Speed String - The maximum memory speed in MHz available on the server.
- mgmt
Ip StringAddress - Management address of the server.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field identifies the model of the given component.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The 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 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. - num
Adaptors Double - The total number of network adapters present on the server.
- num
Cpu DoubleCores - The total number of CPU cores enabled on the server.
- num
Cpu DoubleCores Enabled - The total number of CPU cores enabled on the server.
- num
Cpus Double - The total number of CPUs present on the server.
- num
Eth DoubleHost Interfaces - The total number of vNICs which are visible to a host on the server.
- num
Fc DoubleHost Interfaces - The total number of vHBAs which are visible to a host on the server.
- num
Threads Double - The total number of threads the server is capable of handling.
- object
Type String - oper
Power StringState - The actual power state of the server.
- oper
Reasons List<String> - oper
State String - The operational state of the server.
- operability String
- The operability of the server.
- owners List<String>
- package
Version String - Bundle version which the firmware belongs to.
- parent
Get
Compute Physical Summary Parent - permission
Resources List<GetCompute Physical Summary Permission Resource> - personality String
- Unique identity of added software personality.
- platform
Type 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.
- registered
Device 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.
- scaled
Mode String - The mode of the server that determines it is scaled.
- serial String
- This field identifies the serial of the given component.
- server
Id Double - RackUnit ID that uniquely identifies the server.
- service
Profile 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.
- slot
Id Double - The slot number in the chassis that the blade is discovered in.
- source
Object StringType - Stores the source object type. This feild will either be RackUnit or Blade.
- List<Get
Compute Physical Summary Tag> - topology
Scan StringStatus - To maintain the Topology workflow run status.
- total
Memory Double - The total memory available on the server.
- tunneled
Kvm Boolean - The Tunneled vKVM status of the server.
- user
Label 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.
- version
Context GetCompute Physical Summary Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - admin
Power stringState - The desired power state of the server.
- alarm
Summary GetCompute Physical Summary Alarm Summary - ancestors
Get
Compute Physical Summary Ancestor[] - asset
Tag string - The user defined asset tag assigned to the server.
- available
Memory number - Total memeory of the server in MB.
- bios
Post booleanComplete - The BIOS POST completion status of the server.
- chassis
Id string - The id of the chassis that the blade is discovered in.
- class
Id string - connection
Status string - Connectivity Status of RackUnit to Switch - A or B or AB.
- cpu
Capacity number - Total processing capacity of the server.
- create
Time string - The time when this managed object was created.
- custom
Permission GetResources Compute Physical Summary Custom Permission Resource[] - device
Mo stringId - The MoId of the registered device that coresponds to the server.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- equipment
Chassis GetCompute Physical Summary Equipment Chassis - fault
Summary number - The fault summary for the server.
- firmware string
- The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
- front
Panel 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. - hardware
Uuid string - The universally unique hardware identity of the server provided by the manufacturer.
- id string
- inventory
Device GetInfo Compute Physical Summary Inventory Device Info - inventory
Parent GetCompute Physical Summary Inventory Parent - ipv4Address string
- The IPv4 address configured on the management interface of the Integrated Management Controller.
- is
Upgraded boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- kvm
Ip GetAddresses Compute Physical Summary Kvm Ip Address[] - kvm
Server booleanState Enabled - The KVM server state of the server.
- kvm
Vendor string - The KVM Vendor for the server.
- management
Mode 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. - memory
Speed string - The maximum memory speed in MHz available on the server.
- mgmt
Ip stringAddress - Management address of the server.
- mod
Time string - The time when this managed object was last modified.
- model string
- This field identifies the model of the given component.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The 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 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. - num
Adaptors number - The total number of network adapters present on the server.
- num
Cpu numberCores - The total number of CPU cores enabled on the server.
- num
Cpu numberCores Enabled - The total number of CPU cores enabled on the server.
- num
Cpus number - The total number of CPUs present on the server.
- num
Eth numberHost Interfaces - The total number of vNICs which are visible to a host on the server.
- num
Fc numberHost Interfaces - The total number of vHBAs which are visible to a host on the server.
- num
Threads number - The total number of threads the server is capable of handling.
- object
Type string - oper
Power stringState - The actual power state of the server.
- oper
Reasons string[] - oper
State string - The operational state of the server.
- operability string
- The operability of the server.
- owners string[]
- package
Version string - Bundle version which the firmware belongs to.
- parent
Get
Compute Physical Summary Parent - permission
Resources GetCompute Physical Summary Permission Resource[] - personality string
- Unique identity of added software personality.
- platform
Type 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.
- registered
Device 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.
- scaled
Mode string - The mode of the server that determines it is scaled.
- serial string
- This field identifies the serial of the given component.
- server
Id number - RackUnit ID that uniquely identifies the server.
- service
Profile 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.
- slot
Id number - The slot number in the chassis that the blade is discovered in.
- source
Object stringType - Stores the source object type. This feild will either be RackUnit or Blade.
- Get
Compute Physical Summary Tag[] - topology
Scan stringStatus - To maintain the Topology workflow run status.
- total
Memory number - The total memory available on the server.
- tunneled
Kvm boolean - The Tunneled vKVM status of the server.
- user
Label 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.
- version
Context 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[Get
Compute 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
Get
Compute 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[Get
Compute 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
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Power StringState - The desired power state of the server.
- alarm
Summary Property Map - ancestors List<Property Map>
- asset
Tag String - The user defined asset tag assigned to the server.
- available
Memory Number - Total memeory of the server in MB.
- bios
Post BooleanComplete - The BIOS POST completion status of the server.
- chassis
Id String - The id of the chassis that the blade is discovered in.
- class
Id String - connection
Status String - Connectivity Status of RackUnit to Switch - A or B or AB.
- cpu
Capacity Number - Total processing capacity of the server.
- create
Time String - The time when this managed object was created.
- custom
Permission List<Property Map>Resources - device
Mo StringId - The MoId of the registered device that coresponds to the server.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- equipment
Chassis Property Map - fault
Summary Number - The fault summary for the server.
- firmware String
- The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
- front
Panel 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. - hardware
Uuid String - The universally unique hardware identity of the server provided by the manufacturer.
- id String
- inventory
Device Property MapInfo - inventory
Parent Property Map - ipv4Address String
- The IPv4 address configured on the management interface of the Integrated Management Controller.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- kvm
Ip List<Property Map>Addresses - kvm
Server BooleanState Enabled - The KVM server state of the server.
- kvm
Vendor String - The KVM Vendor for the server.
- management
Mode 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. - memory
Speed String - The maximum memory speed in MHz available on the server.
- mgmt
Ip StringAddress - Management address of the server.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field identifies the model of the given component.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The 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 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. - num
Adaptors Number - The total number of network adapters present on the server.
- num
Cpu NumberCores - The total number of CPU cores enabled on the server.
- num
Cpu NumberCores Enabled - The total number of CPU cores enabled on the server.
- num
Cpus Number - The total number of CPUs present on the server.
- num
Eth NumberHost Interfaces - The total number of vNICs which are visible to a host on the server.
- num
Fc NumberHost Interfaces - The total number of vHBAs which are visible to a host on the server.
- num
Threads Number - The total number of threads the server is capable of handling.
- object
Type String - oper
Power StringState - The actual power state of the server.
- oper
Reasons List<String> - oper
State String - The operational state of the server.
- operability String
- The operability of the server.
- owners List<String>
- package
Version String - Bundle version which the firmware belongs to.
- parent Property Map
- permission
Resources List<Property Map> - personality String
- Unique identity of added software personality.
- platform
Type 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.
- registered
Device 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.
- scaled
Mode String - The mode of the server that determines it is scaled.
- serial String
- This field identifies the serial of the given component.
- server
Id Number - RackUnit ID that uniquely identifies the server.
- service
Profile 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.
- slot
Id Number - The slot number in the chassis that the blade is discovered in.
- source
Object StringType - Stores the source object type. This feild will either be RackUnit or Blade.
- List<Property Map>
- topology
Scan StringStatus - To maintain the Topology workflow run status.
- total
Memory Number - The total memory available on the server.
- tunneled
Kvm Boolean - The Tunneled vKVM status of the server.
- user
Label 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.
- version
Context Property Map
getComputePhysicalSummary Result
The following output properties are available:
- Id string
- Results
List<Get
Compute Physical Summary Result> - Account
Moid string - Additional
Properties string - Admin
Power stringState - Alarm
Summary GetCompute Physical Summary Alarm Summary - Ancestors
List<Get
Compute Physical Summary Ancestor> - Asset
Tag string - Available
Memory double - Bios
Post boolComplete - Chassis
Id string - Class
Id string - Connection
Status string - Cpu
Capacity double - Create
Time string - Custom
Permission List<GetResources Compute Physical Summary Custom Permission Resource> - Device
Mo stringId - Dn string
- Domain
Group stringMoid - Equipment
Chassis GetCompute Physical Summary Equipment Chassis - Fault
Summary double - Firmware string
- Front
Panel stringLock State - Hardware
Uuid string - Inventory
Device GetInfo Compute Physical Summary Inventory Device Info - Inventory
Parent GetCompute Physical Summary Inventory Parent - Ipv4Address string
- Is
Upgraded bool - Kvm
Ip List<GetAddresses Compute Physical Summary Kvm Ip Address> - Kvm
Server boolState Enabled - Kvm
Vendor string - Management
Mode string - Memory
Speed string - Mgmt
Ip stringAddress - Mod
Time string - Model string
- Moid string
- Name string
- Nr
Lifecycle string - Num
Adaptors double - Num
Cpu doubleCores - Num
Cpu doubleCores Enabled - Num
Cpus double - Num
Eth doubleHost Interfaces - Num
Fc doubleHost Interfaces - Num
Threads double - Object
Type string - Oper
Power stringState - Oper
Reasons List<string> - Oper
State string - Operability string
- Owners List<string>
- Package
Version string - Parent
Get
Compute Physical Summary Parent - Permission
Resources List<GetCompute Physical Summary Permission Resource> - Personality string
- Platform
Type string - Presence string
- Registered
Device GetCompute Physical Summary Registered Device - Revision string
- Rn string
- Scaled
Mode string - Serial string
- Server
Id double - Service
Profile string - string
- Slot
Id double - Source
Object stringType - List<Get
Compute Physical Summary Tag> - Topology
Scan stringStatus - Total
Memory double - Tunneled
Kvm bool - User
Label string - Uuid string
- Vendor string
- Version
Context GetCompute Physical Summary Version Context
- Id string
- Results
[]Get
Compute Physical Summary Result - Account
Moid string - Additional
Properties string - Admin
Power stringState - Alarm
Summary GetCompute Physical Summary Alarm Summary - Ancestors
[]Get
Compute Physical Summary Ancestor - Asset
Tag string - Available
Memory float64 - Bios
Post boolComplete - Chassis
Id string - Class
Id string - Connection
Status string - Cpu
Capacity float64 - Create
Time string - Custom
Permission []GetResources Compute Physical Summary Custom Permission Resource - Device
Mo stringId - Dn string
- Domain
Group stringMoid - Equipment
Chassis GetCompute Physical Summary Equipment Chassis - Fault
Summary float64 - Firmware string
- Front
Panel stringLock State - Hardware
Uuid string - Inventory
Device GetInfo Compute Physical Summary Inventory Device Info - Inventory
Parent GetCompute Physical Summary Inventory Parent - Ipv4Address string
- Is
Upgraded bool - Kvm
Ip []GetAddresses Compute Physical Summary Kvm Ip Address - Kvm
Server boolState Enabled - Kvm
Vendor string - Management
Mode string - Memory
Speed string - Mgmt
Ip stringAddress - Mod
Time string - Model string
- Moid string
- Name string
- Nr
Lifecycle string - Num
Adaptors float64 - Num
Cpu float64Cores - Num
Cpu float64Cores Enabled - Num
Cpus float64 - Num
Eth float64Host Interfaces - Num
Fc float64Host Interfaces - Num
Threads float64 - Object
Type string - Oper
Power stringState - Oper
Reasons []string - Oper
State string - Operability string
- Owners []string
- Package
Version string - Parent
Get
Compute Physical Summary Parent - Permission
Resources []GetCompute Physical Summary Permission Resource - Personality string
- Platform
Type string - Presence string
- Registered
Device GetCompute Physical Summary Registered Device - Revision string
- Rn string
- Scaled
Mode string - Serial string
- Server
Id float64 - Service
Profile string - string
- Slot
Id float64 - Source
Object stringType - []Get
Compute Physical Summary Tag - Topology
Scan stringStatus - Total
Memory float64 - Tunneled
Kvm bool - User
Label string - Uuid string
- Vendor string
- Version
Context GetCompute Physical Summary Version Context
- id String
- results
List<Get
Compute Physical Summary Result> - account
Moid String - additional
Properties String - admin
Power StringState - alarm
Summary GetCompute Physical Summary Alarm Summary - ancestors
List<Get
Compute Physical Summary Ancestor> - asset
Tag String - available
Memory Double - bios
Post BooleanComplete - chassis
Id String - class
Id String - connection
Status String - cpu
Capacity Double - create
Time String - custom
Permission List<GetResources Compute Physical Summary Custom Permission Resource> - device
Mo StringId - dn String
- domain
Group StringMoid - equipment
Chassis GetCompute Physical Summary Equipment Chassis - fault
Summary Double - firmware String
- front
Panel StringLock State - hardware
Uuid String - inventory
Device GetInfo Compute Physical Summary Inventory Device Info - inventory
Parent GetCompute Physical Summary Inventory Parent - ipv4Address String
- is
Upgraded Boolean - kvm
Ip List<GetAddresses Compute Physical Summary Kvm Ip Address> - kvm
Server BooleanState Enabled - kvm
Vendor String - management
Mode String - memory
Speed String - mgmt
Ip StringAddress - mod
Time String - model String
- moid String
- name String
- nr
Lifecycle String - num
Adaptors Double - num
Cpu DoubleCores - num
Cpu DoubleCores Enabled - num
Cpus Double - num
Eth DoubleHost Interfaces - num
Fc DoubleHost Interfaces - num
Threads Double - object
Type String - oper
Power StringState - oper
Reasons List<String> - oper
State String - operability String
- owners List<String>
- package
Version String - parent
Get
Compute Physical Summary Parent - permission
Resources List<GetCompute Physical Summary Permission Resource> - personality String
- platform
Type String - presence String
- registered
Device GetCompute Physical Summary Registered Device - revision String
- rn String
- scaled
Mode String - serial String
- server
Id Double - service
Profile String - String
- slot
Id Double - source
Object StringType - List<Get
Compute Physical Summary Tag> - topology
Scan StringStatus - total
Memory Double - tunneled
Kvm Boolean - user
Label String - uuid String
- vendor String
- version
Context GetCompute Physical Summary Version Context
- id string
- results
Get
Compute Physical Summary Result[] - account
Moid string - additional
Properties string - admin
Power stringState - alarm
Summary GetCompute Physical Summary Alarm Summary - ancestors
Get
Compute Physical Summary Ancestor[] - asset
Tag string - available
Memory number - bios
Post booleanComplete - chassis
Id string - class
Id string - connection
Status string - cpu
Capacity number - create
Time string - custom
Permission GetResources Compute Physical Summary Custom Permission Resource[] - device
Mo stringId - dn string
- domain
Group stringMoid - equipment
Chassis GetCompute Physical Summary Equipment Chassis - fault
Summary number - firmware string
- front
Panel stringLock State - hardware
Uuid string - inventory
Device GetInfo Compute Physical Summary Inventory Device Info - inventory
Parent GetCompute Physical Summary Inventory Parent - ipv4Address string
- is
Upgraded boolean - kvm
Ip GetAddresses Compute Physical Summary Kvm Ip Address[] - kvm
Server booleanState Enabled - kvm
Vendor string - management
Mode string - memory
Speed string - mgmt
Ip stringAddress - mod
Time string - model string
- moid string
- name string
- nr
Lifecycle string - num
Adaptors number - num
Cpu numberCores - num
Cpu numberCores Enabled - num
Cpus number - num
Eth numberHost Interfaces - num
Fc numberHost Interfaces - num
Threads number - object
Type string - oper
Power stringState - oper
Reasons string[] - oper
State string - operability string
- owners string[]
- package
Version string - parent
Get
Compute Physical Summary Parent - permission
Resources GetCompute Physical Summary Permission Resource[] - personality string
- platform
Type string - presence string
- registered
Device GetCompute Physical Summary Registered Device - revision string
- rn string
- scaled
Mode string - serial string
- server
Id number - service
Profile string - string
- slot
Id number - source
Object stringType - Get
Compute Physical Summary Tag[] - topology
Scan stringStatus - total
Memory number - tunneled
Kvm boolean - user
Label string - uuid string
- vendor string
- version
Context GetCompute Physical Summary Version Context
- id str
- results
Sequence[Get
Compute Physical Summary Result] - account_
moid str - additional_
properties str - admin_
power_ strstate - alarm_
summary GetCompute Physical Summary Alarm Summary - ancestors
Sequence[Get
Compute 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
Get
Compute 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[Get
Compute 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>
- account
Moid String - additional
Properties String - admin
Power StringState - alarm
Summary Property Map - ancestors List<Property Map>
- asset
Tag String - available
Memory Number - bios
Post BooleanComplete - chassis
Id String - class
Id String - connection
Status String - cpu
Capacity Number - create
Time String - custom
Permission List<Property Map>Resources - device
Mo StringId - dn String
- domain
Group StringMoid - equipment
Chassis Property Map - fault
Summary Number - firmware String
- front
Panel StringLock State - hardware
Uuid String - inventory
Device Property MapInfo - inventory
Parent Property Map - ipv4Address String
- is
Upgraded Boolean - kvm
Ip List<Property Map>Addresses - kvm
Server BooleanState Enabled - kvm
Vendor String - management
Mode String - memory
Speed String - mgmt
Ip StringAddress - mod
Time String - model String
- moid String
- name String
- nr
Lifecycle String - num
Adaptors Number - num
Cpu NumberCores - num
Cpu NumberCores Enabled - num
Cpus Number - num
Eth NumberHost Interfaces - num
Fc NumberHost Interfaces - num
Threads Number - object
Type String - oper
Power StringState - oper
Reasons List<String> - oper
State String - operability String
- owners List<String>
- package
Version String - parent Property Map
- permission
Resources List<Property Map> - personality String
- platform
Type String - presence String
- registered
Device Property Map - revision String
- rn String
- scaled
Mode String - serial String
- server
Id Number - service
Profile String - String
- slot
Id Number - source
Object StringType - List<Property Map>
- topology
Scan StringStatus - total
Memory Number - tunneled
Kvm Boolean - user
Label String - uuid String
- vendor String
- version
Context Property Map
Supporting Types
GetComputePhysicalSummaryAlarmSummary
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Critical double
- The count of alarms that have severity type Critical.
- Health string
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.
Healthy
- The Enum value represents that the entity is healthy.Warning
- The Enum value Warning represents that the entity has one or more active warnings on it.Critical
- The Enum value Critical represents that the entity is in a critical state.
- Info double
- The count of alarms that have severity type Info.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Suppressed bool
- The flag that indicates whether suppression is enabled or not in the entity.
- Suppressed
Critical double - The count of active suppressed alarms that have severity type Critical.
- Suppressed
Info double - The count of active suppressed alarms that have severity type Info.
- Suppressed
Warning double - The count of active suppressed alarms that have severity type Warning.
- Warning double
- The count of alarms that have severity type Warning.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Critical float64
- The count of alarms that have severity type Critical.
- Health string
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.
Healthy
- The Enum value represents that the entity is healthy.Warning
- The Enum value Warning represents that the entity has one or more active warnings on it.Critical
- The Enum value Critical represents that the entity is in a critical state.
- Info float64
- The count of alarms that have severity type Info.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Suppressed bool
- The flag that indicates whether suppression is enabled or not in the entity.
- Suppressed
Critical float64 - The count of active suppressed alarms that have severity type Critical.
- Suppressed
Info float64 - The count of active suppressed alarms that have severity type Info.
- Suppressed
Warning float64 - The count of active suppressed alarms that have severity type Warning.
- Warning float64
- The count of alarms that have severity type Warning.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- critical Double
- The count of alarms that have severity type Critical.
- health String
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.
Healthy
- The Enum value represents that the entity is healthy.Warning
- The Enum value Warning represents that the entity has one or more active warnings on it.Critical
- The Enum value Critical represents that the entity is in a critical state.
- info Double
- The count of alarms that have severity type Info.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- suppressed Boolean
- The flag that indicates whether suppression is enabled or not in the entity.
- suppressed
Critical Double - The count of active suppressed alarms that have severity type Critical.
- suppressed
Info Double - The count of active suppressed alarms that have severity type Info.
- suppressed
Warning Double - The count of active suppressed alarms that have severity type Warning.
- warning Double
- The count of alarms that have severity type Warning.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- critical number
- The count of alarms that have severity type Critical.
- health string
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.
Healthy
- The Enum value represents that the entity is healthy.Warning
- The Enum value Warning represents that the entity has one or more active warnings on it.Critical
- The Enum value Critical represents that the entity is in a critical state.
- info number
- The count of alarms that have severity type Info.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- suppressed boolean
- The flag that indicates whether suppression is enabled or not in the entity.
- suppressed
Critical number - The count of active suppressed alarms that have severity type Critical.
- suppressed
Info number - The count of active suppressed alarms that have severity type Info.
- suppressed
Warning number - The count of active suppressed alarms that have severity type Warning.
- warning number
- The count of alarms that have severity type Warning.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- critical float
- The count of alarms that have severity type Critical.
- health str
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.
Healthy
- The Enum value represents that the entity is healthy.Warning
- The Enum value Warning represents that the entity has one or more active warnings on it.Critical
- The Enum value Critical represents that the entity is in a critical state.
- info float
- The count of alarms that have severity type Info.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- suppressed bool
- The flag that indicates whether suppression is enabled or not in the entity.
- suppressed_
critical float - The count of active suppressed alarms that have severity type Critical.
- suppressed_
info float - The count of active suppressed alarms that have severity type Info.
- suppressed_
warning float - The count of active suppressed alarms that have severity type Warning.
- warning float
- The count of alarms that have severity type Warning.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- critical Number
- The count of alarms that have severity type Critical.
- health String
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.
Healthy
- The Enum value represents that the entity is healthy.Warning
- The Enum value Warning represents that the entity has one or more active warnings on it.Critical
- The Enum value Critical represents that the entity is in a critical state.
- info Number
- The count of alarms that have severity type Info.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- suppressed Boolean
- The flag that indicates whether suppression is enabled or not in the entity.
- suppressed
Critical Number - The count of active suppressed alarms that have severity type Critical.
- suppressed
Info Number - The count of active suppressed alarms that have severity type Info.
- suppressed
Warning Number - The count of active suppressed alarms that have severity type Warning.
- warning Number
- The count of alarms that have severity type Warning.
GetComputePhysicalSummaryAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetComputePhysicalSummaryCustomPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetComputePhysicalSummaryEquipmentChassis
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetComputePhysicalSummaryInventoryDeviceInfo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetComputePhysicalSummaryInventoryParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetComputePhysicalSummaryKvmIpAddress
- Additional
Properties 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.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Default
Gateway string - Default gateway property of KVM IP Address.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Http
Port double - HTTP port of an IP Address.
- Https
Port double - Secured HTTP port of an IP Address.
- Kvm
Port double - Port number on which the KVM is running and used for connecting to KVM console.
- Kvm
Vlan 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.
- Object
Type 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 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.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Default
Gateway string - Default gateway property of KVM IP Address.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Http
Port float64 - HTTP port of an IP Address.
- Https
Port float64 - Secured HTTP port of an IP Address.
- Kvm
Port float64 - Port number on which the KVM is running and used for connecting to KVM console.
- Kvm
Vlan 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.
- Object
Type 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 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.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- default
Gateway String - Default gateway property of KVM IP Address.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- http
Port Double - HTTP port of an IP Address.
- https
Port Double - Secured HTTP port of an IP Address.
- kvm
Port Double - Port number on which the KVM is running and used for connecting to KVM console.
- kvm
Vlan 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.
- object
Type 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 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.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- default
Gateway string - Default gateway property of KVM IP Address.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- http
Port number - HTTP port of an IP Address.
- https
Port number - Secured HTTP port of an IP Address.
- kvm
Port number - Port number on which the KVM is running and used for connecting to KVM console.
- kvm
Vlan 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.
- object
Type 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.
- additional
Properties 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.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- default
Gateway String - Default gateway property of KVM IP Address.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- http
Port Number - HTTP port of an IP Address.
- https
Port Number - Secured HTTP port of an IP Address.
- kvm
Port Number - Port number on which the KVM is running and used for connecting to KVM console.
- kvm
Vlan 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.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetComputePhysicalSummaryPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetComputePhysicalSummaryRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetComputePhysicalSummaryResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Power stringState - The desired power state of the server.
- Alarm
Summaries List<GetCompute Physical Summary Result Alarm Summary> - Ancestors
List<Get
Compute Physical Summary Result Ancestor> - Asset
Tag string - The user defined asset tag assigned to the server.
- Available
Memory double - Total memeory of the server in MB.
- Bios
Post boolComplete - The BIOS POST completion status of the server.
- Chassis
Id string - The id of the chassis that the blade is discovered in.
- Class
Id string - Connection
Status string - Connectivity Status of RackUnit to Switch - A or B or AB.
- Cpu
Capacity double - Total processing capacity of the server.
- Create
Time string - The time when this managed object was created.
- Custom
Permission List<GetResources Compute Physical Summary Result Custom Permission Resource> - Device
Mo stringId - The MoId of the registered device that coresponds to the server.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Equipment
Chasses List<GetCompute Physical Summary Result Equipment Chass> - Fault
Summary double - The fault summary for the server.
- Firmware string
- The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
- Front
Panel 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. - Hardware
Uuid string - The universally unique hardware identity of the server provided by the manufacturer.
- Inventory
Device List<GetInfos Compute Physical Summary Result Inventory Device Info> - Inventory
Parents List<GetCompute Physical Summary Result Inventory Parent> - Ipv4Address string
- 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 List<GetAddresses Compute Physical Summary Result Kvm Ip Address> - Kvm
Server boolState Enabled - The KVM server state of the server.
- Kvm
Vendor string - The KVM Vendor for the server.
- Management
Mode 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. - Memory
Speed string - The maximum memory speed in MHz available on the server.
- Mgmt
Ip stringAddress - Management address of the server.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field identifies the model of the given component.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The 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 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. - Num
Adaptors double - The total number of network adapters present on the server.
- Num
Cpu doubleCores - The total number of CPU cores enabled on the server.
- Num
Cpu doubleCores Enabled - The total number of CPU cores enabled on the server.
- Num
Cpus double - The total number of CPUs present on the server.
- Num
Eth doubleHost Interfaces - The total number of vNICs which are visible to a host on the server.
- Num
Fc doubleHost Interfaces - The total number of vHBAs which are visible to a host on the server.
- Num
Threads double - The total number of threads the server is capable of handling.
- Object
Type string - Oper
Power stringState - The actual power state of the server.
- Oper
Reasons List<string> - Oper
State string - The operational state of the server.
- Operability string
- The operability of the server.
- Owners List<string>
- Package
Version string - Bundle version which the firmware belongs to.
- Parents
List<Get
Compute Physical Summary Result Parent> - Permission
Resources List<GetCompute Physical Summary Result Permission Resource> - Personality string
- Unique identity of added software personality.
- Platform
Type 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.
- Registered
Devices 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.
- Scaled
Mode string - The mode of the server that determines it is scaled.
- Serial string
- This field identifies the serial of the given component.
- Server
Id double - RackUnit ID that uniquely identifies the server.
- Service
Profile 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.
- Slot
Id double - The slot number in the chassis that the blade is discovered in.
- Source
Object stringType - Stores the source object type. This feild will either be RackUnit or Blade.
- List<Get
Compute Physical Summary Result Tag> - Topology
Scan stringStatus - To maintain the Topology workflow run status.
- Total
Memory double - The total memory available on the server.
- Tunneled
Kvm bool - The Tunneled vKVM status of the server.
- User
Label 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.
- Version
Contexts List<GetCompute Physical Summary Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Power stringState - The desired power state of the server.
- Alarm
Summaries []GetCompute Physical Summary Result Alarm Summary - Ancestors
[]Get
Compute Physical Summary Result Ancestor - Asset
Tag string - The user defined asset tag assigned to the server.
- Available
Memory float64 - Total memeory of the server in MB.
- Bios
Post boolComplete - The BIOS POST completion status of the server.
- Chassis
Id string - The id of the chassis that the blade is discovered in.
- Class
Id string - Connection
Status string - Connectivity Status of RackUnit to Switch - A or B or AB.
- Cpu
Capacity float64 - Total processing capacity of the server.
- Create
Time string - The time when this managed object was created.
- Custom
Permission []GetResources Compute Physical Summary Result Custom Permission Resource - Device
Mo stringId - The MoId of the registered device that coresponds to the server.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Equipment
Chasses []GetCompute Physical Summary Result Equipment Chass - Fault
Summary float64 - The fault summary for the server.
- Firmware string
- The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
- Front
Panel 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. - Hardware
Uuid string - The universally unique hardware identity of the server provided by the manufacturer.
- Inventory
Device []GetInfos Compute Physical Summary Result Inventory Device Info - Inventory
Parents []GetCompute Physical Summary Result Inventory Parent - Ipv4Address string
- 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 []GetAddresses Compute Physical Summary Result Kvm Ip Address - Kvm
Server boolState Enabled - The KVM server state of the server.
- Kvm
Vendor string - The KVM Vendor for the server.
- Management
Mode 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. - Memory
Speed string - The maximum memory speed in MHz available on the server.
- Mgmt
Ip stringAddress - Management address of the server.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field identifies the model of the given component.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The 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 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. - Num
Adaptors float64 - The total number of network adapters present on the server.
- Num
Cpu float64Cores - The total number of CPU cores enabled on the server.
- Num
Cpu float64Cores Enabled - The total number of CPU cores enabled on the server.
- Num
Cpus float64 - The total number of CPUs present on the server.
- Num
Eth float64Host Interfaces - The total number of vNICs which are visible to a host on the server.
- Num
Fc float64Host Interfaces - The total number of vHBAs which are visible to a host on the server.
- Num
Threads float64 - The total number of threads the server is capable of handling.
- Object
Type string - Oper
Power stringState - The actual power state of the server.
- Oper
Reasons []string - Oper
State string - The operational state of the server.
- Operability string
- The operability of the server.
- Owners []string
- Package
Version string - Bundle version which the firmware belongs to.
- Parents
[]Get
Compute Physical Summary Result Parent - Permission
Resources []GetCompute Physical Summary Result Permission Resource - Personality string
- Unique identity of added software personality.
- Platform
Type 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.
- Registered
Devices []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.
- Scaled
Mode string - The mode of the server that determines it is scaled.
- Serial string
- This field identifies the serial of the given component.
- Server
Id float64 - RackUnit ID that uniquely identifies the server.
- Service
Profile 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.
- Slot
Id float64 - The slot number in the chassis that the blade is discovered in.
- Source
Object stringType - Stores the source object type. This feild will either be RackUnit or Blade.
- []Get
Compute Physical Summary Result Tag - Topology
Scan stringStatus - To maintain the Topology workflow run status.
- Total
Memory float64 - The total memory available on the server.
- Tunneled
Kvm bool - The Tunneled vKVM status of the server.
- User
Label 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.
- Version
Contexts []GetCompute Physical Summary Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Power StringState - The desired power state of the server.
- alarm
Summaries List<GetCompute Physical Summary Result Alarm Summary> - ancestors
List<Get
Compute Physical Summary Result Ancestor> - asset
Tag String - The user defined asset tag assigned to the server.
- available
Memory Double - Total memeory of the server in MB.
- bios
Post BooleanComplete - The BIOS POST completion status of the server.
- chassis
Id String - The id of the chassis that the blade is discovered in.
- class
Id String - connection
Status String - Connectivity Status of RackUnit to Switch - A or B or AB.
- cpu
Capacity Double - Total processing capacity of the server.
- create
Time String - The time when this managed object was created.
- custom
Permission List<GetResources Compute Physical Summary Result Custom Permission Resource> - device
Mo StringId - The MoId of the registered device that coresponds to the server.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- equipment
Chasses List<GetCompute Physical Summary Result Equipment Chass> - fault
Summary Double - The fault summary for the server.
- firmware String
- The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
- front
Panel 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. - hardware
Uuid String - The universally unique hardware identity of the server provided by the manufacturer.
- inventory
Device List<GetInfos Compute Physical Summary Result Inventory Device Info> - inventory
Parents List<GetCompute Physical Summary Result Inventory Parent> - ipv4Address String
- The IPv4 address configured on the management interface of the Integrated Management Controller.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- kvm
Ip List<GetAddresses Compute Physical Summary Result Kvm Ip Address> - kvm
Server BooleanState Enabled - The KVM server state of the server.
- kvm
Vendor String - The KVM Vendor for the server.
- management
Mode 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. - memory
Speed String - The maximum memory speed in MHz available on the server.
- mgmt
Ip StringAddress - Management address of the server.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field identifies the model of the given component.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The 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 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. - num
Adaptors Double - The total number of network adapters present on the server.
- num
Cpu DoubleCores - The total number of CPU cores enabled on the server.
- num
Cpu DoubleCores Enabled - The total number of CPU cores enabled on the server.
- num
Cpus Double - The total number of CPUs present on the server.
- num
Eth DoubleHost Interfaces - The total number of vNICs which are visible to a host on the server.
- num
Fc DoubleHost Interfaces - The total number of vHBAs which are visible to a host on the server.
- num
Threads Double - The total number of threads the server is capable of handling.
- object
Type String - oper
Power StringState - The actual power state of the server.
- oper
Reasons List<String> - oper
State String - The operational state of the server.
- operability String
- The operability of the server.
- owners List<String>
- package
Version String - Bundle version which the firmware belongs to.
- parents
List<Get
Compute Physical Summary Result Parent> - permission
Resources List<GetCompute Physical Summary Result Permission Resource> - personality String
- Unique identity of added software personality.
- platform
Type 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.
- registered
Devices 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.
- scaled
Mode String - The mode of the server that determines it is scaled.
- serial String
- This field identifies the serial of the given component.
- server
Id Double - RackUnit ID that uniquely identifies the server.
- service
Profile 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.
- slot
Id Double - The slot number in the chassis that the blade is discovered in.
- source
Object StringType - Stores the source object type. This feild will either be RackUnit or Blade.
- List<Get
Compute Physical Summary Result Tag> - topology
Scan StringStatus - To maintain the Topology workflow run status.
- total
Memory Double - The total memory available on the server.
- tunneled
Kvm Boolean - The Tunneled vKVM status of the server.
- user
Label 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.
- version
Contexts List<GetCompute Physical Summary Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - admin
Power stringState - The desired power state of the server.
- alarm
Summaries GetCompute Physical Summary Result Alarm Summary[] - ancestors
Get
Compute Physical Summary Result Ancestor[] - asset
Tag string - The user defined asset tag assigned to the server.
- available
Memory number - Total memeory of the server in MB.
- bios
Post booleanComplete - The BIOS POST completion status of the server.
- chassis
Id string - The id of the chassis that the blade is discovered in.
- class
Id string - connection
Status string - Connectivity Status of RackUnit to Switch - A or B or AB.
- cpu
Capacity number - Total processing capacity of the server.
- create
Time string - The time when this managed object was created.
- custom
Permission GetResources Compute Physical Summary Result Custom Permission Resource[] - device
Mo stringId - The MoId of the registered device that coresponds to the server.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- equipment
Chasses GetCompute Physical Summary Result Equipment Chass[] - fault
Summary number - The fault summary for the server.
- firmware string
- The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
- front
Panel 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. - hardware
Uuid string - The universally unique hardware identity of the server provided by the manufacturer.
- inventory
Device GetInfos Compute Physical Summary Result Inventory Device Info[] - inventory
Parents GetCompute Physical Summary Result Inventory Parent[] - ipv4Address string
- The IPv4 address configured on the management interface of the Integrated Management Controller.
- is
Upgraded boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- kvm
Ip GetAddresses Compute Physical Summary Result Kvm Ip Address[] - kvm
Server booleanState Enabled - The KVM server state of the server.
- kvm
Vendor string - The KVM Vendor for the server.
- management
Mode 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. - memory
Speed string - The maximum memory speed in MHz available on the server.
- mgmt
Ip stringAddress - Management address of the server.
- mod
Time string - The time when this managed object was last modified.
- model string
- This field identifies the model of the given component.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The 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 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. - num
Adaptors number - The total number of network adapters present on the server.
- num
Cpu numberCores - The total number of CPU cores enabled on the server.
- num
Cpu numberCores Enabled - The total number of CPU cores enabled on the server.
- num
Cpus number - The total number of CPUs present on the server.
- num
Eth numberHost Interfaces - The total number of vNICs which are visible to a host on the server.
- num
Fc numberHost Interfaces - The total number of vHBAs which are visible to a host on the server.
- num
Threads number - The total number of threads the server is capable of handling.
- object
Type string - oper
Power stringState - The actual power state of the server.
- oper
Reasons string[] - oper
State string - The operational state of the server.
- operability string
- The operability of the server.
- owners string[]
- package
Version string - Bundle version which the firmware belongs to.
- parents
Get
Compute Physical Summary Result Parent[] - permission
Resources GetCompute Physical Summary Result Permission Resource[] - personality string
- Unique identity of added software personality.
- platform
Type 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.
- registered
Devices 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.
- scaled
Mode string - The mode of the server that determines it is scaled.
- serial string
- This field identifies the serial of the given component.
- server
Id number - RackUnit ID that uniquely identifies the server.
- service
Profile 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.
- slot
Id number - The slot number in the chassis that the blade is discovered in.
- source
Object stringType - Stores the source object type. This feild will either be RackUnit or Blade.
- Get
Compute Physical Summary Result Tag[] - topology
Scan stringStatus - To maintain the Topology workflow run status.
- total
Memory number - The total memory available on the server.
- tunneled
Kvm boolean - The Tunneled vKVM status of the server.
- user
Label 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.
- version
Contexts 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[Get
Compute 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[Get
Compute 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[Get
Compute 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]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Power StringState - The desired power state of the server.
- alarm
Summaries List<Property Map> - ancestors List<Property Map>
- asset
Tag String - The user defined asset tag assigned to the server.
- available
Memory Number - Total memeory of the server in MB.
- bios
Post BooleanComplete - The BIOS POST completion status of the server.
- chassis
Id String - The id of the chassis that the blade is discovered in.
- class
Id String - connection
Status String - Connectivity Status of RackUnit to Switch - A or B or AB.
- cpu
Capacity Number - Total processing capacity of the server.
- create
Time String - The time when this managed object was created.
- custom
Permission List<Property Map>Resources - device
Mo StringId - The MoId of the registered device that coresponds to the server.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- equipment
Chasses List<Property Map> - fault
Summary Number - The fault summary for the server.
- firmware String
- The firmware version of the Cisco Integrated Management Controller (CIMC) for this server.
- front
Panel 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. - hardware
Uuid String - The universally unique hardware identity of the server provided by the manufacturer.
- inventory
Device List<Property Map>Infos - inventory
Parents List<Property Map> - ipv4Address String
- The IPv4 address configured on the management interface of the Integrated Management Controller.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- kvm
Ip List<Property Map>Addresses - kvm
Server BooleanState Enabled - The KVM server state of the server.
- kvm
Vendor String - The KVM Vendor for the server.
- management
Mode 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. - memory
Speed String - The maximum memory speed in MHz available on the server.
- mgmt
Ip StringAddress - Management address of the server.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field identifies the model of the given component.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The 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 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. - num
Adaptors Number - The total number of network adapters present on the server.
- num
Cpu NumberCores - The total number of CPU cores enabled on the server.
- num
Cpu NumberCores Enabled - The total number of CPU cores enabled on the server.
- num
Cpus Number - The total number of CPUs present on the server.
- num
Eth NumberHost Interfaces - The total number of vNICs which are visible to a host on the server.
- num
Fc NumberHost Interfaces - The total number of vHBAs which are visible to a host on the server.
- num
Threads Number - The total number of threads the server is capable of handling.
- object
Type String - oper
Power StringState - The actual power state of the server.
- oper
Reasons List<String> - oper
State String - The operational state of the server.
- operability String
- The operability of the server.
- owners List<String>
- package
Version String - Bundle version which the firmware belongs to.
- parents List<Property Map>
- permission
Resources List<Property Map> - personality String
- Unique identity of added software personality.
- platform
Type 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.
- registered
Devices 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.
- scaled
Mode String - The mode of the server that determines it is scaled.
- serial String
- This field identifies the serial of the given component.
- server
Id Number - RackUnit ID that uniquely identifies the server.
- service
Profile 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.
- slot
Id Number - The slot number in the chassis that the blade is discovered in.
- source
Object StringType - Stores the source object type. This feild will either be RackUnit or Blade.
- List<Property Map>
- topology
Scan StringStatus - To maintain the Topology workflow run status.
- total
Memory Number - The total memory available on the server.
- tunneled
Kvm Boolean - The Tunneled vKVM status of the server.
- user
Label 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.
- version
Contexts List<Property Map>
GetComputePhysicalSummaryResultAlarmSummary
- Additional
Properties string - Class
Id string - Critical double
- Health string
- Info double
- Object
Type string - Suppressed bool
- Suppressed
Critical double - Suppressed
Info double - Suppressed
Warning double - Warning double
- Additional
Properties string - Class
Id string - Critical float64
- Health string
- Info float64
- Object
Type string - Suppressed bool
- Suppressed
Critical float64 - Suppressed
Info float64 - Suppressed
Warning float64 - Warning float64
- additional
Properties String - class
Id String - critical Double
- health String
- info Double
- object
Type String - suppressed Boolean
- suppressed
Critical Double - suppressed
Info Double - suppressed
Warning Double - warning Double
- additional
Properties string - class
Id string - critical number
- health string
- info number
- object
Type string - suppressed boolean
- suppressed
Critical number - suppressed
Info number - suppressed
Warning number - warning number
- additional_
properties str - class_
id str - critical float
- health str
- info float
- object_
type str - suppressed bool
- suppressed_
critical float - suppressed_
info float - suppressed_
warning float - warning float
- additional
Properties String - class
Id String - critical Number
- health String
- info Number
- object
Type String - suppressed Boolean
- suppressed
Critical Number - suppressed
Info Number - suppressed
Warning Number - warning Number
GetComputePhysicalSummaryResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetComputePhysicalSummaryResultCustomPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetComputePhysicalSummaryResultEquipmentChass
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetComputePhysicalSummaryResultInventoryDeviceInfo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetComputePhysicalSummaryResultInventoryParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetComputePhysicalSummaryResultKvmIpAddress
- Additional
Properties string - Address string
- Category string
- Class
Id string - Default
Gateway string - Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Http
Port double - Https
Port double - Kvm
Port double - Kvm
Vlan 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.
- Object
Type string - Subnet string
- Type string
- Additional
Properties string - Address string
- Category string
- Class
Id string - Default
Gateway string - Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Http
Port float64 - Https
Port float64 - Kvm
Port float64 - Kvm
Vlan 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.
- Object
Type string - Subnet string
- Type string
- additional
Properties String - address String
- category String
- class
Id String - default
Gateway String - dn String
- The Distinguished Name unambiguously identifies an object in the system.
- http
Port Double - https
Port Double - kvm
Port Double - kvm
Vlan 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.
- object
Type String - subnet String
- type String
- additional
Properties string - address string
- category string
- class
Id string - default
Gateway string - dn string
- The Distinguished Name unambiguously identifies an object in the system.
- http
Port number - https
Port number - kvm
Port number - kvm
Vlan 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.
- object
Type 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
- additional
Properties String - address String
- category String
- class
Id String - default
Gateway String - dn String
- The Distinguished Name unambiguously identifies an object in the system.
- http
Port Number - https
Port Number - kvm
Port Number - kvm
Vlan 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.
- object
Type String - subnet String
- type String
GetComputePhysicalSummaryResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetComputePhysicalSummaryResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetComputePhysicalSummaryResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetComputePhysicalSummaryResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetComputePhysicalSummaryResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetComputePhysicalSummaryResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetComputePhysicalSummaryResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetComputePhysicalSummaryTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetComputePhysicalSummaryVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - 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 string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - 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 string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetCompute Physical Summary Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - 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 String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetCompute Physical Summary Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - 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 string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetComputePhysicalSummaryVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetComputePhysicalSummaryVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet