intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getFirmwareUpgradeStatus
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
The status for the upgrade operation to include the status for the download and upgrade stages.
Using getFirmwareUpgradeStatus
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 getFirmwareUpgradeStatus(args: GetFirmwareUpgradeStatusArgs, opts?: InvokeOptions): Promise<GetFirmwareUpgradeStatusResult>
function getFirmwareUpgradeStatusOutput(args: GetFirmwareUpgradeStatusOutputArgs, opts?: InvokeOptions): Output<GetFirmwareUpgradeStatusResult>def get_firmware_upgrade_status(account_moid: Optional[str] = None,
                                additional_properties: Optional[str] = None,
                                ancestors: Optional[Sequence[GetFirmwareUpgradeStatusAncestor]] = None,
                                checksum: Optional[GetFirmwareUpgradeStatusChecksum] = None,
                                class_id: Optional[str] = None,
                                create_time: Optional[str] = None,
                                domain_group_moid: Optional[str] = None,
                                download_error: Optional[str] = None,
                                download_message: Optional[str] = None,
                                download_percentage: Optional[float] = None,
                                download_progress: Optional[float] = None,
                                download_retries: Optional[float] = None,
                                download_stage: Optional[str] = None,
                                ep_power_status: Optional[str] = None,
                                id: Optional[str] = None,
                                initial_power_status: Optional[str] = None,
                                is_cdn_disabled: Optional[bool] = None,
                                mod_time: Optional[str] = None,
                                moid: Optional[str] = None,
                                object_type: Optional[str] = None,
                                overall_error: Optional[str] = None,
                                overall_percentage: Optional[float] = None,
                                overallstatus: Optional[str] = None,
                                owners: Optional[Sequence[str]] = None,
                                parent: Optional[GetFirmwareUpgradeStatusParent] = None,
                                pending_type: Optional[str] = None,
                                permission_resources: Optional[Sequence[GetFirmwareUpgradeStatusPermissionResource]] = None,
                                sd_card_download_error: Optional[str] = None,
                                shared_scope: Optional[str] = None,
                                source_firmware_version: Optional[str] = None,
                                tags: Optional[Sequence[GetFirmwareUpgradeStatusTag]] = None,
                                target_firmware_version: Optional[str] = None,
                                upgrade: Optional[GetFirmwareUpgradeStatusUpgrade] = None,
                                version_context: Optional[GetFirmwareUpgradeStatusVersionContext] = None,
                                workflow: Optional[GetFirmwareUpgradeStatusWorkflow] = None,
                                opts: Optional[InvokeOptions] = None) -> GetFirmwareUpgradeStatusResult
def get_firmware_upgrade_status_output(account_moid: Optional[pulumi.Input[str]] = None,
                                additional_properties: Optional[pulumi.Input[str]] = None,
                                ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwareUpgradeStatusAncestorArgs]]]] = None,
                                checksum: Optional[pulumi.Input[GetFirmwareUpgradeStatusChecksumArgs]] = None,
                                class_id: Optional[pulumi.Input[str]] = None,
                                create_time: Optional[pulumi.Input[str]] = None,
                                domain_group_moid: Optional[pulumi.Input[str]] = None,
                                download_error: Optional[pulumi.Input[str]] = None,
                                download_message: Optional[pulumi.Input[str]] = None,
                                download_percentage: Optional[pulumi.Input[float]] = None,
                                download_progress: Optional[pulumi.Input[float]] = None,
                                download_retries: Optional[pulumi.Input[float]] = None,
                                download_stage: Optional[pulumi.Input[str]] = None,
                                ep_power_status: Optional[pulumi.Input[str]] = None,
                                id: Optional[pulumi.Input[str]] = None,
                                initial_power_status: Optional[pulumi.Input[str]] = None,
                                is_cdn_disabled: Optional[pulumi.Input[bool]] = None,
                                mod_time: Optional[pulumi.Input[str]] = None,
                                moid: Optional[pulumi.Input[str]] = None,
                                object_type: Optional[pulumi.Input[str]] = None,
                                overall_error: Optional[pulumi.Input[str]] = None,
                                overall_percentage: Optional[pulumi.Input[float]] = None,
                                overallstatus: Optional[pulumi.Input[str]] = None,
                                owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                parent: Optional[pulumi.Input[GetFirmwareUpgradeStatusParentArgs]] = None,
                                pending_type: Optional[pulumi.Input[str]] = None,
                                permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwareUpgradeStatusPermissionResourceArgs]]]] = None,
                                sd_card_download_error: Optional[pulumi.Input[str]] = None,
                                shared_scope: Optional[pulumi.Input[str]] = None,
                                source_firmware_version: Optional[pulumi.Input[str]] = None,
                                tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwareUpgradeStatusTagArgs]]]] = None,
                                target_firmware_version: Optional[pulumi.Input[str]] = None,
                                upgrade: Optional[pulumi.Input[GetFirmwareUpgradeStatusUpgradeArgs]] = None,
                                version_context: Optional[pulumi.Input[GetFirmwareUpgradeStatusVersionContextArgs]] = None,
                                workflow: Optional[pulumi.Input[GetFirmwareUpgradeStatusWorkflowArgs]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetFirmwareUpgradeStatusResult]func LookupFirmwareUpgradeStatus(ctx *Context, args *LookupFirmwareUpgradeStatusArgs, opts ...InvokeOption) (*LookupFirmwareUpgradeStatusResult, error)
func LookupFirmwareUpgradeStatusOutput(ctx *Context, args *LookupFirmwareUpgradeStatusOutputArgs, opts ...InvokeOption) LookupFirmwareUpgradeStatusResultOutput> Note: This function is named LookupFirmwareUpgradeStatus in the Go SDK.
public static class GetFirmwareUpgradeStatus 
{
    public static Task<GetFirmwareUpgradeStatusResult> InvokeAsync(GetFirmwareUpgradeStatusArgs args, InvokeOptions? opts = null)
    public static Output<GetFirmwareUpgradeStatusResult> Invoke(GetFirmwareUpgradeStatusInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFirmwareUpgradeStatusResult> getFirmwareUpgradeStatus(GetFirmwareUpgradeStatusArgs args, InvokeOptions options)
public static Output<GetFirmwareUpgradeStatusResult> getFirmwareUpgradeStatus(GetFirmwareUpgradeStatusArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getFirmwareUpgradeStatus:getFirmwareUpgradeStatus
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetFirmware Upgrade Status Ancestor> 
- Checksum
GetFirmware Upgrade Status Checksum 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DownloadError string
- Any error encountered. Set to empty when download is in progress or completed.
- DownloadMessage string
- The message from the endpoint during the download.
- DownloadPercentage double
- The percentage of the image downloaded in the endpoint.
- DownloadProgress double
- The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
- DownloadRetries double
- The number of retries the plugin attempted before succeeding or failing the download.
- DownloadStage string
- The image download stages. Example:downloading, flashing.
- EpPower stringStatus 
- The server power status after the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- Id string
- InitialPower stringStatus 
- The server power status before the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- IsCdn boolDisabled 
- A boolean flag which indicates that the generated pre-signed url is not a CDN URL when set to true.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- OverallError string
- The reason for the operation failure.
- OverallPercentage double
- The overall percentage of the operation.
- Overallstatus string
- The overall status of the operation.* none- Upgrade stage is no upgrade stage.*started- Upgrade stage is started.*prepare initiating- Upgrade configuration is being prepared.*prepare initiated- Upgrade configuration is initiated.*prepared- Upgrade configuration is prepared.*download initiating- Upgrade stage is download initiating.*download initiated- Upgrade stage is download initiated.*downloading- Upgrade stage is downloading.*downloaded- Upgrade stage is downloaded.*upgrade initiating on fabric A- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric A- Upgrade stage is in upgrade initiated when the upgrade has started in endpoint.*upgrading fabric A- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric A- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric A- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating on fabric B- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric B- Upgrade stage is in upgrade initiated when upgrade has started in endpoint.*upgrading fabric B- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric B- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric B- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating- Upgrade stage is upgrade initiating.*upgrade initiated- Upgrade stage is upgrade initiated.*upgrading- Upgrade stage is upgrading.*oob images staging- Out-of-band component images staging.*oob images staged- Out-of-band component images staged.*rebooting- Upgrade is rebooting the endpoint.*upgraded- Upgrade stage is upgraded.*success- Upgrade stage is success.*failed- Upgrade stage is upgrade failed.*terminated- Upgrade stage is terminated.*pending- Upgrade stage is pending.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- The image will be cached into Intersight Appliance or an endpoint cache.*Cached- The image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- The image caching into the Intersight Appliance failed or endpoint cache.
- Owners List<string>
- Parent
GetFirmware Upgrade Status Parent 
- PendingType string
- Pending reason for the upgrade waiting.* none- Upgrade pending reason is none.*pending for next reboot- Upgrade pending reason is pending for next reboot.
- PermissionResources List<GetFirmware Upgrade Status Permission Resource> 
- SdCard stringDownload Error 
- The error message from the endpoint during the SD card download.
- 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.
- SourceFirmware stringVersion 
- CIMC firmware version of the server prior to the upgrade.
- 
List<GetFirmware Upgrade Status Tag> 
- TargetFirmware stringVersion 
- CIMC firmware version of the server post the upgrade.
- Upgrade
GetFirmware Upgrade Status Upgrade 
- VersionContext GetFirmware Upgrade Status Version Context 
- Workflow
GetFirmware Upgrade Status Workflow 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetFirmware Upgrade Status Ancestor 
- Checksum
GetFirmware Upgrade Status Checksum 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DownloadError string
- Any error encountered. Set to empty when download is in progress or completed.
- DownloadMessage string
- The message from the endpoint during the download.
- DownloadPercentage float64
- The percentage of the image downloaded in the endpoint.
- DownloadProgress float64
- The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
- DownloadRetries float64
- The number of retries the plugin attempted before succeeding or failing the download.
- DownloadStage string
- The image download stages. Example:downloading, flashing.
- EpPower stringStatus 
- The server power status after the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- Id string
- InitialPower stringStatus 
- The server power status before the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- IsCdn boolDisabled 
- A boolean flag which indicates that the generated pre-signed url is not a CDN URL when set to true.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- OverallError string
- The reason for the operation failure.
- OverallPercentage float64
- The overall percentage of the operation.
- Overallstatus string
- The overall status of the operation.* none- Upgrade stage is no upgrade stage.*started- Upgrade stage is started.*prepare initiating- Upgrade configuration is being prepared.*prepare initiated- Upgrade configuration is initiated.*prepared- Upgrade configuration is prepared.*download initiating- Upgrade stage is download initiating.*download initiated- Upgrade stage is download initiated.*downloading- Upgrade stage is downloading.*downloaded- Upgrade stage is downloaded.*upgrade initiating on fabric A- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric A- Upgrade stage is in upgrade initiated when the upgrade has started in endpoint.*upgrading fabric A- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric A- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric A- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating on fabric B- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric B- Upgrade stage is in upgrade initiated when upgrade has started in endpoint.*upgrading fabric B- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric B- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric B- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating- Upgrade stage is upgrade initiating.*upgrade initiated- Upgrade stage is upgrade initiated.*upgrading- Upgrade stage is upgrading.*oob images staging- Out-of-band component images staging.*oob images staged- Out-of-band component images staged.*rebooting- Upgrade is rebooting the endpoint.*upgraded- Upgrade stage is upgraded.*success- Upgrade stage is success.*failed- Upgrade stage is upgrade failed.*terminated- Upgrade stage is terminated.*pending- Upgrade stage is pending.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- The image will be cached into Intersight Appliance or an endpoint cache.*Cached- The image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- The image caching into the Intersight Appliance failed or endpoint cache.
- Owners []string
- Parent
GetFirmware Upgrade Status Parent 
- PendingType string
- Pending reason for the upgrade waiting.* none- Upgrade pending reason is none.*pending for next reboot- Upgrade pending reason is pending for next reboot.
- PermissionResources []GetFirmware Upgrade Status Permission Resource 
- SdCard stringDownload Error 
- The error message from the endpoint during the SD card download.
- 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.
- SourceFirmware stringVersion 
- CIMC firmware version of the server prior to the upgrade.
- 
[]GetFirmware Upgrade Status Tag 
- TargetFirmware stringVersion 
- CIMC firmware version of the server post the upgrade.
- Upgrade
GetFirmware Upgrade Status Upgrade 
- VersionContext GetFirmware Upgrade Status Version Context 
- Workflow
GetFirmware Upgrade Status Workflow 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetFirmware Upgrade Status Ancestor> 
- checksum
GetFirmware Upgrade Status Checksum 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- downloadError String
- Any error encountered. Set to empty when download is in progress or completed.
- downloadMessage String
- The message from the endpoint during the download.
- downloadPercentage Double
- The percentage of the image downloaded in the endpoint.
- downloadProgress Double
- The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
- downloadRetries Double
- The number of retries the plugin attempted before succeeding or failing the download.
- downloadStage String
- The image download stages. Example:downloading, flashing.
- epPower StringStatus 
- The server power status after the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- id String
- initialPower StringStatus 
- The server power status before the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- isCdn BooleanDisabled 
- A boolean flag which indicates that the generated pre-signed url is not a CDN URL when set to true.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- overallError String
- The reason for the operation failure.
- overallPercentage Double
- The overall percentage of the operation.
- overallstatus String
- The overall status of the operation.* none- Upgrade stage is no upgrade stage.*started- Upgrade stage is started.*prepare initiating- Upgrade configuration is being prepared.*prepare initiated- Upgrade configuration is initiated.*prepared- Upgrade configuration is prepared.*download initiating- Upgrade stage is download initiating.*download initiated- Upgrade stage is download initiated.*downloading- Upgrade stage is downloading.*downloaded- Upgrade stage is downloaded.*upgrade initiating on fabric A- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric A- Upgrade stage is in upgrade initiated when the upgrade has started in endpoint.*upgrading fabric A- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric A- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric A- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating on fabric B- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric B- Upgrade stage is in upgrade initiated when upgrade has started in endpoint.*upgrading fabric B- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric B- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric B- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating- Upgrade stage is upgrade initiating.*upgrade initiated- Upgrade stage is upgrade initiated.*upgrading- Upgrade stage is upgrading.*oob images staging- Out-of-band component images staging.*oob images staged- Out-of-band component images staged.*rebooting- Upgrade is rebooting the endpoint.*upgraded- Upgrade stage is upgraded.*success- Upgrade stage is success.*failed- Upgrade stage is upgrade failed.*terminated- Upgrade stage is terminated.*pending- Upgrade stage is pending.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- The image will be cached into Intersight Appliance or an endpoint cache.*Cached- The image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- The image caching into the Intersight Appliance failed or endpoint cache.
- owners List<String>
- parent
GetFirmware Upgrade Status Parent 
- pendingType String
- Pending reason for the upgrade waiting.* none- Upgrade pending reason is none.*pending for next reboot- Upgrade pending reason is pending for next reboot.
- permissionResources List<GetFirmware Upgrade Status Permission Resource> 
- sdCard StringDownload Error 
- The error message from the endpoint during the SD card download.
- 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.
- sourceFirmware StringVersion 
- CIMC firmware version of the server prior to the upgrade.
- 
List<GetFirmware Upgrade Status Tag> 
- targetFirmware StringVersion 
- CIMC firmware version of the server post the upgrade.
- upgrade
GetFirmware Upgrade Status Upgrade 
- versionContext GetFirmware Upgrade Status Version Context 
- workflow
GetFirmware Upgrade Status Workflow 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetFirmware Upgrade Status Ancestor[] 
- checksum
GetFirmware Upgrade Status Checksum 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- downloadError string
- Any error encountered. Set to empty when download is in progress or completed.
- downloadMessage string
- The message from the endpoint during the download.
- downloadPercentage number
- The percentage of the image downloaded in the endpoint.
- downloadProgress number
- The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
- downloadRetries number
- The number of retries the plugin attempted before succeeding or failing the download.
- downloadStage string
- The image download stages. Example:downloading, flashing.
- epPower stringStatus 
- The server power status after the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- id string
- initialPower stringStatus 
- The server power status before the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- isCdn booleanDisabled 
- A boolean flag which indicates that the generated pre-signed url is not a CDN URL when set to true.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- overallError string
- The reason for the operation failure.
- overallPercentage number
- The overall percentage of the operation.
- overallstatus string
- The overall status of the operation.* none- Upgrade stage is no upgrade stage.*started- Upgrade stage is started.*prepare initiating- Upgrade configuration is being prepared.*prepare initiated- Upgrade configuration is initiated.*prepared- Upgrade configuration is prepared.*download initiating- Upgrade stage is download initiating.*download initiated- Upgrade stage is download initiated.*downloading- Upgrade stage is downloading.*downloaded- Upgrade stage is downloaded.*upgrade initiating on fabric A- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric A- Upgrade stage is in upgrade initiated when the upgrade has started in endpoint.*upgrading fabric A- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric A- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric A- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating on fabric B- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric B- Upgrade stage is in upgrade initiated when upgrade has started in endpoint.*upgrading fabric B- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric B- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric B- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating- Upgrade stage is upgrade initiating.*upgrade initiated- Upgrade stage is upgrade initiated.*upgrading- Upgrade stage is upgrading.*oob images staging- Out-of-band component images staging.*oob images staged- Out-of-band component images staged.*rebooting- Upgrade is rebooting the endpoint.*upgraded- Upgrade stage is upgraded.*success- Upgrade stage is success.*failed- Upgrade stage is upgrade failed.*terminated- Upgrade stage is terminated.*pending- Upgrade stage is pending.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- The image will be cached into Intersight Appliance or an endpoint cache.*Cached- The image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- The image caching into the Intersight Appliance failed or endpoint cache.
- owners string[]
- parent
GetFirmware Upgrade Status Parent 
- pendingType string
- Pending reason for the upgrade waiting.* none- Upgrade pending reason is none.*pending for next reboot- Upgrade pending reason is pending for next reboot.
- permissionResources GetFirmware Upgrade Status Permission Resource[] 
- sdCard stringDownload Error 
- The error message from the endpoint during the SD card download.
- 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.
- sourceFirmware stringVersion 
- CIMC firmware version of the server prior to the upgrade.
- 
GetFirmware Upgrade Status Tag[] 
- targetFirmware stringVersion 
- CIMC firmware version of the server post the upgrade.
- upgrade
GetFirmware Upgrade Status Upgrade 
- versionContext GetFirmware Upgrade Status Version Context 
- workflow
GetFirmware Upgrade Status Workflow 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetFirmware Upgrade Status Ancestor] 
- checksum
GetFirmware Upgrade Status Checksum 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- download_error str
- Any error encountered. Set to empty when download is in progress or completed.
- download_message str
- The message from the endpoint during the download.
- download_percentage float
- The percentage of the image downloaded in the endpoint.
- download_progress float
- The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
- download_retries float
- The number of retries the plugin attempted before succeeding or failing the download.
- download_stage str
- The image download stages. Example:downloading, flashing.
- ep_power_ strstatus 
- The server power status after the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- id str
- initial_power_ strstatus 
- The server power status before the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- is_cdn_ booldisabled 
- A boolean flag which indicates that the generated pre-signed url is not a CDN URL when set to true.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- overall_error str
- The reason for the operation failure.
- overall_percentage float
- The overall percentage of the operation.
- overallstatus str
- The overall status of the operation.* none- Upgrade stage is no upgrade stage.*started- Upgrade stage is started.*prepare initiating- Upgrade configuration is being prepared.*prepare initiated- Upgrade configuration is initiated.*prepared- Upgrade configuration is prepared.*download initiating- Upgrade stage is download initiating.*download initiated- Upgrade stage is download initiated.*downloading- Upgrade stage is downloading.*downloaded- Upgrade stage is downloaded.*upgrade initiating on fabric A- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric A- Upgrade stage is in upgrade initiated when the upgrade has started in endpoint.*upgrading fabric A- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric A- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric A- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating on fabric B- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric B- Upgrade stage is in upgrade initiated when upgrade has started in endpoint.*upgrading fabric B- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric B- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric B- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating- Upgrade stage is upgrade initiating.*upgrade initiated- Upgrade stage is upgrade initiated.*upgrading- Upgrade stage is upgrading.*oob images staging- Out-of-band component images staging.*oob images staged- Out-of-band component images staged.*rebooting- Upgrade is rebooting the endpoint.*upgraded- Upgrade stage is upgraded.*success- Upgrade stage is success.*failed- Upgrade stage is upgrade failed.*terminated- Upgrade stage is terminated.*pending- Upgrade stage is pending.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- The image will be cached into Intersight Appliance or an endpoint cache.*Cached- The image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- The image caching into the Intersight Appliance failed or endpoint cache.
- owners Sequence[str]
- parent
GetFirmware Upgrade Status Parent 
- pending_type str
- Pending reason for the upgrade waiting.* none- Upgrade pending reason is none.*pending for next reboot- Upgrade pending reason is pending for next reboot.
- permission_resources Sequence[GetFirmware Upgrade Status Permission Resource] 
- sd_card_ strdownload_ error 
- The error message from the endpoint during the SD card download.
- 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.
- source_firmware_ strversion 
- CIMC firmware version of the server prior to the upgrade.
- 
Sequence[GetFirmware Upgrade Status Tag] 
- target_firmware_ strversion 
- CIMC firmware version of the server post the upgrade.
- upgrade
GetFirmware Upgrade Status Upgrade 
- version_context GetFirmware Upgrade Status Version Context 
- workflow
GetFirmware Upgrade Status Workflow 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- checksum Property Map
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- downloadError String
- Any error encountered. Set to empty when download is in progress or completed.
- downloadMessage String
- The message from the endpoint during the download.
- downloadPercentage Number
- The percentage of the image downloaded in the endpoint.
- downloadProgress Number
- The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
- downloadRetries Number
- The number of retries the plugin attempted before succeeding or failing the download.
- downloadStage String
- The image download stages. Example:downloading, flashing.
- epPower StringStatus 
- The server power status after the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- id String
- initialPower StringStatus 
- The server power status before the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- isCdn BooleanDisabled 
- A boolean flag which indicates that the generated pre-signed url is not a CDN URL when set to true.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- overallError String
- The reason for the operation failure.
- overallPercentage Number
- The overall percentage of the operation.
- overallstatus String
- The overall status of the operation.* none- Upgrade stage is no upgrade stage.*started- Upgrade stage is started.*prepare initiating- Upgrade configuration is being prepared.*prepare initiated- Upgrade configuration is initiated.*prepared- Upgrade configuration is prepared.*download initiating- Upgrade stage is download initiating.*download initiated- Upgrade stage is download initiated.*downloading- Upgrade stage is downloading.*downloaded- Upgrade stage is downloaded.*upgrade initiating on fabric A- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric A- Upgrade stage is in upgrade initiated when the upgrade has started in endpoint.*upgrading fabric A- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric A- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric A- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating on fabric B- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric B- Upgrade stage is in upgrade initiated when upgrade has started in endpoint.*upgrading fabric B- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric B- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric B- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating- Upgrade stage is upgrade initiating.*upgrade initiated- Upgrade stage is upgrade initiated.*upgrading- Upgrade stage is upgrading.*oob images staging- Out-of-band component images staging.*oob images staged- Out-of-band component images staged.*rebooting- Upgrade is rebooting the endpoint.*upgraded- Upgrade stage is upgraded.*success- Upgrade stage is success.*failed- Upgrade stage is upgrade failed.*terminated- Upgrade stage is terminated.*pending- Upgrade stage is pending.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- The image will be cached into Intersight Appliance or an endpoint cache.*Cached- The image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- The image caching into the Intersight Appliance failed or endpoint cache.
- owners List<String>
- parent Property Map
- pendingType String
- Pending reason for the upgrade waiting.* none- Upgrade pending reason is none.*pending for next reboot- Upgrade pending reason is pending for next reboot.
- permissionResources List<Property Map>
- sdCard StringDownload Error 
- The error message from the endpoint during the SD card download.
- 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.
- sourceFirmware StringVersion 
- CIMC firmware version of the server prior to the upgrade.
- List<Property Map>
- targetFirmware StringVersion 
- CIMC firmware version of the server post the upgrade.
- upgrade Property Map
- versionContext Property Map
- workflow Property Map
getFirmwareUpgradeStatus Result
The following output properties are available:
- Id string
- Results
List<GetFirmware Upgrade Status Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetFirmware Upgrade Status Ancestor> 
- Checksum
GetFirmware Upgrade Status Checksum 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- DownloadError string
- DownloadMessage string
- DownloadPercentage double
- DownloadProgress double
- DownloadRetries double
- DownloadStage string
- EpPower stringStatus 
- InitialPower stringStatus 
- IsCdn boolDisabled 
- ModTime string
- Moid string
- ObjectType string
- OverallError string
- OverallPercentage double
- Overallstatus string
- Owners List<string>
- Parent
GetFirmware Upgrade Status Parent 
- PendingType string
- PermissionResources List<GetFirmware Upgrade Status Permission Resource> 
- SdCard stringDownload Error 
- string
- SourceFirmware stringVersion 
- 
List<GetFirmware Upgrade Status Tag> 
- TargetFirmware stringVersion 
- Upgrade
GetFirmware Upgrade Status Upgrade 
- VersionContext GetFirmware Upgrade Status Version Context 
- Workflow
GetFirmware Upgrade Status Workflow 
- Id string
- Results
[]GetFirmware Upgrade Status Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetFirmware Upgrade Status Ancestor 
- Checksum
GetFirmware Upgrade Status Checksum 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- DownloadError string
- DownloadMessage string
- DownloadPercentage float64
- DownloadProgress float64
- DownloadRetries float64
- DownloadStage string
- EpPower stringStatus 
- InitialPower stringStatus 
- IsCdn boolDisabled 
- ModTime string
- Moid string
- ObjectType string
- OverallError string
- OverallPercentage float64
- Overallstatus string
- Owners []string
- Parent
GetFirmware Upgrade Status Parent 
- PendingType string
- PermissionResources []GetFirmware Upgrade Status Permission Resource 
- SdCard stringDownload Error 
- string
- SourceFirmware stringVersion 
- 
[]GetFirmware Upgrade Status Tag 
- TargetFirmware stringVersion 
- Upgrade
GetFirmware Upgrade Status Upgrade 
- VersionContext GetFirmware Upgrade Status Version Context 
- Workflow
GetFirmware Upgrade Status Workflow 
- id String
- results
List<GetFirmware Upgrade Status Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetFirmware Upgrade Status Ancestor> 
- checksum
GetFirmware Upgrade Status Checksum 
- classId String
- createTime String
- domainGroup StringMoid 
- downloadError String
- downloadMessage String
- downloadPercentage Double
- downloadProgress Double
- downloadRetries Double
- downloadStage String
- epPower StringStatus 
- initialPower StringStatus 
- isCdn BooleanDisabled 
- modTime String
- moid String
- objectType String
- overallError String
- overallPercentage Double
- overallstatus String
- owners List<String>
- parent
GetFirmware Upgrade Status Parent 
- pendingType String
- permissionResources List<GetFirmware Upgrade Status Permission Resource> 
- sdCard StringDownload Error 
- String
- sourceFirmware StringVersion 
- 
List<GetFirmware Upgrade Status Tag> 
- targetFirmware StringVersion 
- upgrade
GetFirmware Upgrade Status Upgrade 
- versionContext GetFirmware Upgrade Status Version Context 
- workflow
GetFirmware Upgrade Status Workflow 
- id string
- results
GetFirmware Upgrade Status Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetFirmware Upgrade Status Ancestor[] 
- checksum
GetFirmware Upgrade Status Checksum 
- classId string
- createTime string
- domainGroup stringMoid 
- downloadError string
- downloadMessage string
- downloadPercentage number
- downloadProgress number
- downloadRetries number
- downloadStage string
- epPower stringStatus 
- initialPower stringStatus 
- isCdn booleanDisabled 
- modTime string
- moid string
- objectType string
- overallError string
- overallPercentage number
- overallstatus string
- owners string[]
- parent
GetFirmware Upgrade Status Parent 
- pendingType string
- permissionResources GetFirmware Upgrade Status Permission Resource[] 
- sdCard stringDownload Error 
- string
- sourceFirmware stringVersion 
- 
GetFirmware Upgrade Status Tag[] 
- targetFirmware stringVersion 
- upgrade
GetFirmware Upgrade Status Upgrade 
- versionContext GetFirmware Upgrade Status Version Context 
- workflow
GetFirmware Upgrade Status Workflow 
- id str
- results
Sequence[GetFirmware Upgrade Status Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetFirmware Upgrade Status Ancestor] 
- checksum
GetFirmware Upgrade Status Checksum 
- class_id str
- create_time str
- domain_group_ strmoid 
- download_error str
- download_message str
- download_percentage float
- download_progress float
- download_retries float
- download_stage str
- ep_power_ strstatus 
- initial_power_ strstatus 
- is_cdn_ booldisabled 
- mod_time str
- moid str
- object_type str
- overall_error str
- overall_percentage float
- overallstatus str
- owners Sequence[str]
- parent
GetFirmware Upgrade Status Parent 
- pending_type str
- permission_resources Sequence[GetFirmware Upgrade Status Permission Resource] 
- sd_card_ strdownload_ error 
- str
- source_firmware_ strversion 
- 
Sequence[GetFirmware Upgrade Status Tag] 
- target_firmware_ strversion 
- upgrade
GetFirmware Upgrade Status Upgrade 
- version_context GetFirmware Upgrade Status Version Context 
- workflow
GetFirmware Upgrade Status Workflow 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- checksum Property Map
- classId String
- createTime String
- domainGroup StringMoid 
- downloadError String
- downloadMessage String
- downloadPercentage Number
- downloadProgress Number
- downloadRetries Number
- downloadStage String
- epPower StringStatus 
- initialPower StringStatus 
- isCdn BooleanDisabled 
- modTime String
- moid String
- objectType String
- overallError String
- overallPercentage Number
- overallstatus String
- owners List<String>
- parent Property Map
- pendingType String
- permissionResources List<Property Map>
- sdCard StringDownload Error 
- String
- sourceFirmware StringVersion 
- List<Property Map>
- targetFirmware StringVersion 
- upgrade Property Map
- versionContext Property Map
- workflow Property Map
Supporting Types
GetFirmwareUpgradeStatusAncestor    
- 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'.
 
GetFirmwareUpgradeStatusChecksum    
- 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.
- HashAlgorithm string
- The hash algorithm used to calculate the checksum.- crc- A CRC hash as definded by RFC 3385. Generated with the IEEE polynomial.
- sha256- An SHA256 hash as defined by RFC 4634.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- HashAlgorithm string
- The hash algorithm used to calculate the checksum.- crc- A CRC hash as definded by RFC 3385. Generated with the IEEE polynomial.
- sha256- An SHA256 hash as defined by RFC 4634.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- hashAlgorithm String
- The hash algorithm used to calculate the checksum.- crc- A CRC hash as definded by RFC 3385. Generated with the IEEE polynomial.
- sha256- An SHA256 hash as defined by RFC 4634.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- hashAlgorithm string
- The hash algorithm used to calculate the checksum.- crc- A CRC hash as definded by RFC 3385. Generated with the IEEE polynomial.
- sha256- An SHA256 hash as defined by RFC 4634.
 
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- hash_algorithm str
- The hash algorithm used to calculate the checksum.- crc- A CRC hash as definded by RFC 3385. Generated with the IEEE polynomial.
- sha256- An SHA256 hash as defined by RFC 4634.
 
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- hashAlgorithm String
- The hash algorithm used to calculate the checksum.- crc- A CRC hash as definded by RFC 3385. Generated with the IEEE polynomial.
- sha256- An SHA256 hash as defined by RFC 4634.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetFirmwareUpgradeStatusParent    
- 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'.
 
GetFirmwareUpgradeStatusPermissionResource     
- 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'.
 
GetFirmwareUpgradeStatusResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetFirmware Upgrade Status Result Ancestor> 
- Checksums
List<GetFirmware Upgrade Status Result Checksum> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DownloadError string
- Any error encountered. Set to empty when download is in progress or completed.
- DownloadMessage string
- The message from the endpoint during the download.
- DownloadPercentage double
- The percentage of the image downloaded in the endpoint.
- DownloadProgress double
- The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
- DownloadRetries double
- The number of retries the plugin attempted before succeeding or failing the download.
- DownloadStage string
- The image download stages. Example:downloading, flashing.
- EpPower stringStatus 
- The server power status after the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- InitialPower stringStatus 
- The server power status before the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- IsCdn boolDisabled 
- A boolean flag which indicates that the generated pre-signed url is not a CDN URL when set to true.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- OverallError string
- The reason for the operation failure.
- OverallPercentage double
- The overall percentage of the operation.
- Overallstatus string
- The overall status of the operation.* none- Upgrade stage is no upgrade stage.*started- Upgrade stage is started.*prepare initiating- Upgrade configuration is being prepared.*prepare initiated- Upgrade configuration is initiated.*prepared- Upgrade configuration is prepared.*download initiating- Upgrade stage is download initiating.*download initiated- Upgrade stage is download initiated.*downloading- Upgrade stage is downloading.*downloaded- Upgrade stage is downloaded.*upgrade initiating on fabric A- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric A- Upgrade stage is in upgrade initiated when the upgrade has started in endpoint.*upgrading fabric A- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric A- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric A- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating on fabric B- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric B- Upgrade stage is in upgrade initiated when upgrade has started in endpoint.*upgrading fabric B- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric B- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric B- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating- Upgrade stage is upgrade initiating.*upgrade initiated- Upgrade stage is upgrade initiated.*upgrading- Upgrade stage is upgrading.*oob images staging- Out-of-band component images staging.*oob images staged- Out-of-band component images staged.*rebooting- Upgrade is rebooting the endpoint.*upgraded- Upgrade stage is upgraded.*success- Upgrade stage is success.*failed- Upgrade stage is upgrade failed.*terminated- Upgrade stage is terminated.*pending- Upgrade stage is pending.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- The image will be cached into Intersight Appliance or an endpoint cache.*Cached- The image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- The image caching into the Intersight Appliance failed or endpoint cache.
- Owners List<string>
- Parents
List<GetFirmware Upgrade Status Result Parent> 
- PendingType string
- Pending reason for the upgrade waiting.* none- Upgrade pending reason is none.*pending for next reboot- Upgrade pending reason is pending for next reboot.
- PermissionResources List<GetFirmware Upgrade Status Result Permission Resource> 
- SdCard stringDownload Error 
- The error message from the endpoint during the SD card download.
- 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.
- SourceFirmware stringVersion 
- CIMC firmware version of the server prior to the upgrade.
- 
List<GetFirmware Upgrade Status Result Tag> 
- TargetFirmware stringVersion 
- CIMC firmware version of the server post the upgrade.
- Upgrades
List<GetFirmware Upgrade Status Result Upgrade> 
- VersionContexts List<GetFirmware Upgrade Status Result Version Context> 
- Workflows
List<GetFirmware Upgrade Status Result Workflow> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetFirmware Upgrade Status Result Ancestor 
- Checksums
[]GetFirmware Upgrade Status Result Checksum 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DownloadError string
- Any error encountered. Set to empty when download is in progress or completed.
- DownloadMessage string
- The message from the endpoint during the download.
- DownloadPercentage float64
- The percentage of the image downloaded in the endpoint.
- DownloadProgress float64
- The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
- DownloadRetries float64
- The number of retries the plugin attempted before succeeding or failing the download.
- DownloadStage string
- The image download stages. Example:downloading, flashing.
- EpPower stringStatus 
- The server power status after the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- InitialPower stringStatus 
- The server power status before the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- IsCdn boolDisabled 
- A boolean flag which indicates that the generated pre-signed url is not a CDN URL when set to true.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- OverallError string
- The reason for the operation failure.
- OverallPercentage float64
- The overall percentage of the operation.
- Overallstatus string
- The overall status of the operation.* none- Upgrade stage is no upgrade stage.*started- Upgrade stage is started.*prepare initiating- Upgrade configuration is being prepared.*prepare initiated- Upgrade configuration is initiated.*prepared- Upgrade configuration is prepared.*download initiating- Upgrade stage is download initiating.*download initiated- Upgrade stage is download initiated.*downloading- Upgrade stage is downloading.*downloaded- Upgrade stage is downloaded.*upgrade initiating on fabric A- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric A- Upgrade stage is in upgrade initiated when the upgrade has started in endpoint.*upgrading fabric A- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric A- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric A- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating on fabric B- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric B- Upgrade stage is in upgrade initiated when upgrade has started in endpoint.*upgrading fabric B- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric B- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric B- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating- Upgrade stage is upgrade initiating.*upgrade initiated- Upgrade stage is upgrade initiated.*upgrading- Upgrade stage is upgrading.*oob images staging- Out-of-band component images staging.*oob images staged- Out-of-band component images staged.*rebooting- Upgrade is rebooting the endpoint.*upgraded- Upgrade stage is upgraded.*success- Upgrade stage is success.*failed- Upgrade stage is upgrade failed.*terminated- Upgrade stage is terminated.*pending- Upgrade stage is pending.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- The image will be cached into Intersight Appliance or an endpoint cache.*Cached- The image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- The image caching into the Intersight Appliance failed or endpoint cache.
- Owners []string
- Parents
[]GetFirmware Upgrade Status Result Parent 
- PendingType string
- Pending reason for the upgrade waiting.* none- Upgrade pending reason is none.*pending for next reboot- Upgrade pending reason is pending for next reboot.
- PermissionResources []GetFirmware Upgrade Status Result Permission Resource 
- SdCard stringDownload Error 
- The error message from the endpoint during the SD card download.
- 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.
- SourceFirmware stringVersion 
- CIMC firmware version of the server prior to the upgrade.
- 
[]GetFirmware Upgrade Status Result Tag 
- TargetFirmware stringVersion 
- CIMC firmware version of the server post the upgrade.
- Upgrades
[]GetFirmware Upgrade Status Result Upgrade 
- VersionContexts []GetFirmware Upgrade Status Result Version Context 
- Workflows
[]GetFirmware Upgrade Status Result Workflow 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetFirmware Upgrade Status Result Ancestor> 
- checksums
List<GetFirmware Upgrade Status Result Checksum> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- downloadError String
- Any error encountered. Set to empty when download is in progress or completed.
- downloadMessage String
- The message from the endpoint during the download.
- downloadPercentage Double
- The percentage of the image downloaded in the endpoint.
- downloadProgress Double
- The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
- downloadRetries Double
- The number of retries the plugin attempted before succeeding or failing the download.
- downloadStage String
- The image download stages. Example:downloading, flashing.
- epPower StringStatus 
- The server power status after the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- initialPower StringStatus 
- The server power status before the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- isCdn BooleanDisabled 
- A boolean flag which indicates that the generated pre-signed url is not a CDN URL when set to true.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- overallError String
- The reason for the operation failure.
- overallPercentage Double
- The overall percentage of the operation.
- overallstatus String
- The overall status of the operation.* none- Upgrade stage is no upgrade stage.*started- Upgrade stage is started.*prepare initiating- Upgrade configuration is being prepared.*prepare initiated- Upgrade configuration is initiated.*prepared- Upgrade configuration is prepared.*download initiating- Upgrade stage is download initiating.*download initiated- Upgrade stage is download initiated.*downloading- Upgrade stage is downloading.*downloaded- Upgrade stage is downloaded.*upgrade initiating on fabric A- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric A- Upgrade stage is in upgrade initiated when the upgrade has started in endpoint.*upgrading fabric A- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric A- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric A- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating on fabric B- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric B- Upgrade stage is in upgrade initiated when upgrade has started in endpoint.*upgrading fabric B- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric B- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric B- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating- Upgrade stage is upgrade initiating.*upgrade initiated- Upgrade stage is upgrade initiated.*upgrading- Upgrade stage is upgrading.*oob images staging- Out-of-band component images staging.*oob images staged- Out-of-band component images staged.*rebooting- Upgrade is rebooting the endpoint.*upgraded- Upgrade stage is upgraded.*success- Upgrade stage is success.*failed- Upgrade stage is upgrade failed.*terminated- Upgrade stage is terminated.*pending- Upgrade stage is pending.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- The image will be cached into Intersight Appliance or an endpoint cache.*Cached- The image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- The image caching into the Intersight Appliance failed or endpoint cache.
- owners List<String>
- parents
List<GetFirmware Upgrade Status Result Parent> 
- pendingType String
- Pending reason for the upgrade waiting.* none- Upgrade pending reason is none.*pending for next reboot- Upgrade pending reason is pending for next reboot.
- permissionResources List<GetFirmware Upgrade Status Result Permission Resource> 
- sdCard StringDownload Error 
- The error message from the endpoint during the SD card download.
- 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.
- sourceFirmware StringVersion 
- CIMC firmware version of the server prior to the upgrade.
- 
List<GetFirmware Upgrade Status Result Tag> 
- targetFirmware StringVersion 
- CIMC firmware version of the server post the upgrade.
- upgrades
List<GetFirmware Upgrade Status Result Upgrade> 
- versionContexts List<GetFirmware Upgrade Status Result Version Context> 
- workflows
List<GetFirmware Upgrade Status Result Workflow> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetFirmware Upgrade Status Result Ancestor[] 
- checksums
GetFirmware Upgrade Status Result Checksum[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- downloadError string
- Any error encountered. Set to empty when download is in progress or completed.
- downloadMessage string
- The message from the endpoint during the download.
- downloadPercentage number
- The percentage of the image downloaded in the endpoint.
- downloadProgress number
- The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
- downloadRetries number
- The number of retries the plugin attempted before succeeding or failing the download.
- downloadStage string
- The image download stages. Example:downloading, flashing.
- epPower stringStatus 
- The server power status after the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- initialPower stringStatus 
- The server power status before the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- isCdn booleanDisabled 
- A boolean flag which indicates that the generated pre-signed url is not a CDN URL when set to true.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- overallError string
- The reason for the operation failure.
- overallPercentage number
- The overall percentage of the operation.
- overallstatus string
- The overall status of the operation.* none- Upgrade stage is no upgrade stage.*started- Upgrade stage is started.*prepare initiating- Upgrade configuration is being prepared.*prepare initiated- Upgrade configuration is initiated.*prepared- Upgrade configuration is prepared.*download initiating- Upgrade stage is download initiating.*download initiated- Upgrade stage is download initiated.*downloading- Upgrade stage is downloading.*downloaded- Upgrade stage is downloaded.*upgrade initiating on fabric A- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric A- Upgrade stage is in upgrade initiated when the upgrade has started in endpoint.*upgrading fabric A- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric A- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric A- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating on fabric B- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric B- Upgrade stage is in upgrade initiated when upgrade has started in endpoint.*upgrading fabric B- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric B- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric B- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating- Upgrade stage is upgrade initiating.*upgrade initiated- Upgrade stage is upgrade initiated.*upgrading- Upgrade stage is upgrading.*oob images staging- Out-of-band component images staging.*oob images staged- Out-of-band component images staged.*rebooting- Upgrade is rebooting the endpoint.*upgraded- Upgrade stage is upgraded.*success- Upgrade stage is success.*failed- Upgrade stage is upgrade failed.*terminated- Upgrade stage is terminated.*pending- Upgrade stage is pending.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- The image will be cached into Intersight Appliance or an endpoint cache.*Cached- The image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- The image caching into the Intersight Appliance failed or endpoint cache.
- owners string[]
- parents
GetFirmware Upgrade Status Result Parent[] 
- pendingType string
- Pending reason for the upgrade waiting.* none- Upgrade pending reason is none.*pending for next reboot- Upgrade pending reason is pending for next reboot.
- permissionResources GetFirmware Upgrade Status Result Permission Resource[] 
- sdCard stringDownload Error 
- The error message from the endpoint during the SD card download.
- 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.
- sourceFirmware stringVersion 
- CIMC firmware version of the server prior to the upgrade.
- 
GetFirmware Upgrade Status Result Tag[] 
- targetFirmware stringVersion 
- CIMC firmware version of the server post the upgrade.
- upgrades
GetFirmware Upgrade Status Result Upgrade[] 
- versionContexts GetFirmware Upgrade Status Result Version Context[] 
- workflows
GetFirmware Upgrade Status Result Workflow[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetFirmware Upgrade Status Result Ancestor] 
- checksums
Sequence[GetFirmware Upgrade Status Result Checksum] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- download_error str
- Any error encountered. Set to empty when download is in progress or completed.
- download_message str
- The message from the endpoint during the download.
- download_percentage float
- The percentage of the image downloaded in the endpoint.
- download_progress float
- The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
- download_retries float
- The number of retries the plugin attempted before succeeding or failing the download.
- download_stage str
- The image download stages. Example:downloading, flashing.
- ep_power_ strstatus 
- The server power status after the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- initial_power_ strstatus 
- The server power status before the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- is_cdn_ booldisabled 
- A boolean flag which indicates that the generated pre-signed url is not a CDN URL when set to true.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- overall_error str
- The reason for the operation failure.
- overall_percentage float
- The overall percentage of the operation.
- overallstatus str
- The overall status of the operation.* none- Upgrade stage is no upgrade stage.*started- Upgrade stage is started.*prepare initiating- Upgrade configuration is being prepared.*prepare initiated- Upgrade configuration is initiated.*prepared- Upgrade configuration is prepared.*download initiating- Upgrade stage is download initiating.*download initiated- Upgrade stage is download initiated.*downloading- Upgrade stage is downloading.*downloaded- Upgrade stage is downloaded.*upgrade initiating on fabric A- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric A- Upgrade stage is in upgrade initiated when the upgrade has started in endpoint.*upgrading fabric A- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric A- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric A- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating on fabric B- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric B- Upgrade stage is in upgrade initiated when upgrade has started in endpoint.*upgrading fabric B- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric B- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric B- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating- Upgrade stage is upgrade initiating.*upgrade initiated- Upgrade stage is upgrade initiated.*upgrading- Upgrade stage is upgrading.*oob images staging- Out-of-band component images staging.*oob images staged- Out-of-band component images staged.*rebooting- Upgrade is rebooting the endpoint.*upgraded- Upgrade stage is upgraded.*success- Upgrade stage is success.*failed- Upgrade stage is upgrade failed.*terminated- Upgrade stage is terminated.*pending- Upgrade stage is pending.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- The image will be cached into Intersight Appliance or an endpoint cache.*Cached- The image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- The image caching into the Intersight Appliance failed or endpoint cache.
- owners Sequence[str]
- parents
Sequence[GetFirmware Upgrade Status Result Parent] 
- pending_type str
- Pending reason for the upgrade waiting.* none- Upgrade pending reason is none.*pending for next reboot- Upgrade pending reason is pending for next reboot.
- permission_resources Sequence[GetFirmware Upgrade Status Result Permission Resource] 
- sd_card_ strdownload_ error 
- The error message from the endpoint during the SD card download.
- 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.
- source_firmware_ strversion 
- CIMC firmware version of the server prior to the upgrade.
- 
Sequence[GetFirmware Upgrade Status Result Tag] 
- target_firmware_ strversion 
- CIMC firmware version of the server post the upgrade.
- upgrades
Sequence[GetFirmware Upgrade Status Result Upgrade] 
- version_contexts Sequence[GetFirmware Upgrade Status Result Version Context] 
- workflows
Sequence[GetFirmware Upgrade Status Result Workflow] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- checksums List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- downloadError String
- Any error encountered. Set to empty when download is in progress or completed.
- downloadMessage String
- The message from the endpoint during the download.
- downloadPercentage Number
- The percentage of the image downloaded in the endpoint.
- downloadProgress Number
- The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
- downloadRetries Number
- The number of retries the plugin attempted before succeeding or failing the download.
- downloadStage String
- The image download stages. Example:downloading, flashing.
- epPower StringStatus 
- The server power status after the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- initialPower StringStatus 
- The server power status before the upgrade request is submitted in the endpoint.* none- Server power status is none.*powered on- Server power status is powered on.*powered off- Server power status is powered off.
- isCdn BooleanDisabled 
- A boolean flag which indicates that the generated pre-signed url is not a CDN URL when set to true.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- overallError String
- The reason for the operation failure.
- overallPercentage Number
- The overall percentage of the operation.
- overallstatus String
- The overall status of the operation.* none- Upgrade stage is no upgrade stage.*started- Upgrade stage is started.*prepare initiating- Upgrade configuration is being prepared.*prepare initiated- Upgrade configuration is initiated.*prepared- Upgrade configuration is prepared.*download initiating- Upgrade stage is download initiating.*download initiated- Upgrade stage is download initiated.*downloading- Upgrade stage is downloading.*downloaded- Upgrade stage is downloaded.*upgrade initiating on fabric A- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric A- Upgrade stage is in upgrade initiated when the upgrade has started in endpoint.*upgrading fabric A- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric A- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric A- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating on fabric B- Upgrade stage is in upgrade initiating when upgrade is being started in endopint.*upgrade initiated on fabric B- Upgrade stage is in upgrade initiated when upgrade has started in endpoint.*upgrading fabric B- Upgrade stage is in upgrading when the upgrade requires reboot to complete.*rebooting fabric B- Upgrade is in rebooting when the endpoint is being rebooted.*upgraded fabric B- Upgrade stage is in upgraded when the corresponding endpoint has completed.*upgrade initiating- Upgrade stage is upgrade initiating.*upgrade initiated- Upgrade stage is upgrade initiated.*upgrading- Upgrade stage is upgrading.*oob images staging- Out-of-band component images staging.*oob images staged- Out-of-band component images staged.*rebooting- Upgrade is rebooting the endpoint.*upgraded- Upgrade stage is upgraded.*success- Upgrade stage is success.*failed- Upgrade stage is upgrade failed.*terminated- Upgrade stage is terminated.*pending- Upgrade stage is pending.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- The image will be cached into Intersight Appliance or an endpoint cache.*Cached- The image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- The image caching into the Intersight Appliance failed or endpoint cache.
- owners List<String>
- parents List<Property Map>
- pendingType String
- Pending reason for the upgrade waiting.* none- Upgrade pending reason is none.*pending for next reboot- Upgrade pending reason is pending for next reboot.
- permissionResources List<Property Map>
- sdCard StringDownload Error 
- The error message from the endpoint during the SD card download.
- 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.
- sourceFirmware StringVersion 
- CIMC firmware version of the server prior to the upgrade.
- List<Property Map>
- targetFirmware StringVersion 
- CIMC firmware version of the server post the upgrade.
- upgrades List<Property Map>
- versionContexts List<Property Map>
- workflows List<Property Map>
GetFirmwareUpgradeStatusResultAncestor     
- 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
GetFirmwareUpgradeStatusResultChecksum     
- AdditionalProperties string
- ClassId string
- HashAlgorithm string
- ObjectType string
- AdditionalProperties string
- ClassId string
- HashAlgorithm string
- ObjectType string
- additionalProperties String
- classId String
- hashAlgorithm String
- objectType String
- additionalProperties string
- classId string
- hashAlgorithm string
- objectType string
- additional_properties str
- class_id str
- hash_algorithm str
- object_type str
- additionalProperties String
- classId String
- hashAlgorithm String
- objectType String
GetFirmwareUpgradeStatusResultParent     
- 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
GetFirmwareUpgradeStatusResultPermissionResource      
- 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
GetFirmwareUpgradeStatusResultTag     
- 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
GetFirmwareUpgradeStatusResultUpgrade     
- 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
GetFirmwareUpgradeStatusResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetFirmwareUpgradeStatusResultVersionContextInterestedMo        
- 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
GetFirmwareUpgradeStatusResultVersionContextRefMo        
- 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
GetFirmwareUpgradeStatusResultWorkflow     
- 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
GetFirmwareUpgradeStatusTag    
- 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.
GetFirmwareUpgradeStatusUpgrade    
- 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'.
 
GetFirmwareUpgradeStatusVersionContext     
- 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<GetFirmware Upgrade Status 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 GetFirmware Upgrade Status 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 []GetFirmware Upgrade Status 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 GetFirmware Upgrade Status 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<GetFirmware Upgrade Status 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 GetFirmware Upgrade Status 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 GetFirmware Upgrade Status 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 GetFirmware Upgrade Status 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[GetFirmware Upgrade Status 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 GetFirmware Upgrade Status 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.
 
GetFirmwareUpgradeStatusVersionContextInterestedMo       
- 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'.
 
GetFirmwareUpgradeStatusVersionContextRefMo       
- 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'.
 
GetFirmwareUpgradeStatusWorkflow    
- 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