intersight.getFirmwareUpgrade
Explore with Pulumi AI
Firmware upgrade operation for rack and blade servers that downloads the image located at Cisco/appliance/user provided HTTP repository or uses the image from a network share and upgrade. Direct download is used for upgrade that uses the image from a Cisco repository or an appliance repository. Network share is used for upgrade that use the image from a network share from your data center.
Using getFirmwareUpgrade
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 getFirmwareUpgrade(args: GetFirmwareUpgradeArgs, opts?: InvokeOptions): Promise<GetFirmwareUpgradeResult>
function getFirmwareUpgradeOutput(args: GetFirmwareUpgradeOutputArgs, opts?: InvokeOptions): Output<GetFirmwareUpgradeResult>
def get_firmware_upgrade(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetFirmwareUpgradeAncestor]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
device: Optional[GetFirmwareUpgradeDevice] = None,
direct_download: Optional[GetFirmwareUpgradeDirectDownload] = None,
distributable: Optional[GetFirmwareUpgradeDistributable] = None,
domain_group_moid: Optional[str] = None,
exclude_component_lists: Optional[Sequence[str]] = None,
exclude_component_pid_list: Optional[GetFirmwareUpgradeExcludeComponentPidList] = None,
file_server: Optional[GetFirmwareUpgradeFileServer] = None,
id: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
network_share: Optional[GetFirmwareUpgradeNetworkShare] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetFirmwareUpgradeParent] = None,
permission_resources: Optional[Sequence[GetFirmwareUpgradePermissionResource]] = None,
release: Optional[GetFirmwareUpgradeRelease] = None,
server: Optional[GetFirmwareUpgradeServer] = None,
shared_scope: Optional[str] = None,
skip_estimate_impact: Optional[bool] = None,
status: Optional[str] = None,
tags: Optional[Sequence[GetFirmwareUpgradeTag]] = None,
upgrade_impact: Optional[GetFirmwareUpgradeUpgradeImpact] = None,
upgrade_status: Optional[GetFirmwareUpgradeUpgradeStatus] = None,
upgrade_trigger_method: Optional[str] = None,
upgrade_type: Optional[str] = None,
version_context: Optional[GetFirmwareUpgradeVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetFirmwareUpgradeResult
def get_firmware_upgrade_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwareUpgradeAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
device: Optional[pulumi.Input[GetFirmwareUpgradeDeviceArgs]] = None,
direct_download: Optional[pulumi.Input[GetFirmwareUpgradeDirectDownloadArgs]] = None,
distributable: Optional[pulumi.Input[GetFirmwareUpgradeDistributableArgs]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
exclude_component_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
exclude_component_pid_list: Optional[pulumi.Input[GetFirmwareUpgradeExcludeComponentPidListArgs]] = None,
file_server: Optional[pulumi.Input[GetFirmwareUpgradeFileServerArgs]] = None,
id: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
network_share: Optional[pulumi.Input[GetFirmwareUpgradeNetworkShareArgs]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetFirmwareUpgradeParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwareUpgradePermissionResourceArgs]]]] = None,
release: Optional[pulumi.Input[GetFirmwareUpgradeReleaseArgs]] = None,
server: Optional[pulumi.Input[GetFirmwareUpgradeServerArgs]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
skip_estimate_impact: Optional[pulumi.Input[bool]] = None,
status: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwareUpgradeTagArgs]]]] = None,
upgrade_impact: Optional[pulumi.Input[GetFirmwareUpgradeUpgradeImpactArgs]] = None,
upgrade_status: Optional[pulumi.Input[GetFirmwareUpgradeUpgradeStatusArgs]] = None,
upgrade_trigger_method: Optional[pulumi.Input[str]] = None,
upgrade_type: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetFirmwareUpgradeVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFirmwareUpgradeResult]
func LookupFirmwareUpgrade(ctx *Context, args *LookupFirmwareUpgradeArgs, opts ...InvokeOption) (*LookupFirmwareUpgradeResult, error)
func LookupFirmwareUpgradeOutput(ctx *Context, args *LookupFirmwareUpgradeOutputArgs, opts ...InvokeOption) LookupFirmwareUpgradeResultOutput
> Note: This function is named LookupFirmwareUpgrade
in the Go SDK.
public static class GetFirmwareUpgrade
{
public static Task<GetFirmwareUpgradeResult> InvokeAsync(GetFirmwareUpgradeArgs args, InvokeOptions? opts = null)
public static Output<GetFirmwareUpgradeResult> Invoke(GetFirmwareUpgradeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFirmwareUpgradeResult> getFirmwareUpgrade(GetFirmwareUpgradeArgs args, InvokeOptions options)
public static Output<GetFirmwareUpgradeResult> getFirmwareUpgrade(GetFirmwareUpgradeArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getFirmwareUpgrade:getFirmwareUpgrade
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Firmware Upgrade Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Get
Firmware Upgrade Device - Direct
Download GetFirmware Upgrade Direct Download - Distributable
Get
Firmware Upgrade Distributable - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Exclude
Component List<string>Lists - Exclude
Component GetPid List Firmware Upgrade Exclude Component Pid List - File
Server GetFirmware Upgrade File Server - Id string
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Get
Firmware Upgrade Network Share - Object
Type string - Owners List<string>
- Parent
Get
Firmware Upgrade Parent - Permission
Resources List<GetFirmware Upgrade Permission Resource> - Release
Get
Firmware Upgrade Release - Server
Get
Firmware Upgrade Server - 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.
- Skip
Estimate boolImpact - User has the option to skip the estimate impact calculation.
- Status string
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - List<Get
Firmware Upgrade Tag> - Upgrade
Impact GetFirmware Upgrade Upgrade Impact - Upgrade
Status GetFirmware Upgrade Upgrade Status - Upgrade
Trigger stringMethod - The source that triggered the upgrade. Either via profile or traditional way.*
none
- Upgrade is invoked within the service.*profileTrigger
- Upgrade is invoked from a profile deployment. - Upgrade
Type string - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - Version
Context GetFirmware Upgrade Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Firmware Upgrade Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Get
Firmware Upgrade Device - Direct
Download GetFirmware Upgrade Direct Download - Distributable
Get
Firmware Upgrade Distributable - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Exclude
Component []stringLists - Exclude
Component GetPid List Firmware Upgrade Exclude Component Pid List - File
Server GetFirmware Upgrade File Server - Id string
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Get
Firmware Upgrade Network Share - Object
Type string - Owners []string
- Parent
Get
Firmware Upgrade Parent - Permission
Resources []GetFirmware Upgrade Permission Resource - Release
Get
Firmware Upgrade Release - Server
Get
Firmware Upgrade Server - 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.
- Skip
Estimate boolImpact - User has the option to skip the estimate impact calculation.
- Status string
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - []Get
Firmware Upgrade Tag - Upgrade
Impact GetFirmware Upgrade Upgrade Impact - Upgrade
Status GetFirmware Upgrade Upgrade Status - Upgrade
Trigger stringMethod - The source that triggered the upgrade. Either via profile or traditional way.*
none
- Upgrade is invoked within the service.*profileTrigger
- Upgrade is invoked from a profile deployment. - Upgrade
Type string - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - Version
Context GetFirmware Upgrade Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Firmware Upgrade Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- device
Get
Firmware Upgrade Device - direct
Download GetFirmware Upgrade Direct Download - distributable
Get
Firmware Upgrade Distributable - domain
Group StringMoid - The DomainGroup ID for this managed object.
- exclude
Component List<String>Lists - exclude
Component GetPid List Firmware Upgrade Exclude Component Pid List - file
Server GetFirmware Upgrade File Server - id String
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- Get
Firmware Upgrade Network Share - object
Type String - owners List<String>
- parent
Get
Firmware Upgrade Parent - permission
Resources List<GetFirmware Upgrade Permission Resource> - release
Get
Firmware Upgrade Release - server
Get
Firmware Upgrade Server - 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.
- skip
Estimate BooleanImpact - User has the option to skip the estimate impact calculation.
- status String
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - List<Get
Firmware Upgrade Tag> - upgrade
Impact GetFirmware Upgrade Upgrade Impact - upgrade
Status GetFirmware Upgrade Upgrade Status - upgrade
Trigger StringMethod - The source that triggered the upgrade. Either via profile or traditional way.*
none
- Upgrade is invoked within the service.*profileTrigger
- Upgrade is invoked from a profile deployment. - upgrade
Type String - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version
Context GetFirmware Upgrade Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Firmware Upgrade Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- device
Get
Firmware Upgrade Device - direct
Download GetFirmware Upgrade Direct Download - distributable
Get
Firmware Upgrade Distributable - domain
Group stringMoid - The DomainGroup ID for this managed object.
- exclude
Component string[]Lists - exclude
Component GetPid List Firmware Upgrade Exclude Component Pid List - file
Server GetFirmware Upgrade File Server - id string
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- Get
Firmware Upgrade Network Share - object
Type string - owners string[]
- parent
Get
Firmware Upgrade Parent - permission
Resources GetFirmware Upgrade Permission Resource[] - release
Get
Firmware Upgrade Release - server
Get
Firmware Upgrade Server - 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.
- skip
Estimate booleanImpact - User has the option to skip the estimate impact calculation.
- status string
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - Get
Firmware Upgrade Tag[] - upgrade
Impact GetFirmware Upgrade Upgrade Impact - upgrade
Status GetFirmware Upgrade Upgrade Status - upgrade
Trigger stringMethod - The source that triggered the upgrade. Either via profile or traditional way.*
none
- Upgrade is invoked within the service.*profileTrigger
- Upgrade is invoked from a profile deployment. - upgrade
Type string - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version
Context GetFirmware Upgrade Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Firmware Upgrade Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- device
Get
Firmware Upgrade Device - direct_
download GetFirmware Upgrade Direct Download - distributable
Get
Firmware Upgrade Distributable - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- exclude_
component_ Sequence[str]lists - exclude_
component_ Getpid_ list Firmware Upgrade Exclude Component Pid List - file_
server GetFirmware Upgrade File Server - id str
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- Get
Firmware Upgrade Network Share - object_
type str - owners Sequence[str]
- parent
Get
Firmware Upgrade Parent - permission_
resources Sequence[GetFirmware Upgrade Permission Resource] - release
Get
Firmware Upgrade Release - server
Get
Firmware Upgrade Server - 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.
- skip_
estimate_ boolimpact - User has the option to skip the estimate impact calculation.
- status str
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - Sequence[Get
Firmware Upgrade Tag] - upgrade_
impact GetFirmware Upgrade Upgrade Impact - upgrade_
status GetFirmware Upgrade Upgrade Status - upgrade_
trigger_ strmethod - The source that triggered the upgrade. Either via profile or traditional way.*
none
- Upgrade is invoked within the service.*profileTrigger
- Upgrade is invoked from a profile deployment. - upgrade_
type str - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version_
context GetFirmware Upgrade Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- device Property Map
- direct
Download Property Map - distributable Property Map
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- exclude
Component List<String>Lists - exclude
Component Property MapPid List - file
Server Property Map - id String
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- Property Map
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - release Property Map
- server Property Map
- 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.
- skip
Estimate BooleanImpact - User has the option to skip the estimate impact calculation.
- status String
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - List<Property Map>
- upgrade
Impact Property Map - upgrade
Status Property Map - upgrade
Trigger StringMethod - The source that triggered the upgrade. Either via profile or traditional way.*
none
- Upgrade is invoked within the service.*profileTrigger
- Upgrade is invoked from a profile deployment. - upgrade
Type String - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version
Context Property Map
getFirmwareUpgrade Result
The following output properties are available:
- Id string
- Results
List<Get
Firmware Upgrade Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Firmware Upgrade Ancestor> - Class
Id string - Create
Time string - Device
Get
Firmware Upgrade Device - Direct
Download GetFirmware Upgrade Direct Download - Distributable
Get
Firmware Upgrade Distributable - Domain
Group stringMoid - Exclude
Component List<string>Lists - Exclude
Component GetPid List Firmware Upgrade Exclude Component Pid List - File
Server GetFirmware Upgrade File Server - Mod
Time string - Moid string
- Get
Firmware Upgrade Network Share - Object
Type string - Owners List<string>
- Parent
Get
Firmware Upgrade Parent - Permission
Resources List<GetFirmware Upgrade Permission Resource> - Release
Get
Firmware Upgrade Release - Server
Get
Firmware Upgrade Server - string
- Skip
Estimate boolImpact - Status string
- List<Get
Firmware Upgrade Tag> - Upgrade
Impact GetFirmware Upgrade Upgrade Impact - Upgrade
Status GetFirmware Upgrade Upgrade Status - Upgrade
Trigger stringMethod - Upgrade
Type string - Version
Context GetFirmware Upgrade Version Context
- Id string
- Results
[]Get
Firmware Upgrade Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Firmware Upgrade Ancestor - Class
Id string - Create
Time string - Device
Get
Firmware Upgrade Device - Direct
Download GetFirmware Upgrade Direct Download - Distributable
Get
Firmware Upgrade Distributable - Domain
Group stringMoid - Exclude
Component []stringLists - Exclude
Component GetPid List Firmware Upgrade Exclude Component Pid List - File
Server GetFirmware Upgrade File Server - Mod
Time string - Moid string
- Get
Firmware Upgrade Network Share - Object
Type string - Owners []string
- Parent
Get
Firmware Upgrade Parent - Permission
Resources []GetFirmware Upgrade Permission Resource - Release
Get
Firmware Upgrade Release - Server
Get
Firmware Upgrade Server - string
- Skip
Estimate boolImpact - Status string
- []Get
Firmware Upgrade Tag - Upgrade
Impact GetFirmware Upgrade Upgrade Impact - Upgrade
Status GetFirmware Upgrade Upgrade Status - Upgrade
Trigger stringMethod - Upgrade
Type string - Version
Context GetFirmware Upgrade Version Context
- id String
- results
List<Get
Firmware Upgrade Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Firmware Upgrade Ancestor> - class
Id String - create
Time String - device
Get
Firmware Upgrade Device - direct
Download GetFirmware Upgrade Direct Download - distributable
Get
Firmware Upgrade Distributable - domain
Group StringMoid - exclude
Component List<String>Lists - exclude
Component GetPid List Firmware Upgrade Exclude Component Pid List - file
Server GetFirmware Upgrade File Server - mod
Time String - moid String
- Get
Firmware Upgrade Network Share - object
Type String - owners List<String>
- parent
Get
Firmware Upgrade Parent - permission
Resources List<GetFirmware Upgrade Permission Resource> - release
Get
Firmware Upgrade Release - server
Get
Firmware Upgrade Server - String
- skip
Estimate BooleanImpact - status String
- List<Get
Firmware Upgrade Tag> - upgrade
Impact GetFirmware Upgrade Upgrade Impact - upgrade
Status GetFirmware Upgrade Upgrade Status - upgrade
Trigger StringMethod - upgrade
Type String - version
Context GetFirmware Upgrade Version Context
- id string
- results
Get
Firmware Upgrade Result[] - account
Moid string - additional
Properties string - ancestors
Get
Firmware Upgrade Ancestor[] - class
Id string - create
Time string - device
Get
Firmware Upgrade Device - direct
Download GetFirmware Upgrade Direct Download - distributable
Get
Firmware Upgrade Distributable - domain
Group stringMoid - exclude
Component string[]Lists - exclude
Component GetPid List Firmware Upgrade Exclude Component Pid List - file
Server GetFirmware Upgrade File Server - mod
Time string - moid string
- Get
Firmware Upgrade Network Share - object
Type string - owners string[]
- parent
Get
Firmware Upgrade Parent - permission
Resources GetFirmware Upgrade Permission Resource[] - release
Get
Firmware Upgrade Release - server
Get
Firmware Upgrade Server - string
- skip
Estimate booleanImpact - status string
- Get
Firmware Upgrade Tag[] - upgrade
Impact GetFirmware Upgrade Upgrade Impact - upgrade
Status GetFirmware Upgrade Upgrade Status - upgrade
Trigger stringMethod - upgrade
Type string - version
Context GetFirmware Upgrade Version Context
- id str
- results
Sequence[Get
Firmware Upgrade Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Firmware Upgrade Ancestor] - class_
id str - create_
time str - device
Get
Firmware Upgrade Device - direct_
download GetFirmware Upgrade Direct Download - distributable
Get
Firmware Upgrade Distributable - domain_
group_ strmoid - exclude_
component_ Sequence[str]lists - exclude_
component_ Getpid_ list Firmware Upgrade Exclude Component Pid List - file_
server GetFirmware Upgrade File Server - mod_
time str - moid str
- Get
Firmware Upgrade Network Share - object_
type str - owners Sequence[str]
- parent
Get
Firmware Upgrade Parent - permission_
resources Sequence[GetFirmware Upgrade Permission Resource] - release
Get
Firmware Upgrade Release - server
Get
Firmware Upgrade Server - str
- skip_
estimate_ boolimpact - status str
- Sequence[Get
Firmware Upgrade Tag] - upgrade_
impact GetFirmware Upgrade Upgrade Impact - upgrade_
status GetFirmware Upgrade Upgrade Status - upgrade_
trigger_ strmethod - upgrade_
type str - version_
context GetFirmware Upgrade Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - device Property Map
- direct
Download Property Map - distributable Property Map
- domain
Group StringMoid - exclude
Component List<String>Lists - exclude
Component Property MapPid List - file
Server Property Map - mod
Time String - moid String
- Property Map
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - release Property Map
- server Property Map
- String
- skip
Estimate BooleanImpact - status String
- List<Property Map>
- upgrade
Impact Property Map - upgrade
Status Property Map - upgrade
Trigger StringMethod - upgrade
Type String - version
Context Property Map
Supporting Types
GetFirmwareUpgradeAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetFirmwareUpgradeDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetFirmwareUpgradeDirectDownload
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Http
Server GetFirmware Upgrade Direct Download Http Server - HTTP Server option when the image source is a local HTTPS server.
- Image
Source string - Source type referring the image to be downloaded from CCO or from a local HTTPS server.
cisco
- Image to be downloaded from Cisco software repository.localHttp
- Image to be downloaded from a https server.
- Is
Password boolSet - Indicates whether the value of the 'password' property has been set.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Password string
- Password as configured on the local https server.
- Upgradeoption string
- Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.
sd_upgrade_mount_only
- Direct upgrade SD upgrade mount only.sd_download_only
- Direct upgrade SD download only.sd_upgrade_only
- Direct upgrade SD upgrade only.sd_upgrade_full
- Direct upgrade SD upgrade full.download_only
- Direct upgrade image download only.upgrade_full
- The upgrade downloads or mounts the image, and reboots immediately for an upgrade.upgrade_mount_only
- The upgrade downloads or mounts the image. The upgrade happens in next reboot.chassis_upgrade_full
- Direct upgrade chassis upgrade full.monitor_only
- Direct upgrade monitor progress only.validate_only
- Validate whether a component is ready for ugprade.cancel_only
- Cancel pending upgrade only.
- Username string
- Username as configured on the local https server.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Http
Server GetFirmware Upgrade Direct Download Http Server - HTTP Server option when the image source is a local HTTPS server.
- Image
Source string - Source type referring the image to be downloaded from CCO or from a local HTTPS server.
cisco
- Image to be downloaded from Cisco software repository.localHttp
- Image to be downloaded from a https server.
- Is
Password boolSet - Indicates whether the value of the 'password' property has been set.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Password string
- Password as configured on the local https server.
- Upgradeoption string
- Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.
sd_upgrade_mount_only
- Direct upgrade SD upgrade mount only.sd_download_only
- Direct upgrade SD download only.sd_upgrade_only
- Direct upgrade SD upgrade only.sd_upgrade_full
- Direct upgrade SD upgrade full.download_only
- Direct upgrade image download only.upgrade_full
- The upgrade downloads or mounts the image, and reboots immediately for an upgrade.upgrade_mount_only
- The upgrade downloads or mounts the image. The upgrade happens in next reboot.chassis_upgrade_full
- Direct upgrade chassis upgrade full.monitor_only
- Direct upgrade monitor progress only.validate_only
- Validate whether a component is ready for ugprade.cancel_only
- Cancel pending upgrade only.
- Username string
- Username as configured on the local https server.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- http
Server GetFirmware Upgrade Direct Download Http Server - HTTP Server option when the image source is a local HTTPS server.
- image
Source String - Source type referring the image to be downloaded from CCO or from a local HTTPS server.
cisco
- Image to be downloaded from Cisco software repository.localHttp
- Image to be downloaded from a https server.
- is
Password BooleanSet - Indicates whether the value of the 'password' property has been set.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password String
- Password as configured on the local https server.
- upgradeoption String
- Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.
sd_upgrade_mount_only
- Direct upgrade SD upgrade mount only.sd_download_only
- Direct upgrade SD download only.sd_upgrade_only
- Direct upgrade SD upgrade only.sd_upgrade_full
- Direct upgrade SD upgrade full.download_only
- Direct upgrade image download only.upgrade_full
- The upgrade downloads or mounts the image, and reboots immediately for an upgrade.upgrade_mount_only
- The upgrade downloads or mounts the image. The upgrade happens in next reboot.chassis_upgrade_full
- Direct upgrade chassis upgrade full.monitor_only
- Direct upgrade monitor progress only.validate_only
- Validate whether a component is ready for ugprade.cancel_only
- Cancel pending upgrade only.
- username String
- Username as configured on the local https server.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- http
Server GetFirmware Upgrade Direct Download Http Server - HTTP Server option when the image source is a local HTTPS server.
- image
Source string - Source type referring the image to be downloaded from CCO or from a local HTTPS server.
cisco
- Image to be downloaded from Cisco software repository.localHttp
- Image to be downloaded from a https server.
- is
Password booleanSet - Indicates whether the value of the 'password' property has been set.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password string
- Password as configured on the local https server.
- upgradeoption string
- Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.
sd_upgrade_mount_only
- Direct upgrade SD upgrade mount only.sd_download_only
- Direct upgrade SD download only.sd_upgrade_only
- Direct upgrade SD upgrade only.sd_upgrade_full
- Direct upgrade SD upgrade full.download_only
- Direct upgrade image download only.upgrade_full
- The upgrade downloads or mounts the image, and reboots immediately for an upgrade.upgrade_mount_only
- The upgrade downloads or mounts the image. The upgrade happens in next reboot.chassis_upgrade_full
- Direct upgrade chassis upgrade full.monitor_only
- Direct upgrade monitor progress only.validate_only
- Validate whether a component is ready for ugprade.cancel_only
- Cancel pending upgrade only.
- username string
- Username as configured on the local https server.
- 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.
- http_
server GetFirmware Upgrade Direct Download Http Server - HTTP Server option when the image source is a local HTTPS server.
- image_
source str - Source type referring the image to be downloaded from CCO or from a local HTTPS server.
cisco
- Image to be downloaded from Cisco software repository.localHttp
- Image to be downloaded from a https server.
- is_
password_ boolset - Indicates whether the value of the 'password' property has been set.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password str
- Password as configured on the local https server.
- upgradeoption str
- Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.
sd_upgrade_mount_only
- Direct upgrade SD upgrade mount only.sd_download_only
- Direct upgrade SD download only.sd_upgrade_only
- Direct upgrade SD upgrade only.sd_upgrade_full
- Direct upgrade SD upgrade full.download_only
- Direct upgrade image download only.upgrade_full
- The upgrade downloads or mounts the image, and reboots immediately for an upgrade.upgrade_mount_only
- The upgrade downloads or mounts the image. The upgrade happens in next reboot.chassis_upgrade_full
- Direct upgrade chassis upgrade full.monitor_only
- Direct upgrade monitor progress only.validate_only
- Validate whether a component is ready for ugprade.cancel_only
- Cancel pending upgrade only.
- username str
- Username as configured on the local https server.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- http
Server Property Map - HTTP Server option when the image source is a local HTTPS server.
- image
Source String - Source type referring the image to be downloaded from CCO or from a local HTTPS server.
cisco
- Image to be downloaded from Cisco software repository.localHttp
- Image to be downloaded from a https server.
- is
Password BooleanSet - Indicates whether the value of the 'password' property has been set.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password String
- Password as configured on the local https server.
- upgradeoption String
- Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.
sd_upgrade_mount_only
- Direct upgrade SD upgrade mount only.sd_download_only
- Direct upgrade SD download only.sd_upgrade_only
- Direct upgrade SD upgrade only.sd_upgrade_full
- Direct upgrade SD upgrade full.download_only
- Direct upgrade image download only.upgrade_full
- The upgrade downloads or mounts the image, and reboots immediately for an upgrade.upgrade_mount_only
- The upgrade downloads or mounts the image. The upgrade happens in next reboot.chassis_upgrade_full
- Direct upgrade chassis upgrade full.monitor_only
- Direct upgrade monitor progress only.validate_only
- Validate whether a component is ready for ugprade.cancel_only
- Cancel pending upgrade only.
- username String
- Username as configured on the local https server.
GetFirmwareUpgradeDirectDownloadHttpServer
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Location
Link string - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- Mount
Options string - Mount option as configured on the HTTP server. Empty if nothing is configured.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Location
Link string - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- Mount
Options string - Mount option as configured on the HTTP server. Empty if nothing is configured.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- location
Link String - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount
Options String - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- location
Link string - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount
Options string - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object
Type 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.
- location_
link str - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount_
options str - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- location
Link String - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount
Options String - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetFirmwareUpgradeDistributable
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetFirmwareUpgradeExcludeComponentPidList
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Exclude
Local List<string>Disk Lists - Exclude
Storage List<string>Controller Lists - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Exclude
Local []stringDisk Lists - Exclude
Storage []stringController Lists - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- exclude
Local List<String>Disk Lists - exclude
Storage List<String>Controller Lists - object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- exclude
Local string[]Disk Lists - exclude
Storage string[]Controller Lists - object
Type 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.
- exclude_
local_ Sequence[str]disk_ lists - exclude_
storage_ Sequence[str]controller_ lists - object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- exclude
Local List<String>Disk Lists - exclude
Storage List<String>Controller Lists - object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetFirmwareUpgradeFileServer
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
GetFirmwareUpgradeNetworkShare
- Additional
Properties string - Cifs
Server GetFirmware Upgrade Network Share Cifs Server - CIFS file server option for network share upgrade.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Http
Server GetFirmware Upgrade Network Share Http Server - HTTP (for WWW) file server option for network share upgrade.
- Is
Password boolSet - Indicates whether the value of the 'password' property has been set.
- Map
Type string - File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.
nfs
- File server protocol used is NFS.cifs
- File server protocol used is CIFS.www
- File server protocol used is WWW.
- Nfs
Server GetFirmware Upgrade Network Share Nfs Server - NFS file server option for network share upgrade.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Password string
- Password as configured on the file server.
- Upgradeoption string
- Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.
nw_upgrade_full
- Network upgrade option for full upgrade.nw_upgrade_mount_only
- Network upgrade mount only.
- Username string
- Username as configured on the file server.
- Additional
Properties string - Cifs
Server GetFirmware Upgrade Network Share Cifs Server - CIFS file server option for network share upgrade.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Http
Server GetFirmware Upgrade Network Share Http Server - HTTP (for WWW) file server option for network share upgrade.
- Is
Password boolSet - Indicates whether the value of the 'password' property has been set.
- Map
Type string - File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.
nfs
- File server protocol used is NFS.cifs
- File server protocol used is CIFS.www
- File server protocol used is WWW.
- Nfs
Server GetFirmware Upgrade Network Share Nfs Server - NFS file server option for network share upgrade.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Password string
- Password as configured on the file server.
- Upgradeoption string
- Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.
nw_upgrade_full
- Network upgrade option for full upgrade.nw_upgrade_mount_only
- Network upgrade mount only.
- Username string
- Username as configured on the file server.
- additional
Properties String - cifs
Server GetFirmware Upgrade Network Share Cifs Server - CIFS file server option for network share upgrade.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- http
Server GetFirmware Upgrade Network Share Http Server - HTTP (for WWW) file server option for network share upgrade.
- is
Password BooleanSet - Indicates whether the value of the 'password' property has been set.
- map
Type String - File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.
nfs
- File server protocol used is NFS.cifs
- File server protocol used is CIFS.www
- File server protocol used is WWW.
- nfs
Server GetFirmware Upgrade Network Share Nfs Server - NFS file server option for network share upgrade.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password String
- Password as configured on the file server.
- upgradeoption String
- Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.
nw_upgrade_full
- Network upgrade option for full upgrade.nw_upgrade_mount_only
- Network upgrade mount only.
- username String
- Username as configured on the file server.
- additional
Properties string - cifs
Server GetFirmware Upgrade Network Share Cifs Server - CIFS file server option for network share upgrade.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- http
Server GetFirmware Upgrade Network Share Http Server - HTTP (for WWW) file server option for network share upgrade.
- is
Password booleanSet - Indicates whether the value of the 'password' property has been set.
- map
Type string - File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.
nfs
- File server protocol used is NFS.cifs
- File server protocol used is CIFS.www
- File server protocol used is WWW.
- nfs
Server GetFirmware Upgrade Network Share Nfs Server - NFS file server option for network share upgrade.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password string
- Password as configured on the file server.
- upgradeoption string
- Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.
nw_upgrade_full
- Network upgrade option for full upgrade.nw_upgrade_mount_only
- Network upgrade mount only.
- username string
- Username as configured on the file server.
- additional_
properties str - cifs_
server GetFirmware Upgrade Network Share Cifs Server - CIFS file server option for network share upgrade.
- 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.
- http_
server GetFirmware Upgrade Network Share Http Server - HTTP (for WWW) file server option for network share upgrade.
- is_
password_ boolset - Indicates whether the value of the 'password' property has been set.
- map_
type str - File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.
nfs
- File server protocol used is NFS.cifs
- File server protocol used is CIFS.www
- File server protocol used is WWW.
- nfs_
server GetFirmware Upgrade Network Share Nfs Server - NFS file server option for network share upgrade.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password str
- Password as configured on the file server.
- upgradeoption str
- Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.
nw_upgrade_full
- Network upgrade option for full upgrade.nw_upgrade_mount_only
- Network upgrade mount only.
- username str
- Username as configured on the file server.
- additional
Properties String - cifs
Server Property Map - CIFS file server option for network share upgrade.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- http
Server Property Map - HTTP (for WWW) file server option for network share upgrade.
- is
Password BooleanSet - Indicates whether the value of the 'password' property has been set.
- map
Type String - File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.
nfs
- File server protocol used is NFS.cifs
- File server protocol used is CIFS.www
- File server protocol used is WWW.
- nfs
Server Property Map - NFS file server option for network share upgrade.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password String
- Password as configured on the file server.
- upgradeoption String
- Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.
nw_upgrade_full
- Network upgrade option for full upgrade.nw_upgrade_mount_only
- Network upgrade mount only.
- username String
- Username as configured on the file server.
GetFirmwareUpgradeNetworkShareCifsServer
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- File
Location string - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- Mount
Options string - Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.
none
- The default authentication protocol is decided by the endpoint.ntlm
- The external CIFS server is configured with ntlm as the authentication protocol.ntlmi
- Mount options of CIFS file server is ntlmi.ntlmv2
- Mount options of CIFS file server is ntlmv2.ntlmv2i
- Mount options of CIFS file server is ntlmv2i.ntlmssp
- Mount options of CIFS file server is ntlmssp.ntlmsspi
- Mount options of CIFS file server is ntlmsspi.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Remote
File string - Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
- Remote
Ip string - CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- string
- Directory where the image is stored. Example:share/subfolder.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- File
Location string - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- Mount
Options string - Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.
none
- The default authentication protocol is decided by the endpoint.ntlm
- The external CIFS server is configured with ntlm as the authentication protocol.ntlmi
- Mount options of CIFS file server is ntlmi.ntlmv2
- Mount options of CIFS file server is ntlmv2.ntlmv2i
- Mount options of CIFS file server is ntlmv2i.ntlmssp
- Mount options of CIFS file server is ntlmssp.ntlmsspi
- Mount options of CIFS file server is ntlmsspi.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Remote
File string - Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
- Remote
Ip string - CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- string
- Directory where the image is stored. Example:share/subfolder.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- file
Location String - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount
Options String - Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.
none
- The default authentication protocol is decided by the endpoint.ntlm
- The external CIFS server is configured with ntlm as the authentication protocol.ntlmi
- Mount options of CIFS file server is ntlmi.ntlmv2
- Mount options of CIFS file server is ntlmv2.ntlmv2i
- Mount options of CIFS file server is ntlmv2i.ntlmssp
- Mount options of CIFS file server is ntlmssp.ntlmsspi
- Mount options of CIFS file server is ntlmsspi.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- remote
File String - Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
- remote
Ip String - CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- String
- Directory where the image is stored. Example:share/subfolder.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- file
Location string - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount
Options string - Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.
none
- The default authentication protocol is decided by the endpoint.ntlm
- The external CIFS server is configured with ntlm as the authentication protocol.ntlmi
- Mount options of CIFS file server is ntlmi.ntlmv2
- Mount options of CIFS file server is ntlmv2.ntlmv2i
- Mount options of CIFS file server is ntlmv2i.ntlmssp
- Mount options of CIFS file server is ntlmssp.ntlmsspi
- Mount options of CIFS file server is ntlmsspi.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- remote
File string - Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
- remote
Ip string - CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- string
- Directory where the image is stored. Example:share/subfolder.
- 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.
- file_
location str - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount_
options str - Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.
none
- The default authentication protocol is decided by the endpoint.ntlm
- The external CIFS server is configured with ntlm as the authentication protocol.ntlmi
- Mount options of CIFS file server is ntlmi.ntlmv2
- Mount options of CIFS file server is ntlmv2.ntlmv2i
- Mount options of CIFS file server is ntlmv2i.ntlmssp
- Mount options of CIFS file server is ntlmssp.ntlmsspi
- Mount options of CIFS file server is ntlmsspi.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- remote_
file str - Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
- remote_
ip str - CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- str
- Directory where the image is stored. Example:share/subfolder.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- file
Location String - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount
Options String - Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.
none
- The default authentication protocol is decided by the endpoint.ntlm
- The external CIFS server is configured with ntlm as the authentication protocol.ntlmi
- Mount options of CIFS file server is ntlmi.ntlmv2
- Mount options of CIFS file server is ntlmv2.ntlmv2i
- Mount options of CIFS file server is ntlmv2i.ntlmssp
- Mount options of CIFS file server is ntlmssp.ntlmsspi
- Mount options of CIFS file server is ntlmsspi.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- remote
File String - Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
- remote
Ip String - CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- String
- Directory where the image is stored. Example:share/subfolder.
GetFirmwareUpgradeNetworkShareHttpServer
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Location
Link string - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- Mount
Options string - Mount option as configured on the HTTP server. Empty if nothing is configured.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Location
Link string - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- Mount
Options string - Mount option as configured on the HTTP server. Empty if nothing is configured.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- location
Link String - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount
Options String - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- location
Link string - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount
Options string - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object
Type 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.
- location_
link str - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount_
options str - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- location
Link String - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount
Options String - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetFirmwareUpgradeNetworkShareNfsServer
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- File
Location string - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- Mount
Options string - Mount option as configured on the NFS Server. For example:nolock.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Remote
File string - Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
- Remote
Ip string - NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- string
- Directory where the image is stored. For example:/share/subfolder.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- File
Location string - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- Mount
Options string - Mount option as configured on the NFS Server. For example:nolock.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Remote
File string - Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
- Remote
Ip string - NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- string
- Directory where the image is stored. For example:/share/subfolder.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- file
Location String - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount
Options String - Mount option as configured on the NFS Server. For example:nolock.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- remote
File String - Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
- remote
Ip String - NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- String
- Directory where the image is stored. For example:/share/subfolder.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- file
Location string - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount
Options string - Mount option as configured on the NFS Server. For example:nolock.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- remote
File string - Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
- remote
Ip string - NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- string
- Directory where the image is stored. For example:/share/subfolder.
- 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.
- file_
location str - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount_
options str - Mount option as configured on the NFS Server. For example:nolock.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- remote_
file str - Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
- remote_
ip str - NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- str
- Directory where the image is stored. For example:/share/subfolder.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- file
Location String - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount
Options String - Mount option as configured on the NFS Server. For example:nolock.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- remote
File String - Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
- remote
Ip String - NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- String
- Directory where the image is stored. For example:/share/subfolder.
GetFirmwareUpgradeParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetFirmwareUpgradePermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetFirmwareUpgradeRelease
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetFirmwareUpgradeResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Firmware Upgrade Result Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Devices
List<Get
Firmware Upgrade Result Device> - Direct
Downloads List<GetFirmware Upgrade Result Direct Download> - Distributables
List<Get
Firmware Upgrade Result Distributable> - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Exclude
Component List<string>Lists - Exclude
Component List<GetPid Lists Firmware Upgrade Result Exclude Component Pid List> - File
Servers List<GetFirmware Upgrade Result File Server> - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- List<Get
Firmware Upgrade Result Network Share> - Object
Type string - Owners List<string>
- Parents
List<Get
Firmware Upgrade Result Parent> - Permission
Resources List<GetFirmware Upgrade Result Permission Resource> - Releases
List<Get
Firmware Upgrade Result Release> - Servers
List<Get
Firmware Upgrade Result Server> - 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.
- Skip
Estimate boolImpact - User has the option to skip the estimate impact calculation.
- Status string
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - List<Get
Firmware Upgrade Result Tag> - Upgrade
Impacts List<GetFirmware Upgrade Result Upgrade Impact> - Upgrade
Statuses List<GetFirmware Upgrade Result Upgrade Status> - Upgrade
Trigger stringMethod - The source that triggered the upgrade. Either via profile or traditional way.*
none
- Upgrade is invoked within the service.*profileTrigger
- Upgrade is invoked from a profile deployment. - Upgrade
Type string - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - Version
Contexts List<GetFirmware Upgrade Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Firmware Upgrade Result Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Devices
[]Get
Firmware Upgrade Result Device - Direct
Downloads []GetFirmware Upgrade Result Direct Download - Distributables
[]Get
Firmware Upgrade Result Distributable - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Exclude
Component []stringLists - Exclude
Component []GetPid Lists Firmware Upgrade Result Exclude Component Pid List - File
Servers []GetFirmware Upgrade Result File Server - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- []Get
Firmware Upgrade Result Network Share - Object
Type string - Owners []string
- Parents
[]Get
Firmware Upgrade Result Parent - Permission
Resources []GetFirmware Upgrade Result Permission Resource - Releases
[]Get
Firmware Upgrade Result Release - Servers
[]Get
Firmware Upgrade Result Server - 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.
- Skip
Estimate boolImpact - User has the option to skip the estimate impact calculation.
- Status string
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - []Get
Firmware Upgrade Result Tag - Upgrade
Impacts []GetFirmware Upgrade Result Upgrade Impact - Upgrade
Statuses []GetFirmware Upgrade Result Upgrade Status - Upgrade
Trigger stringMethod - The source that triggered the upgrade. Either via profile or traditional way.*
none
- Upgrade is invoked within the service.*profileTrigger
- Upgrade is invoked from a profile deployment. - Upgrade
Type string - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - Version
Contexts []GetFirmware Upgrade Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Firmware Upgrade Result Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- devices
List<Get
Firmware Upgrade Result Device> - direct
Downloads List<GetFirmware Upgrade Result Direct Download> - distributables
List<Get
Firmware Upgrade Result Distributable> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- exclude
Component List<String>Lists - exclude
Component List<GetPid Lists Firmware Upgrade Result Exclude Component Pid List> - file
Servers List<GetFirmware Upgrade Result File Server> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- List<Get
Firmware Upgrade Result Network Share> - object
Type String - owners List<String>
- parents
List<Get
Firmware Upgrade Result Parent> - permission
Resources List<GetFirmware Upgrade Result Permission Resource> - releases
List<Get
Firmware Upgrade Result Release> - servers
List<Get
Firmware Upgrade Result Server> - 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.
- skip
Estimate BooleanImpact - User has the option to skip the estimate impact calculation.
- status String
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - List<Get
Firmware Upgrade Result Tag> - upgrade
Impacts List<GetFirmware Upgrade Result Upgrade Impact> - upgrade
Statuses List<GetFirmware Upgrade Result Upgrade Status> - upgrade
Trigger StringMethod - The source that triggered the upgrade. Either via profile or traditional way.*
none
- Upgrade is invoked within the service.*profileTrigger
- Upgrade is invoked from a profile deployment. - upgrade
Type String - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version
Contexts List<GetFirmware Upgrade Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Firmware Upgrade Result Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- devices
Get
Firmware Upgrade Result Device[] - direct
Downloads GetFirmware Upgrade Result Direct Download[] - distributables
Get
Firmware Upgrade Result Distributable[] - domain
Group stringMoid - The DomainGroup ID for this managed object.
- exclude
Component string[]Lists - exclude
Component GetPid Lists Firmware Upgrade Result Exclude Component Pid List[] - file
Servers GetFirmware Upgrade Result File Server[] - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- Get
Firmware Upgrade Result Network Share[] - object
Type string - owners string[]
- parents
Get
Firmware Upgrade Result Parent[] - permission
Resources GetFirmware Upgrade Result Permission Resource[] - releases
Get
Firmware Upgrade Result Release[] - servers
Get
Firmware Upgrade Result Server[] - 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.
- skip
Estimate booleanImpact - User has the option to skip the estimate impact calculation.
- status string
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - Get
Firmware Upgrade Result Tag[] - upgrade
Impacts GetFirmware Upgrade Result Upgrade Impact[] - upgrade
Statuses GetFirmware Upgrade Result Upgrade Status[] - upgrade
Trigger stringMethod - The source that triggered the upgrade. Either via profile or traditional way.*
none
- Upgrade is invoked within the service.*profileTrigger
- Upgrade is invoked from a profile deployment. - upgrade
Type string - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version
Contexts GetFirmware Upgrade Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Firmware Upgrade Result Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- devices
Sequence[Get
Firmware Upgrade Result Device] - direct_
downloads Sequence[GetFirmware Upgrade Result Direct Download] - distributables
Sequence[Get
Firmware Upgrade Result Distributable] - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- exclude_
component_ Sequence[str]lists - exclude_
component_ Sequence[Getpid_ lists Firmware Upgrade Result Exclude Component Pid List] - file_
servers Sequence[GetFirmware Upgrade Result File Server] - mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- Sequence[Get
Firmware Upgrade Result Network Share] - object_
type str - owners Sequence[str]
- parents
Sequence[Get
Firmware Upgrade Result Parent] - permission_
resources Sequence[GetFirmware Upgrade Result Permission Resource] - releases
Sequence[Get
Firmware Upgrade Result Release] - servers
Sequence[Get
Firmware Upgrade Result Server] - 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.
- skip_
estimate_ boolimpact - User has the option to skip the estimate impact calculation.
- status str
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - Sequence[Get
Firmware Upgrade Result Tag] - upgrade_
impacts Sequence[GetFirmware Upgrade Result Upgrade Impact] - upgrade_
statuses Sequence[GetFirmware Upgrade Result Upgrade Status] - upgrade_
trigger_ strmethod - The source that triggered the upgrade. Either via profile or traditional way.*
none
- Upgrade is invoked within the service.*profileTrigger
- Upgrade is invoked from a profile deployment. - upgrade_
type str - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version_
contexts Sequence[GetFirmware Upgrade Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- devices List<Property Map>
- direct
Downloads List<Property Map> - distributables List<Property Map>
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- exclude
Component List<String>Lists - exclude
Component List<Property Map>Pid Lists - file
Servers List<Property Map> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- List<Property Map>
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - releases List<Property Map>
- servers List<Property Map>
- 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.
- skip
Estimate BooleanImpact - User has the option to skip the estimate impact calculation.
- status String
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - List<Property Map>
- upgrade
Impacts List<Property Map> - upgrade
Statuses List<Property Map> - upgrade
Trigger StringMethod - The source that triggered the upgrade. Either via profile or traditional way.*
none
- Upgrade is invoked within the service.*profileTrigger
- Upgrade is invoked from a profile deployment. - upgrade
Type String - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version
Contexts List<Property Map>
GetFirmwareUpgradeResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareUpgradeResultDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareUpgradeResultDirectDownload
- Additional
Properties string - Class
Id string - Http
Servers List<GetFirmware Upgrade Result Direct Download Http Server> - Image
Source string - Is
Password boolSet - Object
Type string - Password string
- Upgradeoption string
- Username string
- Additional
Properties string - Class
Id string - Http
Servers []GetFirmware Upgrade Result Direct Download Http Server - Image
Source string - Is
Password boolSet - Object
Type string - Password string
- Upgradeoption string
- Username string
- additional
Properties String - class
Id String - http
Servers List<GetFirmware Upgrade Result Direct Download Http Server> - image
Source String - is
Password BooleanSet - object
Type String - password String
- upgradeoption String
- username String
- additional
Properties string - class
Id string - http
Servers GetFirmware Upgrade Result Direct Download Http Server[] - image
Source string - is
Password booleanSet - object
Type string - password string
- upgradeoption string
- username string
- additional
Properties String - class
Id String - http
Servers List<Property Map> - image
Source String - is
Password BooleanSet - object
Type String - password String
- upgradeoption String
- username String
GetFirmwareUpgradeResultDirectDownloadHttpServer
- Additional
Properties string - Class
Id string - Location
Link string - Mount
Options string - Object
Type string
- Additional
Properties string - Class
Id string - Location
Link string - Mount
Options string - Object
Type string
- additional
Properties String - class
Id String - location
Link String - mount
Options String - object
Type String
- additional
Properties string - class
Id string - location
Link string - mount
Options string - object
Type string
- additional_
properties str - class_
id str - location_
link str - mount_
options str - object_
type str
- additional
Properties String - class
Id String - location
Link String - mount
Options String - object
Type String
GetFirmwareUpgradeResultDistributable
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareUpgradeResultExcludeComponentPidList
- Additional
Properties string - Class
Id string - Exclude
Local List<string>Disk Lists - Exclude
Storage List<string>Controller Lists - Object
Type string
- Additional
Properties string - Class
Id string - Exclude
Local []stringDisk Lists - Exclude
Storage []stringController Lists - Object
Type string
- additional
Properties String - class
Id String - exclude
Local List<String>Disk Lists - exclude
Storage List<String>Controller Lists - object
Type String
- additional
Properties string - class
Id string - exclude
Local string[]Disk Lists - exclude
Storage string[]Controller Lists - object
Type string
- additional_
properties str - class_
id str - exclude_
local_ Sequence[str]disk_ lists - exclude_
storage_ Sequence[str]controller_ lists - object_
type str
- additional
Properties String - class
Id String - exclude
Local List<String>Disk Lists - exclude
Storage List<String>Controller Lists - object
Type String
GetFirmwareUpgradeResultFileServer
- Additional
Properties string - Class
Id string - Object
Type string
- Additional
Properties string - Class
Id string - Object
Type string
- additional
Properties String - class
Id String - object
Type String
- additional
Properties string - class
Id string - object
Type string
- additional_
properties str - class_
id str - object_
type str
- additional
Properties String - class
Id String - object
Type String
GetFirmwareUpgradeResultNetworkShare
- Additional
Properties string - Cifs
Servers List<GetFirmware Upgrade Result Network Share Cifs Server> - Class
Id string - Http
Servers List<GetFirmware Upgrade Result Network Share Http Server> - Is
Password boolSet - Map
Type string - Nfs
Servers List<GetFirmware Upgrade Result Network Share Nfs Server> - Object
Type string - Password string
- Upgradeoption string
- Username string
- Additional
Properties string - Cifs
Servers []GetFirmware Upgrade Result Network Share Cifs Server - Class
Id string - Http
Servers []GetFirmware Upgrade Result Network Share Http Server - Is
Password boolSet - Map
Type string - Nfs
Servers []GetFirmware Upgrade Result Network Share Nfs Server - Object
Type string - Password string
- Upgradeoption string
- Username string
- additional
Properties String - cifs
Servers List<GetFirmware Upgrade Result Network Share Cifs Server> - class
Id String - http
Servers List<GetFirmware Upgrade Result Network Share Http Server> - is
Password BooleanSet - map
Type String - nfs
Servers List<GetFirmware Upgrade Result Network Share Nfs Server> - object
Type String - password String
- upgradeoption String
- username String
- additional
Properties string - cifs
Servers GetFirmware Upgrade Result Network Share Cifs Server[] - class
Id string - http
Servers GetFirmware Upgrade Result Network Share Http Server[] - is
Password booleanSet - map
Type string - nfs
Servers GetFirmware Upgrade Result Network Share Nfs Server[] - object
Type string - password string
- upgradeoption string
- username string
- additional_
properties str - cifs_
servers Sequence[GetFirmware Upgrade Result Network Share Cifs Server] - class_
id str - http_
servers Sequence[GetFirmware Upgrade Result Network Share Http Server] - is_
password_ boolset - map_
type str - nfs_
servers Sequence[GetFirmware Upgrade Result Network Share Nfs Server] - object_
type str - password str
- upgradeoption str
- username str
- additional
Properties String - cifs
Servers List<Property Map> - class
Id String - http
Servers List<Property Map> - is
Password BooleanSet - map
Type String - nfs
Servers List<Property Map> - object
Type String - password String
- upgradeoption String
- username String
GetFirmwareUpgradeResultNetworkShareCifsServer
- Additional
Properties string - Class
Id string - File
Location string - Mount
Options string - Object
Type string - Remote
File string - Remote
Ip string - string
- Additional
Properties string - Class
Id string - File
Location string - Mount
Options string - Object
Type string - Remote
File string - Remote
Ip string - string
- additional
Properties String - class
Id String - file
Location String - mount
Options String - object
Type String - remote
File String - remote
Ip String - String
- additional
Properties string - class
Id string - file
Location string - mount
Options string - object
Type string - remote
File string - remote
Ip string - string
- additional_
properties str - class_
id str - file_
location str - mount_
options str - object_
type str - remote_
file str - remote_
ip str - str
- additional
Properties String - class
Id String - file
Location String - mount
Options String - object
Type String - remote
File String - remote
Ip String - String
GetFirmwareUpgradeResultNetworkShareHttpServer
- Additional
Properties string - Class
Id string - Location
Link string - Mount
Options string - Object
Type string
- Additional
Properties string - Class
Id string - Location
Link string - Mount
Options string - Object
Type string
- additional
Properties String - class
Id String - location
Link String - mount
Options String - object
Type String
- additional
Properties string - class
Id string - location
Link string - mount
Options string - object
Type string
- additional_
properties str - class_
id str - location_
link str - mount_
options str - object_
type str
- additional
Properties String - class
Id String - location
Link String - mount
Options String - object
Type String
GetFirmwareUpgradeResultNetworkShareNfsServer
- Additional
Properties string - Class
Id string - File
Location string - Mount
Options string - Object
Type string - Remote
File string - Remote
Ip string - string
- Additional
Properties string - Class
Id string - File
Location string - Mount
Options string - Object
Type string - Remote
File string - Remote
Ip string - string
- additional
Properties String - class
Id String - file
Location String - mount
Options String - object
Type String - remote
File String - remote
Ip String - String
- additional
Properties string - class
Id string - file
Location string - mount
Options string - object
Type string - remote
File string - remote
Ip string - string
- additional_
properties str - class_
id str - file_
location str - mount_
options str - object_
type str - remote_
file str - remote_
ip str - str
- additional
Properties String - class
Id String - file
Location String - mount
Options String - object
Type String - remote
File String - remote
Ip String - String
GetFirmwareUpgradeResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareUpgradeResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareUpgradeResultRelease
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareUpgradeResultServer
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareUpgradeResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetFirmwareUpgradeResultUpgradeImpact
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareUpgradeResultUpgradeStatus
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareUpgradeResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<GetFirmware Upgrade Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<GetFirmware Upgrade Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetFirmware Upgrade Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetFirmware Upgrade Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetFirmwareUpgradeResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareUpgradeResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareUpgradeServer
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetFirmwareUpgradeTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetFirmwareUpgradeUpgradeImpact
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetFirmwareUpgradeUpgradeStatus
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetFirmwareUpgradeVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetFirmware Upgrade Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetFirmware Upgrade Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetFirmware Upgrade Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetFirmware Upgrade Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetFirmware Upgrade Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetFirmware Upgrade Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetFirmware Upgrade Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetFirmware Upgrade Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetFirmware Upgrade Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetFirmware Upgrade Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetFirmwareUpgradeVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetFirmwareUpgradeVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.