intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getStoragePhysicalDisk
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
Physical Disk on a server.
Using getStoragePhysicalDisk
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 getStoragePhysicalDisk(args: GetStoragePhysicalDiskArgs, opts?: InvokeOptions): Promise<GetStoragePhysicalDiskResult>
function getStoragePhysicalDiskOutput(args: GetStoragePhysicalDiskOutputArgs, opts?: InvokeOptions): Output<GetStoragePhysicalDiskResult>
def get_storage_physical_disk(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetStoragePhysicalDiskAncestor]] = None,
background_operations: Optional[str] = None,
block_size: Optional[str] = None,
bootable: Optional[str] = None,
class_id: Optional[str] = None,
configuration_checkpoint: Optional[str] = None,
configuration_state: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
device_mo_id: Optional[str] = None,
disabled_for_removal: Optional[bool] = None,
discovered_path: Optional[str] = None,
disk_id: Optional[str] = None,
disk_state: Optional[str] = None,
dn: Optional[str] = None,
domain_group_moid: Optional[str] = None,
drive_firmware: Optional[str] = None,
drive_state: Optional[str] = None,
encryption_status: Optional[str] = None,
failure_predicted: Optional[bool] = None,
fde_capable: Optional[str] = None,
hot_spare_type: Optional[str] = None,
id: Optional[str] = None,
indicator_led: Optional[str] = None,
inventory_device_info: Optional[GetStoragePhysicalDiskInventoryDeviceInfo] = None,
is_platform_supported: Optional[bool] = None,
is_upgraded: Optional[bool] = None,
link_speed: Optional[str] = None,
link_state: Optional[str] = None,
locator_led: Optional[GetStoragePhysicalDiskLocatorLed] = None,
maximum_operating_temperature: Optional[float] = None,
media_error_count: Optional[float] = None,
mod_time: Optional[str] = None,
model: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
non_coerced_size_bytes: Optional[float] = None,
num_blocks: Optional[str] = None,
object_type: Optional[str] = None,
oper_power_state: Optional[str] = None,
oper_qualifier_reason: Optional[str] = None,
operability: Optional[str] = None,
operating_temperature: Optional[float] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetStoragePhysicalDiskParent] = None,
part_number: Optional[str] = None,
percent_life_left: Optional[float] = None,
percent_reserved_capacity_consumed: Optional[float] = None,
performance_percent: Optional[float] = None,
permission_resources: Optional[Sequence[GetStoragePhysicalDiskPermissionResource]] = None,
physical_block_size: Optional[str] = None,
physical_disk_extensions: Optional[Sequence[GetStoragePhysicalDiskPhysicalDiskExtension]] = None,
pid: Optional[str] = None,
power_cycle_count: Optional[float] = None,
power_on_hours: Optional[float] = None,
power_on_hours_percentage: Optional[float] = None,
predicted_media_life_left_percent: Optional[float] = None,
predictive_failure_count: Optional[float] = None,
presence: Optional[str] = None,
previous_fru: Optional[GetStoragePhysicalDiskPreviousFru] = None,
protocol: Optional[str] = None,
raw_size: Optional[str] = None,
read_error_count_threshold: Optional[float] = None,
read_io_error_count: Optional[float] = None,
registered_device: Optional[GetStoragePhysicalDiskRegisteredDevice] = None,
revision: Optional[str] = None,
rn: Optional[str] = None,
running_firmwares: Optional[Sequence[GetStoragePhysicalDiskRunningFirmware]] = None,
sas_ports: Optional[Sequence[GetStoragePhysicalDiskSasPort]] = None,
secured: Optional[str] = None,
serial: Optional[str] = None,
shared_scope: Optional[str] = None,
size: Optional[str] = None,
storage_controller: Optional[GetStoragePhysicalDiskStorageController] = None,
storage_enclosure: Optional[GetStoragePhysicalDiskStorageEnclosure] = None,
tags: Optional[Sequence[GetStoragePhysicalDiskTag]] = None,
thermal: Optional[str] = None,
threshold_operating_temperature: Optional[float] = None,
type: Optional[str] = None,
variant_type: Optional[str] = None,
vendor: Optional[str] = None,
version_context: Optional[GetStoragePhysicalDiskVersionContext] = None,
wear_status_in_days: Optional[float] = None,
write_error_count_threshold: Optional[float] = None,
write_io_error_count: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetStoragePhysicalDiskResult
def get_storage_physical_disk_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStoragePhysicalDiskAncestorArgs]]]] = None,
background_operations: Optional[pulumi.Input[str]] = None,
block_size: Optional[pulumi.Input[str]] = None,
bootable: Optional[pulumi.Input[str]] = None,
class_id: Optional[pulumi.Input[str]] = None,
configuration_checkpoint: Optional[pulumi.Input[str]] = None,
configuration_state: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
description: Optional[pulumi.Input[str]] = None,
device_mo_id: Optional[pulumi.Input[str]] = None,
disabled_for_removal: Optional[pulumi.Input[bool]] = None,
discovered_path: Optional[pulumi.Input[str]] = None,
disk_id: Optional[pulumi.Input[str]] = None,
disk_state: Optional[pulumi.Input[str]] = None,
dn: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
drive_firmware: Optional[pulumi.Input[str]] = None,
drive_state: Optional[pulumi.Input[str]] = None,
encryption_status: Optional[pulumi.Input[str]] = None,
failure_predicted: Optional[pulumi.Input[bool]] = None,
fde_capable: Optional[pulumi.Input[str]] = None,
hot_spare_type: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
indicator_led: Optional[pulumi.Input[str]] = None,
inventory_device_info: Optional[pulumi.Input[GetStoragePhysicalDiskInventoryDeviceInfoArgs]] = None,
is_platform_supported: Optional[pulumi.Input[bool]] = None,
is_upgraded: Optional[pulumi.Input[bool]] = None,
link_speed: Optional[pulumi.Input[str]] = None,
link_state: Optional[pulumi.Input[str]] = None,
locator_led: Optional[pulumi.Input[GetStoragePhysicalDiskLocatorLedArgs]] = None,
maximum_operating_temperature: Optional[pulumi.Input[float]] = None,
media_error_count: Optional[pulumi.Input[float]] = 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,
non_coerced_size_bytes: Optional[pulumi.Input[float]] = None,
num_blocks: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
oper_power_state: Optional[pulumi.Input[str]] = None,
oper_qualifier_reason: Optional[pulumi.Input[str]] = None,
operability: Optional[pulumi.Input[str]] = None,
operating_temperature: Optional[pulumi.Input[float]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetStoragePhysicalDiskParentArgs]] = None,
part_number: Optional[pulumi.Input[str]] = None,
percent_life_left: Optional[pulumi.Input[float]] = None,
percent_reserved_capacity_consumed: Optional[pulumi.Input[float]] = None,
performance_percent: Optional[pulumi.Input[float]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStoragePhysicalDiskPermissionResourceArgs]]]] = None,
physical_block_size: Optional[pulumi.Input[str]] = None,
physical_disk_extensions: Optional[pulumi.Input[Sequence[pulumi.Input[GetStoragePhysicalDiskPhysicalDiskExtensionArgs]]]] = None,
pid: Optional[pulumi.Input[str]] = None,
power_cycle_count: Optional[pulumi.Input[float]] = None,
power_on_hours: Optional[pulumi.Input[float]] = None,
power_on_hours_percentage: Optional[pulumi.Input[float]] = None,
predicted_media_life_left_percent: Optional[pulumi.Input[float]] = None,
predictive_failure_count: Optional[pulumi.Input[float]] = None,
presence: Optional[pulumi.Input[str]] = None,
previous_fru: Optional[pulumi.Input[GetStoragePhysicalDiskPreviousFruArgs]] = None,
protocol: Optional[pulumi.Input[str]] = None,
raw_size: Optional[pulumi.Input[str]] = None,
read_error_count_threshold: Optional[pulumi.Input[float]] = None,
read_io_error_count: Optional[pulumi.Input[float]] = None,
registered_device: Optional[pulumi.Input[GetStoragePhysicalDiskRegisteredDeviceArgs]] = None,
revision: Optional[pulumi.Input[str]] = None,
rn: Optional[pulumi.Input[str]] = None,
running_firmwares: Optional[pulumi.Input[Sequence[pulumi.Input[GetStoragePhysicalDiskRunningFirmwareArgs]]]] = None,
sas_ports: Optional[pulumi.Input[Sequence[pulumi.Input[GetStoragePhysicalDiskSasPortArgs]]]] = None,
secured: Optional[pulumi.Input[str]] = None,
serial: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
size: Optional[pulumi.Input[str]] = None,
storage_controller: Optional[pulumi.Input[GetStoragePhysicalDiskStorageControllerArgs]] = None,
storage_enclosure: Optional[pulumi.Input[GetStoragePhysicalDiskStorageEnclosureArgs]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStoragePhysicalDiskTagArgs]]]] = None,
thermal: Optional[pulumi.Input[str]] = None,
threshold_operating_temperature: Optional[pulumi.Input[float]] = None,
type: Optional[pulumi.Input[str]] = None,
variant_type: Optional[pulumi.Input[str]] = None,
vendor: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetStoragePhysicalDiskVersionContextArgs]] = None,
wear_status_in_days: Optional[pulumi.Input[float]] = None,
write_error_count_threshold: Optional[pulumi.Input[float]] = None,
write_io_error_count: Optional[pulumi.Input[float]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStoragePhysicalDiskResult]
func LookupStoragePhysicalDisk(ctx *Context, args *LookupStoragePhysicalDiskArgs, opts ...InvokeOption) (*LookupStoragePhysicalDiskResult, error)
func LookupStoragePhysicalDiskOutput(ctx *Context, args *LookupStoragePhysicalDiskOutputArgs, opts ...InvokeOption) LookupStoragePhysicalDiskResultOutput
> Note: This function is named LookupStoragePhysicalDisk
in the Go SDK.
public static class GetStoragePhysicalDisk
{
public static Task<GetStoragePhysicalDiskResult> InvokeAsync(GetStoragePhysicalDiskArgs args, InvokeOptions? opts = null)
public static Output<GetStoragePhysicalDiskResult> Invoke(GetStoragePhysicalDiskInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetStoragePhysicalDiskResult> getStoragePhysicalDisk(GetStoragePhysicalDiskArgs args, InvokeOptions options)
public static Output<GetStoragePhysicalDiskResult> getStoragePhysicalDisk(GetStoragePhysicalDiskArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getStoragePhysicalDisk:getStoragePhysicalDisk
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Storage Physical Disk Ancestor> - Background
Operations string - List of background operations underway.
- Block
Size string - The block size of the physical disk in bytes.
- Bootable string
- This field identifies the disk drive as bootable if set to true.
- Class
Id string - Configuration
Checkpoint string - The current configuration checkpoint of the physical disk.
- Configuration
State string - The current configuration state of the physical disk.
- Create
Time string - The time when this managed object was created.
- Description string
- This field displays the description of the physical disk.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Disabled
For boolRemoval - The physical disk is disabled for removal.
- Discovered
Path string - The discovered path of the physical disk.
- Disk
Id string - This field identifies the ID assigned to physical disks.
- Disk
State string - This field identifies the health of the disk.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Drive
Firmware string - This field identifies the disk firmware running in the disk.
- Drive
State string - The drive state as reported by the controller.
- Encryption
Status string - Encryption status of the physical disk.
- Failure
Predicted bool - Possibility of physical disk failure.
- Fde
Capable string - Full-Disk Encryption capability parameter of the physical disk.
- Hot
Spare stringType - Type of hotspare configured on the physical disk.
- Id string
- Indicator
Led string - Status of the locator LED corresponding to the physical disk.
- Inventory
Device GetInfo Storage Physical Disk Inventory Device Info - Is
Platform boolSupported - This field indicates whether the physical disk is supported on the server or not.
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Link
Speed string - The speed of the link between the drive and the controller.
- Link
State string - The current link state of the physical disk.
- Locator
Led GetStorage Physical Disk Locator Led - Maximum
Operating doubleTemperature - Maximum operating temperature of drive in Celsius.
- Media
Error doubleCount - Media error count on the physical disk.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Detailed name of the physical disk.
- Non
Coerced doubleSize Bytes - Physical disk non-coerced size in bytes.
- Num
Blocks string - The number of blocks present on the physical disk.
- Object
Type string - Oper
Power stringState - Operational power of the physical disk.
- Oper
Qualifier stringReason - For certain states, indicates the reason why the operState is in that state.
- Operability string
- This field identifies the disk operability of the disk.
- Operating
Temperature double - Operating temperature of drive in Celsius.
- Owners List<string>
- Parent
Get
Storage Physical Disk Parent - Part
Number string - This field displays the part number of the physical disk.
- Percent
Life doubleLeft - Percentage of write cycles remaining in a solid state drive (SSD).
- Percent
Reserved doubleCapacity Consumed - Percentage of reserve capacity consumed.
- Performance
Percent double - Performance at which the device operating expressed in percentage.
- Permission
Resources List<GetStorage Physical Disk Permission Resource> - Physical
Block stringSize - The block size of the installed physical disk.
- Physical
Disk List<GetExtensions Storage Physical Disk Physical Disk Extension> - Pid string
- This field displays the product ID of the physical disk.
- Power
Cycle doubleCount - Number of powercycles the drive has undergone.
- Power
On doubleHours - Number of hours the drive has been powered on.
- Power
On doubleHours Percentage - Percentage of life used based on five year life span of Cisco supported drives.
- Predicted
Media doubleLife Left Percent - Predicted physical disk life left in percentage.
- Predictive
Failure doubleCount - Error count on the physical disk.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Fru GetStorage Physical Disk Previous Fru - Protocol string
- This field identifies the disk protocol used for communication.
- Raw
Size string - The raw size of the physical disk in MB.
- Read
Error doubleCount Threshold - The number of read errors that are permitted while accessing the drive/card.
- Read
Io doubleError Count - Number of IO Errors that occured while reading data from the disk.
- Registered
Device GetStorage Physical Disk Registered Device - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Running
Firmwares List<GetStorage Physical Disk Running Firmware> - Sas
Ports List<GetStorage Physical Disk Sas Port> - Secured string
- This field identifies whether the disk is encrypted.
- Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Size string
- The size of the physical disk in MB.
- Storage
Controller GetStorage Physical Disk Storage Controller - Storage
Enclosure GetStorage Physical Disk Storage Enclosure - List<Get
Storage Physical Disk Tag> - Thermal string
- Thermal state of the physical disk.
- Threshold
Operating doubleTemperature - Rated threshold operating temperature in Celsius.
- Type string
- This field identifies the type of the physical disk.
- Variant
Type string - The variant type of the physical disk.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Context GetStorage Physical Disk Version Context - Wear
Status doubleIn Days - The number of days an SSD has gone through with the write cycles.
- Write
Error doubleCount Threshold - The number of write errors that are permitted while accessing the drive/card.
- Write
Io doubleError Count - Number of IO Errors that occured while writing data to the disk.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Storage Physical Disk Ancestor - Background
Operations string - List of background operations underway.
- Block
Size string - The block size of the physical disk in bytes.
- Bootable string
- This field identifies the disk drive as bootable if set to true.
- Class
Id string - Configuration
Checkpoint string - The current configuration checkpoint of the physical disk.
- Configuration
State string - The current configuration state of the physical disk.
- Create
Time string - The time when this managed object was created.
- Description string
- This field displays the description of the physical disk.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Disabled
For boolRemoval - The physical disk is disabled for removal.
- Discovered
Path string - The discovered path of the physical disk.
- Disk
Id string - This field identifies the ID assigned to physical disks.
- Disk
State string - This field identifies the health of the disk.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Drive
Firmware string - This field identifies the disk firmware running in the disk.
- Drive
State string - The drive state as reported by the controller.
- Encryption
Status string - Encryption status of the physical disk.
- Failure
Predicted bool - Possibility of physical disk failure.
- Fde
Capable string - Full-Disk Encryption capability parameter of the physical disk.
- Hot
Spare stringType - Type of hotspare configured on the physical disk.
- Id string
- Indicator
Led string - Status of the locator LED corresponding to the physical disk.
- Inventory
Device GetInfo Storage Physical Disk Inventory Device Info - Is
Platform boolSupported - This field indicates whether the physical disk is supported on the server or not.
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Link
Speed string - The speed of the link between the drive and the controller.
- Link
State string - The current link state of the physical disk.
- Locator
Led GetStorage Physical Disk Locator Led - Maximum
Operating float64Temperature - Maximum operating temperature of drive in Celsius.
- Media
Error float64Count - Media error count on the physical disk.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Detailed name of the physical disk.
- Non
Coerced float64Size Bytes - Physical disk non-coerced size in bytes.
- Num
Blocks string - The number of blocks present on the physical disk.
- Object
Type string - Oper
Power stringState - Operational power of the physical disk.
- Oper
Qualifier stringReason - For certain states, indicates the reason why the operState is in that state.
- Operability string
- This field identifies the disk operability of the disk.
- Operating
Temperature float64 - Operating temperature of drive in Celsius.
- Owners []string
- Parent
Get
Storage Physical Disk Parent - Part
Number string - This field displays the part number of the physical disk.
- Percent
Life float64Left - Percentage of write cycles remaining in a solid state drive (SSD).
- Percent
Reserved float64Capacity Consumed - Percentage of reserve capacity consumed.
- Performance
Percent float64 - Performance at which the device operating expressed in percentage.
- Permission
Resources []GetStorage Physical Disk Permission Resource - Physical
Block stringSize - The block size of the installed physical disk.
- Physical
Disk []GetExtensions Storage Physical Disk Physical Disk Extension - Pid string
- This field displays the product ID of the physical disk.
- Power
Cycle float64Count - Number of powercycles the drive has undergone.
- Power
On float64Hours - Number of hours the drive has been powered on.
- Power
On float64Hours Percentage - Percentage of life used based on five year life span of Cisco supported drives.
- Predicted
Media float64Life Left Percent - Predicted physical disk life left in percentage.
- Predictive
Failure float64Count - Error count on the physical disk.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Fru GetStorage Physical Disk Previous Fru - Protocol string
- This field identifies the disk protocol used for communication.
- Raw
Size string - The raw size of the physical disk in MB.
- Read
Error float64Count Threshold - The number of read errors that are permitted while accessing the drive/card.
- Read
Io float64Error Count - Number of IO Errors that occured while reading data from the disk.
- Registered
Device GetStorage Physical Disk Registered Device - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Running
Firmwares []GetStorage Physical Disk Running Firmware - Sas
Ports []GetStorage Physical Disk Sas Port - Secured string
- This field identifies whether the disk is encrypted.
- Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Size string
- The size of the physical disk in MB.
- Storage
Controller GetStorage Physical Disk Storage Controller - Storage
Enclosure GetStorage Physical Disk Storage Enclosure - []Get
Storage Physical Disk Tag - Thermal string
- Thermal state of the physical disk.
- Threshold
Operating float64Temperature - Rated threshold operating temperature in Celsius.
- Type string
- This field identifies the type of the physical disk.
- Variant
Type string - The variant type of the physical disk.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Context GetStorage Physical Disk Version Context - Wear
Status float64In Days - The number of days an SSD has gone through with the write cycles.
- Write
Error float64Count Threshold - The number of write errors that are permitted while accessing the drive/card.
- Write
Io float64Error Count - Number of IO Errors that occured while writing data to the disk.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Storage Physical Disk Ancestor> - background
Operations String - List of background operations underway.
- block
Size String - The block size of the physical disk in bytes.
- bootable String
- This field identifies the disk drive as bootable if set to true.
- class
Id String - configuration
Checkpoint String - The current configuration checkpoint of the physical disk.
- configuration
State String - The current configuration state of the physical disk.
- create
Time String - The time when this managed object was created.
- description String
- This field displays the description of the physical disk.
- device
Mo StringId - The database identifier of the registered device of an object.
- disabled
For BooleanRemoval - The physical disk is disabled for removal.
- discovered
Path String - The discovered path of the physical disk.
- disk
Id String - This field identifies the ID assigned to physical disks.
- disk
State String - This field identifies the health of the disk.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- drive
Firmware String - This field identifies the disk firmware running in the disk.
- drive
State String - The drive state as reported by the controller.
- encryption
Status String - Encryption status of the physical disk.
- failure
Predicted Boolean - Possibility of physical disk failure.
- fde
Capable String - Full-Disk Encryption capability parameter of the physical disk.
- hot
Spare StringType - Type of hotspare configured on the physical disk.
- id String
- indicator
Led String - Status of the locator LED corresponding to the physical disk.
- inventory
Device GetInfo Storage Physical Disk Inventory Device Info - is
Platform BooleanSupported - This field indicates whether the physical disk is supported on the server or not.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- link
Speed String - The speed of the link between the drive and the controller.
- link
State String - The current link state of the physical disk.
- locator
Led GetStorage Physical Disk Locator Led - maximum
Operating DoubleTemperature - Maximum operating temperature of drive in Celsius.
- media
Error DoubleCount - Media error count on the physical disk.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Detailed name of the physical disk.
- non
Coerced DoubleSize Bytes - Physical disk non-coerced size in bytes.
- num
Blocks String - The number of blocks present on the physical disk.
- object
Type String - oper
Power StringState - Operational power of the physical disk.
- oper
Qualifier StringReason - For certain states, indicates the reason why the operState is in that state.
- operability String
- This field identifies the disk operability of the disk.
- operating
Temperature Double - Operating temperature of drive in Celsius.
- owners List<String>
- parent
Get
Storage Physical Disk Parent - part
Number String - This field displays the part number of the physical disk.
- percent
Life DoubleLeft - Percentage of write cycles remaining in a solid state drive (SSD).
- percent
Reserved DoubleCapacity Consumed - Percentage of reserve capacity consumed.
- performance
Percent Double - Performance at which the device operating expressed in percentage.
- permission
Resources List<GetStorage Physical Disk Permission Resource> - physical
Block StringSize - The block size of the installed physical disk.
- physical
Disk List<GetExtensions Storage Physical Disk Physical Disk Extension> - pid String
- This field displays the product ID of the physical disk.
- power
Cycle DoubleCount - Number of powercycles the drive has undergone.
- power
On DoubleHours - Number of hours the drive has been powered on.
- power
On DoubleHours Percentage - Percentage of life used based on five year life span of Cisco supported drives.
- predicted
Media DoubleLife Left Percent - Predicted physical disk life left in percentage.
- predictive
Failure DoubleCount - Error count on the physical disk.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru GetStorage Physical Disk Previous Fru - protocol String
- This field identifies the disk protocol used for communication.
- raw
Size String - The raw size of the physical disk in MB.
- read
Error DoubleCount Threshold - The number of read errors that are permitted while accessing the drive/card.
- read
Io DoubleError Count - Number of IO Errors that occured while reading data from the disk.
- registered
Device GetStorage Physical Disk Registered Device - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- running
Firmwares List<GetStorage Physical Disk Running Firmware> - sas
Ports List<GetStorage Physical Disk Sas Port> - secured String
- This field identifies whether the disk is encrypted.
- serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- size String
- The size of the physical disk in MB.
- storage
Controller GetStorage Physical Disk Storage Controller - storage
Enclosure GetStorage Physical Disk Storage Enclosure - List<Get
Storage Physical Disk Tag> - thermal String
- Thermal state of the physical disk.
- threshold
Operating DoubleTemperature - Rated threshold operating temperature in Celsius.
- type String
- This field identifies the type of the physical disk.
- variant
Type String - The variant type of the physical disk.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Context GetStorage Physical Disk Version Context - wear
Status DoubleIn Days - The number of days an SSD has gone through with the write cycles.
- write
Error DoubleCount Threshold - The number of write errors that are permitted while accessing the drive/card.
- write
Io DoubleError Count - Number of IO Errors that occured while writing data to the disk.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Storage Physical Disk Ancestor[] - background
Operations string - List of background operations underway.
- block
Size string - The block size of the physical disk in bytes.
- bootable string
- This field identifies the disk drive as bootable if set to true.
- class
Id string - configuration
Checkpoint string - The current configuration checkpoint of the physical disk.
- configuration
State string - The current configuration state of the physical disk.
- create
Time string - The time when this managed object was created.
- description string
- This field displays the description of the physical disk.
- device
Mo stringId - The database identifier of the registered device of an object.
- disabled
For booleanRemoval - The physical disk is disabled for removal.
- discovered
Path string - The discovered path of the physical disk.
- disk
Id string - This field identifies the ID assigned to physical disks.
- disk
State string - This field identifies the health of the disk.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- drive
Firmware string - This field identifies the disk firmware running in the disk.
- drive
State string - The drive state as reported by the controller.
- encryption
Status string - Encryption status of the physical disk.
- failure
Predicted boolean - Possibility of physical disk failure.
- fde
Capable string - Full-Disk Encryption capability parameter of the physical disk.
- hot
Spare stringType - Type of hotspare configured on the physical disk.
- id string
- indicator
Led string - Status of the locator LED corresponding to the physical disk.
- inventory
Device GetInfo Storage Physical Disk Inventory Device Info - is
Platform booleanSupported - This field indicates whether the physical disk is supported on the server or not.
- is
Upgraded boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- link
Speed string - The speed of the link between the drive and the controller.
- link
State string - The current link state of the physical disk.
- locator
Led GetStorage Physical Disk Locator Led - maximum
Operating numberTemperature - Maximum operating temperature of drive in Celsius.
- media
Error numberCount - Media error count on the physical disk.
- mod
Time string - The time when this managed object was last modified.
- model string
- This field displays the model number of the associated component or hardware.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Detailed name of the physical disk.
- non
Coerced numberSize Bytes - Physical disk non-coerced size in bytes.
- num
Blocks string - The number of blocks present on the physical disk.
- object
Type string - oper
Power stringState - Operational power of the physical disk.
- oper
Qualifier stringReason - For certain states, indicates the reason why the operState is in that state.
- operability string
- This field identifies the disk operability of the disk.
- operating
Temperature number - Operating temperature of drive in Celsius.
- owners string[]
- parent
Get
Storage Physical Disk Parent - part
Number string - This field displays the part number of the physical disk.
- percent
Life numberLeft - Percentage of write cycles remaining in a solid state drive (SSD).
- percent
Reserved numberCapacity Consumed - Percentage of reserve capacity consumed.
- performance
Percent number - Performance at which the device operating expressed in percentage.
- permission
Resources GetStorage Physical Disk Permission Resource[] - physical
Block stringSize - The block size of the installed physical disk.
- physical
Disk GetExtensions Storage Physical Disk Physical Disk Extension[] - pid string
- This field displays the product ID of the physical disk.
- power
Cycle numberCount - Number of powercycles the drive has undergone.
- power
On numberHours - Number of hours the drive has been powered on.
- power
On numberHours Percentage - Percentage of life used based on five year life span of Cisco supported drives.
- predicted
Media numberLife Left Percent - Predicted physical disk life left in percentage.
- predictive
Failure numberCount - Error count on the physical disk.
- presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru GetStorage Physical Disk Previous Fru - protocol string
- This field identifies the disk protocol used for communication.
- raw
Size string - The raw size of the physical disk in MB.
- read
Error numberCount Threshold - The number of read errors that are permitted while accessing the drive/card.
- read
Io numberError Count - Number of IO Errors that occured while reading data from the disk.
- registered
Device GetStorage Physical Disk Registered Device - revision string
- This field displays the revised version of the associated component or hardware (if any).
- rn string
- The Relative Name uniquely identifies an object within a given context.
- running
Firmwares GetStorage Physical Disk Running Firmware[] - sas
Ports GetStorage Physical Disk Sas Port[] - secured string
- This field identifies whether the disk is encrypted.
- serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- size string
- The size of the physical disk in MB.
- storage
Controller GetStorage Physical Disk Storage Controller - storage
Enclosure GetStorage Physical Disk Storage Enclosure - Get
Storage Physical Disk Tag[] - thermal string
- Thermal state of the physical disk.
- threshold
Operating numberTemperature - Rated threshold operating temperature in Celsius.
- type string
- This field identifies the type of the physical disk.
- variant
Type string - The variant type of the physical disk.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- version
Context GetStorage Physical Disk Version Context - wear
Status numberIn Days - The number of days an SSD has gone through with the write cycles.
- write
Error numberCount Threshold - The number of write errors that are permitted while accessing the drive/card.
- write
Io numberError Count - Number of IO Errors that occured while writing data to the disk.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Storage Physical Disk Ancestor] - background_
operations str - List of background operations underway.
- block_
size str - The block size of the physical disk in bytes.
- bootable str
- This field identifies the disk drive as bootable if set to true.
- class_
id str - configuration_
checkpoint str - The current configuration checkpoint of the physical disk.
- configuration_
state str - The current configuration state of the physical disk.
- create_
time str - The time when this managed object was created.
- description str
- This field displays the description of the physical disk.
- device_
mo_ strid - The database identifier of the registered device of an object.
- disabled_
for_ boolremoval - The physical disk is disabled for removal.
- discovered_
path str - The discovered path of the physical disk.
- disk_
id str - This field identifies the ID assigned to physical disks.
- disk_
state str - This field identifies the health of the disk.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- drive_
firmware str - This field identifies the disk firmware running in the disk.
- drive_
state str - The drive state as reported by the controller.
- encryption_
status str - Encryption status of the physical disk.
- failure_
predicted bool - Possibility of physical disk failure.
- fde_
capable str - Full-Disk Encryption capability parameter of the physical disk.
- hot_
spare_ strtype - Type of hotspare configured on the physical disk.
- id str
- indicator_
led str - Status of the locator LED corresponding to the physical disk.
- inventory_
device_ Getinfo Storage Physical Disk Inventory Device Info - is_
platform_ boolsupported - This field indicates whether the physical disk is supported on the server or not.
- is_
upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- link_
speed str - The speed of the link between the drive and the controller.
- link_
state str - The current link state of the physical disk.
- locator_
led GetStorage Physical Disk Locator Led - maximum_
operating_ floattemperature - Maximum operating temperature of drive in Celsius.
- media_
error_ floatcount - Media error count on the physical disk.
- mod_
time str - The time when this managed object was last modified.
- model str
- This field displays the model number of the associated component or hardware.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Detailed name of the physical disk.
- non_
coerced_ floatsize_ bytes - Physical disk non-coerced size in bytes.
- num_
blocks str - The number of blocks present on the physical disk.
- object_
type str - oper_
power_ strstate - Operational power of the physical disk.
- oper_
qualifier_ strreason - For certain states, indicates the reason why the operState is in that state.
- operability str
- This field identifies the disk operability of the disk.
- operating_
temperature float - Operating temperature of drive in Celsius.
- owners Sequence[str]
- parent
Get
Storage Physical Disk Parent - part_
number str - This field displays the part number of the physical disk.
- percent_
life_ floatleft - Percentage of write cycles remaining in a solid state drive (SSD).
- percent_
reserved_ floatcapacity_ consumed - Percentage of reserve capacity consumed.
- performance_
percent float - Performance at which the device operating expressed in percentage.
- permission_
resources Sequence[GetStorage Physical Disk Permission Resource] - physical_
block_ strsize - The block size of the installed physical disk.
- physical_
disk_ Sequence[Getextensions Storage Physical Disk Physical Disk Extension] - pid str
- This field displays the product ID of the physical disk.
- power_
cycle_ floatcount - Number of powercycles the drive has undergone.
- power_
on_ floathours - Number of hours the drive has been powered on.
- power_
on_ floathours_ percentage - Percentage of life used based on five year life span of Cisco supported drives.
- predicted_
media_ floatlife_ left_ percent - Predicted physical disk life left in percentage.
- predictive_
failure_ floatcount - Error count on the physical disk.
- presence str
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_
fru GetStorage Physical Disk Previous Fru - protocol str
- This field identifies the disk protocol used for communication.
- raw_
size str - The raw size of the physical disk in MB.
- read_
error_ floatcount_ threshold - The number of read errors that are permitted while accessing the drive/card.
- read_
io_ floaterror_ count - Number of IO Errors that occured while reading data from the disk.
- registered_
device GetStorage Physical Disk Registered Device - revision str
- This field displays the revised version of the associated component or hardware (if any).
- rn str
- The Relative Name uniquely identifies an object within a given context.
- running_
firmwares Sequence[GetStorage Physical Disk Running Firmware] - sas_
ports Sequence[GetStorage Physical Disk Sas Port] - secured str
- This field identifies whether the disk is encrypted.
- serial str
- This field displays the serial number of the associated component or hardware.
- 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.
- size str
- The size of the physical disk in MB.
- storage_
controller GetStorage Physical Disk Storage Controller - storage_
enclosure GetStorage Physical Disk Storage Enclosure - Sequence[Get
Storage Physical Disk Tag] - thermal str
- Thermal state of the physical disk.
- threshold_
operating_ floattemperature - Rated threshold operating temperature in Celsius.
- type str
- This field identifies the type of the physical disk.
- variant_
type str - The variant type of the physical disk.
- vendor str
- This field displays the vendor information of the associated component or hardware.
- version_
context GetStorage Physical Disk Version Context - wear_
status_ floatin_ days - The number of days an SSD has gone through with the write cycles.
- write_
error_ floatcount_ threshold - The number of write errors that are permitted while accessing the drive/card.
- write_
io_ floaterror_ count - Number of IO Errors that occured while writing data to the disk.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- background
Operations String - List of background operations underway.
- block
Size String - The block size of the physical disk in bytes.
- bootable String
- This field identifies the disk drive as bootable if set to true.
- class
Id String - configuration
Checkpoint String - The current configuration checkpoint of the physical disk.
- configuration
State String - The current configuration state of the physical disk.
- create
Time String - The time when this managed object was created.
- description String
- This field displays the description of the physical disk.
- device
Mo StringId - The database identifier of the registered device of an object.
- disabled
For BooleanRemoval - The physical disk is disabled for removal.
- discovered
Path String - The discovered path of the physical disk.
- disk
Id String - This field identifies the ID assigned to physical disks.
- disk
State String - This field identifies the health of the disk.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- drive
Firmware String - This field identifies the disk firmware running in the disk.
- drive
State String - The drive state as reported by the controller.
- encryption
Status String - Encryption status of the physical disk.
- failure
Predicted Boolean - Possibility of physical disk failure.
- fde
Capable String - Full-Disk Encryption capability parameter of the physical disk.
- hot
Spare StringType - Type of hotspare configured on the physical disk.
- id String
- indicator
Led String - Status of the locator LED corresponding to the physical disk.
- inventory
Device Property MapInfo - is
Platform BooleanSupported - This field indicates whether the physical disk is supported on the server or not.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- link
Speed String - The speed of the link between the drive and the controller.
- link
State String - The current link state of the physical disk.
- locator
Led Property Map - maximum
Operating NumberTemperature - Maximum operating temperature of drive in Celsius.
- media
Error NumberCount - Media error count on the physical disk.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Detailed name of the physical disk.
- non
Coerced NumberSize Bytes - Physical disk non-coerced size in bytes.
- num
Blocks String - The number of blocks present on the physical disk.
- object
Type String - oper
Power StringState - Operational power of the physical disk.
- oper
Qualifier StringReason - For certain states, indicates the reason why the operState is in that state.
- operability String
- This field identifies the disk operability of the disk.
- operating
Temperature Number - Operating temperature of drive in Celsius.
- owners List<String>
- parent Property Map
- part
Number String - This field displays the part number of the physical disk.
- percent
Life NumberLeft - Percentage of write cycles remaining in a solid state drive (SSD).
- percent
Reserved NumberCapacity Consumed - Percentage of reserve capacity consumed.
- performance
Percent Number - Performance at which the device operating expressed in percentage.
- permission
Resources List<Property Map> - physical
Block StringSize - The block size of the installed physical disk.
- physical
Disk List<Property Map>Extensions - pid String
- This field displays the product ID of the physical disk.
- power
Cycle NumberCount - Number of powercycles the drive has undergone.
- power
On NumberHours - Number of hours the drive has been powered on.
- power
On NumberHours Percentage - Percentage of life used based on five year life span of Cisco supported drives.
- predicted
Media NumberLife Left Percent - Predicted physical disk life left in percentage.
- predictive
Failure NumberCount - Error count on the physical disk.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru Property Map - protocol String
- This field identifies the disk protocol used for communication.
- raw
Size String - The raw size of the physical disk in MB.
- read
Error NumberCount Threshold - The number of read errors that are permitted while accessing the drive/card.
- read
Io NumberError Count - Number of IO Errors that occured while reading data from the disk.
- registered
Device Property Map - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- running
Firmwares List<Property Map> - sas
Ports List<Property Map> - secured String
- This field identifies whether the disk is encrypted.
- serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- size String
- The size of the physical disk in MB.
- storage
Controller Property Map - storage
Enclosure Property Map - List<Property Map>
- thermal String
- Thermal state of the physical disk.
- threshold
Operating NumberTemperature - Rated threshold operating temperature in Celsius.
- type String
- This field identifies the type of the physical disk.
- variant
Type String - The variant type of the physical disk.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Context Property Map - wear
Status NumberIn Days - The number of days an SSD has gone through with the write cycles.
- write
Error NumberCount Threshold - The number of write errors that are permitted while accessing the drive/card.
- write
Io NumberError Count - Number of IO Errors that occured while writing data to the disk.
getStoragePhysicalDisk Result
The following output properties are available:
- Id string
- Results
List<Get
Storage Physical Disk Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Storage Physical Disk Ancestor> - Background
Operations string - Block
Size string - Bootable string
- Class
Id string - Configuration
Checkpoint string - Configuration
State string - Create
Time string - Description string
- Device
Mo stringId - Disabled
For boolRemoval - Discovered
Path string - Disk
Id string - Disk
State string - Dn string
- Domain
Group stringMoid - Drive
Firmware string - Drive
State string - Encryption
Status string - Failure
Predicted bool - Fde
Capable string - Hot
Spare stringType - Indicator
Led string - Inventory
Device GetInfo Storage Physical Disk Inventory Device Info - Is
Platform boolSupported - Is
Upgraded bool - Link
Speed string - Link
State string - Locator
Led GetStorage Physical Disk Locator Led - Maximum
Operating doubleTemperature - Media
Error doubleCount - Mod
Time string - Model string
- Moid string
- Name string
- Non
Coerced doubleSize Bytes - Num
Blocks string - Object
Type string - Oper
Power stringState - Oper
Qualifier stringReason - Operability string
- Operating
Temperature double - Owners List<string>
- Parent
Get
Storage Physical Disk Parent - Part
Number string - Percent
Life doubleLeft - Percent
Reserved doubleCapacity Consumed - Performance
Percent double - Permission
Resources List<GetStorage Physical Disk Permission Resource> - Physical
Block stringSize - Physical
Disk List<GetExtensions Storage Physical Disk Physical Disk Extension> - Pid string
- Power
Cycle doubleCount - Power
On doubleHours - Power
On doubleHours Percentage - Predicted
Media doubleLife Left Percent - Predictive
Failure doubleCount - Presence string
- Previous
Fru GetStorage Physical Disk Previous Fru - Protocol string
- Raw
Size string - Read
Error doubleCount Threshold - Read
Io doubleError Count - Registered
Device GetStorage Physical Disk Registered Device - Revision string
- Rn string
- Running
Firmwares List<GetStorage Physical Disk Running Firmware> - Sas
Ports List<GetStorage Physical Disk Sas Port> - Secured string
- Serial string
- string
- Size string
- Storage
Controller GetStorage Physical Disk Storage Controller - Storage
Enclosure GetStorage Physical Disk Storage Enclosure - List<Get
Storage Physical Disk Tag> - Thermal string
- Threshold
Operating doubleTemperature - Type string
- Variant
Type string - Vendor string
- Version
Context GetStorage Physical Disk Version Context - Wear
Status doubleIn Days - Write
Error doubleCount Threshold - Write
Io doubleError Count
- Id string
- Results
[]Get
Storage Physical Disk Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Storage Physical Disk Ancestor - Background
Operations string - Block
Size string - Bootable string
- Class
Id string - Configuration
Checkpoint string - Configuration
State string - Create
Time string - Description string
- Device
Mo stringId - Disabled
For boolRemoval - Discovered
Path string - Disk
Id string - Disk
State string - Dn string
- Domain
Group stringMoid - Drive
Firmware string - Drive
State string - Encryption
Status string - Failure
Predicted bool - Fde
Capable string - Hot
Spare stringType - Indicator
Led string - Inventory
Device GetInfo Storage Physical Disk Inventory Device Info - Is
Platform boolSupported - Is
Upgraded bool - Link
Speed string - Link
State string - Locator
Led GetStorage Physical Disk Locator Led - Maximum
Operating float64Temperature - Media
Error float64Count - Mod
Time string - Model string
- Moid string
- Name string
- Non
Coerced float64Size Bytes - Num
Blocks string - Object
Type string - Oper
Power stringState - Oper
Qualifier stringReason - Operability string
- Operating
Temperature float64 - Owners []string
- Parent
Get
Storage Physical Disk Parent - Part
Number string - Percent
Life float64Left - Percent
Reserved float64Capacity Consumed - Performance
Percent float64 - Permission
Resources []GetStorage Physical Disk Permission Resource - Physical
Block stringSize - Physical
Disk []GetExtensions Storage Physical Disk Physical Disk Extension - Pid string
- Power
Cycle float64Count - Power
On float64Hours - Power
On float64Hours Percentage - Predicted
Media float64Life Left Percent - Predictive
Failure float64Count - Presence string
- Previous
Fru GetStorage Physical Disk Previous Fru - Protocol string
- Raw
Size string - Read
Error float64Count Threshold - Read
Io float64Error Count - Registered
Device GetStorage Physical Disk Registered Device - Revision string
- Rn string
- Running
Firmwares []GetStorage Physical Disk Running Firmware - Sas
Ports []GetStorage Physical Disk Sas Port - Secured string
- Serial string
- string
- Size string
- Storage
Controller GetStorage Physical Disk Storage Controller - Storage
Enclosure GetStorage Physical Disk Storage Enclosure - []Get
Storage Physical Disk Tag - Thermal string
- Threshold
Operating float64Temperature - Type string
- Variant
Type string - Vendor string
- Version
Context GetStorage Physical Disk Version Context - Wear
Status float64In Days - Write
Error float64Count Threshold - Write
Io float64Error Count
- id String
- results
List<Get
Storage Physical Disk Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Storage Physical Disk Ancestor> - background
Operations String - block
Size String - bootable String
- class
Id String - configuration
Checkpoint String - configuration
State String - create
Time String - description String
- device
Mo StringId - disabled
For BooleanRemoval - discovered
Path String - disk
Id String - disk
State String - dn String
- domain
Group StringMoid - drive
Firmware String - drive
State String - encryption
Status String - failure
Predicted Boolean - fde
Capable String - hot
Spare StringType - indicator
Led String - inventory
Device GetInfo Storage Physical Disk Inventory Device Info - is
Platform BooleanSupported - is
Upgraded Boolean - link
Speed String - link
State String - locator
Led GetStorage Physical Disk Locator Led - maximum
Operating DoubleTemperature - media
Error DoubleCount - mod
Time String - model String
- moid String
- name String
- non
Coerced DoubleSize Bytes - num
Blocks String - object
Type String - oper
Power StringState - oper
Qualifier StringReason - operability String
- operating
Temperature Double - owners List<String>
- parent
Get
Storage Physical Disk Parent - part
Number String - percent
Life DoubleLeft - percent
Reserved DoubleCapacity Consumed - performance
Percent Double - permission
Resources List<GetStorage Physical Disk Permission Resource> - physical
Block StringSize - physical
Disk List<GetExtensions Storage Physical Disk Physical Disk Extension> - pid String
- power
Cycle DoubleCount - power
On DoubleHours - power
On DoubleHours Percentage - predicted
Media DoubleLife Left Percent - predictive
Failure DoubleCount - presence String
- previous
Fru GetStorage Physical Disk Previous Fru - protocol String
- raw
Size String - read
Error DoubleCount Threshold - read
Io DoubleError Count - registered
Device GetStorage Physical Disk Registered Device - revision String
- rn String
- running
Firmwares List<GetStorage Physical Disk Running Firmware> - sas
Ports List<GetStorage Physical Disk Sas Port> - secured String
- serial String
- String
- size String
- storage
Controller GetStorage Physical Disk Storage Controller - storage
Enclosure GetStorage Physical Disk Storage Enclosure - List<Get
Storage Physical Disk Tag> - thermal String
- threshold
Operating DoubleTemperature - type String
- variant
Type String - vendor String
- version
Context GetStorage Physical Disk Version Context - wear
Status DoubleIn Days - write
Error DoubleCount Threshold - write
Io DoubleError Count
- id string
- results
Get
Storage Physical Disk Result[] - account
Moid string - additional
Properties string - ancestors
Get
Storage Physical Disk Ancestor[] - background
Operations string - block
Size string - bootable string
- class
Id string - configuration
Checkpoint string - configuration
State string - create
Time string - description string
- device
Mo stringId - disabled
For booleanRemoval - discovered
Path string - disk
Id string - disk
State string - dn string
- domain
Group stringMoid - drive
Firmware string - drive
State string - encryption
Status string - failure
Predicted boolean - fde
Capable string - hot
Spare stringType - indicator
Led string - inventory
Device GetInfo Storage Physical Disk Inventory Device Info - is
Platform booleanSupported - is
Upgraded boolean - link
Speed string - link
State string - locator
Led GetStorage Physical Disk Locator Led - maximum
Operating numberTemperature - media
Error numberCount - mod
Time string - model string
- moid string
- name string
- non
Coerced numberSize Bytes - num
Blocks string - object
Type string - oper
Power stringState - oper
Qualifier stringReason - operability string
- operating
Temperature number - owners string[]
- parent
Get
Storage Physical Disk Parent - part
Number string - percent
Life numberLeft - percent
Reserved numberCapacity Consumed - performance
Percent number - permission
Resources GetStorage Physical Disk Permission Resource[] - physical
Block stringSize - physical
Disk GetExtensions Storage Physical Disk Physical Disk Extension[] - pid string
- power
Cycle numberCount - power
On numberHours - power
On numberHours Percentage - predicted
Media numberLife Left Percent - predictive
Failure numberCount - presence string
- previous
Fru GetStorage Physical Disk Previous Fru - protocol string
- raw
Size string - read
Error numberCount Threshold - read
Io numberError Count - registered
Device GetStorage Physical Disk Registered Device - revision string
- rn string
- running
Firmwares GetStorage Physical Disk Running Firmware[] - sas
Ports GetStorage Physical Disk Sas Port[] - secured string
- serial string
- string
- size string
- storage
Controller GetStorage Physical Disk Storage Controller - storage
Enclosure GetStorage Physical Disk Storage Enclosure - Get
Storage Physical Disk Tag[] - thermal string
- threshold
Operating numberTemperature - type string
- variant
Type string - vendor string
- version
Context GetStorage Physical Disk Version Context - wear
Status numberIn Days - write
Error numberCount Threshold - write
Io numberError Count
- id str
- results
Sequence[Get
Storage Physical Disk Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Storage Physical Disk Ancestor] - background_
operations str - block_
size str - bootable str
- class_
id str - configuration_
checkpoint str - configuration_
state str - create_
time str - description str
- device_
mo_ strid - disabled_
for_ boolremoval - discovered_
path str - disk_
id str - disk_
state str - dn str
- domain_
group_ strmoid - drive_
firmware str - drive_
state str - encryption_
status str - failure_
predicted bool - fde_
capable str - hot_
spare_ strtype - indicator_
led str - inventory_
device_ Getinfo Storage Physical Disk Inventory Device Info - is_
platform_ boolsupported - is_
upgraded bool - link_
speed str - link_
state str - locator_
led GetStorage Physical Disk Locator Led - maximum_
operating_ floattemperature - media_
error_ floatcount - mod_
time str - model str
- moid str
- name str
- non_
coerced_ floatsize_ bytes - num_
blocks str - object_
type str - oper_
power_ strstate - oper_
qualifier_ strreason - operability str
- operating_
temperature float - owners Sequence[str]
- parent
Get
Storage Physical Disk Parent - part_
number str - percent_
life_ floatleft - percent_
reserved_ floatcapacity_ consumed - performance_
percent float - permission_
resources Sequence[GetStorage Physical Disk Permission Resource] - physical_
block_ strsize - physical_
disk_ Sequence[Getextensions Storage Physical Disk Physical Disk Extension] - pid str
- power_
cycle_ floatcount - power_
on_ floathours - power_
on_ floathours_ percentage - predicted_
media_ floatlife_ left_ percent - predictive_
failure_ floatcount - presence str
- previous_
fru GetStorage Physical Disk Previous Fru - protocol str
- raw_
size str - read_
error_ floatcount_ threshold - read_
io_ floaterror_ count - registered_
device GetStorage Physical Disk Registered Device - revision str
- rn str
- running_
firmwares Sequence[GetStorage Physical Disk Running Firmware] - sas_
ports Sequence[GetStorage Physical Disk Sas Port] - secured str
- serial str
- str
- size str
- storage_
controller GetStorage Physical Disk Storage Controller - storage_
enclosure GetStorage Physical Disk Storage Enclosure - Sequence[Get
Storage Physical Disk Tag] - thermal str
- threshold_
operating_ floattemperature - type str
- variant_
type str - vendor str
- version_
context GetStorage Physical Disk Version Context - wear_
status_ floatin_ days - write_
error_ floatcount_ threshold - write_
io_ floaterror_ count
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- background
Operations String - block
Size String - bootable String
- class
Id String - configuration
Checkpoint String - configuration
State String - create
Time String - description String
- device
Mo StringId - disabled
For BooleanRemoval - discovered
Path String - disk
Id String - disk
State String - dn String
- domain
Group StringMoid - drive
Firmware String - drive
State String - encryption
Status String - failure
Predicted Boolean - fde
Capable String - hot
Spare StringType - indicator
Led String - inventory
Device Property MapInfo - is
Platform BooleanSupported - is
Upgraded Boolean - link
Speed String - link
State String - locator
Led Property Map - maximum
Operating NumberTemperature - media
Error NumberCount - mod
Time String - model String
- moid String
- name String
- non
Coerced NumberSize Bytes - num
Blocks String - object
Type String - oper
Power StringState - oper
Qualifier StringReason - operability String
- operating
Temperature Number - owners List<String>
- parent Property Map
- part
Number String - percent
Life NumberLeft - percent
Reserved NumberCapacity Consumed - performance
Percent Number - permission
Resources List<Property Map> - physical
Block StringSize - physical
Disk List<Property Map>Extensions - pid String
- power
Cycle NumberCount - power
On NumberHours - power
On NumberHours Percentage - predicted
Media NumberLife Left Percent - predictive
Failure NumberCount - presence String
- previous
Fru Property Map - protocol String
- raw
Size String - read
Error NumberCount Threshold - read
Io NumberError Count - registered
Device Property Map - revision String
- rn String
- running
Firmwares List<Property Map> - sas
Ports List<Property Map> - secured String
- serial String
- String
- size String
- storage
Controller Property Map - storage
Enclosure Property Map - List<Property Map>
- thermal String
- threshold
Operating NumberTemperature - type String
- variant
Type String - vendor String
- version
Context Property Map - wear
Status NumberIn Days - write
Error NumberCount Threshold - write
Io NumberError Count
Supporting Types
GetStoragePhysicalDiskAncestor
- 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'.
GetStoragePhysicalDiskInventoryDeviceInfo
- 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'.
GetStoragePhysicalDiskLocatorLed
- 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'.
GetStoragePhysicalDiskParent
- 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'.
GetStoragePhysicalDiskPermissionResource
- 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'.
GetStoragePhysicalDiskPhysicalDiskExtension
- 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'.
GetStoragePhysicalDiskPreviousFru
- 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'.
GetStoragePhysicalDiskRegisteredDevice
- 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'.
GetStoragePhysicalDiskResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Storage Physical Disk Result Ancestor> - Background
Operations string - List of background operations underway.
- Block
Size string - The block size of the physical disk in bytes.
- Bootable string
- This field identifies the disk drive as bootable if set to true.
- Class
Id string - Configuration
Checkpoint string - The current configuration checkpoint of the physical disk.
- Configuration
State string - The current configuration state of the physical disk.
- Create
Time string - The time when this managed object was created.
- Description string
- This field displays the description of the physical disk.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Disabled
For boolRemoval - The physical disk is disabled for removal.
- Discovered
Path string - The discovered path of the physical disk.
- Disk
Id string - This field identifies the ID assigned to physical disks.
- Disk
State string - This field identifies the health of the disk.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Drive
Firmware string - This field identifies the disk firmware running in the disk.
- Drive
State string - The drive state as reported by the controller.
- Encryption
Status string - Encryption status of the physical disk.
- Failure
Predicted bool - Possibility of physical disk failure.
- Fde
Capable string - Full-Disk Encryption capability parameter of the physical disk.
- Hot
Spare stringType - Type of hotspare configured on the physical disk.
- Indicator
Led string - Status of the locator LED corresponding to the physical disk.
- Inventory
Device List<GetInfos Storage Physical Disk Result Inventory Device Info> - Is
Platform boolSupported - This field indicates whether the physical disk is supported on the server or not.
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Link
Speed string - The speed of the link between the drive and the controller.
- Link
State string - The current link state of the physical disk.
- Locator
Leds List<GetStorage Physical Disk Result Locator Led> - Maximum
Operating doubleTemperature - Maximum operating temperature of drive in Celsius.
- Media
Error doubleCount - Media error count on the physical disk.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Detailed name of the physical disk.
- Non
Coerced doubleSize Bytes - Physical disk non-coerced size in bytes.
- Num
Blocks string - The number of blocks present on the physical disk.
- Object
Type string - Oper
Power stringState - Operational power of the physical disk.
- Oper
Qualifier stringReason - For certain states, indicates the reason why the operState is in that state.
- Operability string
- This field identifies the disk operability of the disk.
- Operating
Temperature double - Operating temperature of drive in Celsius.
- Owners List<string>
- Parents
List<Get
Storage Physical Disk Result Parent> - Part
Number string - This field displays the part number of the physical disk.
- Percent
Life doubleLeft - Percentage of write cycles remaining in a solid state drive (SSD).
- Percent
Reserved doubleCapacity Consumed - Percentage of reserve capacity consumed.
- Performance
Percent double - Performance at which the device operating expressed in percentage.
- Permission
Resources List<GetStorage Physical Disk Result Permission Resource> - Physical
Block stringSize - The block size of the installed physical disk.
- Physical
Disk List<GetExtensions Storage Physical Disk Result Physical Disk Extension> - Pid string
- This field displays the product ID of the physical disk.
- Power
Cycle doubleCount - Number of powercycles the drive has undergone.
- Power
On doubleHours - Number of hours the drive has been powered on.
- Power
On doubleHours Percentage - Percentage of life used based on five year life span of Cisco supported drives.
- Predicted
Media doubleLife Left Percent - Predicted physical disk life left in percentage.
- Predictive
Failure doubleCount - Error count on the physical disk.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Frus List<GetStorage Physical Disk Result Previous Frus> - Protocol string
- This field identifies the disk protocol used for communication.
- Raw
Size string - The raw size of the physical disk in MB.
- Read
Error doubleCount Threshold - The number of read errors that are permitted while accessing the drive/card.
- Read
Io doubleError Count - Number of IO Errors that occured while reading data from the disk.
- Registered
Devices List<GetStorage Physical Disk Result Registered Device> - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Running
Firmwares List<GetStorage Physical Disk Result Running Firmware> - Sas
Ports List<GetStorage Physical Disk Result Sas Port> - Secured string
- This field identifies whether the disk is encrypted.
- Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Size string
- The size of the physical disk in MB.
- Storage
Controllers List<GetStorage Physical Disk Result Storage Controller> - Storage
Enclosures List<GetStorage Physical Disk Result Storage Enclosure> - List<Get
Storage Physical Disk Result Tag> - Thermal string
- Thermal state of the physical disk.
- Threshold
Operating doubleTemperature - Rated threshold operating temperature in Celsius.
- Type string
- This field identifies the type of the physical disk.
- Variant
Type string - The variant type of the physical disk.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Contexts List<GetStorage Physical Disk Result Version Context> - Wear
Status doubleIn Days - The number of days an SSD has gone through with the write cycles.
- Write
Error doubleCount Threshold - The number of write errors that are permitted while accessing the drive/card.
- Write
Io doubleError Count - Number of IO Errors that occured while writing data to the disk.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Storage Physical Disk Result Ancestor - Background
Operations string - List of background operations underway.
- Block
Size string - The block size of the physical disk in bytes.
- Bootable string
- This field identifies the disk drive as bootable if set to true.
- Class
Id string - Configuration
Checkpoint string - The current configuration checkpoint of the physical disk.
- Configuration
State string - The current configuration state of the physical disk.
- Create
Time string - The time when this managed object was created.
- Description string
- This field displays the description of the physical disk.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Disabled
For boolRemoval - The physical disk is disabled for removal.
- Discovered
Path string - The discovered path of the physical disk.
- Disk
Id string - This field identifies the ID assigned to physical disks.
- Disk
State string - This field identifies the health of the disk.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Drive
Firmware string - This field identifies the disk firmware running in the disk.
- Drive
State string - The drive state as reported by the controller.
- Encryption
Status string - Encryption status of the physical disk.
- Failure
Predicted bool - Possibility of physical disk failure.
- Fde
Capable string - Full-Disk Encryption capability parameter of the physical disk.
- Hot
Spare stringType - Type of hotspare configured on the physical disk.
- Indicator
Led string - Status of the locator LED corresponding to the physical disk.
- Inventory
Device []GetInfos Storage Physical Disk Result Inventory Device Info - Is
Platform boolSupported - This field indicates whether the physical disk is supported on the server or not.
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Link
Speed string - The speed of the link between the drive and the controller.
- Link
State string - The current link state of the physical disk.
- Locator
Leds []GetStorage Physical Disk Result Locator Led - Maximum
Operating float64Temperature - Maximum operating temperature of drive in Celsius.
- Media
Error float64Count - Media error count on the physical disk.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Detailed name of the physical disk.
- Non
Coerced float64Size Bytes - Physical disk non-coerced size in bytes.
- Num
Blocks string - The number of blocks present on the physical disk.
- Object
Type string - Oper
Power stringState - Operational power of the physical disk.
- Oper
Qualifier stringReason - For certain states, indicates the reason why the operState is in that state.
- Operability string
- This field identifies the disk operability of the disk.
- Operating
Temperature float64 - Operating temperature of drive in Celsius.
- Owners []string
- Parents
[]Get
Storage Physical Disk Result Parent - Part
Number string - This field displays the part number of the physical disk.
- Percent
Life float64Left - Percentage of write cycles remaining in a solid state drive (SSD).
- Percent
Reserved float64Capacity Consumed - Percentage of reserve capacity consumed.
- Performance
Percent float64 - Performance at which the device operating expressed in percentage.
- Permission
Resources []GetStorage Physical Disk Result Permission Resource - Physical
Block stringSize - The block size of the installed physical disk.
- Physical
Disk []GetExtensions Storage Physical Disk Result Physical Disk Extension - Pid string
- This field displays the product ID of the physical disk.
- Power
Cycle float64Count - Number of powercycles the drive has undergone.
- Power
On float64Hours - Number of hours the drive has been powered on.
- Power
On float64Hours Percentage - Percentage of life used based on five year life span of Cisco supported drives.
- Predicted
Media float64Life Left Percent - Predicted physical disk life left in percentage.
- Predictive
Failure float64Count - Error count on the physical disk.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Frus []GetStorage Physical Disk Result Previous Frus - Protocol string
- This field identifies the disk protocol used for communication.
- Raw
Size string - The raw size of the physical disk in MB.
- Read
Error float64Count Threshold - The number of read errors that are permitted while accessing the drive/card.
- Read
Io float64Error Count - Number of IO Errors that occured while reading data from the disk.
- Registered
Devices []GetStorage Physical Disk Result Registered Device - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Running
Firmwares []GetStorage Physical Disk Result Running Firmware - Sas
Ports []GetStorage Physical Disk Result Sas Port - Secured string
- This field identifies whether the disk is encrypted.
- Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Size string
- The size of the physical disk in MB.
- Storage
Controllers []GetStorage Physical Disk Result Storage Controller - Storage
Enclosures []GetStorage Physical Disk Result Storage Enclosure - []Get
Storage Physical Disk Result Tag - Thermal string
- Thermal state of the physical disk.
- Threshold
Operating float64Temperature - Rated threshold operating temperature in Celsius.
- Type string
- This field identifies the type of the physical disk.
- Variant
Type string - The variant type of the physical disk.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Contexts []GetStorage Physical Disk Result Version Context - Wear
Status float64In Days - The number of days an SSD has gone through with the write cycles.
- Write
Error float64Count Threshold - The number of write errors that are permitted while accessing the drive/card.
- Write
Io float64Error Count - Number of IO Errors that occured while writing data to the disk.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Storage Physical Disk Result Ancestor> - background
Operations String - List of background operations underway.
- block
Size String - The block size of the physical disk in bytes.
- bootable String
- This field identifies the disk drive as bootable if set to true.
- class
Id String - configuration
Checkpoint String - The current configuration checkpoint of the physical disk.
- configuration
State String - The current configuration state of the physical disk.
- create
Time String - The time when this managed object was created.
- description String
- This field displays the description of the physical disk.
- device
Mo StringId - The database identifier of the registered device of an object.
- disabled
For BooleanRemoval - The physical disk is disabled for removal.
- discovered
Path String - The discovered path of the physical disk.
- disk
Id String - This field identifies the ID assigned to physical disks.
- disk
State String - This field identifies the health of the disk.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- drive
Firmware String - This field identifies the disk firmware running in the disk.
- drive
State String - The drive state as reported by the controller.
- encryption
Status String - Encryption status of the physical disk.
- failure
Predicted Boolean - Possibility of physical disk failure.
- fde
Capable String - Full-Disk Encryption capability parameter of the physical disk.
- hot
Spare StringType - Type of hotspare configured on the physical disk.
- indicator
Led String - Status of the locator LED corresponding to the physical disk.
- inventory
Device List<GetInfos Storage Physical Disk Result Inventory Device Info> - is
Platform BooleanSupported - This field indicates whether the physical disk is supported on the server or not.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- link
Speed String - The speed of the link between the drive and the controller.
- link
State String - The current link state of the physical disk.
- locator
Leds List<GetStorage Physical Disk Result Locator Led> - maximum
Operating DoubleTemperature - Maximum operating temperature of drive in Celsius.
- media
Error DoubleCount - Media error count on the physical disk.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Detailed name of the physical disk.
- non
Coerced DoubleSize Bytes - Physical disk non-coerced size in bytes.
- num
Blocks String - The number of blocks present on the physical disk.
- object
Type String - oper
Power StringState - Operational power of the physical disk.
- oper
Qualifier StringReason - For certain states, indicates the reason why the operState is in that state.
- operability String
- This field identifies the disk operability of the disk.
- operating
Temperature Double - Operating temperature of drive in Celsius.
- owners List<String>
- parents
List<Get
Storage Physical Disk Result Parent> - part
Number String - This field displays the part number of the physical disk.
- percent
Life DoubleLeft - Percentage of write cycles remaining in a solid state drive (SSD).
- percent
Reserved DoubleCapacity Consumed - Percentage of reserve capacity consumed.
- performance
Percent Double - Performance at which the device operating expressed in percentage.
- permission
Resources List<GetStorage Physical Disk Result Permission Resource> - physical
Block StringSize - The block size of the installed physical disk.
- physical
Disk List<GetExtensions Storage Physical Disk Result Physical Disk Extension> - pid String
- This field displays the product ID of the physical disk.
- power
Cycle DoubleCount - Number of powercycles the drive has undergone.
- power
On DoubleHours - Number of hours the drive has been powered on.
- power
On DoubleHours Percentage - Percentage of life used based on five year life span of Cisco supported drives.
- predicted
Media DoubleLife Left Percent - Predicted physical disk life left in percentage.
- predictive
Failure DoubleCount - Error count on the physical disk.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus List<GetStorage Physical Disk Result Previous Frus> - protocol String
- This field identifies the disk protocol used for communication.
- raw
Size String - The raw size of the physical disk in MB.
- read
Error DoubleCount Threshold - The number of read errors that are permitted while accessing the drive/card.
- read
Io DoubleError Count - Number of IO Errors that occured while reading data from the disk.
- registered
Devices List<GetStorage Physical Disk Result Registered Device> - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- running
Firmwares List<GetStorage Physical Disk Result Running Firmware> - sas
Ports List<GetStorage Physical Disk Result Sas Port> - secured String
- This field identifies whether the disk is encrypted.
- serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- size String
- The size of the physical disk in MB.
- storage
Controllers List<GetStorage Physical Disk Result Storage Controller> - storage
Enclosures List<GetStorage Physical Disk Result Storage Enclosure> - List<Get
Storage Physical Disk Result Tag> - thermal String
- Thermal state of the physical disk.
- threshold
Operating DoubleTemperature - Rated threshold operating temperature in Celsius.
- type String
- This field identifies the type of the physical disk.
- variant
Type String - The variant type of the physical disk.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Contexts List<GetStorage Physical Disk Result Version Context> - wear
Status DoubleIn Days - The number of days an SSD has gone through with the write cycles.
- write
Error DoubleCount Threshold - The number of write errors that are permitted while accessing the drive/card.
- write
Io DoubleError Count - Number of IO Errors that occured while writing data to the disk.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Storage Physical Disk Result Ancestor[] - background
Operations string - List of background operations underway.
- block
Size string - The block size of the physical disk in bytes.
- bootable string
- This field identifies the disk drive as bootable if set to true.
- class
Id string - configuration
Checkpoint string - The current configuration checkpoint of the physical disk.
- configuration
State string - The current configuration state of the physical disk.
- create
Time string - The time when this managed object was created.
- description string
- This field displays the description of the physical disk.
- device
Mo stringId - The database identifier of the registered device of an object.
- disabled
For booleanRemoval - The physical disk is disabled for removal.
- discovered
Path string - The discovered path of the physical disk.
- disk
Id string - This field identifies the ID assigned to physical disks.
- disk
State string - This field identifies the health of the disk.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- drive
Firmware string - This field identifies the disk firmware running in the disk.
- drive
State string - The drive state as reported by the controller.
- encryption
Status string - Encryption status of the physical disk.
- failure
Predicted boolean - Possibility of physical disk failure.
- fde
Capable string - Full-Disk Encryption capability parameter of the physical disk.
- hot
Spare stringType - Type of hotspare configured on the physical disk.
- indicator
Led string - Status of the locator LED corresponding to the physical disk.
- inventory
Device GetInfos Storage Physical Disk Result Inventory Device Info[] - is
Platform booleanSupported - This field indicates whether the physical disk is supported on the server or not.
- is
Upgraded boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- link
Speed string - The speed of the link between the drive and the controller.
- link
State string - The current link state of the physical disk.
- locator
Leds GetStorage Physical Disk Result Locator Led[] - maximum
Operating numberTemperature - Maximum operating temperature of drive in Celsius.
- media
Error numberCount - Media error count on the physical disk.
- mod
Time string - The time when this managed object was last modified.
- model string
- This field displays the model number of the associated component or hardware.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Detailed name of the physical disk.
- non
Coerced numberSize Bytes - Physical disk non-coerced size in bytes.
- num
Blocks string - The number of blocks present on the physical disk.
- object
Type string - oper
Power stringState - Operational power of the physical disk.
- oper
Qualifier stringReason - For certain states, indicates the reason why the operState is in that state.
- operability string
- This field identifies the disk operability of the disk.
- operating
Temperature number - Operating temperature of drive in Celsius.
- owners string[]
- parents
Get
Storage Physical Disk Result Parent[] - part
Number string - This field displays the part number of the physical disk.
- percent
Life numberLeft - Percentage of write cycles remaining in a solid state drive (SSD).
- percent
Reserved numberCapacity Consumed - Percentage of reserve capacity consumed.
- performance
Percent number - Performance at which the device operating expressed in percentage.
- permission
Resources GetStorage Physical Disk Result Permission Resource[] - physical
Block stringSize - The block size of the installed physical disk.
- physical
Disk GetExtensions Storage Physical Disk Result Physical Disk Extension[] - pid string
- This field displays the product ID of the physical disk.
- power
Cycle numberCount - Number of powercycles the drive has undergone.
- power
On numberHours - Number of hours the drive has been powered on.
- power
On numberHours Percentage - Percentage of life used based on five year life span of Cisco supported drives.
- predicted
Media numberLife Left Percent - Predicted physical disk life left in percentage.
- predictive
Failure numberCount - Error count on the physical disk.
- presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus GetStorage Physical Disk Result Previous Frus[] - protocol string
- This field identifies the disk protocol used for communication.
- raw
Size string - The raw size of the physical disk in MB.
- read
Error numberCount Threshold - The number of read errors that are permitted while accessing the drive/card.
- read
Io numberError Count - Number of IO Errors that occured while reading data from the disk.
- registered
Devices GetStorage Physical Disk Result Registered Device[] - revision string
- This field displays the revised version of the associated component or hardware (if any).
- rn string
- The Relative Name uniquely identifies an object within a given context.
- running
Firmwares GetStorage Physical Disk Result Running Firmware[] - sas
Ports GetStorage Physical Disk Result Sas Port[] - secured string
- This field identifies whether the disk is encrypted.
- serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- size string
- The size of the physical disk in MB.
- storage
Controllers GetStorage Physical Disk Result Storage Controller[] - storage
Enclosures GetStorage Physical Disk Result Storage Enclosure[] - Get
Storage Physical Disk Result Tag[] - thermal string
- Thermal state of the physical disk.
- threshold
Operating numberTemperature - Rated threshold operating temperature in Celsius.
- type string
- This field identifies the type of the physical disk.
- variant
Type string - The variant type of the physical disk.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- version
Contexts GetStorage Physical Disk Result Version Context[] - wear
Status numberIn Days - The number of days an SSD has gone through with the write cycles.
- write
Error numberCount Threshold - The number of write errors that are permitted while accessing the drive/card.
- write
Io numberError Count - Number of IO Errors that occured while writing data to the disk.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Storage Physical Disk Result Ancestor] - background_
operations str - List of background operations underway.
- block_
size str - The block size of the physical disk in bytes.
- bootable str
- This field identifies the disk drive as bootable if set to true.
- class_
id str - configuration_
checkpoint str - The current configuration checkpoint of the physical disk.
- configuration_
state str - The current configuration state of the physical disk.
- create_
time str - The time when this managed object was created.
- description str
- This field displays the description of the physical disk.
- device_
mo_ strid - The database identifier of the registered device of an object.
- disabled_
for_ boolremoval - The physical disk is disabled for removal.
- discovered_
path str - The discovered path of the physical disk.
- disk_
id str - This field identifies the ID assigned to physical disks.
- disk_
state str - This field identifies the health of the disk.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- drive_
firmware str - This field identifies the disk firmware running in the disk.
- drive_
state str - The drive state as reported by the controller.
- encryption_
status str - Encryption status of the physical disk.
- failure_
predicted bool - Possibility of physical disk failure.
- fde_
capable str - Full-Disk Encryption capability parameter of the physical disk.
- hot_
spare_ strtype - Type of hotspare configured on the physical disk.
- indicator_
led str - Status of the locator LED corresponding to the physical disk.
- inventory_
device_ Sequence[Getinfos Storage Physical Disk Result Inventory Device Info] - is_
platform_ boolsupported - This field indicates whether the physical disk is supported on the server or not.
- is_
upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- link_
speed str - The speed of the link between the drive and the controller.
- link_
state str - The current link state of the physical disk.
- locator_
leds Sequence[GetStorage Physical Disk Result Locator Led] - maximum_
operating_ floattemperature - Maximum operating temperature of drive in Celsius.
- media_
error_ floatcount - Media error count on the physical disk.
- mod_
time str - The time when this managed object was last modified.
- model str
- This field displays the model number of the associated component or hardware.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Detailed name of the physical disk.
- non_
coerced_ floatsize_ bytes - Physical disk non-coerced size in bytes.
- num_
blocks str - The number of blocks present on the physical disk.
- object_
type str - oper_
power_ strstate - Operational power of the physical disk.
- oper_
qualifier_ strreason - For certain states, indicates the reason why the operState is in that state.
- operability str
- This field identifies the disk operability of the disk.
- operating_
temperature float - Operating temperature of drive in Celsius.
- owners Sequence[str]
- parents
Sequence[Get
Storage Physical Disk Result Parent] - part_
number str - This field displays the part number of the physical disk.
- percent_
life_ floatleft - Percentage of write cycles remaining in a solid state drive (SSD).
- percent_
reserved_ floatcapacity_ consumed - Percentage of reserve capacity consumed.
- performance_
percent float - Performance at which the device operating expressed in percentage.
- permission_
resources Sequence[GetStorage Physical Disk Result Permission Resource] - physical_
block_ strsize - The block size of the installed physical disk.
- physical_
disk_ Sequence[Getextensions Storage Physical Disk Result Physical Disk Extension] - pid str
- This field displays the product ID of the physical disk.
- power_
cycle_ floatcount - Number of powercycles the drive has undergone.
- power_
on_ floathours - Number of hours the drive has been powered on.
- power_
on_ floathours_ percentage - Percentage of life used based on five year life span of Cisco supported drives.
- predicted_
media_ floatlife_ left_ percent - Predicted physical disk life left in percentage.
- predictive_
failure_ floatcount - Error count on the physical disk.
- presence str
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_
frus Sequence[GetStorage Physical Disk Result Previous Frus] - protocol str
- This field identifies the disk protocol used for communication.
- raw_
size str - The raw size of the physical disk in MB.
- read_
error_ floatcount_ threshold - The number of read errors that are permitted while accessing the drive/card.
- read_
io_ floaterror_ count - Number of IO Errors that occured while reading data from the disk.
- registered_
devices Sequence[GetStorage Physical Disk Result Registered Device] - revision str
- This field displays the revised version of the associated component or hardware (if any).
- rn str
- The Relative Name uniquely identifies an object within a given context.
- running_
firmwares Sequence[GetStorage Physical Disk Result Running Firmware] - sas_
ports Sequence[GetStorage Physical Disk Result Sas Port] - secured str
- This field identifies whether the disk is encrypted.
- serial str
- This field displays the serial number of the associated component or hardware.
- 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.
- size str
- The size of the physical disk in MB.
- storage_
controllers Sequence[GetStorage Physical Disk Result Storage Controller] - storage_
enclosures Sequence[GetStorage Physical Disk Result Storage Enclosure] - Sequence[Get
Storage Physical Disk Result Tag] - thermal str
- Thermal state of the physical disk.
- threshold_
operating_ floattemperature - Rated threshold operating temperature in Celsius.
- type str
- This field identifies the type of the physical disk.
- variant_
type str - The variant type of the physical disk.
- vendor str
- This field displays the vendor information of the associated component or hardware.
- version_
contexts Sequence[GetStorage Physical Disk Result Version Context] - wear_
status_ floatin_ days - The number of days an SSD has gone through with the write cycles.
- write_
error_ floatcount_ threshold - The number of write errors that are permitted while accessing the drive/card.
- write_
io_ floaterror_ count - Number of IO Errors that occured while writing data to the disk.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- background
Operations String - List of background operations underway.
- block
Size String - The block size of the physical disk in bytes.
- bootable String
- This field identifies the disk drive as bootable if set to true.
- class
Id String - configuration
Checkpoint String - The current configuration checkpoint of the physical disk.
- configuration
State String - The current configuration state of the physical disk.
- create
Time String - The time when this managed object was created.
- description String
- This field displays the description of the physical disk.
- device
Mo StringId - The database identifier of the registered device of an object.
- disabled
For BooleanRemoval - The physical disk is disabled for removal.
- discovered
Path String - The discovered path of the physical disk.
- disk
Id String - This field identifies the ID assigned to physical disks.
- disk
State String - This field identifies the health of the disk.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- drive
Firmware String - This field identifies the disk firmware running in the disk.
- drive
State String - The drive state as reported by the controller.
- encryption
Status String - Encryption status of the physical disk.
- failure
Predicted Boolean - Possibility of physical disk failure.
- fde
Capable String - Full-Disk Encryption capability parameter of the physical disk.
- hot
Spare StringType - Type of hotspare configured on the physical disk.
- indicator
Led String - Status of the locator LED corresponding to the physical disk.
- inventory
Device List<Property Map>Infos - is
Platform BooleanSupported - This field indicates whether the physical disk is supported on the server or not.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- link
Speed String - The speed of the link between the drive and the controller.
- link
State String - The current link state of the physical disk.
- locator
Leds List<Property Map> - maximum
Operating NumberTemperature - Maximum operating temperature of drive in Celsius.
- media
Error NumberCount - Media error count on the physical disk.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Detailed name of the physical disk.
- non
Coerced NumberSize Bytes - Physical disk non-coerced size in bytes.
- num
Blocks String - The number of blocks present on the physical disk.
- object
Type String - oper
Power StringState - Operational power of the physical disk.
- oper
Qualifier StringReason - For certain states, indicates the reason why the operState is in that state.
- operability String
- This field identifies the disk operability of the disk.
- operating
Temperature Number - Operating temperature of drive in Celsius.
- owners List<String>
- parents List<Property Map>
- part
Number String - This field displays the part number of the physical disk.
- percent
Life NumberLeft - Percentage of write cycles remaining in a solid state drive (SSD).
- percent
Reserved NumberCapacity Consumed - Percentage of reserve capacity consumed.
- performance
Percent Number - Performance at which the device operating expressed in percentage.
- permission
Resources List<Property Map> - physical
Block StringSize - The block size of the installed physical disk.
- physical
Disk List<Property Map>Extensions - pid String
- This field displays the product ID of the physical disk.
- power
Cycle NumberCount - Number of powercycles the drive has undergone.
- power
On NumberHours - Number of hours the drive has been powered on.
- power
On NumberHours Percentage - Percentage of life used based on five year life span of Cisco supported drives.
- predicted
Media NumberLife Left Percent - Predicted physical disk life left in percentage.
- predictive
Failure NumberCount - Error count on the physical disk.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus List<Property Map> - protocol String
- This field identifies the disk protocol used for communication.
- raw
Size String - The raw size of the physical disk in MB.
- read
Error NumberCount Threshold - The number of read errors that are permitted while accessing the drive/card.
- read
Io NumberError Count - Number of IO Errors that occured while reading data from the disk.
- registered
Devices List<Property Map> - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- running
Firmwares List<Property Map> - sas
Ports List<Property Map> - secured String
- This field identifies whether the disk is encrypted.
- serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- size String
- The size of the physical disk in MB.
- storage
Controllers List<Property Map> - storage
Enclosures List<Property Map> - List<Property Map>
- thermal String
- Thermal state of the physical disk.
- threshold
Operating NumberTemperature - Rated threshold operating temperature in Celsius.
- type String
- This field identifies the type of the physical disk.
- variant
Type String - The variant type of the physical disk.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Contexts List<Property Map> - wear
Status NumberIn Days - The number of days an SSD has gone through with the write cycles.
- write
Error NumberCount Threshold - The number of write errors that are permitted while accessing the drive/card.
- write
Io NumberError Count - Number of IO Errors that occured while writing data to the disk.
GetStoragePhysicalDiskResultAncestor
- 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
GetStoragePhysicalDiskResultInventoryDeviceInfo
- 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
GetStoragePhysicalDiskResultLocatorLed
- 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
GetStoragePhysicalDiskResultParent
- 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
GetStoragePhysicalDiskResultPermissionResource
- 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
GetStoragePhysicalDiskResultPhysicalDiskExtension
- 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
GetStoragePhysicalDiskResultPreviousFrus
- 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
GetStoragePhysicalDiskResultRegisteredDevice
- 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
GetStoragePhysicalDiskResultRunningFirmware
- 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
GetStoragePhysicalDiskResultSasPort
- 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
GetStoragePhysicalDiskResultStorageController
- 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
GetStoragePhysicalDiskResultStorageEnclosure
- 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
GetStoragePhysicalDiskResultTag
- 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
GetStoragePhysicalDiskResultVersionContext
- additional
Properties string - class
Id string - interested
Mos GetStorage Physical Disk Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetStorage Physical Disk Result Version Context Ref Mo[] - timestamp string
- version
Type string
- 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
GetStoragePhysicalDiskResultVersionContextInterestedMo
- 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
GetStoragePhysicalDiskResultVersionContextRefMo
- 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
GetStoragePhysicalDiskRunningFirmware
- 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'.
GetStoragePhysicalDiskSasPort
- 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'.
GetStoragePhysicalDiskStorageController
- 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'.
GetStoragePhysicalDiskStorageEnclosure
- 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'.
GetStoragePhysicalDiskTag
- 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.
GetStoragePhysicalDiskVersionContext
- 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<GetStorage Physical Disk 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 GetStorage Physical Disk 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 []GetStorage Physical Disk 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 GetStorage Physical Disk 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<GetStorage Physical Disk 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 GetStorage Physical Disk 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 GetStorage Physical Disk 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 GetStorage Physical Disk 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[GetStorage Physical Disk 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 GetStorage Physical Disk 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.
GetStoragePhysicalDiskVersionContextInterestedMo
- 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'.
GetStoragePhysicalDiskVersionContextRefMo
- 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