intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet
intersight.getStorageController
Explore with Pulumi AI
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet
Storage Controller present in a server.
Using getStorageController
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 getStorageController(args: GetStorageControllerArgs, opts?: InvokeOptions): Promise<GetStorageControllerResult>
function getStorageControllerOutput(args: GetStorageControllerOutputArgs, opts?: InvokeOptions): Output<GetStorageControllerResult>
def get_storage_controller(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetStorageControllerAncestor]] = None,
backup_battery_unit: Optional[GetStorageControllerBackupBatteryUnit] = None,
class_id: Optional[str] = None,
compute_blade: Optional[GetStorageControllerComputeBlade] = None,
compute_board: Optional[GetStorageControllerComputeBoard] = None,
compute_rack_unit: Optional[GetStorageControllerComputeRackUnit] = None,
connected_sas_expander: Optional[bool] = None,
controller_flags: Optional[str] = None,
controller_id: Optional[str] = None,
controller_status: Optional[str] = None,
create_time: Optional[str] = None,
default_drive_mode: Optional[str] = None,
device_mo_id: Optional[str] = None,
disk_groups: Optional[Sequence[GetStorageControllerDiskGroup]] = None,
disk_slots: Optional[Sequence[GetStorageControllerDiskSlot]] = None,
dn: Optional[str] = None,
domain_group_moid: Optional[str] = None,
ecc_bucket_leak_rate: Optional[float] = None,
foreign_config_present: Optional[bool] = None,
hw_revision: Optional[str] = None,
hybrid_slots_supported: Optional[str] = None,
id: Optional[str] = None,
interface_type: Optional[str] = None,
inventory_device_info: Optional[GetStorageControllerInventoryDeviceInfo] = None,
is_upgraded: Optional[bool] = None,
max_volumes_supported: Optional[float] = None,
memory_correctable_errors: Optional[float] = None,
mod_time: Optional[str] = None,
model: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
oob_interface_supported: Optional[str] = None,
oper_state: Optional[str] = None,
operability: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetStorageControllerParent] = None,
pci_addr: Optional[str] = None,
pci_slot: Optional[str] = None,
permission_resources: Optional[Sequence[GetStorageControllerPermissionResource]] = None,
persistent_cache_size: Optional[float] = None,
physical_disk_extensions: Optional[Sequence[GetStorageControllerPhysicalDiskExtension]] = None,
physical_disks: Optional[Sequence[GetStorageControllerPhysicalDisk]] = None,
pinned_cache_state: Optional[float] = None,
presence: Optional[str] = None,
previous_fru: Optional[GetStorageControllerPreviousFru] = None,
raid_support: Optional[str] = None,
rebuild_rate: Optional[str] = None,
rebuild_rate_percent: Optional[float] = None,
registered_device: Optional[GetStorageControllerRegisteredDevice] = None,
revision: Optional[str] = None,
rn: Optional[str] = None,
running_firmwares: Optional[Sequence[GetStorageControllerRunningFirmware]] = None,
self_encrypt_enabled: Optional[str] = None,
serial: Optional[str] = None,
shared_scope: Optional[str] = None,
sub_oem_id: Optional[str] = None,
supported_strip_sizes: Optional[str] = None,
tags: Optional[Sequence[GetStorageControllerTag]] = None,
total_cache_size: Optional[float] = None,
type: Optional[str] = None,
vendor: Optional[str] = None,
version_context: Optional[GetStorageControllerVersionContext] = None,
virtual_drive_extensions: Optional[Sequence[GetStorageControllerVirtualDriveExtension]] = None,
virtual_drives: Optional[Sequence[GetStorageControllerVirtualDrife]] = None,
opts: Optional[InvokeOptions] = None) -> GetStorageControllerResult
def get_storage_controller_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageControllerAncestorArgs]]]] = None,
backup_battery_unit: Optional[pulumi.Input[GetStorageControllerBackupBatteryUnitArgs]] = None,
class_id: Optional[pulumi.Input[str]] = None,
compute_blade: Optional[pulumi.Input[GetStorageControllerComputeBladeArgs]] = None,
compute_board: Optional[pulumi.Input[GetStorageControllerComputeBoardArgs]] = None,
compute_rack_unit: Optional[pulumi.Input[GetStorageControllerComputeRackUnitArgs]] = None,
connected_sas_expander: Optional[pulumi.Input[bool]] = None,
controller_flags: Optional[pulumi.Input[str]] = None,
controller_id: Optional[pulumi.Input[str]] = None,
controller_status: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
default_drive_mode: Optional[pulumi.Input[str]] = None,
device_mo_id: Optional[pulumi.Input[str]] = None,
disk_groups: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageControllerDiskGroupArgs]]]] = None,
disk_slots: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageControllerDiskSlotArgs]]]] = None,
dn: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
ecc_bucket_leak_rate: Optional[pulumi.Input[float]] = None,
foreign_config_present: Optional[pulumi.Input[bool]] = None,
hw_revision: Optional[pulumi.Input[str]] = None,
hybrid_slots_supported: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
interface_type: Optional[pulumi.Input[str]] = None,
inventory_device_info: Optional[pulumi.Input[GetStorageControllerInventoryDeviceInfoArgs]] = None,
is_upgraded: Optional[pulumi.Input[bool]] = None,
max_volumes_supported: Optional[pulumi.Input[float]] = None,
memory_correctable_errors: 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,
object_type: Optional[pulumi.Input[str]] = None,
oob_interface_supported: Optional[pulumi.Input[str]] = None,
oper_state: Optional[pulumi.Input[str]] = None,
operability: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetStorageControllerParentArgs]] = None,
pci_addr: Optional[pulumi.Input[str]] = None,
pci_slot: Optional[pulumi.Input[str]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageControllerPermissionResourceArgs]]]] = None,
persistent_cache_size: Optional[pulumi.Input[float]] = None,
physical_disk_extensions: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageControllerPhysicalDiskExtensionArgs]]]] = None,
physical_disks: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageControllerPhysicalDiskArgs]]]] = None,
pinned_cache_state: Optional[pulumi.Input[float]] = None,
presence: Optional[pulumi.Input[str]] = None,
previous_fru: Optional[pulumi.Input[GetStorageControllerPreviousFruArgs]] = None,
raid_support: Optional[pulumi.Input[str]] = None,
rebuild_rate: Optional[pulumi.Input[str]] = None,
rebuild_rate_percent: Optional[pulumi.Input[float]] = None,
registered_device: Optional[pulumi.Input[GetStorageControllerRegisteredDeviceArgs]] = None,
revision: Optional[pulumi.Input[str]] = None,
rn: Optional[pulumi.Input[str]] = None,
running_firmwares: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageControllerRunningFirmwareArgs]]]] = None,
self_encrypt_enabled: Optional[pulumi.Input[str]] = None,
serial: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
sub_oem_id: Optional[pulumi.Input[str]] = None,
supported_strip_sizes: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageControllerTagArgs]]]] = None,
total_cache_size: Optional[pulumi.Input[float]] = None,
type: Optional[pulumi.Input[str]] = None,
vendor: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetStorageControllerVersionContextArgs]] = None,
virtual_drive_extensions: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageControllerVirtualDriveExtensionArgs]]]] = None,
virtual_drives: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageControllerVirtualDrifeArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStorageControllerResult]
func LookupStorageController(ctx *Context, args *LookupStorageControllerArgs, opts ...InvokeOption) (*LookupStorageControllerResult, error)
func LookupStorageControllerOutput(ctx *Context, args *LookupStorageControllerOutputArgs, opts ...InvokeOption) LookupStorageControllerResultOutput
> Note: This function is named LookupStorageController
in the Go SDK.
public static class GetStorageController
{
public static Task<GetStorageControllerResult> InvokeAsync(GetStorageControllerArgs args, InvokeOptions? opts = null)
public static Output<GetStorageControllerResult> Invoke(GetStorageControllerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetStorageControllerResult> getStorageController(GetStorageControllerArgs args, InvokeOptions options)
public static Output<GetStorageControllerResult> getStorageController(GetStorageControllerArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getStorageController:getStorageController
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Storage Controller Ancestor> - Backup
Battery GetUnit Storage Controller Backup Battery Unit - Class
Id string - Compute
Blade GetStorage Controller Compute Blade - Compute
Board GetStorage Controller Compute Board - Compute
Rack GetUnit Storage Controller Compute Rack Unit - Connected
Sas boolExpander - Storage controller is connected to SAS expander.
- Controller
Flags string - The flags for the storage controller.
- Controller
Id string - The Id of the storage controller.
- Controller
Status string - The current status of controller.
- Create
Time string - The time when this managed object was created.
- Default
Drive stringMode - Auto configuration mode for the newly inserted physical drives.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Disk
Groups List<GetStorage Controller Disk Group> - Disk
Slots List<GetStorage Controller Disk Slot> - Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ecc
Bucket doubleLeak Rate - The ECC bucket leak rate for the Storage Controller in minutes.
- Foreign
Config boolPresent - Storage controller has detected disks in foreign config.
- Hw
Revision string - The hardware revision of controller.
- Hybrid
Slots stringSupported - U.3 Hybrid Slot Support of the Storage Controller.
- Id string
- Interface
Type string - Interface types are Sas, Sata, PCH.
- Inventory
Device GetInfo Storage Controller Inventory Device Info - Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Max
Volumes doubleSupported - Maximum virtual drives that can be created on this Storage Controller.
- Memory
Correctable doubleErrors - The number of memory correctable errors reported by the Storage Controller.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the Storage Controller.
- Object
Type string - Oob
Interface stringSupported - The CIMC support for out-of-band configuration of controller.
- Oper
State string - The current operational state of controller.
- Operability string
- Operability state of the storage controller.
- Owners List<string>
- Parent
Get
Storage Controller Parent - Pci
Addr string - The current pci address of controller.
- Pci
Slot string - The pci slot name for the controller.
- Permission
Resources List<GetStorage Controller Permission Resource> - Persistent
Cache doubleSize - The portion of the cache memory that is persistent, measured in MiB.
- Physical
Disk List<GetExtensions Storage Controller Physical Disk Extension> - Physical
Disks List<GetStorage Controller Physical Disk> - Pinned
Cache doubleState - The pinned cache state of the Storage Controller.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Fru GetStorage Controller Previous Fru - Raid
Support string - The RAID levels supported by controller.
- Rebuild
Rate string - Logical volume or RAID rebuild rate of Storage Controller.
- Rebuild
Rate doublePercent - Logical volume or RAID rebuild rate of Storage Controller.
- Registered
Device GetStorage Controller Registered Device - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Running
Firmwares List<GetStorage Controller Running Firmware> - Self
Encrypt stringEnabled - Storage controller disk self encryption state.
- 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.
- Sub
Oem stringId - The Sub OEM identifier of the Storage Controller.
- Supported
Strip stringSizes - The strip sizes in KiB supported by the Storage Controller.
- List<Get
Storage Controller Tag> - Total
Cache doubleSize - The total configured cache memory, measured in MiB.
- Type string
- Controller types are Raid, FlexFlash.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Context GetStorage Controller Version Context - Virtual
Drive List<GetExtensions Storage Controller Virtual Drive Extension> - Virtual
Drives List<GetStorage Controller Virtual Drife>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Storage Controller Ancestor - Backup
Battery GetUnit Storage Controller Backup Battery Unit - Class
Id string - Compute
Blade GetStorage Controller Compute Blade - Compute
Board GetStorage Controller Compute Board - Compute
Rack GetUnit Storage Controller Compute Rack Unit - Connected
Sas boolExpander - Storage controller is connected to SAS expander.
- Controller
Flags string - The flags for the storage controller.
- Controller
Id string - The Id of the storage controller.
- Controller
Status string - The current status of controller.
- Create
Time string - The time when this managed object was created.
- Default
Drive stringMode - Auto configuration mode for the newly inserted physical drives.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Disk
Groups []GetStorage Controller Disk Group - Disk
Slots []GetStorage Controller Disk Slot - Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ecc
Bucket float64Leak Rate - The ECC bucket leak rate for the Storage Controller in minutes.
- Foreign
Config boolPresent - Storage controller has detected disks in foreign config.
- Hw
Revision string - The hardware revision of controller.
- Hybrid
Slots stringSupported - U.3 Hybrid Slot Support of the Storage Controller.
- Id string
- Interface
Type string - Interface types are Sas, Sata, PCH.
- Inventory
Device GetInfo Storage Controller Inventory Device Info - Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Max
Volumes float64Supported - Maximum virtual drives that can be created on this Storage Controller.
- Memory
Correctable float64Errors - The number of memory correctable errors reported by the Storage Controller.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the Storage Controller.
- Object
Type string - Oob
Interface stringSupported - The CIMC support for out-of-band configuration of controller.
- Oper
State string - The current operational state of controller.
- Operability string
- Operability state of the storage controller.
- Owners []string
- Parent
Get
Storage Controller Parent - Pci
Addr string - The current pci address of controller.
- Pci
Slot string - The pci slot name for the controller.
- Permission
Resources []GetStorage Controller Permission Resource - Persistent
Cache float64Size - The portion of the cache memory that is persistent, measured in MiB.
- Physical
Disk []GetExtensions Storage Controller Physical Disk Extension - Physical
Disks []GetStorage Controller Physical Disk - Pinned
Cache float64State - The pinned cache state of the Storage Controller.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Fru GetStorage Controller Previous Fru - Raid
Support string - The RAID levels supported by controller.
- Rebuild
Rate string - Logical volume or RAID rebuild rate of Storage Controller.
- Rebuild
Rate float64Percent - Logical volume or RAID rebuild rate of Storage Controller.
- Registered
Device GetStorage Controller Registered Device - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Running
Firmwares []GetStorage Controller Running Firmware - Self
Encrypt stringEnabled - Storage controller disk self encryption state.
- 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.
- Sub
Oem stringId - The Sub OEM identifier of the Storage Controller.
- Supported
Strip stringSizes - The strip sizes in KiB supported by the Storage Controller.
- []Get
Storage Controller Tag - Total
Cache float64Size - The total configured cache memory, measured in MiB.
- Type string
- Controller types are Raid, FlexFlash.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Context GetStorage Controller Version Context - Virtual
Drive []GetExtensions Storage Controller Virtual Drive Extension - Virtual
Drives []GetStorage Controller Virtual Drife
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Storage Controller Ancestor> - backup
Battery GetUnit Storage Controller Backup Battery Unit - class
Id String - compute
Blade GetStorage Controller Compute Blade - compute
Board GetStorage Controller Compute Board - compute
Rack GetUnit Storage Controller Compute Rack Unit - connected
Sas BooleanExpander - Storage controller is connected to SAS expander.
- controller
Flags String - The flags for the storage controller.
- controller
Id String - The Id of the storage controller.
- controller
Status String - The current status of controller.
- create
Time String - The time when this managed object was created.
- default
Drive StringMode - Auto configuration mode for the newly inserted physical drives.
- device
Mo StringId - The database identifier of the registered device of an object.
- disk
Groups List<GetStorage Controller Disk Group> - disk
Slots List<GetStorage Controller Disk Slot> - dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ecc
Bucket DoubleLeak Rate - The ECC bucket leak rate for the Storage Controller in minutes.
- foreign
Config BooleanPresent - Storage controller has detected disks in foreign config.
- hw
Revision String - The hardware revision of controller.
- hybrid
Slots StringSupported - U.3 Hybrid Slot Support of the Storage Controller.
- id String
- interface
Type String - Interface types are Sas, Sata, PCH.
- inventory
Device GetInfo Storage Controller Inventory Device Info - is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- max
Volumes DoubleSupported - Maximum virtual drives that can be created on this Storage Controller.
- memory
Correctable DoubleErrors - The number of memory correctable errors reported by the Storage Controller.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the Storage Controller.
- object
Type String - oob
Interface StringSupported - The CIMC support for out-of-band configuration of controller.
- oper
State String - The current operational state of controller.
- operability String
- Operability state of the storage controller.
- owners List<String>
- parent
Get
Storage Controller Parent - pci
Addr String - The current pci address of controller.
- pci
Slot String - The pci slot name for the controller.
- permission
Resources List<GetStorage Controller Permission Resource> - persistent
Cache DoubleSize - The portion of the cache memory that is persistent, measured in MiB.
- physical
Disk List<GetExtensions Storage Controller Physical Disk Extension> - physical
Disks List<GetStorage Controller Physical Disk> - pinned
Cache DoubleState - The pinned cache state of the Storage Controller.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru GetStorage Controller Previous Fru - raid
Support String - The RAID levels supported by controller.
- rebuild
Rate String - Logical volume or RAID rebuild rate of Storage Controller.
- rebuild
Rate DoublePercent - Logical volume or RAID rebuild rate of Storage Controller.
- registered
Device GetStorage Controller Registered Device - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- running
Firmwares List<GetStorage Controller Running Firmware> - self
Encrypt StringEnabled - Storage controller disk self encryption state.
- 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.
- sub
Oem StringId - The Sub OEM identifier of the Storage Controller.
- supported
Strip StringSizes - The strip sizes in KiB supported by the Storage Controller.
- List<Get
Storage Controller Tag> - total
Cache DoubleSize - The total configured cache memory, measured in MiB.
- type String
- Controller types are Raid, FlexFlash.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Context GetStorage Controller Version Context - virtual
Drive List<GetExtensions Storage Controller Virtual Drive Extension> - virtual
Drives List<GetStorage Controller Virtual Drife>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Storage Controller Ancestor[] - backup
Battery GetUnit Storage Controller Backup Battery Unit - class
Id string - compute
Blade GetStorage Controller Compute Blade - compute
Board GetStorage Controller Compute Board - compute
Rack GetUnit Storage Controller Compute Rack Unit - connected
Sas booleanExpander - Storage controller is connected to SAS expander.
- controller
Flags string - The flags for the storage controller.
- controller
Id string - The Id of the storage controller.
- controller
Status string - The current status of controller.
- create
Time string - The time when this managed object was created.
- default
Drive stringMode - Auto configuration mode for the newly inserted physical drives.
- device
Mo stringId - The database identifier of the registered device of an object.
- disk
Groups GetStorage Controller Disk Group[] - disk
Slots GetStorage Controller Disk Slot[] - dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- ecc
Bucket numberLeak Rate - The ECC bucket leak rate for the Storage Controller in minutes.
- foreign
Config booleanPresent - Storage controller has detected disks in foreign config.
- hw
Revision string - The hardware revision of controller.
- hybrid
Slots stringSupported - U.3 Hybrid Slot Support of the Storage Controller.
- id string
- interface
Type string - Interface types are Sas, Sata, PCH.
- inventory
Device GetInfo Storage Controller Inventory Device Info - is
Upgraded boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- max
Volumes numberSupported - Maximum virtual drives that can be created on this Storage Controller.
- memory
Correctable numberErrors - The number of memory correctable errors reported by the Storage Controller.
- mod
Time string - The time when this managed object was last modified.
- model string
- This field displays the model number of the associated component or hardware.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the Storage Controller.
- object
Type string - oob
Interface stringSupported - The CIMC support for out-of-band configuration of controller.
- oper
State string - The current operational state of controller.
- operability string
- Operability state of the storage controller.
- owners string[]
- parent
Get
Storage Controller Parent - pci
Addr string - The current pci address of controller.
- pci
Slot string - The pci slot name for the controller.
- permission
Resources GetStorage Controller Permission Resource[] - persistent
Cache numberSize - The portion of the cache memory that is persistent, measured in MiB.
- physical
Disk GetExtensions Storage Controller Physical Disk Extension[] - physical
Disks GetStorage Controller Physical Disk[] - pinned
Cache numberState - The pinned cache state of the Storage Controller.
- presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru GetStorage Controller Previous Fru - raid
Support string - The RAID levels supported by controller.
- rebuild
Rate string - Logical volume or RAID rebuild rate of Storage Controller.
- rebuild
Rate numberPercent - Logical volume or RAID rebuild rate of Storage Controller.
- registered
Device GetStorage Controller Registered Device - revision string
- This field displays the revised version of the associated component or hardware (if any).
- rn string
- The Relative Name uniquely identifies an object within a given context.
- running
Firmwares GetStorage Controller Running Firmware[] - self
Encrypt stringEnabled - Storage controller disk self encryption state.
- 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.
- sub
Oem stringId - The Sub OEM identifier of the Storage Controller.
- supported
Strip stringSizes - The strip sizes in KiB supported by the Storage Controller.
- Get
Storage Controller Tag[] - total
Cache numberSize - The total configured cache memory, measured in MiB.
- type string
- Controller types are Raid, FlexFlash.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- version
Context GetStorage Controller Version Context - virtual
Drive GetExtensions Storage Controller Virtual Drive Extension[] - virtual
Drives GetStorage Controller Virtual Drife[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Storage Controller Ancestor] - backup_
battery_ Getunit Storage Controller Backup Battery Unit - class_
id str - compute_
blade GetStorage Controller Compute Blade - compute_
board GetStorage Controller Compute Board - compute_
rack_ Getunit Storage Controller Compute Rack Unit - connected_
sas_ boolexpander - Storage controller is connected to SAS expander.
- controller_
flags str - The flags for the storage controller.
- controller_
id str - The Id of the storage controller.
- controller_
status str - The current status of controller.
- create_
time str - The time when this managed object was created.
- default_
drive_ strmode - Auto configuration mode for the newly inserted physical drives.
- device_
mo_ strid - The database identifier of the registered device of an object.
- disk_
groups Sequence[GetStorage Controller Disk Group] - disk_
slots Sequence[GetStorage Controller Disk Slot] - dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- ecc_
bucket_ floatleak_ rate - The ECC bucket leak rate for the Storage Controller in minutes.
- foreign_
config_ boolpresent - Storage controller has detected disks in foreign config.
- hw_
revision str - The hardware revision of controller.
- hybrid_
slots_ strsupported - U.3 Hybrid Slot Support of the Storage Controller.
- id str
- interface_
type str - Interface types are Sas, Sata, PCH.
- inventory_
device_ Getinfo Storage Controller Inventory Device Info - is_
upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- max_
volumes_ floatsupported - Maximum virtual drives that can be created on this Storage Controller.
- memory_
correctable_ floaterrors - The number of memory correctable errors reported by the Storage Controller.
- 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
- Name of the Storage Controller.
- object_
type str - oob_
interface_ strsupported - The CIMC support for out-of-band configuration of controller.
- oper_
state str - The current operational state of controller.
- operability str
- Operability state of the storage controller.
- owners Sequence[str]
- parent
Get
Storage Controller Parent - pci_
addr str - The current pci address of controller.
- pci_
slot str - The pci slot name for the controller.
- permission_
resources Sequence[GetStorage Controller Permission Resource] - persistent_
cache_ floatsize - The portion of the cache memory that is persistent, measured in MiB.
- physical_
disk_ Sequence[Getextensions Storage Controller Physical Disk Extension] - physical_
disks Sequence[GetStorage Controller Physical Disk] - pinned_
cache_ floatstate - The pinned cache state of the Storage Controller.
- presence str
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_
fru GetStorage Controller Previous Fru - raid_
support str - The RAID levels supported by controller.
- rebuild_
rate str - Logical volume or RAID rebuild rate of Storage Controller.
- rebuild_
rate_ floatpercent - Logical volume or RAID rebuild rate of Storage Controller.
- registered_
device GetStorage Controller 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 Controller Running Firmware] - self_
encrypt_ strenabled - Storage controller disk self encryption state.
- 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.
- sub_
oem_ strid - The Sub OEM identifier of the Storage Controller.
- supported_
strip_ strsizes - The strip sizes in KiB supported by the Storage Controller.
- Sequence[Get
Storage Controller Tag] - total_
cache_ floatsize - The total configured cache memory, measured in MiB.
- type str
- Controller types are Raid, FlexFlash.
- vendor str
- This field displays the vendor information of the associated component or hardware.
- version_
context GetStorage Controller Version Context - virtual_
drive_ Sequence[Getextensions Storage Controller Virtual Drive Extension] - virtual_
drives Sequence[GetStorage Controller Virtual Drife]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- backup
Battery Property MapUnit - class
Id String - compute
Blade Property Map - compute
Board Property Map - compute
Rack Property MapUnit - connected
Sas BooleanExpander - Storage controller is connected to SAS expander.
- controller
Flags String - The flags for the storage controller.
- controller
Id String - The Id of the storage controller.
- controller
Status String - The current status of controller.
- create
Time String - The time when this managed object was created.
- default
Drive StringMode - Auto configuration mode for the newly inserted physical drives.
- device
Mo StringId - The database identifier of the registered device of an object.
- disk
Groups List<Property Map> - disk
Slots List<Property Map> - dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ecc
Bucket NumberLeak Rate - The ECC bucket leak rate for the Storage Controller in minutes.
- foreign
Config BooleanPresent - Storage controller has detected disks in foreign config.
- hw
Revision String - The hardware revision of controller.
- hybrid
Slots StringSupported - U.3 Hybrid Slot Support of the Storage Controller.
- id String
- interface
Type String - Interface types are Sas, Sata, PCH.
- inventory
Device Property MapInfo - is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- max
Volumes NumberSupported - Maximum virtual drives that can be created on this Storage Controller.
- memory
Correctable NumberErrors - The number of memory correctable errors reported by the Storage Controller.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the Storage Controller.
- object
Type String - oob
Interface StringSupported - The CIMC support for out-of-band configuration of controller.
- oper
State String - The current operational state of controller.
- operability String
- Operability state of the storage controller.
- owners List<String>
- parent Property Map
- pci
Addr String - The current pci address of controller.
- pci
Slot String - The pci slot name for the controller.
- permission
Resources List<Property Map> - persistent
Cache NumberSize - The portion of the cache memory that is persistent, measured in MiB.
- physical
Disk List<Property Map>Extensions - physical
Disks List<Property Map> - pinned
Cache NumberState - The pinned cache state of the Storage Controller.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru Property Map - raid
Support String - The RAID levels supported by controller.
- rebuild
Rate String - Logical volume or RAID rebuild rate of Storage Controller.
- rebuild
Rate NumberPercent - Logical volume or RAID rebuild rate of Storage Controller.
- registered
Device Property Map - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- running
Firmwares List<Property Map> - self
Encrypt StringEnabled - Storage controller disk self encryption state.
- 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.
- sub
Oem StringId - The Sub OEM identifier of the Storage Controller.
- supported
Strip StringSizes - The strip sizes in KiB supported by the Storage Controller.
- List<Property Map>
- total
Cache NumberSize - The total configured cache memory, measured in MiB.
- type String
- Controller types are Raid, FlexFlash.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Context Property Map - virtual
Drive List<Property Map>Extensions - virtual
Drives List<Property Map>
getStorageController Result
The following output properties are available:
- Id string
- Results
List<Get
Storage Controller Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Storage Controller Ancestor> - Backup
Battery GetUnit Storage Controller Backup Battery Unit - Class
Id string - Compute
Blade GetStorage Controller Compute Blade - Compute
Board GetStorage Controller Compute Board - Compute
Rack GetUnit Storage Controller Compute Rack Unit - Connected
Sas boolExpander - Controller
Flags string - Controller
Id string - Controller
Status string - Create
Time string - Default
Drive stringMode - Device
Mo stringId - Disk
Groups List<GetStorage Controller Disk Group> - Disk
Slots List<GetStorage Controller Disk Slot> - Dn string
- Domain
Group stringMoid - Ecc
Bucket doubleLeak Rate - Foreign
Config boolPresent - Hw
Revision string - Hybrid
Slots stringSupported - Interface
Type string - Inventory
Device GetInfo Storage Controller Inventory Device Info - Is
Upgraded bool - Max
Volumes doubleSupported - Memory
Correctable doubleErrors - Mod
Time string - Model string
- Moid string
- Name string
- Object
Type string - Oob
Interface stringSupported - Oper
State string - Operability string
- Owners List<string>
- Parent
Get
Storage Controller Parent - Pci
Addr string - Pci
Slot string - Permission
Resources List<GetStorage Controller Permission Resource> - Persistent
Cache doubleSize - Physical
Disk List<GetExtensions Storage Controller Physical Disk Extension> - Physical
Disks List<GetStorage Controller Physical Disk> - Pinned
Cache doubleState - Presence string
- Previous
Fru GetStorage Controller Previous Fru - Raid
Support string - Rebuild
Rate string - Rebuild
Rate doublePercent - Registered
Device GetStorage Controller Registered Device - Revision string
- Rn string
- Running
Firmwares List<GetStorage Controller Running Firmware> - Self
Encrypt stringEnabled - Serial string
- string
- Sub
Oem stringId - Supported
Strip stringSizes - List<Get
Storage Controller Tag> - Total
Cache doubleSize - Type string
- Vendor string
- Version
Context GetStorage Controller Version Context - Virtual
Drive List<GetExtensions Storage Controller Virtual Drive Extension> - Virtual
Drives List<GetStorage Controller Virtual Drife>
- Id string
- Results
[]Get
Storage Controller Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Storage Controller Ancestor - Backup
Battery GetUnit Storage Controller Backup Battery Unit - Class
Id string - Compute
Blade GetStorage Controller Compute Blade - Compute
Board GetStorage Controller Compute Board - Compute
Rack GetUnit Storage Controller Compute Rack Unit - Connected
Sas boolExpander - Controller
Flags string - Controller
Id string - Controller
Status string - Create
Time string - Default
Drive stringMode - Device
Mo stringId - Disk
Groups []GetStorage Controller Disk Group - Disk
Slots []GetStorage Controller Disk Slot - Dn string
- Domain
Group stringMoid - Ecc
Bucket float64Leak Rate - Foreign
Config boolPresent - Hw
Revision string - Hybrid
Slots stringSupported - Interface
Type string - Inventory
Device GetInfo Storage Controller Inventory Device Info - Is
Upgraded bool - Max
Volumes float64Supported - Memory
Correctable float64Errors - Mod
Time string - Model string
- Moid string
- Name string
- Object
Type string - Oob
Interface stringSupported - Oper
State string - Operability string
- Owners []string
- Parent
Get
Storage Controller Parent - Pci
Addr string - Pci
Slot string - Permission
Resources []GetStorage Controller Permission Resource - Persistent
Cache float64Size - Physical
Disk []GetExtensions Storage Controller Physical Disk Extension - Physical
Disks []GetStorage Controller Physical Disk - Pinned
Cache float64State - Presence string
- Previous
Fru GetStorage Controller Previous Fru - Raid
Support string - Rebuild
Rate string - Rebuild
Rate float64Percent - Registered
Device GetStorage Controller Registered Device - Revision string
- Rn string
- Running
Firmwares []GetStorage Controller Running Firmware - Self
Encrypt stringEnabled - Serial string
- string
- Sub
Oem stringId - Supported
Strip stringSizes - []Get
Storage Controller Tag - Total
Cache float64Size - Type string
- Vendor string
- Version
Context GetStorage Controller Version Context - Virtual
Drive []GetExtensions Storage Controller Virtual Drive Extension - Virtual
Drives []GetStorage Controller Virtual Drife
- id String
- results
List<Get
Storage Controller Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Storage Controller Ancestor> - backup
Battery GetUnit Storage Controller Backup Battery Unit - class
Id String - compute
Blade GetStorage Controller Compute Blade - compute
Board GetStorage Controller Compute Board - compute
Rack GetUnit Storage Controller Compute Rack Unit - connected
Sas BooleanExpander - controller
Flags String - controller
Id String - controller
Status String - create
Time String - default
Drive StringMode - device
Mo StringId - disk
Groups List<GetStorage Controller Disk Group> - disk
Slots List<GetStorage Controller Disk Slot> - dn String
- domain
Group StringMoid - ecc
Bucket DoubleLeak Rate - foreign
Config BooleanPresent - hw
Revision String - hybrid
Slots StringSupported - interface
Type String - inventory
Device GetInfo Storage Controller Inventory Device Info - is
Upgraded Boolean - max
Volumes DoubleSupported - memory
Correctable DoubleErrors - mod
Time String - model String
- moid String
- name String
- object
Type String - oob
Interface StringSupported - oper
State String - operability String
- owners List<String>
- parent
Get
Storage Controller Parent - pci
Addr String - pci
Slot String - permission
Resources List<GetStorage Controller Permission Resource> - persistent
Cache DoubleSize - physical
Disk List<GetExtensions Storage Controller Physical Disk Extension> - physical
Disks List<GetStorage Controller Physical Disk> - pinned
Cache DoubleState - presence String
- previous
Fru GetStorage Controller Previous Fru - raid
Support String - rebuild
Rate String - rebuild
Rate DoublePercent - registered
Device GetStorage Controller Registered Device - revision String
- rn String
- running
Firmwares List<GetStorage Controller Running Firmware> - self
Encrypt StringEnabled - serial String
- String
- sub
Oem StringId - supported
Strip StringSizes - List<Get
Storage Controller Tag> - total
Cache DoubleSize - type String
- vendor String
- version
Context GetStorage Controller Version Context - virtual
Drive List<GetExtensions Storage Controller Virtual Drive Extension> - virtual
Drives List<GetStorage Controller Virtual Drife>
- id string
- results
Get
Storage Controller Result[] - account
Moid string - additional
Properties string - ancestors
Get
Storage Controller Ancestor[] - backup
Battery GetUnit Storage Controller Backup Battery Unit - class
Id string - compute
Blade GetStorage Controller Compute Blade - compute
Board GetStorage Controller Compute Board - compute
Rack GetUnit Storage Controller Compute Rack Unit - connected
Sas booleanExpander - controller
Flags string - controller
Id string - controller
Status string - create
Time string - default
Drive stringMode - device
Mo stringId - disk
Groups GetStorage Controller Disk Group[] - disk
Slots GetStorage Controller Disk Slot[] - dn string
- domain
Group stringMoid - ecc
Bucket numberLeak Rate - foreign
Config booleanPresent - hw
Revision string - hybrid
Slots stringSupported - interface
Type string - inventory
Device GetInfo Storage Controller Inventory Device Info - is
Upgraded boolean - max
Volumes numberSupported - memory
Correctable numberErrors - mod
Time string - model string
- moid string
- name string
- object
Type string - oob
Interface stringSupported - oper
State string - operability string
- owners string[]
- parent
Get
Storage Controller Parent - pci
Addr string - pci
Slot string - permission
Resources GetStorage Controller Permission Resource[] - persistent
Cache numberSize - physical
Disk GetExtensions Storage Controller Physical Disk Extension[] - physical
Disks GetStorage Controller Physical Disk[] - pinned
Cache numberState - presence string
- previous
Fru GetStorage Controller Previous Fru - raid
Support string - rebuild
Rate string - rebuild
Rate numberPercent - registered
Device GetStorage Controller Registered Device - revision string
- rn string
- running
Firmwares GetStorage Controller Running Firmware[] - self
Encrypt stringEnabled - serial string
- string
- sub
Oem stringId - supported
Strip stringSizes - Get
Storage Controller Tag[] - total
Cache numberSize - type string
- vendor string
- version
Context GetStorage Controller Version Context - virtual
Drive GetExtensions Storage Controller Virtual Drive Extension[] - virtual
Drives GetStorage Controller Virtual Drife[]
- id str
- results
Sequence[Get
Storage Controller Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Storage Controller Ancestor] - backup_
battery_ Getunit Storage Controller Backup Battery Unit - class_
id str - compute_
blade GetStorage Controller Compute Blade - compute_
board GetStorage Controller Compute Board - compute_
rack_ Getunit Storage Controller Compute Rack Unit - connected_
sas_ boolexpander - controller_
flags str - controller_
id str - controller_
status str - create_
time str - default_
drive_ strmode - device_
mo_ strid - disk_
groups Sequence[GetStorage Controller Disk Group] - disk_
slots Sequence[GetStorage Controller Disk Slot] - dn str
- domain_
group_ strmoid - ecc_
bucket_ floatleak_ rate - foreign_
config_ boolpresent - hw_
revision str - hybrid_
slots_ strsupported - interface_
type str - inventory_
device_ Getinfo Storage Controller Inventory Device Info - is_
upgraded bool - max_
volumes_ floatsupported - memory_
correctable_ floaterrors - mod_
time str - model str
- moid str
- name str
- object_
type str - oob_
interface_ strsupported - oper_
state str - operability str
- owners Sequence[str]
- parent
Get
Storage Controller Parent - pci_
addr str - pci_
slot str - permission_
resources Sequence[GetStorage Controller Permission Resource] - persistent_
cache_ floatsize - physical_
disk_ Sequence[Getextensions Storage Controller Physical Disk Extension] - physical_
disks Sequence[GetStorage Controller Physical Disk] - pinned_
cache_ floatstate - presence str
- previous_
fru GetStorage Controller Previous Fru - raid_
support str - rebuild_
rate str - rebuild_
rate_ floatpercent - registered_
device GetStorage Controller Registered Device - revision str
- rn str
- running_
firmwares Sequence[GetStorage Controller Running Firmware] - self_
encrypt_ strenabled - serial str
- str
- sub_
oem_ strid - supported_
strip_ strsizes - Sequence[Get
Storage Controller Tag] - total_
cache_ floatsize - type str
- vendor str
- version_
context GetStorage Controller Version Context - virtual_
drive_ Sequence[Getextensions Storage Controller Virtual Drive Extension] - virtual_
drives Sequence[GetStorage Controller Virtual Drife]
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- backup
Battery Property MapUnit - class
Id String - compute
Blade Property Map - compute
Board Property Map - compute
Rack Property MapUnit - connected
Sas BooleanExpander - controller
Flags String - controller
Id String - controller
Status String - create
Time String - default
Drive StringMode - device
Mo StringId - disk
Groups List<Property Map> - disk
Slots List<Property Map> - dn String
- domain
Group StringMoid - ecc
Bucket NumberLeak Rate - foreign
Config BooleanPresent - hw
Revision String - hybrid
Slots StringSupported - interface
Type String - inventory
Device Property MapInfo - is
Upgraded Boolean - max
Volumes NumberSupported - memory
Correctable NumberErrors - mod
Time String - model String
- moid String
- name String
- object
Type String - oob
Interface StringSupported - oper
State String - operability String
- owners List<String>
- parent Property Map
- pci
Addr String - pci
Slot String - permission
Resources List<Property Map> - persistent
Cache NumberSize - physical
Disk List<Property Map>Extensions - physical
Disks List<Property Map> - pinned
Cache NumberState - presence String
- previous
Fru Property Map - raid
Support String - rebuild
Rate String - rebuild
Rate NumberPercent - registered
Device Property Map - revision String
- rn String
- running
Firmwares List<Property Map> - self
Encrypt StringEnabled - serial String
- String
- sub
Oem StringId - supported
Strip StringSizes - List<Property Map>
- total
Cache NumberSize - type String
- vendor String
- version
Context Property Map - virtual
Drive List<Property Map>Extensions - virtual
Drives List<Property Map>
Supporting Types
GetStorageControllerAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageControllerBackupBatteryUnit
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageControllerComputeBlade
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageControllerComputeBoard
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageControllerComputeRackUnit
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageControllerDiskGroup
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageControllerDiskSlot
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageControllerInventoryDeviceInfo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageControllerParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageControllerPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageControllerPhysicalDisk
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageControllerPhysicalDiskExtension
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageControllerPreviousFru
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageControllerRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageControllerResult
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. List<GetStorage Controller Result Ancestor> - Backup
Battery Units This property is required. List<GetStorage Controller Result Backup Battery Unit> - Class
Id This property is required. string - Compute
Blades This property is required. List<GetStorage Controller Result Compute Blade> - Compute
Boards This property is required. List<GetStorage Controller Result Compute Board> - Compute
Rack Units This property is required. List<GetStorage Controller Result Compute Rack Unit> - Connected
Sas Expander This property is required. bool - Storage controller is connected to SAS expander.
- Controller
Flags This property is required. string - The flags for the storage controller.
- Controller
Id This property is required. string - The Id of the storage controller.
- Controller
Status This property is required. string - The current status of controller.
- Create
Time This property is required. string - The time when this managed object was created.
- Default
Drive Mode This property is required. string - Auto configuration mode for the newly inserted physical drives.
- Device
Mo Id This property is required. string - The database identifier of the registered device of an object.
- Disk
Groups This property is required. List<GetStorage Controller Result Disk Group> - Disk
Slots This property is required. List<GetStorage Controller Result Disk Slot> - Dn
This property is required. string - The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Ecc
Bucket Leak Rate This property is required. double - The ECC bucket leak rate for the Storage Controller in minutes.
- Foreign
Config Present This property is required. bool - Storage controller has detected disks in foreign config.
- Hw
Revision This property is required. string - The hardware revision of controller.
- Hybrid
Slots Supported This property is required. string - U.3 Hybrid Slot Support of the Storage Controller.
- Interface
Type This property is required. string - Interface types are Sas, Sata, PCH.
- Inventory
Device Infos This property is required. List<GetStorage Controller Result Inventory Device Info> - Is
Upgraded This property is required. bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Max
Volumes Supported This property is required. double - Maximum virtual drives that can be created on this Storage Controller.
- Memory
Correctable Errors This property is required. double - The number of memory correctable errors reported by the Storage Controller.
- Mod
Time This property is required. string - The time when this managed object was last modified.
- Model
This property is required. string - This field displays the model number of the associated component or hardware.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Name
This property is required. string - Name of the Storage Controller.
- Object
Type This property is required. string - Oob
Interface Supported This property is required. string - The CIMC support for out-of-band configuration of controller.
- Oper
State This property is required. string - The current operational state of controller.
- Operability
This property is required. string - Operability state of the storage controller.
- Owners
This property is required. List<string> - Parents
This property is required. List<GetStorage Controller Result Parent> - Pci
Addr This property is required. string - The current pci address of controller.
- Pci
Slot This property is required. string - The pci slot name for the controller.
- Permission
Resources This property is required. List<GetStorage Controller Result Permission Resource> - Persistent
Cache Size This property is required. double - The portion of the cache memory that is persistent, measured in MiB.
- Physical
Disk Extensions This property is required. List<GetStorage Controller Result Physical Disk Extension> - Physical
Disks This property is required. List<GetStorage Controller Result Physical Disk> - Pinned
Cache State This property is required. double - The pinned cache state of the Storage Controller.
- Presence
This property is required. string - This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Frus This property is required. List<GetStorage Controller Result Previous Frus> - Raid
Support This property is required. string - The RAID levels supported by controller.
- Rebuild
Rate This property is required. string - Logical volume or RAID rebuild rate of Storage Controller.
- Rebuild
Rate Percent This property is required. double - Logical volume or RAID rebuild rate of Storage Controller.
- Registered
Devices This property is required. List<GetStorage Controller Result Registered Device> - Revision
This property is required. string - This field displays the revised version of the associated component or hardware (if any).
- Rn
This property is required. string - The Relative Name uniquely identifies an object within a given context.
- Running
Firmwares This property is required. List<GetStorage Controller Result Running Firmware> - Self
Encrypt Enabled This property is required. string - Storage controller disk self encryption state.
- Serial
This property is required. string - This field displays the serial number of the associated component or hardware.
This property is required. 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.
- Sub
Oem Id This property is required. string - The Sub OEM identifier of the Storage Controller.
- Supported
Strip Sizes This property is required. string - The strip sizes in KiB supported by the Storage Controller.
This property is required. List<GetStorage Controller Result Tag> - Total
Cache Size This property is required. double - The total configured cache memory, measured in MiB.
- Type
This property is required. string - Controller types are Raid, FlexFlash.
- Vendor
This property is required. string - This field displays the vendor information of the associated component or hardware.
- Version
Contexts This property is required. List<GetStorage Controller Result Version Context> - Virtual
Drive Extensions This property is required. List<GetStorage Controller Result Virtual Drive Extension> - Virtual
Drives This property is required. List<GetStorage Controller Result Virtual Drife>
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. []GetStorage Controller Result Ancestor - Backup
Battery Units This property is required. []GetStorage Controller Result Backup Battery Unit - Class
Id This property is required. string - Compute
Blades This property is required. []GetStorage Controller Result Compute Blade - Compute
Boards This property is required. []GetStorage Controller Result Compute Board - Compute
Rack Units This property is required. []GetStorage Controller Result Compute Rack Unit - Connected
Sas Expander This property is required. bool - Storage controller is connected to SAS expander.
- Controller
Flags This property is required. string - The flags for the storage controller.
- Controller
Id This property is required. string - The Id of the storage controller.
- Controller
Status This property is required. string - The current status of controller.
- Create
Time This property is required. string - The time when this managed object was created.
- Default
Drive Mode This property is required. string - Auto configuration mode for the newly inserted physical drives.
- Device
Mo Id This property is required. string - The database identifier of the registered device of an object.
- Disk
Groups This property is required. []GetStorage Controller Result Disk Group - Disk
Slots This property is required. []GetStorage Controller Result Disk Slot - Dn
This property is required. string - The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Ecc
Bucket Leak Rate This property is required. float64 - The ECC bucket leak rate for the Storage Controller in minutes.
- Foreign
Config Present This property is required. bool - Storage controller has detected disks in foreign config.
- Hw
Revision This property is required. string - The hardware revision of controller.
- Hybrid
Slots Supported This property is required. string - U.3 Hybrid Slot Support of the Storage Controller.
- Interface
Type This property is required. string - Interface types are Sas, Sata, PCH.
- Inventory
Device Infos This property is required. []GetStorage Controller Result Inventory Device Info - Is
Upgraded This property is required. bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Max
Volumes Supported This property is required. float64 - Maximum virtual drives that can be created on this Storage Controller.
- Memory
Correctable Errors This property is required. float64 - The number of memory correctable errors reported by the Storage Controller.
- Mod
Time This property is required. string - The time when this managed object was last modified.
- Model
This property is required. string - This field displays the model number of the associated component or hardware.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Name
This property is required. string - Name of the Storage Controller.
- Object
Type This property is required. string - Oob
Interface Supported This property is required. string - The CIMC support for out-of-band configuration of controller.
- Oper
State This property is required. string - The current operational state of controller.
- Operability
This property is required. string - Operability state of the storage controller.
- Owners
This property is required. []string - Parents
This property is required. []GetStorage Controller Result Parent - Pci
Addr This property is required. string - The current pci address of controller.
- Pci
Slot This property is required. string - The pci slot name for the controller.
- Permission
Resources This property is required. []GetStorage Controller Result Permission Resource - Persistent
Cache Size This property is required. float64 - The portion of the cache memory that is persistent, measured in MiB.
- Physical
Disk Extensions This property is required. []GetStorage Controller Result Physical Disk Extension - Physical
Disks This property is required. []GetStorage Controller Result Physical Disk - Pinned
Cache State This property is required. float64 - The pinned cache state of the Storage Controller.
- Presence
This property is required. string - This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Frus This property is required. []GetStorage Controller Result Previous Frus - Raid
Support This property is required. string - The RAID levels supported by controller.
- Rebuild
Rate This property is required. string - Logical volume or RAID rebuild rate of Storage Controller.
- Rebuild
Rate Percent This property is required. float64 - Logical volume or RAID rebuild rate of Storage Controller.
- Registered
Devices This property is required. []GetStorage Controller Result Registered Device - Revision
This property is required. string - This field displays the revised version of the associated component or hardware (if any).
- Rn
This property is required. string - The Relative Name uniquely identifies an object within a given context.
- Running
Firmwares This property is required. []GetStorage Controller Result Running Firmware - Self
Encrypt Enabled This property is required. string - Storage controller disk self encryption state.
- Serial
This property is required. string - This field displays the serial number of the associated component or hardware.
This property is required. 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.
- Sub
Oem Id This property is required. string - The Sub OEM identifier of the Storage Controller.
- Supported
Strip Sizes This property is required. string - The strip sizes in KiB supported by the Storage Controller.
This property is required. []GetStorage Controller Result Tag - Total
Cache Size This property is required. float64 - The total configured cache memory, measured in MiB.
- Type
This property is required. string - Controller types are Raid, FlexFlash.
- Vendor
This property is required. string - This field displays the vendor information of the associated component or hardware.
- Version
Contexts This property is required. []GetStorage Controller Result Version Context - Virtual
Drive Extensions This property is required. []GetStorage Controller Result Virtual Drive Extension - Virtual
Drives This property is required. []GetStorage Controller Result Virtual Drife
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<GetStorage Controller Result Ancestor> - backup
Battery Units This property is required. List<GetStorage Controller Result Backup Battery Unit> - class
Id This property is required. String - compute
Blades This property is required. List<GetStorage Controller Result Compute Blade> - compute
Boards This property is required. List<GetStorage Controller Result Compute Board> - compute
Rack Units This property is required. List<GetStorage Controller Result Compute Rack Unit> - connected
Sas Expander This property is required. Boolean - Storage controller is connected to SAS expander.
- controller
Flags This property is required. String - The flags for the storage controller.
- controller
Id This property is required. String - The Id of the storage controller.
- controller
Status This property is required. String - The current status of controller.
- create
Time This property is required. String - The time when this managed object was created.
- default
Drive Mode This property is required. String - Auto configuration mode for the newly inserted physical drives.
- device
Mo Id This property is required. String - The database identifier of the registered device of an object.
- disk
Groups This property is required. List<GetStorage Controller Result Disk Group> - disk
Slots This property is required. List<GetStorage Controller Result Disk Slot> - dn
This property is required. String - The Distinguished Name unambiguously identifies an object in the system.
- domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- ecc
Bucket Leak Rate This property is required. Double - The ECC bucket leak rate for the Storage Controller in minutes.
- foreign
Config Present This property is required. Boolean - Storage controller has detected disks in foreign config.
- hw
Revision This property is required. String - The hardware revision of controller.
- hybrid
Slots Supported This property is required. String - U.3 Hybrid Slot Support of the Storage Controller.
- interface
Type This property is required. String - Interface types are Sas, Sata, PCH.
- inventory
Device Infos This property is required. List<GetStorage Controller Result Inventory Device Info> - is
Upgraded This property is required. Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- max
Volumes Supported This property is required. Double - Maximum virtual drives that can be created on this Storage Controller.
- memory
Correctable Errors This property is required. Double - The number of memory correctable errors reported by the Storage Controller.
- mod
Time This property is required. String - The time when this managed object was last modified.
- model
This property is required. String - This field displays the model number of the associated component or hardware.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- name
This property is required. String - Name of the Storage Controller.
- object
Type This property is required. String - oob
Interface Supported This property is required. String - The CIMC support for out-of-band configuration of controller.
- oper
State This property is required. String - The current operational state of controller.
- operability
This property is required. String - Operability state of the storage controller.
- owners
This property is required. List<String> - parents
This property is required. List<GetStorage Controller Result Parent> - pci
Addr This property is required. String - The current pci address of controller.
- pci
Slot This property is required. String - The pci slot name for the controller.
- permission
Resources This property is required. List<GetStorage Controller Result Permission Resource> - persistent
Cache Size This property is required. Double - The portion of the cache memory that is persistent, measured in MiB.
- physical
Disk Extensions This property is required. List<GetStorage Controller Result Physical Disk Extension> - physical
Disks This property is required. List<GetStorage Controller Result Physical Disk> - pinned
Cache State This property is required. Double - The pinned cache state of the Storage Controller.
- presence
This property is required. String - This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus This property is required. List<GetStorage Controller Result Previous Frus> - raid
Support This property is required. String - The RAID levels supported by controller.
- rebuild
Rate This property is required. String - Logical volume or RAID rebuild rate of Storage Controller.
- rebuild
Rate Percent This property is required. Double - Logical volume or RAID rebuild rate of Storage Controller.
- registered
Devices This property is required. List<GetStorage Controller Result Registered Device> - revision
This property is required. String - This field displays the revised version of the associated component or hardware (if any).
- rn
This property is required. String - The Relative Name uniquely identifies an object within a given context.
- running
Firmwares This property is required. List<GetStorage Controller Result Running Firmware> - self
Encrypt Enabled This property is required. String - Storage controller disk self encryption state.
- serial
This property is required. String - This field displays the serial number of the associated component or hardware.
This property is required. 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.
- sub
Oem Id This property is required. String - The Sub OEM identifier of the Storage Controller.
- supported
Strip Sizes This property is required. String - The strip sizes in KiB supported by the Storage Controller.
This property is required. List<GetStorage Controller Result Tag> - total
Cache Size This property is required. Double - The total configured cache memory, measured in MiB.
- type
This property is required. String - Controller types are Raid, FlexFlash.
- vendor
This property is required. String - This field displays the vendor information of the associated component or hardware.
- version
Contexts This property is required. List<GetStorage Controller Result Version Context> - virtual
Drive Extensions This property is required. List<GetStorage Controller Result Virtual Drive Extension> - virtual
Drives This property is required. List<GetStorage Controller Result Virtual Drife>
- account
Moid This property is required. string - The Account ID for this managed object.
- additional
Properties This property is required. string - ancestors
This property is required. GetStorage Controller Result Ancestor[] - backup
Battery Units This property is required. GetStorage Controller Result Backup Battery Unit[] - class
Id This property is required. string - compute
Blades This property is required. GetStorage Controller Result Compute Blade[] - compute
Boards This property is required. GetStorage Controller Result Compute Board[] - compute
Rack Units This property is required. GetStorage Controller Result Compute Rack Unit[] - connected
Sas Expander This property is required. boolean - Storage controller is connected to SAS expander.
- controller
Flags This property is required. string - The flags for the storage controller.
- controller
Id This property is required. string - The Id of the storage controller.
- controller
Status This property is required. string - The current status of controller.
- create
Time This property is required. string - The time when this managed object was created.
- default
Drive Mode This property is required. string - Auto configuration mode for the newly inserted physical drives.
- device
Mo Id This property is required. string - The database identifier of the registered device of an object.
- disk
Groups This property is required. GetStorage Controller Result Disk Group[] - disk
Slots This property is required. GetStorage Controller Result Disk Slot[] - dn
This property is required. string - The Distinguished Name unambiguously identifies an object in the system.
- domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- ecc
Bucket Leak Rate This property is required. number - The ECC bucket leak rate for the Storage Controller in minutes.
- foreign
Config Present This property is required. boolean - Storage controller has detected disks in foreign config.
- hw
Revision This property is required. string - The hardware revision of controller.
- hybrid
Slots Supported This property is required. string - U.3 Hybrid Slot Support of the Storage Controller.
- interface
Type This property is required. string - Interface types are Sas, Sata, PCH.
- inventory
Device Infos This property is required. GetStorage Controller Result Inventory Device Info[] - is
Upgraded This property is required. boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- max
Volumes Supported This property is required. number - Maximum virtual drives that can be created on this Storage Controller.
- memory
Correctable Errors This property is required. number - The number of memory correctable errors reported by the Storage Controller.
- mod
Time This property is required. string - The time when this managed object was last modified.
- model
This property is required. string - This field displays the model number of the associated component or hardware.
- moid
This property is required. string - The unique identifier of this Managed Object instance.
- name
This property is required. string - Name of the Storage Controller.
- object
Type This property is required. string - oob
Interface Supported This property is required. string - The CIMC support for out-of-band configuration of controller.
- oper
State This property is required. string - The current operational state of controller.
- operability
This property is required. string - Operability state of the storage controller.
- owners
This property is required. string[] - parents
This property is required. GetStorage Controller Result Parent[] - pci
Addr This property is required. string - The current pci address of controller.
- pci
Slot This property is required. string - The pci slot name for the controller.
- permission
Resources This property is required. GetStorage Controller Result Permission Resource[] - persistent
Cache Size This property is required. number - The portion of the cache memory that is persistent, measured in MiB.
- physical
Disk Extensions This property is required. GetStorage Controller Result Physical Disk Extension[] - physical
Disks This property is required. GetStorage Controller Result Physical Disk[] - pinned
Cache State This property is required. number - The pinned cache state of the Storage Controller.
- presence
This property is required. string - This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus This property is required. GetStorage Controller Result Previous Frus[] - raid
Support This property is required. string - The RAID levels supported by controller.
- rebuild
Rate This property is required. string - Logical volume or RAID rebuild rate of Storage Controller.
- rebuild
Rate Percent This property is required. number - Logical volume or RAID rebuild rate of Storage Controller.
- registered
Devices This property is required. GetStorage Controller Result Registered Device[] - revision
This property is required. string - This field displays the revised version of the associated component or hardware (if any).
- rn
This property is required. string - The Relative Name uniquely identifies an object within a given context.
- running
Firmwares This property is required. GetStorage Controller Result Running Firmware[] - self
Encrypt Enabled This property is required. string - Storage controller disk self encryption state.
- serial
This property is required. string - This field displays the serial number of the associated component or hardware.
This property is required. 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.
- sub
Oem Id This property is required. string - The Sub OEM identifier of the Storage Controller.
- supported
Strip Sizes This property is required. string - The strip sizes in KiB supported by the Storage Controller.
This property is required. GetStorage Controller Result Tag[] - total
Cache Size This property is required. number - The total configured cache memory, measured in MiB.
- type
This property is required. string - Controller types are Raid, FlexFlash.
- vendor
This property is required. string - This field displays the vendor information of the associated component or hardware.
- version
Contexts This property is required. GetStorage Controller Result Version Context[] - virtual
Drive Extensions This property is required. GetStorage Controller Result Virtual Drive Extension[] - virtual
Drives This property is required. GetStorage Controller Result Virtual Drife[]
- account_
moid This property is required. str - The Account ID for this managed object.
- additional_
properties This property is required. str - ancestors
This property is required. Sequence[GetStorage Controller Result Ancestor] - backup_
battery_ units This property is required. Sequence[GetStorage Controller Result Backup Battery Unit] - class_
id This property is required. str - compute_
blades This property is required. Sequence[GetStorage Controller Result Compute Blade] - compute_
boards This property is required. Sequence[GetStorage Controller Result Compute Board] - compute_
rack_ units This property is required. Sequence[GetStorage Controller Result Compute Rack Unit] - connected_
sas_ expander This property is required. bool - Storage controller is connected to SAS expander.
- controller_
flags This property is required. str - The flags for the storage controller.
- controller_
id This property is required. str - The Id of the storage controller.
- controller_
status This property is required. str - The current status of controller.
- create_
time This property is required. str - The time when this managed object was created.
- default_
drive_ mode This property is required. str - Auto configuration mode for the newly inserted physical drives.
- device_
mo_ id This property is required. str - The database identifier of the registered device of an object.
- disk_
groups This property is required. Sequence[GetStorage Controller Result Disk Group] - disk_
slots This property is required. Sequence[GetStorage Controller Result Disk Slot] - dn
This property is required. str - The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ moid This property is required. str - The DomainGroup ID for this managed object.
- ecc_
bucket_ leak_ rate This property is required. float - The ECC bucket leak rate for the Storage Controller in minutes.
- foreign_
config_ present This property is required. bool - Storage controller has detected disks in foreign config.
- hw_
revision This property is required. str - The hardware revision of controller.
- hybrid_
slots_ supported This property is required. str - U.3 Hybrid Slot Support of the Storage Controller.
- interface_
type This property is required. str - Interface types are Sas, Sata, PCH.
- inventory_
device_ infos This property is required. Sequence[GetStorage Controller Result Inventory Device Info] - is_
upgraded This property is required. bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- max_
volumes_ supported This property is required. float - Maximum virtual drives that can be created on this Storage Controller.
- memory_
correctable_ errors This property is required. float - The number of memory correctable errors reported by the Storage Controller.
- mod_
time This property is required. str - The time when this managed object was last modified.
- model
This property is required. str - This field displays the model number of the associated component or hardware.
- moid
This property is required. str - The unique identifier of this Managed Object instance.
- name
This property is required. str - Name of the Storage Controller.
- object_
type This property is required. str - oob_
interface_ supported This property is required. str - The CIMC support for out-of-band configuration of controller.
- oper_
state This property is required. str - The current operational state of controller.
- operability
This property is required. str - Operability state of the storage controller.
- owners
This property is required. Sequence[str] - parents
This property is required. Sequence[GetStorage Controller Result Parent] - pci_
addr This property is required. str - The current pci address of controller.
- pci_
slot This property is required. str - The pci slot name for the controller.
- permission_
resources This property is required. Sequence[GetStorage Controller Result Permission Resource] - persistent_
cache_ size This property is required. float - The portion of the cache memory that is persistent, measured in MiB.
- physical_
disk_ extensions This property is required. Sequence[GetStorage Controller Result Physical Disk Extension] - physical_
disks This property is required. Sequence[GetStorage Controller Result Physical Disk] - pinned_
cache_ state This property is required. float - The pinned cache state of the Storage Controller.
- presence
This property is required. str - This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_
frus This property is required. Sequence[GetStorage Controller Result Previous Frus] - raid_
support This property is required. str - The RAID levels supported by controller.
- rebuild_
rate This property is required. str - Logical volume or RAID rebuild rate of Storage Controller.
- rebuild_
rate_ percent This property is required. float - Logical volume or RAID rebuild rate of Storage Controller.
- registered_
devices This property is required. Sequence[GetStorage Controller Result Registered Device] - revision
This property is required. str - This field displays the revised version of the associated component or hardware (if any).
- rn
This property is required. str - The Relative Name uniquely identifies an object within a given context.
- running_
firmwares This property is required. Sequence[GetStorage Controller Result Running Firmware] - self_
encrypt_ enabled This property is required. str - Storage controller disk self encryption state.
- serial
This property is required. str - This field displays the serial number of the associated component or hardware.
This property is required. 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.
- sub_
oem_ id This property is required. str - The Sub OEM identifier of the Storage Controller.
- supported_
strip_ sizes This property is required. str - The strip sizes in KiB supported by the Storage Controller.
This property is required. Sequence[GetStorage Controller Result Tag] - total_
cache_ size This property is required. float - The total configured cache memory, measured in MiB.
- type
This property is required. str - Controller types are Raid, FlexFlash.
- vendor
This property is required. str - This field displays the vendor information of the associated component or hardware.
- version_
contexts This property is required. Sequence[GetStorage Controller Result Version Context] - virtual_
drive_ extensions This property is required. Sequence[GetStorage Controller Result Virtual Drive Extension] - virtual_
drives This property is required. Sequence[GetStorage Controller Result Virtual Drife]
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<Property Map> - backup
Battery Units This property is required. List<Property Map> - class
Id This property is required. String - compute
Blades This property is required. List<Property Map> - compute
Boards This property is required. List<Property Map> - compute
Rack Units This property is required. List<Property Map> - connected
Sas Expander This property is required. Boolean - Storage controller is connected to SAS expander.
- controller
Flags This property is required. String - The flags for the storage controller.
- controller
Id This property is required. String - The Id of the storage controller.
- controller
Status This property is required. String - The current status of controller.
- create
Time This property is required. String - The time when this managed object was created.
- default
Drive Mode This property is required. String - Auto configuration mode for the newly inserted physical drives.
- device
Mo Id This property is required. String - The database identifier of the registered device of an object.
- disk
Groups This property is required. List<Property Map> - disk
Slots This property is required. List<Property Map> - dn
This property is required. String - The Distinguished Name unambiguously identifies an object in the system.
- domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- ecc
Bucket Leak Rate This property is required. Number - The ECC bucket leak rate for the Storage Controller in minutes.
- foreign
Config Present This property is required. Boolean - Storage controller has detected disks in foreign config.
- hw
Revision This property is required. String - The hardware revision of controller.
- hybrid
Slots Supported This property is required. String - U.3 Hybrid Slot Support of the Storage Controller.
- interface
Type This property is required. String - Interface types are Sas, Sata, PCH.
- inventory
Device Infos This property is required. List<Property Map> - is
Upgraded This property is required. Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- max
Volumes Supported This property is required. Number - Maximum virtual drives that can be created on this Storage Controller.
- memory
Correctable Errors This property is required. Number - The number of memory correctable errors reported by the Storage Controller.
- mod
Time This property is required. String - The time when this managed object was last modified.
- model
This property is required. String - This field displays the model number of the associated component or hardware.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- name
This property is required. String - Name of the Storage Controller.
- object
Type This property is required. String - oob
Interface Supported This property is required. String - The CIMC support for out-of-band configuration of controller.
- oper
State This property is required. String - The current operational state of controller.
- operability
This property is required. String - Operability state of the storage controller.
- owners
This property is required. List<String> - parents
This property is required. List<Property Map> - pci
Addr This property is required. String - The current pci address of controller.
- pci
Slot This property is required. String - The pci slot name for the controller.
- permission
Resources This property is required. List<Property Map> - persistent
Cache Size This property is required. Number - The portion of the cache memory that is persistent, measured in MiB.
- physical
Disk Extensions This property is required. List<Property Map> - physical
Disks This property is required. List<Property Map> - pinned
Cache State This property is required. Number - The pinned cache state of the Storage Controller.
- presence
This property is required. String - This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus This property is required. List<Property Map> - raid
Support This property is required. String - The RAID levels supported by controller.
- rebuild
Rate This property is required. String - Logical volume or RAID rebuild rate of Storage Controller.
- rebuild
Rate Percent This property is required. Number - Logical volume or RAID rebuild rate of Storage Controller.
- registered
Devices This property is required. List<Property Map> - revision
This property is required. String - This field displays the revised version of the associated component or hardware (if any).
- rn
This property is required. String - The Relative Name uniquely identifies an object within a given context.
- running
Firmwares This property is required. List<Property Map> - self
Encrypt Enabled This property is required. String - Storage controller disk self encryption state.
- serial
This property is required. String - This field displays the serial number of the associated component or hardware.
This property is required. 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.
- sub
Oem Id This property is required. String - The Sub OEM identifier of the Storage Controller.
- supported
Strip Sizes This property is required. String - The strip sizes in KiB supported by the Storage Controller.
This property is required. List<Property Map>- total
Cache Size This property is required. Number - The total configured cache memory, measured in MiB.
- type
This property is required. String - Controller types are Raid, FlexFlash.
- vendor
This property is required. String - This field displays the vendor information of the associated component or hardware.
- version
Contexts This property is required. List<Property Map> - virtual
Drive Extensions This property is required. List<Property Map> - virtual
Drives This property is required. List<Property Map>
GetStorageControllerResultAncestor
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetStorageControllerResultBackupBatteryUnit
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetStorageControllerResultComputeBlade
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetStorageControllerResultComputeBoard
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetStorageControllerResultComputeRackUnit
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetStorageControllerResultDiskGroup
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetStorageControllerResultDiskSlot
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetStorageControllerResultInventoryDeviceInfo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetStorageControllerResultParent
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetStorageControllerResultPermissionResource
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetStorageControllerResultPhysicalDisk
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetStorageControllerResultPhysicalDiskExtension
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetStorageControllerResultPreviousFrus
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetStorageControllerResultRegisteredDevice
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetStorageControllerResultRunningFirmware
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetStorageControllerResultTag
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
- additional
Properties This property is required. string - key
This property is required. string - value
This property is required. string
- additional_
properties This property is required. str - key
This property is required. str - value
This property is required. str
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
GetStorageControllerResultVersionContext
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. List<GetStorage Controller Result Version Context Interested Mo> - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. List<GetStorage Controller Result Version Context Ref Mo> - Timestamp
This property is required. string - Version
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. []GetStorage Controller Result Version Context Interested Mo - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. []GetStorage Controller Result Version Context Ref Mo - Timestamp
This property is required. string - Version
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<GetStorage Controller Result Version Context Interested Mo> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<GetStorage Controller Result Version Context Ref Mo> - timestamp
This property is required. String - version
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - interested
Mos This property is required. GetStorage Controller Result Version Context Interested Mo[] - marked
For Deletion This property is required. boolean - nr
Version This property is required. string - object
Type This property is required. string - ref
Mos This property is required. GetStorage Controller Result Version Context Ref Mo[] - timestamp
This property is required. string - version
Type This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - interested_
mos This property is required. Sequence[GetStorage Controller Result Version Context Interested Mo] - marked_
for_ deletion This property is required. bool - nr_
version This property is required. str - object_
type This property is required. str - ref_
mos This property is required. Sequence[GetStorage Controller Result Version Context Ref Mo] - timestamp
This property is required. str - version_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<Property Map> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<Property Map> - timestamp
This property is required. String - version
Type This property is required. String
GetStorageControllerResultVersionContextInterestedMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetStorageControllerResultVersionContextRefMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetStorageControllerResultVirtualDrife
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetStorageControllerResultVirtualDriveExtension
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetStorageControllerRunningFirmware
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageControllerTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetStorageControllerVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetStorage Controller Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetStorage Controller Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetStorage Controller Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetStorage Controller Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetStorage Controller Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetStorage Controller Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetStorage Controller Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetStorage Controller Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetStorage Controller 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 Controller Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetStorageControllerVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageControllerVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageControllerVirtualDrife
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetStorageControllerVirtualDriveExtension
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet