intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getStoragePhysicalDisk
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetStorage Physical Disk Ancestor> 
- BackgroundOperations string
- List of background operations underway.
- BlockSize string
- The block size of the physical disk in bytes.
- Bootable string
- This field identifies the disk drive as bootable if set to true.
- ClassId string
- ConfigurationCheckpoint string
- The current configuration checkpoint of the physical disk.
- ConfigurationState string
- The current configuration state of the physical disk.
- CreateTime string
- The time when this managed object was created.
- Description string
- This field displays the description of the physical disk.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- DisabledFor boolRemoval 
- The physical disk is disabled for removal.
- DiscoveredPath string
- The discovered path of the physical disk.
- DiskId string
- This field identifies the ID assigned to physical disks.
- DiskState string
- This field identifies the health of the disk.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DriveFirmware string
- This field identifies the disk firmware running in the disk.
- DriveState string
- The drive state as reported by the controller.
- EncryptionStatus string
- Encryption status of the physical disk.
- FailurePredicted bool
- Possibility of physical disk failure.
- FdeCapable string
- Full-Disk Encryption capability parameter of the physical disk.
- HotSpare stringType 
- Type of hotspare configured on the physical disk.
- Id string
- IndicatorLed string
- Status of the locator LED corresponding to the physical disk.
- InventoryDevice GetInfo Storage Physical Disk Inventory Device Info 
- IsPlatform boolSupported 
- This field indicates whether the physical disk is supported on the server or not.
- IsUpgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- LinkSpeed string
- The speed of the link between the drive and the controller.
- LinkState string
- The current link state of the physical disk.
- LocatorLed GetStorage Physical Disk Locator Led 
- MaximumOperating doubleTemperature 
- Maximum operating temperature of drive in Celsius.
- MediaError doubleCount 
- Media error count on the physical disk.
- ModTime 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.
- NonCoerced doubleSize Bytes 
- Physical disk non-coerced size in bytes.
- NumBlocks string
- The number of blocks present on the physical disk.
- ObjectType string
- OperPower stringState 
- Operational power of the physical disk.
- OperQualifier 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.
- OperatingTemperature double
- Operating temperature of drive in Celsius.
- Owners List<string>
- Parent
GetStorage Physical Disk Parent 
- PartNumber string
- This field displays the part number of the physical disk.
- PercentLife doubleLeft 
- Percentage of write cycles remaining in a solid state drive (SSD).
- PercentReserved doubleCapacity Consumed 
- Percentage of reserve capacity consumed.
- PerformancePercent double
- Performance at which the device operating expressed in percentage.
- PermissionResources List<GetStorage Physical Disk Permission Resource> 
- PhysicalBlock stringSize 
- The block size of the installed physical disk.
- PhysicalDisk List<GetExtensions Storage Physical Disk Physical Disk Extension> 
- Pid string
- This field displays the product ID of the physical disk.
- PowerCycle doubleCount 
- Number of powercycles the drive has undergone.
- PowerOn doubleHours 
- Number of hours the drive has been powered on.
- PowerOn doubleHours Percentage 
- Percentage of life used based on five year life span of Cisco supported drives.
- PredictedMedia doubleLife Left Percent 
- Predicted physical disk life left in percentage.
- PredictiveFailure doubleCount 
- Error count on the physical disk.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- PreviousFru GetStorage Physical Disk Previous Fru 
- Protocol string
- This field identifies the disk protocol used for communication.
- RawSize string
- The raw size of the physical disk in MB.
- ReadError doubleCount Threshold 
- The number of read errors that are permitted while accessing the drive/card.
- ReadIo doubleError Count 
- Number of IO Errors that occured while reading data from the disk.
- RegisteredDevice 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.
- RunningFirmwares List<GetStorage Physical Disk Running Firmware> 
- SasPorts 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.
- StorageController GetStorage Physical Disk Storage Controller 
- StorageEnclosure GetStorage Physical Disk Storage Enclosure 
- 
List<GetStorage Physical Disk Tag> 
- Thermal string
- Thermal state of the physical disk.
- ThresholdOperating doubleTemperature 
- Rated threshold operating temperature in Celsius.
- Type string
- This field identifies the type of the physical disk.
- VariantType string
- The variant type of the physical disk.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- VersionContext GetStorage Physical Disk Version Context 
- WearStatus doubleIn Days 
- The number of days an SSD has gone through with the write cycles.
- WriteError doubleCount Threshold 
- The number of write errors that are permitted while accessing the drive/card.
- WriteIo doubleError Count 
- Number of IO Errors that occured while writing data to the disk.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetStorage Physical Disk Ancestor 
- BackgroundOperations string
- List of background operations underway.
- BlockSize string
- The block size of the physical disk in bytes.
- Bootable string
- This field identifies the disk drive as bootable if set to true.
- ClassId string
- ConfigurationCheckpoint string
- The current configuration checkpoint of the physical disk.
- ConfigurationState string
- The current configuration state of the physical disk.
- CreateTime string
- The time when this managed object was created.
- Description string
- This field displays the description of the physical disk.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- DisabledFor boolRemoval 
- The physical disk is disabled for removal.
- DiscoveredPath string
- The discovered path of the physical disk.
- DiskId string
- This field identifies the ID assigned to physical disks.
- DiskState string
- This field identifies the health of the disk.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DriveFirmware string
- This field identifies the disk firmware running in the disk.
- DriveState string
- The drive state as reported by the controller.
- EncryptionStatus string
- Encryption status of the physical disk.
- FailurePredicted bool
- Possibility of physical disk failure.
- FdeCapable string
- Full-Disk Encryption capability parameter of the physical disk.
- HotSpare stringType 
- Type of hotspare configured on the physical disk.
- Id string
- IndicatorLed string
- Status of the locator LED corresponding to the physical disk.
- InventoryDevice GetInfo Storage Physical Disk Inventory Device Info 
- IsPlatform boolSupported 
- This field indicates whether the physical disk is supported on the server or not.
- IsUpgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- LinkSpeed string
- The speed of the link between the drive and the controller.
- LinkState string
- The current link state of the physical disk.
- LocatorLed GetStorage Physical Disk Locator Led 
- MaximumOperating float64Temperature 
- Maximum operating temperature of drive in Celsius.
- MediaError float64Count 
- Media error count on the physical disk.
- ModTime 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.
- NonCoerced float64Size Bytes 
- Physical disk non-coerced size in bytes.
- NumBlocks string
- The number of blocks present on the physical disk.
- ObjectType string
- OperPower stringState 
- Operational power of the physical disk.
- OperQualifier 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.
- OperatingTemperature float64
- Operating temperature of drive in Celsius.
- Owners []string
- Parent
GetStorage Physical Disk Parent 
- PartNumber string
- This field displays the part number of the physical disk.
- PercentLife float64Left 
- Percentage of write cycles remaining in a solid state drive (SSD).
- PercentReserved float64Capacity Consumed 
- Percentage of reserve capacity consumed.
- PerformancePercent float64
- Performance at which the device operating expressed in percentage.
- PermissionResources []GetStorage Physical Disk Permission Resource 
- PhysicalBlock stringSize 
- The block size of the installed physical disk.
- PhysicalDisk []GetExtensions Storage Physical Disk Physical Disk Extension 
- Pid string
- This field displays the product ID of the physical disk.
- PowerCycle float64Count 
- Number of powercycles the drive has undergone.
- PowerOn float64Hours 
- Number of hours the drive has been powered on.
- PowerOn float64Hours Percentage 
- Percentage of life used based on five year life span of Cisco supported drives.
- PredictedMedia float64Life Left Percent 
- Predicted physical disk life left in percentage.
- PredictiveFailure float64Count 
- Error count on the physical disk.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- PreviousFru GetStorage Physical Disk Previous Fru 
- Protocol string
- This field identifies the disk protocol used for communication.
- RawSize string
- The raw size of the physical disk in MB.
- ReadError float64Count Threshold 
- The number of read errors that are permitted while accessing the drive/card.
- ReadIo float64Error Count 
- Number of IO Errors that occured while reading data from the disk.
- RegisteredDevice 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.
- RunningFirmwares []GetStorage Physical Disk Running Firmware 
- SasPorts []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.
- StorageController GetStorage Physical Disk Storage Controller 
- StorageEnclosure GetStorage Physical Disk Storage Enclosure 
- 
[]GetStorage Physical Disk Tag 
- Thermal string
- Thermal state of the physical disk.
- ThresholdOperating float64Temperature 
- Rated threshold operating temperature in Celsius.
- Type string
- This field identifies the type of the physical disk.
- VariantType string
- The variant type of the physical disk.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- VersionContext GetStorage Physical Disk Version Context 
- WearStatus float64In Days 
- The number of days an SSD has gone through with the write cycles.
- WriteError float64Count Threshold 
- The number of write errors that are permitted while accessing the drive/card.
- WriteIo float64Error Count 
- Number of IO Errors that occured while writing data to the disk.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetStorage Physical Disk Ancestor> 
- backgroundOperations String
- List of background operations underway.
- blockSize String
- The block size of the physical disk in bytes.
- bootable String
- This field identifies the disk drive as bootable if set to true.
- classId String
- configurationCheckpoint String
- The current configuration checkpoint of the physical disk.
- configurationState String
- The current configuration state of the physical disk.
- createTime String
- The time when this managed object was created.
- description String
- This field displays the description of the physical disk.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- disabledFor BooleanRemoval 
- The physical disk is disabled for removal.
- discoveredPath String
- The discovered path of the physical disk.
- diskId String
- This field identifies the ID assigned to physical disks.
- diskState String
- This field identifies the health of the disk.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- driveFirmware String
- This field identifies the disk firmware running in the disk.
- driveState String
- The drive state as reported by the controller.
- encryptionStatus String
- Encryption status of the physical disk.
- failurePredicted Boolean
- Possibility of physical disk failure.
- fdeCapable String
- Full-Disk Encryption capability parameter of the physical disk.
- hotSpare StringType 
- Type of hotspare configured on the physical disk.
- id String
- indicatorLed String
- Status of the locator LED corresponding to the physical disk.
- inventoryDevice GetInfo Storage Physical Disk Inventory Device Info 
- isPlatform BooleanSupported 
- This field indicates whether the physical disk is supported on the server or not.
- isUpgraded Boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- linkSpeed String
- The speed of the link between the drive and the controller.
- linkState String
- The current link state of the physical disk.
- locatorLed GetStorage Physical Disk Locator Led 
- maximumOperating DoubleTemperature 
- Maximum operating temperature of drive in Celsius.
- mediaError DoubleCount 
- Media error count on the physical disk.
- modTime 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.
- nonCoerced DoubleSize Bytes 
- Physical disk non-coerced size in bytes.
- numBlocks String
- The number of blocks present on the physical disk.
- objectType String
- operPower StringState 
- Operational power of the physical disk.
- operQualifier 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.
- operatingTemperature Double
- Operating temperature of drive in Celsius.
- owners List<String>
- parent
GetStorage Physical Disk Parent 
- partNumber String
- This field displays the part number of the physical disk.
- percentLife DoubleLeft 
- Percentage of write cycles remaining in a solid state drive (SSD).
- percentReserved DoubleCapacity Consumed 
- Percentage of reserve capacity consumed.
- performancePercent Double
- Performance at which the device operating expressed in percentage.
- permissionResources List<GetStorage Physical Disk Permission Resource> 
- physicalBlock StringSize 
- The block size of the installed physical disk.
- physicalDisk List<GetExtensions Storage Physical Disk Physical Disk Extension> 
- pid String
- This field displays the product ID of the physical disk.
- powerCycle DoubleCount 
- Number of powercycles the drive has undergone.
- powerOn DoubleHours 
- Number of hours the drive has been powered on.
- powerOn DoubleHours Percentage 
- Percentage of life used based on five year life span of Cisco supported drives.
- predictedMedia DoubleLife Left Percent 
- Predicted physical disk life left in percentage.
- predictiveFailure DoubleCount 
- Error count on the physical disk.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previousFru GetStorage Physical Disk Previous Fru 
- protocol String
- This field identifies the disk protocol used for communication.
- rawSize String
- The raw size of the physical disk in MB.
- readError DoubleCount Threshold 
- The number of read errors that are permitted while accessing the drive/card.
- readIo DoubleError Count 
- Number of IO Errors that occured while reading data from the disk.
- registeredDevice 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.
- runningFirmwares List<GetStorage Physical Disk Running Firmware> 
- sasPorts 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.
- storageController GetStorage Physical Disk Storage Controller 
- storageEnclosure GetStorage Physical Disk Storage Enclosure 
- 
List<GetStorage Physical Disk Tag> 
- thermal String
- Thermal state of the physical disk.
- thresholdOperating DoubleTemperature 
- Rated threshold operating temperature in Celsius.
- type String
- This field identifies the type of the physical disk.
- variantType String
- The variant type of the physical disk.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- versionContext GetStorage Physical Disk Version Context 
- wearStatus DoubleIn Days 
- The number of days an SSD has gone through with the write cycles.
- writeError DoubleCount Threshold 
- The number of write errors that are permitted while accessing the drive/card.
- writeIo DoubleError Count 
- Number of IO Errors that occured while writing data to the disk.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetStorage Physical Disk Ancestor[] 
- backgroundOperations string
- List of background operations underway.
- blockSize string
- The block size of the physical disk in bytes.
- bootable string
- This field identifies the disk drive as bootable if set to true.
- classId string
- configurationCheckpoint string
- The current configuration checkpoint of the physical disk.
- configurationState string
- The current configuration state of the physical disk.
- createTime string
- The time when this managed object was created.
- description string
- This field displays the description of the physical disk.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- disabledFor booleanRemoval 
- The physical disk is disabled for removal.
- discoveredPath string
- The discovered path of the physical disk.
- diskId string
- This field identifies the ID assigned to physical disks.
- diskState string
- This field identifies the health of the disk.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- driveFirmware string
- This field identifies the disk firmware running in the disk.
- driveState string
- The drive state as reported by the controller.
- encryptionStatus string
- Encryption status of the physical disk.
- failurePredicted boolean
- Possibility of physical disk failure.
- fdeCapable string
- Full-Disk Encryption capability parameter of the physical disk.
- hotSpare stringType 
- Type of hotspare configured on the physical disk.
- id string
- indicatorLed string
- Status of the locator LED corresponding to the physical disk.
- inventoryDevice GetInfo Storage Physical Disk Inventory Device Info 
- isPlatform booleanSupported 
- This field indicates whether the physical disk is supported on the server or not.
- isUpgraded boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- linkSpeed string
- The speed of the link between the drive and the controller.
- linkState string
- The current link state of the physical disk.
- locatorLed GetStorage Physical Disk Locator Led 
- maximumOperating numberTemperature 
- Maximum operating temperature of drive in Celsius.
- mediaError numberCount 
- Media error count on the physical disk.
- modTime 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.
- nonCoerced numberSize Bytes 
- Physical disk non-coerced size in bytes.
- numBlocks string
- The number of blocks present on the physical disk.
- objectType string
- operPower stringState 
- Operational power of the physical disk.
- operQualifier 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.
- operatingTemperature number
- Operating temperature of drive in Celsius.
- owners string[]
- parent
GetStorage Physical Disk Parent 
- partNumber string
- This field displays the part number of the physical disk.
- percentLife numberLeft 
- Percentage of write cycles remaining in a solid state drive (SSD).
- percentReserved numberCapacity Consumed 
- Percentage of reserve capacity consumed.
- performancePercent number
- Performance at which the device operating expressed in percentage.
- permissionResources GetStorage Physical Disk Permission Resource[] 
- physicalBlock stringSize 
- The block size of the installed physical disk.
- physicalDisk GetExtensions Storage Physical Disk Physical Disk Extension[] 
- pid string
- This field displays the product ID of the physical disk.
- powerCycle numberCount 
- Number of powercycles the drive has undergone.
- powerOn numberHours 
- Number of hours the drive has been powered on.
- powerOn numberHours Percentage 
- Percentage of life used based on five year life span of Cisco supported drives.
- predictedMedia numberLife Left Percent 
- Predicted physical disk life left in percentage.
- predictiveFailure numberCount 
- Error count on the physical disk.
- presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previousFru GetStorage Physical Disk Previous Fru 
- protocol string
- This field identifies the disk protocol used for communication.
- rawSize string
- The raw size of the physical disk in MB.
- readError numberCount Threshold 
- The number of read errors that are permitted while accessing the drive/card.
- readIo numberError Count 
- Number of IO Errors that occured while reading data from the disk.
- registeredDevice 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.
- runningFirmwares GetStorage Physical Disk Running Firmware[] 
- sasPorts 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.
- storageController GetStorage Physical Disk Storage Controller 
- storageEnclosure GetStorage Physical Disk Storage Enclosure 
- 
GetStorage Physical Disk Tag[] 
- thermal string
- Thermal state of the physical disk.
- thresholdOperating numberTemperature 
- Rated threshold operating temperature in Celsius.
- type string
- This field identifies the type of the physical disk.
- variantType string
- The variant type of the physical disk.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- versionContext GetStorage Physical Disk Version Context 
- wearStatus numberIn Days 
- The number of days an SSD has gone through with the write cycles.
- writeError numberCount Threshold 
- The number of write errors that are permitted while accessing the drive/card.
- writeIo 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[GetStorage 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
GetStorage 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[GetStorage 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.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- backgroundOperations String
- List of background operations underway.
- blockSize String
- The block size of the physical disk in bytes.
- bootable String
- This field identifies the disk drive as bootable if set to true.
- classId String
- configurationCheckpoint String
- The current configuration checkpoint of the physical disk.
- configurationState String
- The current configuration state of the physical disk.
- createTime String
- The time when this managed object was created.
- description String
- This field displays the description of the physical disk.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- disabledFor BooleanRemoval 
- The physical disk is disabled for removal.
- discoveredPath String
- The discovered path of the physical disk.
- diskId String
- This field identifies the ID assigned to physical disks.
- diskState String
- This field identifies the health of the disk.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- driveFirmware String
- This field identifies the disk firmware running in the disk.
- driveState String
- The drive state as reported by the controller.
- encryptionStatus String
- Encryption status of the physical disk.
- failurePredicted Boolean
- Possibility of physical disk failure.
- fdeCapable String
- Full-Disk Encryption capability parameter of the physical disk.
- hotSpare StringType 
- Type of hotspare configured on the physical disk.
- id String
- indicatorLed String
- Status of the locator LED corresponding to the physical disk.
- inventoryDevice Property MapInfo 
- isPlatform BooleanSupported 
- This field indicates whether the physical disk is supported on the server or not.
- isUpgraded Boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- linkSpeed String
- The speed of the link between the drive and the controller.
- linkState String
- The current link state of the physical disk.
- locatorLed Property Map
- maximumOperating NumberTemperature 
- Maximum operating temperature of drive in Celsius.
- mediaError NumberCount 
- Media error count on the physical disk.
- modTime 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.
- nonCoerced NumberSize Bytes 
- Physical disk non-coerced size in bytes.
- numBlocks String
- The number of blocks present on the physical disk.
- objectType String
- operPower StringState 
- Operational power of the physical disk.
- operQualifier 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.
- operatingTemperature Number
- Operating temperature of drive in Celsius.
- owners List<String>
- parent Property Map
- partNumber String
- This field displays the part number of the physical disk.
- percentLife NumberLeft 
- Percentage of write cycles remaining in a solid state drive (SSD).
- percentReserved NumberCapacity Consumed 
- Percentage of reserve capacity consumed.
- performancePercent Number
- Performance at which the device operating expressed in percentage.
- permissionResources List<Property Map>
- physicalBlock StringSize 
- The block size of the installed physical disk.
- physicalDisk List<Property Map>Extensions 
- pid String
- This field displays the product ID of the physical disk.
- powerCycle NumberCount 
- Number of powercycles the drive has undergone.
- powerOn NumberHours 
- Number of hours the drive has been powered on.
- powerOn NumberHours Percentage 
- Percentage of life used based on five year life span of Cisco supported drives.
- predictedMedia NumberLife Left Percent 
- Predicted physical disk life left in percentage.
- predictiveFailure NumberCount 
- Error count on the physical disk.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previousFru Property Map
- protocol String
- This field identifies the disk protocol used for communication.
- rawSize String
- The raw size of the physical disk in MB.
- readError NumberCount Threshold 
- The number of read errors that are permitted while accessing the drive/card.
- readIo NumberError Count 
- Number of IO Errors that occured while reading data from the disk.
- registeredDevice 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.
- runningFirmwares List<Property Map>
- sasPorts 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.
- storageController Property Map
- storageEnclosure Property Map
- List<Property Map>
- thermal String
- Thermal state of the physical disk.
- thresholdOperating NumberTemperature 
- Rated threshold operating temperature in Celsius.
- type String
- This field identifies the type of the physical disk.
- variantType String
- The variant type of the physical disk.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- versionContext Property Map
- wearStatus NumberIn Days 
- The number of days an SSD has gone through with the write cycles.
- writeError NumberCount Threshold 
- The number of write errors that are permitted while accessing the drive/card.
- writeIo 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<GetStorage Physical Disk Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetStorage Physical Disk Ancestor> 
- BackgroundOperations string
- BlockSize string
- Bootable string
- ClassId string
- ConfigurationCheckpoint string
- ConfigurationState string
- CreateTime string
- Description string
- DeviceMo stringId 
- DisabledFor boolRemoval 
- DiscoveredPath string
- DiskId string
- DiskState string
- Dn string
- DomainGroup stringMoid 
- DriveFirmware string
- DriveState string
- EncryptionStatus string
- FailurePredicted bool
- FdeCapable string
- HotSpare stringType 
- IndicatorLed string
- InventoryDevice GetInfo Storage Physical Disk Inventory Device Info 
- IsPlatform boolSupported 
- IsUpgraded bool
- LinkSpeed string
- LinkState string
- LocatorLed GetStorage Physical Disk Locator Led 
- MaximumOperating doubleTemperature 
- MediaError doubleCount 
- ModTime string
- Model string
- Moid string
- Name string
- NonCoerced doubleSize Bytes 
- NumBlocks string
- ObjectType string
- OperPower stringState 
- OperQualifier stringReason 
- Operability string
- OperatingTemperature double
- Owners List<string>
- Parent
GetStorage Physical Disk Parent 
- PartNumber string
- PercentLife doubleLeft 
- PercentReserved doubleCapacity Consumed 
- PerformancePercent double
- PermissionResources List<GetStorage Physical Disk Permission Resource> 
- PhysicalBlock stringSize 
- PhysicalDisk List<GetExtensions Storage Physical Disk Physical Disk Extension> 
- Pid string
- PowerCycle doubleCount 
- PowerOn doubleHours 
- PowerOn doubleHours Percentage 
- PredictedMedia doubleLife Left Percent 
- PredictiveFailure doubleCount 
- Presence string
- PreviousFru GetStorage Physical Disk Previous Fru 
- Protocol string
- RawSize string
- ReadError doubleCount Threshold 
- ReadIo doubleError Count 
- RegisteredDevice GetStorage Physical Disk Registered Device 
- Revision string
- Rn string
- RunningFirmwares List<GetStorage Physical Disk Running Firmware> 
- SasPorts List<GetStorage Physical Disk Sas Port> 
- Secured string
- Serial string
- string
- Size string
- StorageController GetStorage Physical Disk Storage Controller 
- StorageEnclosure GetStorage Physical Disk Storage Enclosure 
- 
List<GetStorage Physical Disk Tag> 
- Thermal string
- ThresholdOperating doubleTemperature 
- Type string
- VariantType string
- Vendor string
- VersionContext GetStorage Physical Disk Version Context 
- WearStatus doubleIn Days 
- WriteError doubleCount Threshold 
- WriteIo doubleError Count 
- Id string
- Results
[]GetStorage Physical Disk Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetStorage Physical Disk Ancestor 
- BackgroundOperations string
- BlockSize string
- Bootable string
- ClassId string
- ConfigurationCheckpoint string
- ConfigurationState string
- CreateTime string
- Description string
- DeviceMo stringId 
- DisabledFor boolRemoval 
- DiscoveredPath string
- DiskId string
- DiskState string
- Dn string
- DomainGroup stringMoid 
- DriveFirmware string
- DriveState string
- EncryptionStatus string
- FailurePredicted bool
- FdeCapable string
- HotSpare stringType 
- IndicatorLed string
- InventoryDevice GetInfo Storage Physical Disk Inventory Device Info 
- IsPlatform boolSupported 
- IsUpgraded bool
- LinkSpeed string
- LinkState string
- LocatorLed GetStorage Physical Disk Locator Led 
- MaximumOperating float64Temperature 
- MediaError float64Count 
- ModTime string
- Model string
- Moid string
- Name string
- NonCoerced float64Size Bytes 
- NumBlocks string
- ObjectType string
- OperPower stringState 
- OperQualifier stringReason 
- Operability string
- OperatingTemperature float64
- Owners []string
- Parent
GetStorage Physical Disk Parent 
- PartNumber string
- PercentLife float64Left 
- PercentReserved float64Capacity Consumed 
- PerformancePercent float64
- PermissionResources []GetStorage Physical Disk Permission Resource 
- PhysicalBlock stringSize 
- PhysicalDisk []GetExtensions Storage Physical Disk Physical Disk Extension 
- Pid string
- PowerCycle float64Count 
- PowerOn float64Hours 
- PowerOn float64Hours Percentage 
- PredictedMedia float64Life Left Percent 
- PredictiveFailure float64Count 
- Presence string
- PreviousFru GetStorage Physical Disk Previous Fru 
- Protocol string
- RawSize string
- ReadError float64Count Threshold 
- ReadIo float64Error Count 
- RegisteredDevice GetStorage Physical Disk Registered Device 
- Revision string
- Rn string
- RunningFirmwares []GetStorage Physical Disk Running Firmware 
- SasPorts []GetStorage Physical Disk Sas Port 
- Secured string
- Serial string
- string
- Size string
- StorageController GetStorage Physical Disk Storage Controller 
- StorageEnclosure GetStorage Physical Disk Storage Enclosure 
- 
[]GetStorage Physical Disk Tag 
- Thermal string
- ThresholdOperating float64Temperature 
- Type string
- VariantType string
- Vendor string
- VersionContext GetStorage Physical Disk Version Context 
- WearStatus float64In Days 
- WriteError float64Count Threshold 
- WriteIo float64Error Count 
- id String
- results
List<GetStorage Physical Disk Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetStorage Physical Disk Ancestor> 
- backgroundOperations String
- blockSize String
- bootable String
- classId String
- configurationCheckpoint String
- configurationState String
- createTime String
- description String
- deviceMo StringId 
- disabledFor BooleanRemoval 
- discoveredPath String
- diskId String
- diskState String
- dn String
- domainGroup StringMoid 
- driveFirmware String
- driveState String
- encryptionStatus String
- failurePredicted Boolean
- fdeCapable String
- hotSpare StringType 
- indicatorLed String
- inventoryDevice GetInfo Storage Physical Disk Inventory Device Info 
- isPlatform BooleanSupported 
- isUpgraded Boolean
- linkSpeed String
- linkState String
- locatorLed GetStorage Physical Disk Locator Led 
- maximumOperating DoubleTemperature 
- mediaError DoubleCount 
- modTime String
- model String
- moid String
- name String
- nonCoerced DoubleSize Bytes 
- numBlocks String
- objectType String
- operPower StringState 
- operQualifier StringReason 
- operability String
- operatingTemperature Double
- owners List<String>
- parent
GetStorage Physical Disk Parent 
- partNumber String
- percentLife DoubleLeft 
- percentReserved DoubleCapacity Consumed 
- performancePercent Double
- permissionResources List<GetStorage Physical Disk Permission Resource> 
- physicalBlock StringSize 
- physicalDisk List<GetExtensions Storage Physical Disk Physical Disk Extension> 
- pid String
- powerCycle DoubleCount 
- powerOn DoubleHours 
- powerOn DoubleHours Percentage 
- predictedMedia DoubleLife Left Percent 
- predictiveFailure DoubleCount 
- presence String
- previousFru GetStorage Physical Disk Previous Fru 
- protocol String
- rawSize String
- readError DoubleCount Threshold 
- readIo DoubleError Count 
- registeredDevice GetStorage Physical Disk Registered Device 
- revision String
- rn String
- runningFirmwares List<GetStorage Physical Disk Running Firmware> 
- sasPorts List<GetStorage Physical Disk Sas Port> 
- secured String
- serial String
- String
- size String
- storageController GetStorage Physical Disk Storage Controller 
- storageEnclosure GetStorage Physical Disk Storage Enclosure 
- 
List<GetStorage Physical Disk Tag> 
- thermal String
- thresholdOperating DoubleTemperature 
- type String
- variantType String
- vendor String
- versionContext GetStorage Physical Disk Version Context 
- wearStatus DoubleIn Days 
- writeError DoubleCount Threshold 
- writeIo DoubleError Count 
- id string
- results
GetStorage Physical Disk Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetStorage Physical Disk Ancestor[] 
- backgroundOperations string
- blockSize string
- bootable string
- classId string
- configurationCheckpoint string
- configurationState string
- createTime string
- description string
- deviceMo stringId 
- disabledFor booleanRemoval 
- discoveredPath string
- diskId string
- diskState string
- dn string
- domainGroup stringMoid 
- driveFirmware string
- driveState string
- encryptionStatus string
- failurePredicted boolean
- fdeCapable string
- hotSpare stringType 
- indicatorLed string
- inventoryDevice GetInfo Storage Physical Disk Inventory Device Info 
- isPlatform booleanSupported 
- isUpgraded boolean
- linkSpeed string
- linkState string
- locatorLed GetStorage Physical Disk Locator Led 
- maximumOperating numberTemperature 
- mediaError numberCount 
- modTime string
- model string
- moid string
- name string
- nonCoerced numberSize Bytes 
- numBlocks string
- objectType string
- operPower stringState 
- operQualifier stringReason 
- operability string
- operatingTemperature number
- owners string[]
- parent
GetStorage Physical Disk Parent 
- partNumber string
- percentLife numberLeft 
- percentReserved numberCapacity Consumed 
- performancePercent number
- permissionResources GetStorage Physical Disk Permission Resource[] 
- physicalBlock stringSize 
- physicalDisk GetExtensions Storage Physical Disk Physical Disk Extension[] 
- pid string
- powerCycle numberCount 
- powerOn numberHours 
- powerOn numberHours Percentage 
- predictedMedia numberLife Left Percent 
- predictiveFailure numberCount 
- presence string
- previousFru GetStorage Physical Disk Previous Fru 
- protocol string
- rawSize string
- readError numberCount Threshold 
- readIo numberError Count 
- registeredDevice GetStorage Physical Disk Registered Device 
- revision string
- rn string
- runningFirmwares GetStorage Physical Disk Running Firmware[] 
- sasPorts GetStorage Physical Disk Sas Port[] 
- secured string
- serial string
- string
- size string
- storageController GetStorage Physical Disk Storage Controller 
- storageEnclosure GetStorage Physical Disk Storage Enclosure 
- 
GetStorage Physical Disk Tag[] 
- thermal string
- thresholdOperating numberTemperature 
- type string
- variantType string
- vendor string
- versionContext GetStorage Physical Disk Version Context 
- wearStatus numberIn Days 
- writeError numberCount Threshold 
- writeIo numberError Count 
- id str
- results
Sequence[GetStorage Physical Disk Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetStorage 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
GetStorage 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[GetStorage 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>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- backgroundOperations String
- blockSize String
- bootable String
- classId String
- configurationCheckpoint String
- configurationState String
- createTime String
- description String
- deviceMo StringId 
- disabledFor BooleanRemoval 
- discoveredPath String
- diskId String
- diskState String
- dn String
- domainGroup StringMoid 
- driveFirmware String
- driveState String
- encryptionStatus String
- failurePredicted Boolean
- fdeCapable String
- hotSpare StringType 
- indicatorLed String
- inventoryDevice Property MapInfo 
- isPlatform BooleanSupported 
- isUpgraded Boolean
- linkSpeed String
- linkState String
- locatorLed Property Map
- maximumOperating NumberTemperature 
- mediaError NumberCount 
- modTime String
- model String
- moid String
- name String
- nonCoerced NumberSize Bytes 
- numBlocks String
- objectType String
- operPower StringState 
- operQualifier StringReason 
- operability String
- operatingTemperature Number
- owners List<String>
- parent Property Map
- partNumber String
- percentLife NumberLeft 
- percentReserved NumberCapacity Consumed 
- performancePercent Number
- permissionResources List<Property Map>
- physicalBlock StringSize 
- physicalDisk List<Property Map>Extensions 
- pid String
- powerCycle NumberCount 
- powerOn NumberHours 
- powerOn NumberHours Percentage 
- predictedMedia NumberLife Left Percent 
- predictiveFailure NumberCount 
- presence String
- previousFru Property Map
- protocol String
- rawSize String
- readError NumberCount Threshold 
- readIo NumberError Count 
- registeredDevice Property Map
- revision String
- rn String
- runningFirmwares List<Property Map>
- sasPorts List<Property Map>
- secured String
- serial String
- String
- size String
- storageController Property Map
- storageEnclosure Property Map
- List<Property Map>
- thermal String
- thresholdOperating NumberTemperature 
- type String
- variantType String
- vendor String
- versionContext Property Map
- wearStatus NumberIn Days 
- writeError NumberCount Threshold 
- writeIo NumberError Count 
Supporting Types
GetStoragePhysicalDiskAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStoragePhysicalDiskInventoryDeviceInfo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStoragePhysicalDiskLocatorLed     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStoragePhysicalDiskParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStoragePhysicalDiskPermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStoragePhysicalDiskPhysicalDiskExtension      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStoragePhysicalDiskPreviousFru     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStoragePhysicalDiskRegisteredDevice     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStoragePhysicalDiskResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetStorage Physical Disk Result Ancestor> 
- BackgroundOperations string
- List of background operations underway.
- BlockSize string
- The block size of the physical disk in bytes.
- Bootable string
- This field identifies the disk drive as bootable if set to true.
- ClassId string
- ConfigurationCheckpoint string
- The current configuration checkpoint of the physical disk.
- ConfigurationState string
- The current configuration state of the physical disk.
- CreateTime string
- The time when this managed object was created.
- Description string
- This field displays the description of the physical disk.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- DisabledFor boolRemoval 
- The physical disk is disabled for removal.
- DiscoveredPath string
- The discovered path of the physical disk.
- DiskId string
- This field identifies the ID assigned to physical disks.
- DiskState string
- This field identifies the health of the disk.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DriveFirmware string
- This field identifies the disk firmware running in the disk.
- DriveState string
- The drive state as reported by the controller.
- EncryptionStatus string
- Encryption status of the physical disk.
- FailurePredicted bool
- Possibility of physical disk failure.
- FdeCapable string
- Full-Disk Encryption capability parameter of the physical disk.
- HotSpare stringType 
- Type of hotspare configured on the physical disk.
- IndicatorLed string
- Status of the locator LED corresponding to the physical disk.
- InventoryDevice List<GetInfos Storage Physical Disk Result Inventory Device Info> 
- IsPlatform boolSupported 
- This field indicates whether the physical disk is supported on the server or not.
- IsUpgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- LinkSpeed string
- The speed of the link between the drive and the controller.
- LinkState string
- The current link state of the physical disk.
- LocatorLeds List<GetStorage Physical Disk Result Locator Led> 
- MaximumOperating doubleTemperature 
- Maximum operating temperature of drive in Celsius.
- MediaError doubleCount 
- Media error count on the physical disk.
- ModTime 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.
- NonCoerced doubleSize Bytes 
- Physical disk non-coerced size in bytes.
- NumBlocks string
- The number of blocks present on the physical disk.
- ObjectType string
- OperPower stringState 
- Operational power of the physical disk.
- OperQualifier 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.
- OperatingTemperature double
- Operating temperature of drive in Celsius.
- Owners List<string>
- Parents
List<GetStorage Physical Disk Result Parent> 
- PartNumber string
- This field displays the part number of the physical disk.
- PercentLife doubleLeft 
- Percentage of write cycles remaining in a solid state drive (SSD).
- PercentReserved doubleCapacity Consumed 
- Percentage of reserve capacity consumed.
- PerformancePercent double
- Performance at which the device operating expressed in percentage.
- PermissionResources List<GetStorage Physical Disk Result Permission Resource> 
- PhysicalBlock stringSize 
- The block size of the installed physical disk.
- PhysicalDisk List<GetExtensions Storage Physical Disk Result Physical Disk Extension> 
- Pid string
- This field displays the product ID of the physical disk.
- PowerCycle doubleCount 
- Number of powercycles the drive has undergone.
- PowerOn doubleHours 
- Number of hours the drive has been powered on.
- PowerOn doubleHours Percentage 
- Percentage of life used based on five year life span of Cisco supported drives.
- PredictedMedia doubleLife Left Percent 
- Predicted physical disk life left in percentage.
- PredictiveFailure doubleCount 
- Error count on the physical disk.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- PreviousFrus List<GetStorage Physical Disk Result Previous Frus> 
- Protocol string
- This field identifies the disk protocol used for communication.
- RawSize string
- The raw size of the physical disk in MB.
- ReadError doubleCount Threshold 
- The number of read errors that are permitted while accessing the drive/card.
- ReadIo doubleError Count 
- Number of IO Errors that occured while reading data from the disk.
- RegisteredDevices 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.
- RunningFirmwares List<GetStorage Physical Disk Result Running Firmware> 
- SasPorts 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.
- StorageControllers List<GetStorage Physical Disk Result Storage Controller> 
- StorageEnclosures List<GetStorage Physical Disk Result Storage Enclosure> 
- 
List<GetStorage Physical Disk Result Tag> 
- Thermal string
- Thermal state of the physical disk.
- ThresholdOperating doubleTemperature 
- Rated threshold operating temperature in Celsius.
- Type string
- This field identifies the type of the physical disk.
- VariantType string
- The variant type of the physical disk.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- VersionContexts List<GetStorage Physical Disk Result Version Context> 
- WearStatus doubleIn Days 
- The number of days an SSD has gone through with the write cycles.
- WriteError doubleCount Threshold 
- The number of write errors that are permitted while accessing the drive/card.
- WriteIo doubleError Count 
- Number of IO Errors that occured while writing data to the disk.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetStorage Physical Disk Result Ancestor 
- BackgroundOperations string
- List of background operations underway.
- BlockSize string
- The block size of the physical disk in bytes.
- Bootable string
- This field identifies the disk drive as bootable if set to true.
- ClassId string
- ConfigurationCheckpoint string
- The current configuration checkpoint of the physical disk.
- ConfigurationState string
- The current configuration state of the physical disk.
- CreateTime string
- The time when this managed object was created.
- Description string
- This field displays the description of the physical disk.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- DisabledFor boolRemoval 
- The physical disk is disabled for removal.
- DiscoveredPath string
- The discovered path of the physical disk.
- DiskId string
- This field identifies the ID assigned to physical disks.
- DiskState string
- This field identifies the health of the disk.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DriveFirmware string
- This field identifies the disk firmware running in the disk.
- DriveState string
- The drive state as reported by the controller.
- EncryptionStatus string
- Encryption status of the physical disk.
- FailurePredicted bool
- Possibility of physical disk failure.
- FdeCapable string
- Full-Disk Encryption capability parameter of the physical disk.
- HotSpare stringType 
- Type of hotspare configured on the physical disk.
- IndicatorLed string
- Status of the locator LED corresponding to the physical disk.
- InventoryDevice []GetInfos Storage Physical Disk Result Inventory Device Info 
- IsPlatform boolSupported 
- This field indicates whether the physical disk is supported on the server or not.
- IsUpgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- LinkSpeed string
- The speed of the link between the drive and the controller.
- LinkState string
- The current link state of the physical disk.
- LocatorLeds []GetStorage Physical Disk Result Locator Led 
- MaximumOperating float64Temperature 
- Maximum operating temperature of drive in Celsius.
- MediaError float64Count 
- Media error count on the physical disk.
- ModTime 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.
- NonCoerced float64Size Bytes 
- Physical disk non-coerced size in bytes.
- NumBlocks string
- The number of blocks present on the physical disk.
- ObjectType string
- OperPower stringState 
- Operational power of the physical disk.
- OperQualifier 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.
- OperatingTemperature float64
- Operating temperature of drive in Celsius.
- Owners []string
- Parents
[]GetStorage Physical Disk Result Parent 
- PartNumber string
- This field displays the part number of the physical disk.
- PercentLife float64Left 
- Percentage of write cycles remaining in a solid state drive (SSD).
- PercentReserved float64Capacity Consumed 
- Percentage of reserve capacity consumed.
- PerformancePercent float64
- Performance at which the device operating expressed in percentage.
- PermissionResources []GetStorage Physical Disk Result Permission Resource 
- PhysicalBlock stringSize 
- The block size of the installed physical disk.
- PhysicalDisk []GetExtensions Storage Physical Disk Result Physical Disk Extension 
- Pid string
- This field displays the product ID of the physical disk.
- PowerCycle float64Count 
- Number of powercycles the drive has undergone.
- PowerOn float64Hours 
- Number of hours the drive has been powered on.
- PowerOn float64Hours Percentage 
- Percentage of life used based on five year life span of Cisco supported drives.
- PredictedMedia float64Life Left Percent 
- Predicted physical disk life left in percentage.
- PredictiveFailure float64Count 
- Error count on the physical disk.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- PreviousFrus []GetStorage Physical Disk Result Previous Frus 
- Protocol string
- This field identifies the disk protocol used for communication.
- RawSize string
- The raw size of the physical disk in MB.
- ReadError float64Count Threshold 
- The number of read errors that are permitted while accessing the drive/card.
- ReadIo float64Error Count 
- Number of IO Errors that occured while reading data from the disk.
- RegisteredDevices []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.
- RunningFirmwares []GetStorage Physical Disk Result Running Firmware 
- SasPorts []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.
- StorageControllers []GetStorage Physical Disk Result Storage Controller 
- StorageEnclosures []GetStorage Physical Disk Result Storage Enclosure 
- 
[]GetStorage Physical Disk Result Tag 
- Thermal string
- Thermal state of the physical disk.
- ThresholdOperating float64Temperature 
- Rated threshold operating temperature in Celsius.
- Type string
- This field identifies the type of the physical disk.
- VariantType string
- The variant type of the physical disk.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- VersionContexts []GetStorage Physical Disk Result Version Context 
- WearStatus float64In Days 
- The number of days an SSD has gone through with the write cycles.
- WriteError float64Count Threshold 
- The number of write errors that are permitted while accessing the drive/card.
- WriteIo float64Error Count 
- Number of IO Errors that occured while writing data to the disk.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetStorage Physical Disk Result Ancestor> 
- backgroundOperations String
- List of background operations underway.
- blockSize String
- The block size of the physical disk in bytes.
- bootable String
- This field identifies the disk drive as bootable if set to true.
- classId String
- configurationCheckpoint String
- The current configuration checkpoint of the physical disk.
- configurationState String
- The current configuration state of the physical disk.
- createTime String
- The time when this managed object was created.
- description String
- This field displays the description of the physical disk.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- disabledFor BooleanRemoval 
- The physical disk is disabled for removal.
- discoveredPath String
- The discovered path of the physical disk.
- diskId String
- This field identifies the ID assigned to physical disks.
- diskState String
- This field identifies the health of the disk.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- driveFirmware String
- This field identifies the disk firmware running in the disk.
- driveState String
- The drive state as reported by the controller.
- encryptionStatus String
- Encryption status of the physical disk.
- failurePredicted Boolean
- Possibility of physical disk failure.
- fdeCapable String
- Full-Disk Encryption capability parameter of the physical disk.
- hotSpare StringType 
- Type of hotspare configured on the physical disk.
- indicatorLed String
- Status of the locator LED corresponding to the physical disk.
- inventoryDevice List<GetInfos Storage Physical Disk Result Inventory Device Info> 
- isPlatform BooleanSupported 
- This field indicates whether the physical disk is supported on the server or not.
- isUpgraded Boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- linkSpeed String
- The speed of the link between the drive and the controller.
- linkState String
- The current link state of the physical disk.
- locatorLeds List<GetStorage Physical Disk Result Locator Led> 
- maximumOperating DoubleTemperature 
- Maximum operating temperature of drive in Celsius.
- mediaError DoubleCount 
- Media error count on the physical disk.
- modTime 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.
- nonCoerced DoubleSize Bytes 
- Physical disk non-coerced size in bytes.
- numBlocks String
- The number of blocks present on the physical disk.
- objectType String
- operPower StringState 
- Operational power of the physical disk.
- operQualifier 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.
- operatingTemperature Double
- Operating temperature of drive in Celsius.
- owners List<String>
- parents
List<GetStorage Physical Disk Result Parent> 
- partNumber String
- This field displays the part number of the physical disk.
- percentLife DoubleLeft 
- Percentage of write cycles remaining in a solid state drive (SSD).
- percentReserved DoubleCapacity Consumed 
- Percentage of reserve capacity consumed.
- performancePercent Double
- Performance at which the device operating expressed in percentage.
- permissionResources List<GetStorage Physical Disk Result Permission Resource> 
- physicalBlock StringSize 
- The block size of the installed physical disk.
- physicalDisk List<GetExtensions Storage Physical Disk Result Physical Disk Extension> 
- pid String
- This field displays the product ID of the physical disk.
- powerCycle DoubleCount 
- Number of powercycles the drive has undergone.
- powerOn DoubleHours 
- Number of hours the drive has been powered on.
- powerOn DoubleHours Percentage 
- Percentage of life used based on five year life span of Cisco supported drives.
- predictedMedia DoubleLife Left Percent 
- Predicted physical disk life left in percentage.
- predictiveFailure DoubleCount 
- Error count on the physical disk.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previousFrus List<GetStorage Physical Disk Result Previous Frus> 
- protocol String
- This field identifies the disk protocol used for communication.
- rawSize String
- The raw size of the physical disk in MB.
- readError DoubleCount Threshold 
- The number of read errors that are permitted while accessing the drive/card.
- readIo DoubleError Count 
- Number of IO Errors that occured while reading data from the disk.
- registeredDevices 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.
- runningFirmwares List<GetStorage Physical Disk Result Running Firmware> 
- sasPorts 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.
- storageControllers List<GetStorage Physical Disk Result Storage Controller> 
- storageEnclosures List<GetStorage Physical Disk Result Storage Enclosure> 
- 
List<GetStorage Physical Disk Result Tag> 
- thermal String
- Thermal state of the physical disk.
- thresholdOperating DoubleTemperature 
- Rated threshold operating temperature in Celsius.
- type String
- This field identifies the type of the physical disk.
- variantType String
- The variant type of the physical disk.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- versionContexts List<GetStorage Physical Disk Result Version Context> 
- wearStatus DoubleIn Days 
- The number of days an SSD has gone through with the write cycles.
- writeError DoubleCount Threshold 
- The number of write errors that are permitted while accessing the drive/card.
- writeIo DoubleError Count 
- Number of IO Errors that occured while writing data to the disk.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetStorage Physical Disk Result Ancestor[] 
- backgroundOperations string
- List of background operations underway.
- blockSize string
- The block size of the physical disk in bytes.
- bootable string
- This field identifies the disk drive as bootable if set to true.
- classId string
- configurationCheckpoint string
- The current configuration checkpoint of the physical disk.
- configurationState string
- The current configuration state of the physical disk.
- createTime string
- The time when this managed object was created.
- description string
- This field displays the description of the physical disk.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- disabledFor booleanRemoval 
- The physical disk is disabled for removal.
- discoveredPath string
- The discovered path of the physical disk.
- diskId string
- This field identifies the ID assigned to physical disks.
- diskState string
- This field identifies the health of the disk.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- driveFirmware string
- This field identifies the disk firmware running in the disk.
- driveState string
- The drive state as reported by the controller.
- encryptionStatus string
- Encryption status of the physical disk.
- failurePredicted boolean
- Possibility of physical disk failure.
- fdeCapable string
- Full-Disk Encryption capability parameter of the physical disk.
- hotSpare stringType 
- Type of hotspare configured on the physical disk.
- indicatorLed string
- Status of the locator LED corresponding to the physical disk.
- inventoryDevice GetInfos Storage Physical Disk Result Inventory Device Info[] 
- isPlatform booleanSupported 
- This field indicates whether the physical disk is supported on the server or not.
- isUpgraded boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- linkSpeed string
- The speed of the link between the drive and the controller.
- linkState string
- The current link state of the physical disk.
- locatorLeds GetStorage Physical Disk Result Locator Led[] 
- maximumOperating numberTemperature 
- Maximum operating temperature of drive in Celsius.
- mediaError numberCount 
- Media error count on the physical disk.
- modTime 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.
- nonCoerced numberSize Bytes 
- Physical disk non-coerced size in bytes.
- numBlocks string
- The number of blocks present on the physical disk.
- objectType string
- operPower stringState 
- Operational power of the physical disk.
- operQualifier 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.
- operatingTemperature number
- Operating temperature of drive in Celsius.
- owners string[]
- parents
GetStorage Physical Disk Result Parent[] 
- partNumber string
- This field displays the part number of the physical disk.
- percentLife numberLeft 
- Percentage of write cycles remaining in a solid state drive (SSD).
- percentReserved numberCapacity Consumed 
- Percentage of reserve capacity consumed.
- performancePercent number
- Performance at which the device operating expressed in percentage.
- permissionResources GetStorage Physical Disk Result Permission Resource[] 
- physicalBlock stringSize 
- The block size of the installed physical disk.
- physicalDisk GetExtensions Storage Physical Disk Result Physical Disk Extension[] 
- pid string
- This field displays the product ID of the physical disk.
- powerCycle numberCount 
- Number of powercycles the drive has undergone.
- powerOn numberHours 
- Number of hours the drive has been powered on.
- powerOn numberHours Percentage 
- Percentage of life used based on five year life span of Cisco supported drives.
- predictedMedia numberLife Left Percent 
- Predicted physical disk life left in percentage.
- predictiveFailure numberCount 
- Error count on the physical disk.
- presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previousFrus GetStorage Physical Disk Result Previous Frus[] 
- protocol string
- This field identifies the disk protocol used for communication.
- rawSize string
- The raw size of the physical disk in MB.
- readError numberCount Threshold 
- The number of read errors that are permitted while accessing the drive/card.
- readIo numberError Count 
- Number of IO Errors that occured while reading data from the disk.
- registeredDevices 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.
- runningFirmwares GetStorage Physical Disk Result Running Firmware[] 
- sasPorts 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.
- storageControllers GetStorage Physical Disk Result Storage Controller[] 
- storageEnclosures GetStorage Physical Disk Result Storage Enclosure[] 
- 
GetStorage Physical Disk Result Tag[] 
- thermal string
- Thermal state of the physical disk.
- thresholdOperating numberTemperature 
- Rated threshold operating temperature in Celsius.
- type string
- This field identifies the type of the physical disk.
- variantType string
- The variant type of the physical disk.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- versionContexts GetStorage Physical Disk Result Version Context[] 
- wearStatus numberIn Days 
- The number of days an SSD has gone through with the write cycles.
- writeError numberCount Threshold 
- The number of write errors that are permitted while accessing the drive/card.
- writeIo 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[GetStorage 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[GetStorage 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[GetStorage 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.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- backgroundOperations String
- List of background operations underway.
- blockSize String
- The block size of the physical disk in bytes.
- bootable String
- This field identifies the disk drive as bootable if set to true.
- classId String
- configurationCheckpoint String
- The current configuration checkpoint of the physical disk.
- configurationState String
- The current configuration state of the physical disk.
- createTime String
- The time when this managed object was created.
- description String
- This field displays the description of the physical disk.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- disabledFor BooleanRemoval 
- The physical disk is disabled for removal.
- discoveredPath String
- The discovered path of the physical disk.
- diskId String
- This field identifies the ID assigned to physical disks.
- diskState String
- This field identifies the health of the disk.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- driveFirmware String
- This field identifies the disk firmware running in the disk.
- driveState String
- The drive state as reported by the controller.
- encryptionStatus String
- Encryption status of the physical disk.
- failurePredicted Boolean
- Possibility of physical disk failure.
- fdeCapable String
- Full-Disk Encryption capability parameter of the physical disk.
- hotSpare StringType 
- Type of hotspare configured on the physical disk.
- indicatorLed String
- Status of the locator LED corresponding to the physical disk.
- inventoryDevice List<Property Map>Infos 
- isPlatform BooleanSupported 
- This field indicates whether the physical disk is supported on the server or not.
- isUpgraded Boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- linkSpeed String
- The speed of the link between the drive and the controller.
- linkState String
- The current link state of the physical disk.
- locatorLeds List<Property Map>
- maximumOperating NumberTemperature 
- Maximum operating temperature of drive in Celsius.
- mediaError NumberCount 
- Media error count on the physical disk.
- modTime 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.
- nonCoerced NumberSize Bytes 
- Physical disk non-coerced size in bytes.
- numBlocks String
- The number of blocks present on the physical disk.
- objectType String
- operPower StringState 
- Operational power of the physical disk.
- operQualifier 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.
- operatingTemperature Number
- Operating temperature of drive in Celsius.
- owners List<String>
- parents List<Property Map>
- partNumber String
- This field displays the part number of the physical disk.
- percentLife NumberLeft 
- Percentage of write cycles remaining in a solid state drive (SSD).
- percentReserved NumberCapacity Consumed 
- Percentage of reserve capacity consumed.
- performancePercent Number
- Performance at which the device operating expressed in percentage.
- permissionResources List<Property Map>
- physicalBlock StringSize 
- The block size of the installed physical disk.
- physicalDisk List<Property Map>Extensions 
- pid String
- This field displays the product ID of the physical disk.
- powerCycle NumberCount 
- Number of powercycles the drive has undergone.
- powerOn NumberHours 
- Number of hours the drive has been powered on.
- powerOn NumberHours Percentage 
- Percentage of life used based on five year life span of Cisco supported drives.
- predictedMedia NumberLife Left Percent 
- Predicted physical disk life left in percentage.
- predictiveFailure NumberCount 
- Error count on the physical disk.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previousFrus List<Property Map>
- protocol String
- This field identifies the disk protocol used for communication.
- rawSize String
- The raw size of the physical disk in MB.
- readError NumberCount Threshold 
- The number of read errors that are permitted while accessing the drive/card.
- readIo NumberError Count 
- Number of IO Errors that occured while reading data from the disk.
- registeredDevices 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.
- runningFirmwares List<Property Map>
- sasPorts 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.
- storageControllers List<Property Map>
- storageEnclosures List<Property Map>
- List<Property Map>
- thermal String
- Thermal state of the physical disk.
- thresholdOperating NumberTemperature 
- Rated threshold operating temperature in Celsius.
- type String
- This field identifies the type of the physical disk.
- variantType String
- The variant type of the physical disk.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- versionContexts List<Property Map>
- wearStatus NumberIn Days 
- The number of days an SSD has gone through with the write cycles.
- writeError NumberCount Threshold 
- The number of write errors that are permitted while accessing the drive/card.
- writeIo NumberError Count 
- Number of IO Errors that occured while writing data to the disk.
GetStoragePhysicalDiskResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStoragePhysicalDiskResultInventoryDeviceInfo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStoragePhysicalDiskResultLocatorLed      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStoragePhysicalDiskResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStoragePhysicalDiskResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStoragePhysicalDiskResultPhysicalDiskExtension       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStoragePhysicalDiskResultPreviousFrus      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStoragePhysicalDiskResultRegisteredDevice      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStoragePhysicalDiskResultRunningFirmware      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStoragePhysicalDiskResultSasPort      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStoragePhysicalDiskResultStorageController      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStoragePhysicalDiskResultStorageEnclosure      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStoragePhysicalDiskResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetStoragePhysicalDiskResultVersionContext      
- additionalProperties string
- classId string
- interestedMos GetStorage Physical Disk Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetStorage Physical Disk Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetStoragePhysicalDiskResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStoragePhysicalDiskResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStoragePhysicalDiskRunningFirmware     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStoragePhysicalDiskSasPort     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStoragePhysicalDiskStorageController     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStoragePhysicalDiskStorageEnclosure     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStoragePhysicalDiskTag    
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetStoragePhysicalDiskVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetStorage Physical Disk Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetStorage Physical Disk Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetStorage Physical Disk Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetStorage Physical Disk Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetStorage Physical Disk Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetStorage Physical Disk Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetStorage Physical Disk Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetStorage Physical Disk Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[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.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetStoragePhysicalDiskVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStoragePhysicalDiskVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet