intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getStorageBatteryBackupUnit
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Information of Battery Backup Unit in the storage controller.
Using getStorageBatteryBackupUnit
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 getStorageBatteryBackupUnit(args: GetStorageBatteryBackupUnitArgs, opts?: InvokeOptions): Promise<GetStorageBatteryBackupUnitResult>
function getStorageBatteryBackupUnitOutput(args: GetStorageBatteryBackupUnitOutputArgs, opts?: InvokeOptions): Output<GetStorageBatteryBackupUnitResult>def get_storage_battery_backup_unit(account_moid: Optional[str] = None,
                                    additional_properties: Optional[str] = None,
                                    ancestors: Optional[Sequence[GetStorageBatteryBackupUnitAncestor]] = None,
                                    capacitance_in_percent: Optional[float] = None,
                                    charging_state: Optional[str] = None,
                                    class_id: Optional[str] = None,
                                    create_time: Optional[str] = None,
                                    current_in_amps: Optional[float] = None,
                                    design_capacity_in_joules: Optional[str] = None,
                                    design_voltage_in_volts: Optional[float] = None,
                                    device_mo_id: Optional[str] = None,
                                    device_name: Optional[str] = None,
                                    dn: Optional[str] = None,
                                    domain_group_moid: Optional[str] = None,
                                    id: Optional[str] = None,
                                    inventory_device_info: Optional[GetStorageBatteryBackupUnitInventoryDeviceInfo] = None,
                                    is_battery_present: Optional[bool] = None,
                                    is_capacitor: Optional[bool] = None,
                                    is_learn_cycle_requested: Optional[bool] = None,
                                    is_learn_cycle_transparent: Optional[bool] = None,
                                    is_temperature_high: Optional[bool] = None,
                                    is_upgraded: Optional[bool] = None,
                                    is_voltage_low: Optional[bool] = None,
                                    learn_cycle_progress_end_time_stamp: Optional[str] = None,
                                    learn_cycle_progress_start_time_stamp: Optional[str] = None,
                                    learn_cycle_progress_status: Optional[str] = None,
                                    learn_mode: Optional[str] = None,
                                    manufacturing_date: Optional[str] = None,
                                    mod_time: Optional[str] = None,
                                    model: Optional[str] = None,
                                    module_version: Optional[str] = None,
                                    moid: Optional[str] = None,
                                    next_learn_cycle_time_stamp: Optional[str] = None,
                                    object_type: Optional[str] = None,
                                    owners: Optional[Sequence[str]] = None,
                                    pack_energy_in_joules: Optional[str] = None,
                                    parent: Optional[GetStorageBatteryBackupUnitParent] = None,
                                    permission_resources: Optional[Sequence[GetStorageBatteryBackupUnitPermissionResource]] = None,
                                    presence: Optional[str] = None,
                                    previous_fru: Optional[GetStorageBatteryBackupUnitPreviousFru] = None,
                                    registered_device: Optional[GetStorageBatteryBackupUnitRegisteredDevice] = None,
                                    remaining_pool_space_in_percent: Optional[float] = None,
                                    revision: Optional[str] = None,
                                    rn: Optional[str] = None,
                                    serial: Optional[str] = None,
                                    shared_scope: Optional[str] = None,
                                    status: Optional[str] = None,
                                    storage_controller: Optional[GetStorageBatteryBackupUnitStorageController] = None,
                                    tags: Optional[Sequence[GetStorageBatteryBackupUnitTag]] = None,
                                    temperature_in_cel: Optional[float] = None,
                                    type: Optional[str] = None,
                                    vendor: Optional[str] = None,
                                    version_context: Optional[GetStorageBatteryBackupUnitVersionContext] = None,
                                    voltage_in_volts: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetStorageBatteryBackupUnitResult
def get_storage_battery_backup_unit_output(account_moid: Optional[pulumi.Input[str]] = None,
                                    additional_properties: Optional[pulumi.Input[str]] = None,
                                    ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageBatteryBackupUnitAncestorArgs]]]] = None,
                                    capacitance_in_percent: Optional[pulumi.Input[float]] = None,
                                    charging_state: Optional[pulumi.Input[str]] = None,
                                    class_id: Optional[pulumi.Input[str]] = None,
                                    create_time: Optional[pulumi.Input[str]] = None,
                                    current_in_amps: Optional[pulumi.Input[float]] = None,
                                    design_capacity_in_joules: Optional[pulumi.Input[str]] = None,
                                    design_voltage_in_volts: Optional[pulumi.Input[float]] = None,
                                    device_mo_id: Optional[pulumi.Input[str]] = None,
                                    device_name: Optional[pulumi.Input[str]] = None,
                                    dn: Optional[pulumi.Input[str]] = None,
                                    domain_group_moid: Optional[pulumi.Input[str]] = None,
                                    id: Optional[pulumi.Input[str]] = None,
                                    inventory_device_info: Optional[pulumi.Input[GetStorageBatteryBackupUnitInventoryDeviceInfoArgs]] = None,
                                    is_battery_present: Optional[pulumi.Input[bool]] = None,
                                    is_capacitor: Optional[pulumi.Input[bool]] = None,
                                    is_learn_cycle_requested: Optional[pulumi.Input[bool]] = None,
                                    is_learn_cycle_transparent: Optional[pulumi.Input[bool]] = None,
                                    is_temperature_high: Optional[pulumi.Input[bool]] = None,
                                    is_upgraded: Optional[pulumi.Input[bool]] = None,
                                    is_voltage_low: Optional[pulumi.Input[bool]] = None,
                                    learn_cycle_progress_end_time_stamp: Optional[pulumi.Input[str]] = None,
                                    learn_cycle_progress_start_time_stamp: Optional[pulumi.Input[str]] = None,
                                    learn_cycle_progress_status: Optional[pulumi.Input[str]] = None,
                                    learn_mode: Optional[pulumi.Input[str]] = None,
                                    manufacturing_date: Optional[pulumi.Input[str]] = None,
                                    mod_time: Optional[pulumi.Input[str]] = None,
                                    model: Optional[pulumi.Input[str]] = None,
                                    module_version: Optional[pulumi.Input[str]] = None,
                                    moid: Optional[pulumi.Input[str]] = None,
                                    next_learn_cycle_time_stamp: Optional[pulumi.Input[str]] = None,
                                    object_type: Optional[pulumi.Input[str]] = None,
                                    owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                    pack_energy_in_joules: Optional[pulumi.Input[str]] = None,
                                    parent: Optional[pulumi.Input[GetStorageBatteryBackupUnitParentArgs]] = None,
                                    permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageBatteryBackupUnitPermissionResourceArgs]]]] = None,
                                    presence: Optional[pulumi.Input[str]] = None,
                                    previous_fru: Optional[pulumi.Input[GetStorageBatteryBackupUnitPreviousFruArgs]] = None,
                                    registered_device: Optional[pulumi.Input[GetStorageBatteryBackupUnitRegisteredDeviceArgs]] = None,
                                    remaining_pool_space_in_percent: Optional[pulumi.Input[float]] = None,
                                    revision: Optional[pulumi.Input[str]] = None,
                                    rn: Optional[pulumi.Input[str]] = None,
                                    serial: Optional[pulumi.Input[str]] = None,
                                    shared_scope: Optional[pulumi.Input[str]] = None,
                                    status: Optional[pulumi.Input[str]] = None,
                                    storage_controller: Optional[pulumi.Input[GetStorageBatteryBackupUnitStorageControllerArgs]] = None,
                                    tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageBatteryBackupUnitTagArgs]]]] = None,
                                    temperature_in_cel: Optional[pulumi.Input[float]] = None,
                                    type: Optional[pulumi.Input[str]] = None,
                                    vendor: Optional[pulumi.Input[str]] = None,
                                    version_context: Optional[pulumi.Input[GetStorageBatteryBackupUnitVersionContextArgs]] = None,
                                    voltage_in_volts: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetStorageBatteryBackupUnitResult]func LookupStorageBatteryBackupUnit(ctx *Context, args *LookupStorageBatteryBackupUnitArgs, opts ...InvokeOption) (*LookupStorageBatteryBackupUnitResult, error)
func LookupStorageBatteryBackupUnitOutput(ctx *Context, args *LookupStorageBatteryBackupUnitOutputArgs, opts ...InvokeOption) LookupStorageBatteryBackupUnitResultOutput> Note: This function is named LookupStorageBatteryBackupUnit in the Go SDK.
public static class GetStorageBatteryBackupUnit 
{
    public static Task<GetStorageBatteryBackupUnitResult> InvokeAsync(GetStorageBatteryBackupUnitArgs args, InvokeOptions? opts = null)
    public static Output<GetStorageBatteryBackupUnitResult> Invoke(GetStorageBatteryBackupUnitInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetStorageBatteryBackupUnitResult> getStorageBatteryBackupUnit(GetStorageBatteryBackupUnitArgs args, InvokeOptions options)
public static Output<GetStorageBatteryBackupUnitResult> getStorageBatteryBackupUnit(GetStorageBatteryBackupUnitArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getStorageBatteryBackupUnit:getStorageBatteryBackupUnit
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetStorage Battery Backup Unit Ancestor> 
- CapacitanceIn doublePercent 
- This holds the capacitance (in percent) of the battery backup unit of the storage controller.
- ChargingState string
- This holds the charging state of the battery backup unit of the storage controller.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- CurrentIn doubleAmps 
- This holds the current (in Amps) of the battery backup unit of the storage controller.
- DesignCapacity stringIn Joules 
- This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
- DesignVoltage doubleIn Volts 
- This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- DeviceName string
- This refers to the device name of the battery backup unit of the storage controller.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- InventoryDevice GetInfo Storage Battery Backup Unit Inventory Device Info 
- IsBattery boolPresent 
- This indicates whether the battery is present for the battery backup unit of the storage controller.
- IsCapacitor bool
- This indicates the capacitor for the battery backup unit of the storage controller.
- IsLearn boolCycle Requested 
- This indicates learn cycle request of the battery backup unit of the storage controller.
- IsLearn boolCycle Transparent 
- This indicates the learn cycle transparent for the battery backup unit of the storage controller.
- IsTemperature boolHigh 
- This indicates the temperature is high for the battery backup unit of the storage controller.
- IsUpgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- IsVoltage boolLow 
- This indicates the voltage is Low for the battery backup unit of the storage controller.
- LearnCycle stringProgress End Time Stamp 
- This refers to learn cycle progress end time of the battery backup unit of the storage controller.
- LearnCycle stringProgress Start Time Stamp 
- This refers to learn cycle progress start time of the battery backup unit of the storage controller.
- LearnCycle stringProgress Status 
- This refers to learn cycle progress status of the battery backup unit of the storage controller.
- LearnMode string
- This refers to the learn mode of the battery backup unit of the storage controller.
- ManufacturingDate string
- This refers to the manufacture date of the battery backup unit of the storage controller.
- ModTime string
- The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- ModuleVersion string
- This refers to the current module version of the battery backup unit of the storage controller.
- Moid string
- The unique identifier of this Managed Object instance.
- NextLearn stringCycle Time Stamp 
- This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
- ObjectType string
- Owners List<string>
- PackEnergy stringIn Joules 
- This holds the pack energy (in joules) of the battery backup unit of the storage controller.
- Parent
GetStorage Battery Backup Unit Parent 
- PermissionResources List<GetStorage Battery Backup Unit Permission Resource> 
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- PreviousFru GetStorage Battery Backup Unit Previous Fru 
- RegisteredDevice GetStorage Battery Backup Unit Registered Device 
- RemainingPool doubleSpace In Percent 
- This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
- 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.
- 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.
- Status string
- This holds the current status of the battery backup unit of the storage controller.
- StorageController GetStorage Battery Backup Unit Storage Controller 
- 
List<GetStorage Battery Backup Unit Tag> 
- TemperatureIn doubleCel 
- This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
- Type string
- This refers to the type of the battery backup unit of the storage controller.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- VersionContext GetStorage Battery Backup Unit Version Context 
- VoltageIn stringVolts 
- This holds the volatage (in Volts) of the battery backup unit of the storage controller.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetStorage Battery Backup Unit Ancestor 
- CapacitanceIn float64Percent 
- This holds the capacitance (in percent) of the battery backup unit of the storage controller.
- ChargingState string
- This holds the charging state of the battery backup unit of the storage controller.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- CurrentIn float64Amps 
- This holds the current (in Amps) of the battery backup unit of the storage controller.
- DesignCapacity stringIn Joules 
- This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
- DesignVoltage float64In Volts 
- This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- DeviceName string
- This refers to the device name of the battery backup unit of the storage controller.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- InventoryDevice GetInfo Storage Battery Backup Unit Inventory Device Info 
- IsBattery boolPresent 
- This indicates whether the battery is present for the battery backup unit of the storage controller.
- IsCapacitor bool
- This indicates the capacitor for the battery backup unit of the storage controller.
- IsLearn boolCycle Requested 
- This indicates learn cycle request of the battery backup unit of the storage controller.
- IsLearn boolCycle Transparent 
- This indicates the learn cycle transparent for the battery backup unit of the storage controller.
- IsTemperature boolHigh 
- This indicates the temperature is high for the battery backup unit of the storage controller.
- IsUpgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- IsVoltage boolLow 
- This indicates the voltage is Low for the battery backup unit of the storage controller.
- LearnCycle stringProgress End Time Stamp 
- This refers to learn cycle progress end time of the battery backup unit of the storage controller.
- LearnCycle stringProgress Start Time Stamp 
- This refers to learn cycle progress start time of the battery backup unit of the storage controller.
- LearnCycle stringProgress Status 
- This refers to learn cycle progress status of the battery backup unit of the storage controller.
- LearnMode string
- This refers to the learn mode of the battery backup unit of the storage controller.
- ManufacturingDate string
- This refers to the manufacture date of the battery backup unit of the storage controller.
- ModTime string
- The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- ModuleVersion string
- This refers to the current module version of the battery backup unit of the storage controller.
- Moid string
- The unique identifier of this Managed Object instance.
- NextLearn stringCycle Time Stamp 
- This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
- ObjectType string
- Owners []string
- PackEnergy stringIn Joules 
- This holds the pack energy (in joules) of the battery backup unit of the storage controller.
- Parent
GetStorage Battery Backup Unit Parent 
- PermissionResources []GetStorage Battery Backup Unit Permission Resource 
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- PreviousFru GetStorage Battery Backup Unit Previous Fru 
- RegisteredDevice GetStorage Battery Backup Unit Registered Device 
- RemainingPool float64Space In Percent 
- This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
- 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.
- 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.
- Status string
- This holds the current status of the battery backup unit of the storage controller.
- StorageController GetStorage Battery Backup Unit Storage Controller 
- 
[]GetStorage Battery Backup Unit Tag 
- TemperatureIn float64Cel 
- This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
- Type string
- This refers to the type of the battery backup unit of the storage controller.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- VersionContext GetStorage Battery Backup Unit Version Context 
- VoltageIn stringVolts 
- This holds the volatage (in Volts) of the battery backup unit of the storage controller.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetStorage Battery Backup Unit Ancestor> 
- capacitanceIn DoublePercent 
- This holds the capacitance (in percent) of the battery backup unit of the storage controller.
- chargingState String
- This holds the charging state of the battery backup unit of the storage controller.
- classId String
- createTime String
- The time when this managed object was created.
- currentIn DoubleAmps 
- This holds the current (in Amps) of the battery backup unit of the storage controller.
- designCapacity StringIn Joules 
- This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
- designVoltage DoubleIn Volts 
- This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- deviceName String
- This refers to the device name of the battery backup unit of the storage controller.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- inventoryDevice GetInfo Storage Battery Backup Unit Inventory Device Info 
- isBattery BooleanPresent 
- This indicates whether the battery is present for the battery backup unit of the storage controller.
- isCapacitor Boolean
- This indicates the capacitor for the battery backup unit of the storage controller.
- isLearn BooleanCycle Requested 
- This indicates learn cycle request of the battery backup unit of the storage controller.
- isLearn BooleanCycle Transparent 
- This indicates the learn cycle transparent for the battery backup unit of the storage controller.
- isTemperature BooleanHigh 
- This indicates the temperature is high for the battery backup unit of the storage controller.
- isUpgraded Boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- isVoltage BooleanLow 
- This indicates the voltage is Low for the battery backup unit of the storage controller.
- learnCycle StringProgress End Time Stamp 
- This refers to learn cycle progress end time of the battery backup unit of the storage controller.
- learnCycle StringProgress Start Time Stamp 
- This refers to learn cycle progress start time of the battery backup unit of the storage controller.
- learnCycle StringProgress Status 
- This refers to learn cycle progress status of the battery backup unit of the storage controller.
- learnMode String
- This refers to the learn mode of the battery backup unit of the storage controller.
- manufacturingDate String
- This refers to the manufacture date of the battery backup unit of the storage controller.
- modTime String
- The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moduleVersion String
- This refers to the current module version of the battery backup unit of the storage controller.
- moid String
- The unique identifier of this Managed Object instance.
- nextLearn StringCycle Time Stamp 
- This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
- objectType String
- owners List<String>
- packEnergy StringIn Joules 
- This holds the pack energy (in joules) of the battery backup unit of the storage controller.
- parent
GetStorage Battery Backup Unit Parent 
- permissionResources List<GetStorage Battery Backup Unit Permission Resource> 
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previousFru GetStorage Battery Backup Unit Previous Fru 
- registeredDevice GetStorage Battery Backup Unit Registered Device 
- remainingPool DoubleSpace In Percent 
- This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
- 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.
- 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.
- status String
- This holds the current status of the battery backup unit of the storage controller.
- storageController GetStorage Battery Backup Unit Storage Controller 
- 
List<GetStorage Battery Backup Unit Tag> 
- temperatureIn DoubleCel 
- This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
- type String
- This refers to the type of the battery backup unit of the storage controller.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- versionContext GetStorage Battery Backup Unit Version Context 
- voltageIn StringVolts 
- This holds the volatage (in Volts) of the battery backup unit of the storage controller.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetStorage Battery Backup Unit Ancestor[] 
- capacitanceIn numberPercent 
- This holds the capacitance (in percent) of the battery backup unit of the storage controller.
- chargingState string
- This holds the charging state of the battery backup unit of the storage controller.
- classId string
- createTime string
- The time when this managed object was created.
- currentIn numberAmps 
- This holds the current (in Amps) of the battery backup unit of the storage controller.
- designCapacity stringIn Joules 
- This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
- designVoltage numberIn Volts 
- This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- deviceName string
- This refers to the device name of the battery backup unit of the storage controller.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- inventoryDevice GetInfo Storage Battery Backup Unit Inventory Device Info 
- isBattery booleanPresent 
- This indicates whether the battery is present for the battery backup unit of the storage controller.
- isCapacitor boolean
- This indicates the capacitor for the battery backup unit of the storage controller.
- isLearn booleanCycle Requested 
- This indicates learn cycle request of the battery backup unit of the storage controller.
- isLearn booleanCycle Transparent 
- This indicates the learn cycle transparent for the battery backup unit of the storage controller.
- isTemperature booleanHigh 
- This indicates the temperature is high for the battery backup unit of the storage controller.
- isUpgraded boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- isVoltage booleanLow 
- This indicates the voltage is Low for the battery backup unit of the storage controller.
- learnCycle stringProgress End Time Stamp 
- This refers to learn cycle progress end time of the battery backup unit of the storage controller.
- learnCycle stringProgress Start Time Stamp 
- This refers to learn cycle progress start time of the battery backup unit of the storage controller.
- learnCycle stringProgress Status 
- This refers to learn cycle progress status of the battery backup unit of the storage controller.
- learnMode string
- This refers to the learn mode of the battery backup unit of the storage controller.
- manufacturingDate string
- This refers to the manufacture date of the battery backup unit of the storage controller.
- modTime string
- The time when this managed object was last modified.
- model string
- This field displays the model number of the associated component or hardware.
- moduleVersion string
- This refers to the current module version of the battery backup unit of the storage controller.
- moid string
- The unique identifier of this Managed Object instance.
- nextLearn stringCycle Time Stamp 
- This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
- objectType string
- owners string[]
- packEnergy stringIn Joules 
- This holds the pack energy (in joules) of the battery backup unit of the storage controller.
- parent
GetStorage Battery Backup Unit Parent 
- permissionResources GetStorage Battery Backup Unit Permission Resource[] 
- presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previousFru GetStorage Battery Backup Unit Previous Fru 
- registeredDevice GetStorage Battery Backup Unit Registered Device 
- remainingPool numberSpace In Percent 
- This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
- 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.
- 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.
- status string
- This holds the current status of the battery backup unit of the storage controller.
- storageController GetStorage Battery Backup Unit Storage Controller 
- 
GetStorage Battery Backup Unit Tag[] 
- temperatureIn numberCel 
- This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
- type string
- This refers to the type of the battery backup unit of the storage controller.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- versionContext GetStorage Battery Backup Unit Version Context 
- voltageIn stringVolts 
- This holds the volatage (in Volts) of the battery backup unit of the storage controller.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetStorage Battery Backup Unit Ancestor] 
- capacitance_in_ floatpercent 
- This holds the capacitance (in percent) of the battery backup unit of the storage controller.
- charging_state str
- This holds the charging state of the battery backup unit of the storage controller.
- class_id str
- create_time str
- The time when this managed object was created.
- current_in_ floatamps 
- This holds the current (in Amps) of the battery backup unit of the storage controller.
- design_capacity_ strin_ joules 
- This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
- design_voltage_ floatin_ volts 
- This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
- device_mo_ strid 
- The database identifier of the registered device of an object.
- device_name str
- This refers to the device name of the battery backup unit of the storage controller.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- inventory_device_ Getinfo Storage Battery Backup Unit Inventory Device Info 
- is_battery_ boolpresent 
- This indicates whether the battery is present for the battery backup unit of the storage controller.
- is_capacitor bool
- This indicates the capacitor for the battery backup unit of the storage controller.
- is_learn_ boolcycle_ requested 
- This indicates learn cycle request of the battery backup unit of the storage controller.
- is_learn_ boolcycle_ transparent 
- This indicates the learn cycle transparent for the battery backup unit of the storage controller.
- is_temperature_ boolhigh 
- This indicates the temperature is high for the battery backup unit of the storage controller.
- is_upgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- is_voltage_ boollow 
- This indicates the voltage is Low for the battery backup unit of the storage controller.
- learn_cycle_ strprogress_ end_ time_ stamp 
- This refers to learn cycle progress end time of the battery backup unit of the storage controller.
- learn_cycle_ strprogress_ start_ time_ stamp 
- This refers to learn cycle progress start time of the battery backup unit of the storage controller.
- learn_cycle_ strprogress_ status 
- This refers to learn cycle progress status of the battery backup unit of the storage controller.
- learn_mode str
- This refers to the learn mode of the battery backup unit of the storage controller.
- manufacturing_date str
- This refers to the manufacture date of the battery backup unit of 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.
- module_version str
- This refers to the current module version of the battery backup unit of the storage controller.
- moid str
- The unique identifier of this Managed Object instance.
- next_learn_ strcycle_ time_ stamp 
- This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
- object_type str
- owners Sequence[str]
- pack_energy_ strin_ joules 
- This holds the pack energy (in joules) of the battery backup unit of the storage controller.
- parent
GetStorage Battery Backup Unit Parent 
- permission_resources Sequence[GetStorage Battery Backup Unit Permission Resource] 
- presence str
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_fru GetStorage Battery Backup Unit Previous Fru 
- registered_device GetStorage Battery Backup Unit Registered Device 
- remaining_pool_ floatspace_ in_ percent 
- This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
- 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.
- 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.
- status str
- This holds the current status of the battery backup unit of the storage controller.
- storage_controller GetStorage Battery Backup Unit Storage Controller 
- 
Sequence[GetStorage Battery Backup Unit Tag] 
- temperature_in_ floatcel 
- This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
- type str
- This refers to the type of the battery backup unit of the storage controller.
- vendor str
- This field displays the vendor information of the associated component or hardware.
- version_context GetStorage Battery Backup Unit Version Context 
- voltage_in_ strvolts 
- This holds the volatage (in Volts) of the battery backup unit of the storage controller.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- capacitanceIn NumberPercent 
- This holds the capacitance (in percent) of the battery backup unit of the storage controller.
- chargingState String
- This holds the charging state of the battery backup unit of the storage controller.
- classId String
- createTime String
- The time when this managed object was created.
- currentIn NumberAmps 
- This holds the current (in Amps) of the battery backup unit of the storage controller.
- designCapacity StringIn Joules 
- This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
- designVoltage NumberIn Volts 
- This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- deviceName String
- This refers to the device name of the battery backup unit of the storage controller.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- inventoryDevice Property MapInfo 
- isBattery BooleanPresent 
- This indicates whether the battery is present for the battery backup unit of the storage controller.
- isCapacitor Boolean
- This indicates the capacitor for the battery backup unit of the storage controller.
- isLearn BooleanCycle Requested 
- This indicates learn cycle request of the battery backup unit of the storage controller.
- isLearn BooleanCycle Transparent 
- This indicates the learn cycle transparent for the battery backup unit of the storage controller.
- isTemperature BooleanHigh 
- This indicates the temperature is high for the battery backup unit of the storage controller.
- isUpgraded Boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- isVoltage BooleanLow 
- This indicates the voltage is Low for the battery backup unit of the storage controller.
- learnCycle StringProgress End Time Stamp 
- This refers to learn cycle progress end time of the battery backup unit of the storage controller.
- learnCycle StringProgress Start Time Stamp 
- This refers to learn cycle progress start time of the battery backup unit of the storage controller.
- learnCycle StringProgress Status 
- This refers to learn cycle progress status of the battery backup unit of the storage controller.
- learnMode String
- This refers to the learn mode of the battery backup unit of the storage controller.
- manufacturingDate String
- This refers to the manufacture date of the battery backup unit of the storage controller.
- modTime String
- The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moduleVersion String
- This refers to the current module version of the battery backup unit of the storage controller.
- moid String
- The unique identifier of this Managed Object instance.
- nextLearn StringCycle Time Stamp 
- This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
- objectType String
- owners List<String>
- packEnergy StringIn Joules 
- This holds the pack energy (in joules) of the battery backup unit of the storage controller.
- parent Property Map
- permissionResources List<Property Map>
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previousFru Property Map
- registeredDevice Property Map
- remainingPool NumberSpace In Percent 
- This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
- 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.
- 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.
- status String
- This holds the current status of the battery backup unit of the storage controller.
- storageController Property Map
- List<Property Map>
- temperatureIn NumberCel 
- This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
- type String
- This refers to the type of the battery backup unit of the storage controller.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- versionContext Property Map
- voltageIn StringVolts 
- This holds the volatage (in Volts) of the battery backup unit of the storage controller.
getStorageBatteryBackupUnit Result
The following output properties are available:
- Id string
- Results
List<GetStorage Battery Backup Unit Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetStorage Battery Backup Unit Ancestor> 
- CapacitanceIn doublePercent 
- ChargingState string
- ClassId string
- CreateTime string
- CurrentIn doubleAmps 
- DesignCapacity stringIn Joules 
- DesignVoltage doubleIn Volts 
- DeviceMo stringId 
- DeviceName string
- Dn string
- DomainGroup stringMoid 
- InventoryDevice GetInfo Storage Battery Backup Unit Inventory Device Info 
- IsBattery boolPresent 
- IsCapacitor bool
- IsLearn boolCycle Requested 
- IsLearn boolCycle Transparent 
- IsTemperature boolHigh 
- IsUpgraded bool
- IsVoltage boolLow 
- LearnCycle stringProgress End Time Stamp 
- LearnCycle stringProgress Start Time Stamp 
- LearnCycle stringProgress Status 
- LearnMode string
- ManufacturingDate string
- ModTime string
- Model string
- ModuleVersion string
- Moid string
- NextLearn stringCycle Time Stamp 
- ObjectType string
- Owners List<string>
- PackEnergy stringIn Joules 
- Parent
GetStorage Battery Backup Unit Parent 
- PermissionResources List<GetStorage Battery Backup Unit Permission Resource> 
- Presence string
- PreviousFru GetStorage Battery Backup Unit Previous Fru 
- RegisteredDevice GetStorage Battery Backup Unit Registered Device 
- RemainingPool doubleSpace In Percent 
- Revision string
- Rn string
- Serial string
- string
- Status string
- StorageController GetStorage Battery Backup Unit Storage Controller 
- 
List<GetStorage Battery Backup Unit Tag> 
- TemperatureIn doubleCel 
- Type string
- Vendor string
- VersionContext GetStorage Battery Backup Unit Version Context 
- VoltageIn stringVolts 
- Id string
- Results
[]GetStorage Battery Backup Unit Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetStorage Battery Backup Unit Ancestor 
- CapacitanceIn float64Percent 
- ChargingState string
- ClassId string
- CreateTime string
- CurrentIn float64Amps 
- DesignCapacity stringIn Joules 
- DesignVoltage float64In Volts 
- DeviceMo stringId 
- DeviceName string
- Dn string
- DomainGroup stringMoid 
- InventoryDevice GetInfo Storage Battery Backup Unit Inventory Device Info 
- IsBattery boolPresent 
- IsCapacitor bool
- IsLearn boolCycle Requested 
- IsLearn boolCycle Transparent 
- IsTemperature boolHigh 
- IsUpgraded bool
- IsVoltage boolLow 
- LearnCycle stringProgress End Time Stamp 
- LearnCycle stringProgress Start Time Stamp 
- LearnCycle stringProgress Status 
- LearnMode string
- ManufacturingDate string
- ModTime string
- Model string
- ModuleVersion string
- Moid string
- NextLearn stringCycle Time Stamp 
- ObjectType string
- Owners []string
- PackEnergy stringIn Joules 
- Parent
GetStorage Battery Backup Unit Parent 
- PermissionResources []GetStorage Battery Backup Unit Permission Resource 
- Presence string
- PreviousFru GetStorage Battery Backup Unit Previous Fru 
- RegisteredDevice GetStorage Battery Backup Unit Registered Device 
- RemainingPool float64Space In Percent 
- Revision string
- Rn string
- Serial string
- string
- Status string
- StorageController GetStorage Battery Backup Unit Storage Controller 
- 
[]GetStorage Battery Backup Unit Tag 
- TemperatureIn float64Cel 
- Type string
- Vendor string
- VersionContext GetStorage Battery Backup Unit Version Context 
- VoltageIn stringVolts 
- id String
- results
List<GetStorage Battery Backup Unit Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetStorage Battery Backup Unit Ancestor> 
- capacitanceIn DoublePercent 
- chargingState String
- classId String
- createTime String
- currentIn DoubleAmps 
- designCapacity StringIn Joules 
- designVoltage DoubleIn Volts 
- deviceMo StringId 
- deviceName String
- dn String
- domainGroup StringMoid 
- inventoryDevice GetInfo Storage Battery Backup Unit Inventory Device Info 
- isBattery BooleanPresent 
- isCapacitor Boolean
- isLearn BooleanCycle Requested 
- isLearn BooleanCycle Transparent 
- isTemperature BooleanHigh 
- isUpgraded Boolean
- isVoltage BooleanLow 
- learnCycle StringProgress End Time Stamp 
- learnCycle StringProgress Start Time Stamp 
- learnCycle StringProgress Status 
- learnMode String
- manufacturingDate String
- modTime String
- model String
- moduleVersion String
- moid String
- nextLearn StringCycle Time Stamp 
- objectType String
- owners List<String>
- packEnergy StringIn Joules 
- parent
GetStorage Battery Backup Unit Parent 
- permissionResources List<GetStorage Battery Backup Unit Permission Resource> 
- presence String
- previousFru GetStorage Battery Backup Unit Previous Fru 
- registeredDevice GetStorage Battery Backup Unit Registered Device 
- remainingPool DoubleSpace In Percent 
- revision String
- rn String
- serial String
- String
- status String
- storageController GetStorage Battery Backup Unit Storage Controller 
- 
List<GetStorage Battery Backup Unit Tag> 
- temperatureIn DoubleCel 
- type String
- vendor String
- versionContext GetStorage Battery Backup Unit Version Context 
- voltageIn StringVolts 
- id string
- results
GetStorage Battery Backup Unit Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetStorage Battery Backup Unit Ancestor[] 
- capacitanceIn numberPercent 
- chargingState string
- classId string
- createTime string
- currentIn numberAmps 
- designCapacity stringIn Joules 
- designVoltage numberIn Volts 
- deviceMo stringId 
- deviceName string
- dn string
- domainGroup stringMoid 
- inventoryDevice GetInfo Storage Battery Backup Unit Inventory Device Info 
- isBattery booleanPresent 
- isCapacitor boolean
- isLearn booleanCycle Requested 
- isLearn booleanCycle Transparent 
- isTemperature booleanHigh 
- isUpgraded boolean
- isVoltage booleanLow 
- learnCycle stringProgress End Time Stamp 
- learnCycle stringProgress Start Time Stamp 
- learnCycle stringProgress Status 
- learnMode string
- manufacturingDate string
- modTime string
- model string
- moduleVersion string
- moid string
- nextLearn stringCycle Time Stamp 
- objectType string
- owners string[]
- packEnergy stringIn Joules 
- parent
GetStorage Battery Backup Unit Parent 
- permissionResources GetStorage Battery Backup Unit Permission Resource[] 
- presence string
- previousFru GetStorage Battery Backup Unit Previous Fru 
- registeredDevice GetStorage Battery Backup Unit Registered Device 
- remainingPool numberSpace In Percent 
- revision string
- rn string
- serial string
- string
- status string
- storageController GetStorage Battery Backup Unit Storage Controller 
- 
GetStorage Battery Backup Unit Tag[] 
- temperatureIn numberCel 
- type string
- vendor string
- versionContext GetStorage Battery Backup Unit Version Context 
- voltageIn stringVolts 
- id str
- results
Sequence[GetStorage Battery Backup Unit Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetStorage Battery Backup Unit Ancestor] 
- capacitance_in_ floatpercent 
- charging_state str
- class_id str
- create_time str
- current_in_ floatamps 
- design_capacity_ strin_ joules 
- design_voltage_ floatin_ volts 
- device_mo_ strid 
- device_name str
- dn str
- domain_group_ strmoid 
- inventory_device_ Getinfo Storage Battery Backup Unit Inventory Device Info 
- is_battery_ boolpresent 
- is_capacitor bool
- is_learn_ boolcycle_ requested 
- is_learn_ boolcycle_ transparent 
- is_temperature_ boolhigh 
- is_upgraded bool
- is_voltage_ boollow 
- learn_cycle_ strprogress_ end_ time_ stamp 
- learn_cycle_ strprogress_ start_ time_ stamp 
- learn_cycle_ strprogress_ status 
- learn_mode str
- manufacturing_date str
- mod_time str
- model str
- module_version str
- moid str
- next_learn_ strcycle_ time_ stamp 
- object_type str
- owners Sequence[str]
- pack_energy_ strin_ joules 
- parent
GetStorage Battery Backup Unit Parent 
- permission_resources Sequence[GetStorage Battery Backup Unit Permission Resource] 
- presence str
- previous_fru GetStorage Battery Backup Unit Previous Fru 
- registered_device GetStorage Battery Backup Unit Registered Device 
- remaining_pool_ floatspace_ in_ percent 
- revision str
- rn str
- serial str
- str
- status str
- storage_controller GetStorage Battery Backup Unit Storage Controller 
- 
Sequence[GetStorage Battery Backup Unit Tag] 
- temperature_in_ floatcel 
- type str
- vendor str
- version_context GetStorage Battery Backup Unit Version Context 
- voltage_in_ strvolts 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- capacitanceIn NumberPercent 
- chargingState String
- classId String
- createTime String
- currentIn NumberAmps 
- designCapacity StringIn Joules 
- designVoltage NumberIn Volts 
- deviceMo StringId 
- deviceName String
- dn String
- domainGroup StringMoid 
- inventoryDevice Property MapInfo 
- isBattery BooleanPresent 
- isCapacitor Boolean
- isLearn BooleanCycle Requested 
- isLearn BooleanCycle Transparent 
- isTemperature BooleanHigh 
- isUpgraded Boolean
- isVoltage BooleanLow 
- learnCycle StringProgress End Time Stamp 
- learnCycle StringProgress Start Time Stamp 
- learnCycle StringProgress Status 
- learnMode String
- manufacturingDate String
- modTime String
- model String
- moduleVersion String
- moid String
- nextLearn StringCycle Time Stamp 
- objectType String
- owners List<String>
- packEnergy StringIn Joules 
- parent Property Map
- permissionResources List<Property Map>
- presence String
- previousFru Property Map
- registeredDevice Property Map
- remainingPool NumberSpace In Percent 
- revision String
- rn String
- serial String
- String
- status String
- storageController Property Map
- List<Property Map>
- temperatureIn NumberCel 
- type String
- vendor String
- versionContext Property Map
- voltageIn StringVolts 
Supporting Types
GetStorageBatteryBackupUnitAncestor     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageBatteryBackupUnitInventoryDeviceInfo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageBatteryBackupUnitParent     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageBatteryBackupUnitPermissionResource      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageBatteryBackupUnitPreviousFru      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageBatteryBackupUnitRegisteredDevice      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageBatteryBackupUnitResult     
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetStorage Battery Backup Unit Result Ancestor> 
- CapacitanceIn doublePercent 
- This holds the capacitance (in percent) of the battery backup unit of the storage controller.
- ChargingState string
- This holds the charging state of the battery backup unit of the storage controller.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- CurrentIn doubleAmps 
- This holds the current (in Amps) of the battery backup unit of the storage controller.
- DesignCapacity stringIn Joules 
- This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
- DesignVoltage doubleIn Volts 
- This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- DeviceName string
- This refers to the device name of the battery backup unit of the storage controller.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- InventoryDevice List<GetInfos Storage Battery Backup Unit Result Inventory Device Info> 
- IsBattery boolPresent 
- This indicates whether the battery is present for the battery backup unit of the storage controller.
- IsCapacitor bool
- This indicates the capacitor for the battery backup unit of the storage controller.
- IsLearn boolCycle Requested 
- This indicates learn cycle request of the battery backup unit of the storage controller.
- IsLearn boolCycle Transparent 
- This indicates the learn cycle transparent for the battery backup unit of the storage controller.
- IsTemperature boolHigh 
- This indicates the temperature is high for the battery backup unit of the storage controller.
- IsUpgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- IsVoltage boolLow 
- This indicates the voltage is Low for the battery backup unit of the storage controller.
- LearnCycle stringProgress End Time Stamp 
- This refers to learn cycle progress end time of the battery backup unit of the storage controller.
- LearnCycle stringProgress Start Time Stamp 
- This refers to learn cycle progress start time of the battery backup unit of the storage controller.
- LearnCycle stringProgress Status 
- This refers to learn cycle progress status of the battery backup unit of the storage controller.
- LearnMode string
- This refers to the learn mode of the battery backup unit of the storage controller.
- ManufacturingDate string
- This refers to the manufacture date of the battery backup unit of the storage controller.
- ModTime string
- The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- ModuleVersion string
- This refers to the current module version of the battery backup unit of the storage controller.
- Moid string
- The unique identifier of this Managed Object instance.
- NextLearn stringCycle Time Stamp 
- This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
- ObjectType string
- Owners List<string>
- PackEnergy stringIn Joules 
- This holds the pack energy (in joules) of the battery backup unit of the storage controller.
- Parents
List<GetStorage Battery Backup Unit Result Parent> 
- PermissionResources List<GetStorage Battery Backup Unit Result Permission Resource> 
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- PreviousFrus List<GetStorage Battery Backup Unit Result Previous Frus> 
- RegisteredDevices List<GetStorage Battery Backup Unit Result Registered Device> 
- RemainingPool doubleSpace In Percent 
- This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
- 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.
- 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.
- Status string
- This holds the current status of the battery backup unit of the storage controller.
- StorageControllers List<GetStorage Battery Backup Unit Result Storage Controller> 
- 
List<GetStorage Battery Backup Unit Result Tag> 
- TemperatureIn doubleCel 
- This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
- Type string
- This refers to the type of the battery backup unit of the storage controller.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- VersionContexts List<GetStorage Battery Backup Unit Result Version Context> 
- VoltageIn stringVolts 
- This holds the volatage (in Volts) of the battery backup unit of the storage controller.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetStorage Battery Backup Unit Result Ancestor 
- CapacitanceIn float64Percent 
- This holds the capacitance (in percent) of the battery backup unit of the storage controller.
- ChargingState string
- This holds the charging state of the battery backup unit of the storage controller.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- CurrentIn float64Amps 
- This holds the current (in Amps) of the battery backup unit of the storage controller.
- DesignCapacity stringIn Joules 
- This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
- DesignVoltage float64In Volts 
- This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- DeviceName string
- This refers to the device name of the battery backup unit of the storage controller.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- InventoryDevice []GetInfos Storage Battery Backup Unit Result Inventory Device Info 
- IsBattery boolPresent 
- This indicates whether the battery is present for the battery backup unit of the storage controller.
- IsCapacitor bool
- This indicates the capacitor for the battery backup unit of the storage controller.
- IsLearn boolCycle Requested 
- This indicates learn cycle request of the battery backup unit of the storage controller.
- IsLearn boolCycle Transparent 
- This indicates the learn cycle transparent for the battery backup unit of the storage controller.
- IsTemperature boolHigh 
- This indicates the temperature is high for the battery backup unit of the storage controller.
- IsUpgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- IsVoltage boolLow 
- This indicates the voltage is Low for the battery backup unit of the storage controller.
- LearnCycle stringProgress End Time Stamp 
- This refers to learn cycle progress end time of the battery backup unit of the storage controller.
- LearnCycle stringProgress Start Time Stamp 
- This refers to learn cycle progress start time of the battery backup unit of the storage controller.
- LearnCycle stringProgress Status 
- This refers to learn cycle progress status of the battery backup unit of the storage controller.
- LearnMode string
- This refers to the learn mode of the battery backup unit of the storage controller.
- ManufacturingDate string
- This refers to the manufacture date of the battery backup unit of the storage controller.
- ModTime string
- The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- ModuleVersion string
- This refers to the current module version of the battery backup unit of the storage controller.
- Moid string
- The unique identifier of this Managed Object instance.
- NextLearn stringCycle Time Stamp 
- This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
- ObjectType string
- Owners []string
- PackEnergy stringIn Joules 
- This holds the pack energy (in joules) of the battery backup unit of the storage controller.
- Parents
[]GetStorage Battery Backup Unit Result Parent 
- PermissionResources []GetStorage Battery Backup Unit Result Permission Resource 
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- PreviousFrus []GetStorage Battery Backup Unit Result Previous Frus 
- RegisteredDevices []GetStorage Battery Backup Unit Result Registered Device 
- RemainingPool float64Space In Percent 
- This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
- 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.
- 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.
- Status string
- This holds the current status of the battery backup unit of the storage controller.
- StorageControllers []GetStorage Battery Backup Unit Result Storage Controller 
- 
[]GetStorage Battery Backup Unit Result Tag 
- TemperatureIn float64Cel 
- This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
- Type string
- This refers to the type of the battery backup unit of the storage controller.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- VersionContexts []GetStorage Battery Backup Unit Result Version Context 
- VoltageIn stringVolts 
- This holds the volatage (in Volts) of the battery backup unit of the storage controller.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetStorage Battery Backup Unit Result Ancestor> 
- capacitanceIn DoublePercent 
- This holds the capacitance (in percent) of the battery backup unit of the storage controller.
- chargingState String
- This holds the charging state of the battery backup unit of the storage controller.
- classId String
- createTime String
- The time when this managed object was created.
- currentIn DoubleAmps 
- This holds the current (in Amps) of the battery backup unit of the storage controller.
- designCapacity StringIn Joules 
- This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
- designVoltage DoubleIn Volts 
- This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- deviceName String
- This refers to the device name of the battery backup unit of the storage controller.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- inventoryDevice List<GetInfos Storage Battery Backup Unit Result Inventory Device Info> 
- isBattery BooleanPresent 
- This indicates whether the battery is present for the battery backup unit of the storage controller.
- isCapacitor Boolean
- This indicates the capacitor for the battery backup unit of the storage controller.
- isLearn BooleanCycle Requested 
- This indicates learn cycle request of the battery backup unit of the storage controller.
- isLearn BooleanCycle Transparent 
- This indicates the learn cycle transparent for the battery backup unit of the storage controller.
- isTemperature BooleanHigh 
- This indicates the temperature is high for the battery backup unit of the storage controller.
- isUpgraded Boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- isVoltage BooleanLow 
- This indicates the voltage is Low for the battery backup unit of the storage controller.
- learnCycle StringProgress End Time Stamp 
- This refers to learn cycle progress end time of the battery backup unit of the storage controller.
- learnCycle StringProgress Start Time Stamp 
- This refers to learn cycle progress start time of the battery backup unit of the storage controller.
- learnCycle StringProgress Status 
- This refers to learn cycle progress status of the battery backup unit of the storage controller.
- learnMode String
- This refers to the learn mode of the battery backup unit of the storage controller.
- manufacturingDate String
- This refers to the manufacture date of the battery backup unit of the storage controller.
- modTime String
- The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moduleVersion String
- This refers to the current module version of the battery backup unit of the storage controller.
- moid String
- The unique identifier of this Managed Object instance.
- nextLearn StringCycle Time Stamp 
- This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
- objectType String
- owners List<String>
- packEnergy StringIn Joules 
- This holds the pack energy (in joules) of the battery backup unit of the storage controller.
- parents
List<GetStorage Battery Backup Unit Result Parent> 
- permissionResources List<GetStorage Battery Backup Unit Result Permission Resource> 
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previousFrus List<GetStorage Battery Backup Unit Result Previous Frus> 
- registeredDevices List<GetStorage Battery Backup Unit Result Registered Device> 
- remainingPool DoubleSpace In Percent 
- This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
- 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.
- 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.
- status String
- This holds the current status of the battery backup unit of the storage controller.
- storageControllers List<GetStorage Battery Backup Unit Result Storage Controller> 
- 
List<GetStorage Battery Backup Unit Result Tag> 
- temperatureIn DoubleCel 
- This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
- type String
- This refers to the type of the battery backup unit of the storage controller.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- versionContexts List<GetStorage Battery Backup Unit Result Version Context> 
- voltageIn StringVolts 
- This holds the volatage (in Volts) of the battery backup unit of the storage controller.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetStorage Battery Backup Unit Result Ancestor[] 
- capacitanceIn numberPercent 
- This holds the capacitance (in percent) of the battery backup unit of the storage controller.
- chargingState string
- This holds the charging state of the battery backup unit of the storage controller.
- classId string
- createTime string
- The time when this managed object was created.
- currentIn numberAmps 
- This holds the current (in Amps) of the battery backup unit of the storage controller.
- designCapacity stringIn Joules 
- This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
- designVoltage numberIn Volts 
- This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- deviceName string
- This refers to the device name of the battery backup unit of the storage controller.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- inventoryDevice GetInfos Storage Battery Backup Unit Result Inventory Device Info[] 
- isBattery booleanPresent 
- This indicates whether the battery is present for the battery backup unit of the storage controller.
- isCapacitor boolean
- This indicates the capacitor for the battery backup unit of the storage controller.
- isLearn booleanCycle Requested 
- This indicates learn cycle request of the battery backup unit of the storage controller.
- isLearn booleanCycle Transparent 
- This indicates the learn cycle transparent for the battery backup unit of the storage controller.
- isTemperature booleanHigh 
- This indicates the temperature is high for the battery backup unit of the storage controller.
- isUpgraded boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- isVoltage booleanLow 
- This indicates the voltage is Low for the battery backup unit of the storage controller.
- learnCycle stringProgress End Time Stamp 
- This refers to learn cycle progress end time of the battery backup unit of the storage controller.
- learnCycle stringProgress Start Time Stamp 
- This refers to learn cycle progress start time of the battery backup unit of the storage controller.
- learnCycle stringProgress Status 
- This refers to learn cycle progress status of the battery backup unit of the storage controller.
- learnMode string
- This refers to the learn mode of the battery backup unit of the storage controller.
- manufacturingDate string
- This refers to the manufacture date of the battery backup unit of the storage controller.
- modTime string
- The time when this managed object was last modified.
- model string
- This field displays the model number of the associated component or hardware.
- moduleVersion string
- This refers to the current module version of the battery backup unit of the storage controller.
- moid string
- The unique identifier of this Managed Object instance.
- nextLearn stringCycle Time Stamp 
- This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
- objectType string
- owners string[]
- packEnergy stringIn Joules 
- This holds the pack energy (in joules) of the battery backup unit of the storage controller.
- parents
GetStorage Battery Backup Unit Result Parent[] 
- permissionResources GetStorage Battery Backup Unit Result Permission Resource[] 
- presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previousFrus GetStorage Battery Backup Unit Result Previous Frus[] 
- registeredDevices GetStorage Battery Backup Unit Result Registered Device[] 
- remainingPool numberSpace In Percent 
- This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
- 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.
- 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.
- status string
- This holds the current status of the battery backup unit of the storage controller.
- storageControllers GetStorage Battery Backup Unit Result Storage Controller[] 
- 
GetStorage Battery Backup Unit Result Tag[] 
- temperatureIn numberCel 
- This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
- type string
- This refers to the type of the battery backup unit of the storage controller.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- versionContexts GetStorage Battery Backup Unit Result Version Context[] 
- voltageIn stringVolts 
- This holds the volatage (in Volts) of the battery backup unit of the storage controller.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetStorage Battery Backup Unit Result Ancestor] 
- capacitance_in_ floatpercent 
- This holds the capacitance (in percent) of the battery backup unit of the storage controller.
- charging_state str
- This holds the charging state of the battery backup unit of the storage controller.
- class_id str
- create_time str
- The time when this managed object was created.
- current_in_ floatamps 
- This holds the current (in Amps) of the battery backup unit of the storage controller.
- design_capacity_ strin_ joules 
- This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
- design_voltage_ floatin_ volts 
- This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
- device_mo_ strid 
- The database identifier of the registered device of an object.
- device_name str
- This refers to the device name of the battery backup unit of the storage controller.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- inventory_device_ Sequence[Getinfos Storage Battery Backup Unit Result Inventory Device Info] 
- is_battery_ boolpresent 
- This indicates whether the battery is present for the battery backup unit of the storage controller.
- is_capacitor bool
- This indicates the capacitor for the battery backup unit of the storage controller.
- is_learn_ boolcycle_ requested 
- This indicates learn cycle request of the battery backup unit of the storage controller.
- is_learn_ boolcycle_ transparent 
- This indicates the learn cycle transparent for the battery backup unit of the storage controller.
- is_temperature_ boolhigh 
- This indicates the temperature is high for the battery backup unit of the storage controller.
- is_upgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- is_voltage_ boollow 
- This indicates the voltage is Low for the battery backup unit of the storage controller.
- learn_cycle_ strprogress_ end_ time_ stamp 
- This refers to learn cycle progress end time of the battery backup unit of the storage controller.
- learn_cycle_ strprogress_ start_ time_ stamp 
- This refers to learn cycle progress start time of the battery backup unit of the storage controller.
- learn_cycle_ strprogress_ status 
- This refers to learn cycle progress status of the battery backup unit of the storage controller.
- learn_mode str
- This refers to the learn mode of the battery backup unit of the storage controller.
- manufacturing_date str
- This refers to the manufacture date of the battery backup unit of 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.
- module_version str
- This refers to the current module version of the battery backup unit of the storage controller.
- moid str
- The unique identifier of this Managed Object instance.
- next_learn_ strcycle_ time_ stamp 
- This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
- object_type str
- owners Sequence[str]
- pack_energy_ strin_ joules 
- This holds the pack energy (in joules) of the battery backup unit of the storage controller.
- parents
Sequence[GetStorage Battery Backup Unit Result Parent] 
- permission_resources Sequence[GetStorage Battery Backup Unit Result Permission Resource] 
- presence str
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_frus Sequence[GetStorage Battery Backup Unit Result Previous Frus] 
- registered_devices Sequence[GetStorage Battery Backup Unit Result Registered Device] 
- remaining_pool_ floatspace_ in_ percent 
- This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
- 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.
- 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.
- status str
- This holds the current status of the battery backup unit of the storage controller.
- storage_controllers Sequence[GetStorage Battery Backup Unit Result Storage Controller] 
- 
Sequence[GetStorage Battery Backup Unit Result Tag] 
- temperature_in_ floatcel 
- This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
- type str
- This refers to the type of the battery backup unit of the storage controller.
- vendor str
- This field displays the vendor information of the associated component or hardware.
- version_contexts Sequence[GetStorage Battery Backup Unit Result Version Context] 
- voltage_in_ strvolts 
- This holds the volatage (in Volts) of the battery backup unit of the storage controller.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- capacitanceIn NumberPercent 
- This holds the capacitance (in percent) of the battery backup unit of the storage controller.
- chargingState String
- This holds the charging state of the battery backup unit of the storage controller.
- classId String
- createTime String
- The time when this managed object was created.
- currentIn NumberAmps 
- This holds the current (in Amps) of the battery backup unit of the storage controller.
- designCapacity StringIn Joules 
- This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
- designVoltage NumberIn Volts 
- This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- deviceName String
- This refers to the device name of the battery backup unit of the storage controller.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- inventoryDevice List<Property Map>Infos 
- isBattery BooleanPresent 
- This indicates whether the battery is present for the battery backup unit of the storage controller.
- isCapacitor Boolean
- This indicates the capacitor for the battery backup unit of the storage controller.
- isLearn BooleanCycle Requested 
- This indicates learn cycle request of the battery backup unit of the storage controller.
- isLearn BooleanCycle Transparent 
- This indicates the learn cycle transparent for the battery backup unit of the storage controller.
- isTemperature BooleanHigh 
- This indicates the temperature is high for the battery backup unit of the storage controller.
- isUpgraded Boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- isVoltage BooleanLow 
- This indicates the voltage is Low for the battery backup unit of the storage controller.
- learnCycle StringProgress End Time Stamp 
- This refers to learn cycle progress end time of the battery backup unit of the storage controller.
- learnCycle StringProgress Start Time Stamp 
- This refers to learn cycle progress start time of the battery backup unit of the storage controller.
- learnCycle StringProgress Status 
- This refers to learn cycle progress status of the battery backup unit of the storage controller.
- learnMode String
- This refers to the learn mode of the battery backup unit of the storage controller.
- manufacturingDate String
- This refers to the manufacture date of the battery backup unit of the storage controller.
- modTime String
- The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moduleVersion String
- This refers to the current module version of the battery backup unit of the storage controller.
- moid String
- The unique identifier of this Managed Object instance.
- nextLearn StringCycle Time Stamp 
- This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
- objectType String
- owners List<String>
- packEnergy StringIn Joules 
- This holds the pack energy (in joules) of the battery backup unit of the storage controller.
- parents List<Property Map>
- permissionResources List<Property Map>
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previousFrus List<Property Map>
- registeredDevices List<Property Map>
- remainingPool NumberSpace In Percent 
- This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
- 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.
- 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.
- status String
- This holds the current status of the battery backup unit of the storage controller.
- storageControllers List<Property Map>
- List<Property Map>
- temperatureIn NumberCel 
- This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
- type String
- This refers to the type of the battery backup unit of the storage controller.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- versionContexts List<Property Map>
- voltageIn StringVolts 
- This holds the volatage (in Volts) of the battery backup unit of the storage controller.
GetStorageBatteryBackupUnitResultAncestor      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageBatteryBackupUnitResultInventoryDeviceInfo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageBatteryBackupUnitResultParent      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageBatteryBackupUnitResultPermissionResource       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageBatteryBackupUnitResultPreviousFrus       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageBatteryBackupUnitResultRegisteredDevice       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageBatteryBackupUnitResultStorageController       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageBatteryBackupUnitResultTag      
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetStorageBatteryBackupUnitResultVersionContext       
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetStorageBatteryBackupUnitResultVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageBatteryBackupUnitResultVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageBatteryBackupUnitStorageController      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageBatteryBackupUnitTag     
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetStorageBatteryBackupUnitVersionContext      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetStorage Battery Backup Unit Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetStorage Battery Backup Unit Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetStorage Battery Backup Unit Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetStorage Battery Backup Unit Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetStorage Battery Backup Unit Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetStorage Battery Backup Unit Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetStorage Battery Backup Unit Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetStorage Battery Backup Unit Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetStorage Battery Backup Unit 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 Battery Backup Unit Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetStorageBatteryBackupUnitVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageBatteryBackupUnitVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet