1. Packages
  2. Intersight Provider
  3. API Docs
  4. getFirmwareUpgradeStatus
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getFirmwareUpgradeStatus

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetFirmwareUpgradeStatusAncestor>
    Checksum GetFirmwareUpgradeStatusChecksum
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    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.
    EpPowerStatus string
    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
    InitialPowerStatus string
    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.
    IsCdnDisabled bool
    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 GetFirmwareUpgradeStatusParent
    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<GetFirmwareUpgradeStatusPermissionResource>
    SdCardDownloadError string
    The error message from the endpoint during the SD card download.
    SharedScope 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.
    SourceFirmwareVersion string
    CIMC firmware version of the server prior to the upgrade.
    Tags List<GetFirmwareUpgradeStatusTag>
    TargetFirmwareVersion string
    CIMC firmware version of the server post the upgrade.
    Upgrade GetFirmwareUpgradeStatusUpgrade
    VersionContext GetFirmwareUpgradeStatusVersionContext
    Workflow GetFirmwareUpgradeStatusWorkflow
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetFirmwareUpgradeStatusAncestor
    Checksum GetFirmwareUpgradeStatusChecksum
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    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.
    EpPowerStatus string
    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
    InitialPowerStatus string
    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.
    IsCdnDisabled bool
    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 GetFirmwareUpgradeStatusParent
    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 []GetFirmwareUpgradeStatusPermissionResource
    SdCardDownloadError string
    The error message from the endpoint during the SD card download.
    SharedScope 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.
    SourceFirmwareVersion string
    CIMC firmware version of the server prior to the upgrade.
    Tags []GetFirmwareUpgradeStatusTag
    TargetFirmwareVersion string
    CIMC firmware version of the server post the upgrade.
    Upgrade GetFirmwareUpgradeStatusUpgrade
    VersionContext GetFirmwareUpgradeStatusVersionContext
    Workflow GetFirmwareUpgradeStatusWorkflow
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetFirmwareUpgradeStatusAncestor>
    checksum GetFirmwareUpgradeStatusChecksum
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    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.
    epPowerStatus String
    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
    initialPowerStatus String
    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.
    isCdnDisabled Boolean
    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 GetFirmwareUpgradeStatusParent
    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<GetFirmwareUpgradeStatusPermissionResource>
    sdCardDownloadError String
    The error message from the endpoint during the SD card download.
    sharedScope 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.
    sourceFirmwareVersion String
    CIMC firmware version of the server prior to the upgrade.
    tags List<GetFirmwareUpgradeStatusTag>
    targetFirmwareVersion String
    CIMC firmware version of the server post the upgrade.
    upgrade GetFirmwareUpgradeStatusUpgrade
    versionContext GetFirmwareUpgradeStatusVersionContext
    workflow GetFirmwareUpgradeStatusWorkflow
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetFirmwareUpgradeStatusAncestor[]
    checksum GetFirmwareUpgradeStatusChecksum
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    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.
    epPowerStatus string
    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
    initialPowerStatus string
    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.
    isCdnDisabled boolean
    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 GetFirmwareUpgradeStatusParent
    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 GetFirmwareUpgradeStatusPermissionResource[]
    sdCardDownloadError string
    The error message from the endpoint during the SD card download.
    sharedScope 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.
    sourceFirmwareVersion string
    CIMC firmware version of the server prior to the upgrade.
    tags GetFirmwareUpgradeStatusTag[]
    targetFirmwareVersion string
    CIMC firmware version of the server post the upgrade.
    upgrade GetFirmwareUpgradeStatusUpgrade
    versionContext GetFirmwareUpgradeStatusVersionContext
    workflow GetFirmwareUpgradeStatusWorkflow
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetFirmwareUpgradeStatusAncestor]
    checksum GetFirmwareUpgradeStatusChecksum
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    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_status str
    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_status str
    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_disabled bool
    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 GetFirmwareUpgradeStatusParent
    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[GetFirmwareUpgradeStatusPermissionResource]
    sd_card_download_error str
    The error message from the endpoint during the SD card download.
    shared_scope 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_version str
    CIMC firmware version of the server prior to the upgrade.
    tags Sequence[GetFirmwareUpgradeStatusTag]
    target_firmware_version str
    CIMC firmware version of the server post the upgrade.
    upgrade GetFirmwareUpgradeStatusUpgrade
    version_context GetFirmwareUpgradeStatusVersionContext
    workflow GetFirmwareUpgradeStatusWorkflow
    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.
    domainGroupMoid String
    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.
    epPowerStatus String
    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
    initialPowerStatus String
    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.
    isCdnDisabled Boolean
    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>
    sdCardDownloadError String
    The error message from the endpoint during the SD card download.
    sharedScope 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.
    sourceFirmwareVersion String
    CIMC firmware version of the server prior to the upgrade.
    tags List<Property Map>
    targetFirmwareVersion String
    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<GetFirmwareUpgradeStatusResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetFirmwareUpgradeStatusAncestor>
    Checksum GetFirmwareUpgradeStatusChecksum
    ClassId string
    CreateTime string
    DomainGroupMoid string
    DownloadError string
    DownloadMessage string
    DownloadPercentage double
    DownloadProgress double
    DownloadRetries double
    DownloadStage string
    EpPowerStatus string
    InitialPowerStatus string
    IsCdnDisabled bool
    ModTime string
    Moid string
    ObjectType string
    OverallError string
    OverallPercentage double
    Overallstatus string
    Owners List<string>
    Parent GetFirmwareUpgradeStatusParent
    PendingType string
    PermissionResources List<GetFirmwareUpgradeStatusPermissionResource>
    SdCardDownloadError string
    SharedScope string
    SourceFirmwareVersion string
    Tags List<GetFirmwareUpgradeStatusTag>
    TargetFirmwareVersion string
    Upgrade GetFirmwareUpgradeStatusUpgrade
    VersionContext GetFirmwareUpgradeStatusVersionContext
    Workflow GetFirmwareUpgradeStatusWorkflow
    Id string
    Results []GetFirmwareUpgradeStatusResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetFirmwareUpgradeStatusAncestor
    Checksum GetFirmwareUpgradeStatusChecksum
    ClassId string
    CreateTime string
    DomainGroupMoid string
    DownloadError string
    DownloadMessage string
    DownloadPercentage float64
    DownloadProgress float64
    DownloadRetries float64
    DownloadStage string
    EpPowerStatus string
    InitialPowerStatus string
    IsCdnDisabled bool
    ModTime string
    Moid string
    ObjectType string
    OverallError string
    OverallPercentage float64
    Overallstatus string
    Owners []string
    Parent GetFirmwareUpgradeStatusParent
    PendingType string
    PermissionResources []GetFirmwareUpgradeStatusPermissionResource
    SdCardDownloadError string
    SharedScope string
    SourceFirmwareVersion string
    Tags []GetFirmwareUpgradeStatusTag
    TargetFirmwareVersion string
    Upgrade GetFirmwareUpgradeStatusUpgrade
    VersionContext GetFirmwareUpgradeStatusVersionContext
    Workflow GetFirmwareUpgradeStatusWorkflow
    id String
    results List<GetFirmwareUpgradeStatusResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetFirmwareUpgradeStatusAncestor>
    checksum GetFirmwareUpgradeStatusChecksum
    classId String
    createTime String
    domainGroupMoid String
    downloadError String
    downloadMessage String
    downloadPercentage Double
    downloadProgress Double
    downloadRetries Double
    downloadStage String
    epPowerStatus String
    initialPowerStatus String
    isCdnDisabled Boolean
    modTime String
    moid String
    objectType String
    overallError String
    overallPercentage Double
    overallstatus String
    owners List<String>
    parent GetFirmwareUpgradeStatusParent
    pendingType String
    permissionResources List<GetFirmwareUpgradeStatusPermissionResource>
    sdCardDownloadError String
    sharedScope String
    sourceFirmwareVersion String
    tags List<GetFirmwareUpgradeStatusTag>
    targetFirmwareVersion String
    upgrade GetFirmwareUpgradeStatusUpgrade
    versionContext GetFirmwareUpgradeStatusVersionContext
    workflow GetFirmwareUpgradeStatusWorkflow
    id string
    results GetFirmwareUpgradeStatusResult[]
    accountMoid string
    additionalProperties string
    ancestors GetFirmwareUpgradeStatusAncestor[]
    checksum GetFirmwareUpgradeStatusChecksum
    classId string
    createTime string
    domainGroupMoid string
    downloadError string
    downloadMessage string
    downloadPercentage number
    downloadProgress number
    downloadRetries number
    downloadStage string
    epPowerStatus string
    initialPowerStatus string
    isCdnDisabled boolean
    modTime string
    moid string
    objectType string
    overallError string
    overallPercentage number
    overallstatus string
    owners string[]
    parent GetFirmwareUpgradeStatusParent
    pendingType string
    permissionResources GetFirmwareUpgradeStatusPermissionResource[]
    sdCardDownloadError string
    sharedScope string
    sourceFirmwareVersion string
    tags GetFirmwareUpgradeStatusTag[]
    targetFirmwareVersion string
    upgrade GetFirmwareUpgradeStatusUpgrade
    versionContext GetFirmwareUpgradeStatusVersionContext
    workflow GetFirmwareUpgradeStatusWorkflow
    id str
    results Sequence[GetFirmwareUpgradeStatusResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetFirmwareUpgradeStatusAncestor]
    checksum GetFirmwareUpgradeStatusChecksum
    class_id str
    create_time str
    domain_group_moid str
    download_error str
    download_message str
    download_percentage float
    download_progress float
    download_retries float
    download_stage str
    ep_power_status str
    initial_power_status str
    is_cdn_disabled bool
    mod_time str
    moid str
    object_type str
    overall_error str
    overall_percentage float
    overallstatus str
    owners Sequence[str]
    parent GetFirmwareUpgradeStatusParent
    pending_type str
    permission_resources Sequence[GetFirmwareUpgradeStatusPermissionResource]
    sd_card_download_error str
    shared_scope str
    source_firmware_version str
    tags Sequence[GetFirmwareUpgradeStatusTag]
    target_firmware_version str
    upgrade GetFirmwareUpgradeStatusUpgrade
    version_context GetFirmwareUpgradeStatusVersionContext
    workflow GetFirmwareUpgradeStatusWorkflow

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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<GetFirmwareUpgradeStatusResultAncestor>
    Checksums List<GetFirmwareUpgradeStatusResultChecksum>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    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.
    EpPowerStatus string
    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.
    InitialPowerStatus string
    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.
    IsCdnDisabled bool
    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<GetFirmwareUpgradeStatusResultParent>
    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<GetFirmwareUpgradeStatusResultPermissionResource>
    SdCardDownloadError string
    The error message from the endpoint during the SD card download.
    SharedScope 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.
    SourceFirmwareVersion string
    CIMC firmware version of the server prior to the upgrade.
    Tags List<GetFirmwareUpgradeStatusResultTag>
    TargetFirmwareVersion string
    CIMC firmware version of the server post the upgrade.
    Upgrades List<GetFirmwareUpgradeStatusResultUpgrade>
    VersionContexts List<GetFirmwareUpgradeStatusResultVersionContext>
    Workflows List<GetFirmwareUpgradeStatusResultWorkflow>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetFirmwareUpgradeStatusResultAncestor
    Checksums []GetFirmwareUpgradeStatusResultChecksum
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    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.
    EpPowerStatus string
    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.
    InitialPowerStatus string
    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.
    IsCdnDisabled bool
    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 []GetFirmwareUpgradeStatusResultParent
    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 []GetFirmwareUpgradeStatusResultPermissionResource
    SdCardDownloadError string
    The error message from the endpoint during the SD card download.
    SharedScope 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.
    SourceFirmwareVersion string
    CIMC firmware version of the server prior to the upgrade.
    Tags []GetFirmwareUpgradeStatusResultTag
    TargetFirmwareVersion string
    CIMC firmware version of the server post the upgrade.
    Upgrades []GetFirmwareUpgradeStatusResultUpgrade
    VersionContexts []GetFirmwareUpgradeStatusResultVersionContext
    Workflows []GetFirmwareUpgradeStatusResultWorkflow
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetFirmwareUpgradeStatusResultAncestor>
    checksums List<GetFirmwareUpgradeStatusResultChecksum>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    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.
    epPowerStatus String
    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.
    initialPowerStatus String
    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.
    isCdnDisabled Boolean
    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<GetFirmwareUpgradeStatusResultParent>
    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<GetFirmwareUpgradeStatusResultPermissionResource>
    sdCardDownloadError String
    The error message from the endpoint during the SD card download.
    sharedScope 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.
    sourceFirmwareVersion String
    CIMC firmware version of the server prior to the upgrade.
    tags List<GetFirmwareUpgradeStatusResultTag>
    targetFirmwareVersion String
    CIMC firmware version of the server post the upgrade.
    upgrades List<GetFirmwareUpgradeStatusResultUpgrade>
    versionContexts List<GetFirmwareUpgradeStatusResultVersionContext>
    workflows List<GetFirmwareUpgradeStatusResultWorkflow>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetFirmwareUpgradeStatusResultAncestor[]
    checksums GetFirmwareUpgradeStatusResultChecksum[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    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.
    epPowerStatus string
    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.
    initialPowerStatus string
    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.
    isCdnDisabled boolean
    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 GetFirmwareUpgradeStatusResultParent[]
    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 GetFirmwareUpgradeStatusResultPermissionResource[]
    sdCardDownloadError string
    The error message from the endpoint during the SD card download.
    sharedScope 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.
    sourceFirmwareVersion string
    CIMC firmware version of the server prior to the upgrade.
    tags GetFirmwareUpgradeStatusResultTag[]
    targetFirmwareVersion string
    CIMC firmware version of the server post the upgrade.
    upgrades GetFirmwareUpgradeStatusResultUpgrade[]
    versionContexts GetFirmwareUpgradeStatusResultVersionContext[]
    workflows GetFirmwareUpgradeStatusResultWorkflow[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetFirmwareUpgradeStatusResultAncestor]
    checksums Sequence[GetFirmwareUpgradeStatusResultChecksum]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    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_status str
    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_status str
    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_disabled bool
    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[GetFirmwareUpgradeStatusResultParent]
    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[GetFirmwareUpgradeStatusResultPermissionResource]
    sd_card_download_error str
    The error message from the endpoint during the SD card download.
    shared_scope 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_version str
    CIMC firmware version of the server prior to the upgrade.
    tags Sequence[GetFirmwareUpgradeStatusResultTag]
    target_firmware_version str
    CIMC firmware version of the server post the upgrade.
    upgrades Sequence[GetFirmwareUpgradeStatusResultUpgrade]
    version_contexts Sequence[GetFirmwareUpgradeStatusResultVersionContext]
    workflows Sequence[GetFirmwareUpgradeStatusResultWorkflow]
    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.
    domainGroupMoid String
    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.
    epPowerStatus String
    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.
    initialPowerStatus String
    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.
    isCdnDisabled Boolean
    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>
    sdCardDownloadError String
    The error message from the endpoint during the SD card download.
    sharedScope 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.
    sourceFirmwareVersion String
    CIMC firmware version of the server prior to the upgrade.
    tags List<Property Map>
    targetFirmwareVersion String
    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

    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
    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

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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<GetFirmwareUpgradeStatusVersionContextInterestedMo>
    MarkedForDeletion bool
    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 GetFirmwareUpgradeStatusVersionContextRefMo
    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 []GetFirmwareUpgradeStatusVersionContextInterestedMo
    MarkedForDeletion bool
    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 GetFirmwareUpgradeStatusVersionContextRefMo
    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<GetFirmwareUpgradeStatusVersionContextInterestedMo>
    markedForDeletion Boolean
    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 GetFirmwareUpgradeStatusVersionContextRefMo
    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 GetFirmwareUpgradeStatusVersionContextInterestedMo[]
    markedForDeletion boolean
    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 GetFirmwareUpgradeStatusVersionContextRefMo
    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[GetFirmwareUpgradeStatusVersionContextInterestedMo]
    marked_for_deletion bool
    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 GetFirmwareUpgradeStatusVersionContextRefMo
    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>
    markedForDeletion Boolean
    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet