intersight.getApplianceImageBundle
Explore with Pulumi AI
ImageBundle keeps track of all the software bundles installed in the Intersight Appliances. Each ImageBundle managed object is derived from a software upgrade manifest. ImageBundle has additional properties computed during the manifest processing. Additional properties are the dynamic attributes of the software packages declared in the software manifest. For example, SHA256 values of the software packages are computed during the software manifest processing. An ImageBundle managed object named ‘current’ is always present in the Intersight Appliance. The software upgrade service creates another ImageBundle managed object named ‘pending’ when there is a pending software upgrade. The upgrade service renames the ‘pending’ bundle to the ‘current’ bundle after the software upgrade is successful.
Using getApplianceImageBundle
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 getApplianceImageBundle(args: GetApplianceImageBundleArgs, opts?: InvokeOptions): Promise<GetApplianceImageBundleResult>
function getApplianceImageBundleOutput(args: GetApplianceImageBundleOutputArgs, opts?: InvokeOptions): Output<GetApplianceImageBundleResult>
def get_appliance_image_bundle(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetApplianceImageBundleAncestor]] = None,
ansible_packages: Optional[Sequence[GetApplianceImageBundleAnsiblePackage]] = None,
auto_upgrade: Optional[bool] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
dc_packages: Optional[Sequence[GetApplianceImageBundleDcPackage]] = None,
debug_packages: Optional[Sequence[GetApplianceImageBundleDebugPackage]] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
endpoint_packages: Optional[Sequence[GetApplianceImageBundleEndpointPackage]] = None,
fingerprint: Optional[str] = None,
has_error: Optional[bool] = None,
id: Optional[str] = None,
infra_packages: Optional[Sequence[GetApplianceImageBundleInfraPackage]] = None,
init_packages: Optional[Sequence[GetApplianceImageBundleInitPackage]] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
notes: Optional[str] = None,
nr_version: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetApplianceImageBundleParent] = None,
permission_resources: Optional[Sequence[GetApplianceImageBundlePermissionResource]] = None,
priority: Optional[str] = None,
release_time: Optional[str] = None,
requires: Optional[GetApplianceImageBundleRequires] = None,
service_packages: Optional[Sequence[GetApplianceImageBundleServicePackage]] = None,
shared_scope: Optional[str] = None,
status_message: Optional[str] = None,
system_packages: Optional[Sequence[GetApplianceImageBundleSystemPackage]] = None,
tags: Optional[Sequence[GetApplianceImageBundleTag]] = None,
ui_packages: Optional[Sequence[GetApplianceImageBundleUiPackage]] = None,
upgrade_end_time: Optional[str] = None,
upgrade_grace_period: Optional[float] = None,
upgrade_impact_duration: Optional[float] = None,
upgrade_impact_enum: Optional[str] = None,
upgrade_start_time: Optional[str] = None,
version_context: Optional[GetApplianceImageBundleVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetApplianceImageBundleResult
def get_appliance_image_bundle_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceImageBundleAncestorArgs]]]] = None,
ansible_packages: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceImageBundleAnsiblePackageArgs]]]] = None,
auto_upgrade: Optional[pulumi.Input[bool]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
dc_packages: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceImageBundleDcPackageArgs]]]] = None,
debug_packages: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceImageBundleDebugPackageArgs]]]] = None,
description: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
endpoint_packages: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceImageBundleEndpointPackageArgs]]]] = None,
fingerprint: Optional[pulumi.Input[str]] = None,
has_error: Optional[pulumi.Input[bool]] = None,
id: Optional[pulumi.Input[str]] = None,
infra_packages: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceImageBundleInfraPackageArgs]]]] = None,
init_packages: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceImageBundleInitPackageArgs]]]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
notes: Optional[pulumi.Input[str]] = None,
nr_version: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetApplianceImageBundleParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceImageBundlePermissionResourceArgs]]]] = None,
priority: Optional[pulumi.Input[str]] = None,
release_time: Optional[pulumi.Input[str]] = None,
requires: Optional[pulumi.Input[GetApplianceImageBundleRequiresArgs]] = None,
service_packages: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceImageBundleServicePackageArgs]]]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
status_message: Optional[pulumi.Input[str]] = None,
system_packages: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceImageBundleSystemPackageArgs]]]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceImageBundleTagArgs]]]] = None,
ui_packages: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceImageBundleUiPackageArgs]]]] = None,
upgrade_end_time: Optional[pulumi.Input[str]] = None,
upgrade_grace_period: Optional[pulumi.Input[float]] = None,
upgrade_impact_duration: Optional[pulumi.Input[float]] = None,
upgrade_impact_enum: Optional[pulumi.Input[str]] = None,
upgrade_start_time: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetApplianceImageBundleVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApplianceImageBundleResult]
func LookupApplianceImageBundle(ctx *Context, args *LookupApplianceImageBundleArgs, opts ...InvokeOption) (*LookupApplianceImageBundleResult, error)
func LookupApplianceImageBundleOutput(ctx *Context, args *LookupApplianceImageBundleOutputArgs, opts ...InvokeOption) LookupApplianceImageBundleResultOutput
> Note: This function is named LookupApplianceImageBundle
in the Go SDK.
public static class GetApplianceImageBundle
{
public static Task<GetApplianceImageBundleResult> InvokeAsync(GetApplianceImageBundleArgs args, InvokeOptions? opts = null)
public static Output<GetApplianceImageBundleResult> Invoke(GetApplianceImageBundleInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetApplianceImageBundleResult> getApplianceImageBundle(GetApplianceImageBundleArgs args, InvokeOptions options)
public static Output<GetApplianceImageBundleResult> getApplianceImageBundle(GetApplianceImageBundleArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getApplianceImageBundle:getApplianceImageBundle
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Appliance Image Bundle Ancestor> - Ansible
Packages List<GetAppliance Image Bundle Ansible Package> - Auto
Upgrade bool - Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Dc
Packages List<GetAppliance Image Bundle Dc Package> - Debug
Packages List<GetAppliance Image Bundle Debug Package> - Description string
- Short description of the software upgrade bundle.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Endpoint
Packages List<GetAppliance Image Bundle Endpoint Package> - Fingerprint string
- Fingerprint of the software manifest from which this bundle is created. Fingerprint is calculated using the SHA256 algorithm.
- Has
Error bool - Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- Id string
- Infra
Packages List<GetAppliance Image Bundle Infra Package> - Init
Packages List<GetAppliance Image Bundle Init Package> - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the software upgrade bundle.
- Notes string
- Detailed description of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Owners List<string>
- Parent
Get
Appliance Image Bundle Parent - Permission
Resources List<GetAppliance Image Bundle Permission Resource> - Priority string
- Software upgrade manifest's upgrade priority. The upgrade service supports two priorities, Normal and Critical. Normal priority is used for regular software upgrades, and the upgrade service uses the Upgrade Policy to compute upgrade start time. Critical priority is used for the critical software security patches, and the upgrade service ignores the Upgrade Policy when it computes the upgrade start time.*
Normal
- Normal upgrade priority is used for all the software upgrades except for the critical security updates. The upgrade service of Intersight Appliance uses the Software Upgrade Policy settings to start the upgrade process.*Critical
- Critical upgrade priority is used for critical updates such as security patches. The upgrade service of the Intersight Appliance starts the upgrade as specified by the upgrade properties in the software manifest file. The upgrade service will not use the settings specified in the Software Upgrade Policy. - Release
Time string - Software upgrade manifest's release date and time.
- Requires
Get
Appliance Image Bundle Requires - Service
Packages List<GetAppliance Image Bundle Service Package> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status
Message string - Status message set during the manifest processing.
- System
Packages List<GetAppliance Image Bundle System Package> - List<Get
Appliance Image Bundle Tag> - Ui
Packages List<GetAppliance Image Bundle Ui Package> - Upgrade
End stringTime - End date of the software upgrade process.
- Upgrade
Grace doublePeriod - Grace period in seconds before the automatic upgrade is initiated. The upgrade service uses the grace period to compute the upgrade start time when it receives an upgrade notfication from the Intersight. If there is an Upgrade Policy configured for the Intersight Appliance, then the upgrade service uses the policy to compute the upgrade start time. However, the upgrade start time cannot not exceed the limit enforced by the grace period.
- Upgrade
Impact doubleDuration - Duration (in minutes) for which services will be disrupted.
- Upgrade
Impact stringEnum - UpgradeImpactEnum is used to indicate the kind of impact the upgrade has on currently running services on the appliance.*
None
- The upgrade has no effect on the system.*Disruptive
- The services will not be functional during the upgrade.*Disruptive-reboot
- The upgrade needs a reboot. - Upgrade
Start stringTime - Start date of the software upgrade process.
- Version
Context GetAppliance Image Bundle Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Appliance Image Bundle Ancestor - Ansible
Packages []GetAppliance Image Bundle Ansible Package - Auto
Upgrade bool - Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Dc
Packages []GetAppliance Image Bundle Dc Package - Debug
Packages []GetAppliance Image Bundle Debug Package - Description string
- Short description of the software upgrade bundle.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Endpoint
Packages []GetAppliance Image Bundle Endpoint Package - Fingerprint string
- Fingerprint of the software manifest from which this bundle is created. Fingerprint is calculated using the SHA256 algorithm.
- Has
Error bool - Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- Id string
- Infra
Packages []GetAppliance Image Bundle Infra Package - Init
Packages []GetAppliance Image Bundle Init Package - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the software upgrade bundle.
- Notes string
- Detailed description of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Owners []string
- Parent
Get
Appliance Image Bundle Parent - Permission
Resources []GetAppliance Image Bundle Permission Resource - Priority string
- Software upgrade manifest's upgrade priority. The upgrade service supports two priorities, Normal and Critical. Normal priority is used for regular software upgrades, and the upgrade service uses the Upgrade Policy to compute upgrade start time. Critical priority is used for the critical software security patches, and the upgrade service ignores the Upgrade Policy when it computes the upgrade start time.*
Normal
- Normal upgrade priority is used for all the software upgrades except for the critical security updates. The upgrade service of Intersight Appliance uses the Software Upgrade Policy settings to start the upgrade process.*Critical
- Critical upgrade priority is used for critical updates such as security patches. The upgrade service of the Intersight Appliance starts the upgrade as specified by the upgrade properties in the software manifest file. The upgrade service will not use the settings specified in the Software Upgrade Policy. - Release
Time string - Software upgrade manifest's release date and time.
- Requires
Get
Appliance Image Bundle Requires - Service
Packages []GetAppliance Image Bundle Service Package - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status
Message string - Status message set during the manifest processing.
- System
Packages []GetAppliance Image Bundle System Package - []Get
Appliance Image Bundle Tag - Ui
Packages []GetAppliance Image Bundle Ui Package - Upgrade
End stringTime - End date of the software upgrade process.
- Upgrade
Grace float64Period - Grace period in seconds before the automatic upgrade is initiated. The upgrade service uses the grace period to compute the upgrade start time when it receives an upgrade notfication from the Intersight. If there is an Upgrade Policy configured for the Intersight Appliance, then the upgrade service uses the policy to compute the upgrade start time. However, the upgrade start time cannot not exceed the limit enforced by the grace period.
- Upgrade
Impact float64Duration - Duration (in minutes) for which services will be disrupted.
- Upgrade
Impact stringEnum - UpgradeImpactEnum is used to indicate the kind of impact the upgrade has on currently running services on the appliance.*
None
- The upgrade has no effect on the system.*Disruptive
- The services will not be functional during the upgrade.*Disruptive-reboot
- The upgrade needs a reboot. - Upgrade
Start stringTime - Start date of the software upgrade process.
- Version
Context GetAppliance Image Bundle Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Appliance Image Bundle Ancestor> - ansible
Packages List<GetAppliance Image Bundle Ansible Package> - auto
Upgrade Boolean - Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- class
Id String - create
Time String - The time when this managed object was created.
- dc
Packages List<GetAppliance Image Bundle Dc Package> - debug
Packages List<GetAppliance Image Bundle Debug Package> - description String
- Short description of the software upgrade bundle.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- endpoint
Packages List<GetAppliance Image Bundle Endpoint Package> - fingerprint String
- Fingerprint of the software manifest from which this bundle is created. Fingerprint is calculated using the SHA256 algorithm.
- has
Error Boolean - Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- id String
- infra
Packages List<GetAppliance Image Bundle Infra Package> - init
Packages List<GetAppliance Image Bundle Init Package> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the software upgrade bundle.
- notes String
- Detailed description of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - owners List<String>
- parent
Get
Appliance Image Bundle Parent - permission
Resources List<GetAppliance Image Bundle Permission Resource> - priority String
- Software upgrade manifest's upgrade priority. The upgrade service supports two priorities, Normal and Critical. Normal priority is used for regular software upgrades, and the upgrade service uses the Upgrade Policy to compute upgrade start time. Critical priority is used for the critical software security patches, and the upgrade service ignores the Upgrade Policy when it computes the upgrade start time.*
Normal
- Normal upgrade priority is used for all the software upgrades except for the critical security updates. The upgrade service of Intersight Appliance uses the Software Upgrade Policy settings to start the upgrade process.*Critical
- Critical upgrade priority is used for critical updates such as security patches. The upgrade service of the Intersight Appliance starts the upgrade as specified by the upgrade properties in the software manifest file. The upgrade service will not use the settings specified in the Software Upgrade Policy. - release
Time String - Software upgrade manifest's release date and time.
- requires
Get
Appliance Image Bundle Requires - service
Packages List<GetAppliance Image Bundle Service Package> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status
Message String - Status message set during the manifest processing.
- system
Packages List<GetAppliance Image Bundle System Package> - List<Get
Appliance Image Bundle Tag> - ui
Packages List<GetAppliance Image Bundle Ui Package> - upgrade
End StringTime - End date of the software upgrade process.
- upgrade
Grace DoublePeriod - Grace period in seconds before the automatic upgrade is initiated. The upgrade service uses the grace period to compute the upgrade start time when it receives an upgrade notfication from the Intersight. If there is an Upgrade Policy configured for the Intersight Appliance, then the upgrade service uses the policy to compute the upgrade start time. However, the upgrade start time cannot not exceed the limit enforced by the grace period.
- upgrade
Impact DoubleDuration - Duration (in minutes) for which services will be disrupted.
- upgrade
Impact StringEnum - UpgradeImpactEnum is used to indicate the kind of impact the upgrade has on currently running services on the appliance.*
None
- The upgrade has no effect on the system.*Disruptive
- The services will not be functional during the upgrade.*Disruptive-reboot
- The upgrade needs a reboot. - upgrade
Start StringTime - Start date of the software upgrade process.
- version
Context GetAppliance Image Bundle Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Appliance Image Bundle Ancestor[] - ansible
Packages GetAppliance Image Bundle Ansible Package[] - auto
Upgrade boolean - Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- class
Id string - create
Time string - The time when this managed object was created.
- dc
Packages GetAppliance Image Bundle Dc Package[] - debug
Packages GetAppliance Image Bundle Debug Package[] - description string
- Short description of the software upgrade bundle.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- endpoint
Packages GetAppliance Image Bundle Endpoint Package[] - fingerprint string
- Fingerprint of the software manifest from which this bundle is created. Fingerprint is calculated using the SHA256 algorithm.
- has
Error boolean - Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- id string
- infra
Packages GetAppliance Image Bundle Infra Package[] - init
Packages GetAppliance Image Bundle Init Package[] - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the software upgrade bundle.
- notes string
- Detailed description of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - owners string[]
- parent
Get
Appliance Image Bundle Parent - permission
Resources GetAppliance Image Bundle Permission Resource[] - priority string
- Software upgrade manifest's upgrade priority. The upgrade service supports two priorities, Normal and Critical. Normal priority is used for regular software upgrades, and the upgrade service uses the Upgrade Policy to compute upgrade start time. Critical priority is used for the critical software security patches, and the upgrade service ignores the Upgrade Policy when it computes the upgrade start time.*
Normal
- Normal upgrade priority is used for all the software upgrades except for the critical security updates. The upgrade service of Intersight Appliance uses the Software Upgrade Policy settings to start the upgrade process.*Critical
- Critical upgrade priority is used for critical updates such as security patches. The upgrade service of the Intersight Appliance starts the upgrade as specified by the upgrade properties in the software manifest file. The upgrade service will not use the settings specified in the Software Upgrade Policy. - release
Time string - Software upgrade manifest's release date and time.
- requires
Get
Appliance Image Bundle Requires - service
Packages GetAppliance Image Bundle Service Package[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status
Message string - Status message set during the manifest processing.
- system
Packages GetAppliance Image Bundle System Package[] - Get
Appliance Image Bundle Tag[] - ui
Packages GetAppliance Image Bundle Ui Package[] - upgrade
End stringTime - End date of the software upgrade process.
- upgrade
Grace numberPeriod - Grace period in seconds before the automatic upgrade is initiated. The upgrade service uses the grace period to compute the upgrade start time when it receives an upgrade notfication from the Intersight. If there is an Upgrade Policy configured for the Intersight Appliance, then the upgrade service uses the policy to compute the upgrade start time. However, the upgrade start time cannot not exceed the limit enforced by the grace period.
- upgrade
Impact numberDuration - Duration (in minutes) for which services will be disrupted.
- upgrade
Impact stringEnum - UpgradeImpactEnum is used to indicate the kind of impact the upgrade has on currently running services on the appliance.*
None
- The upgrade has no effect on the system.*Disruptive
- The services will not be functional during the upgrade.*Disruptive-reboot
- The upgrade needs a reboot. - upgrade
Start stringTime - Start date of the software upgrade process.
- version
Context GetAppliance Image Bundle Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Appliance Image Bundle Ancestor] - ansible_
packages Sequence[GetAppliance Image Bundle Ansible Package] - auto_
upgrade bool - Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- class_
id str - create_
time str - The time when this managed object was created.
- dc_
packages Sequence[GetAppliance Image Bundle Dc Package] - debug_
packages Sequence[GetAppliance Image Bundle Debug Package] - description str
- Short description of the software upgrade bundle.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- endpoint_
packages Sequence[GetAppliance Image Bundle Endpoint Package] - fingerprint str
- Fingerprint of the software manifest from which this bundle is created. Fingerprint is calculated using the SHA256 algorithm.
- has_
error bool - Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- id str
- infra_
packages Sequence[GetAppliance Image Bundle Infra Package] - init_
packages Sequence[GetAppliance Image Bundle Init Package] - mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the software upgrade bundle.
- notes str
- Detailed description of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - owners Sequence[str]
- parent
Get
Appliance Image Bundle Parent - permission_
resources Sequence[GetAppliance Image Bundle Permission Resource] - priority str
- Software upgrade manifest's upgrade priority. The upgrade service supports two priorities, Normal and Critical. Normal priority is used for regular software upgrades, and the upgrade service uses the Upgrade Policy to compute upgrade start time. Critical priority is used for the critical software security patches, and the upgrade service ignores the Upgrade Policy when it computes the upgrade start time.*
Normal
- Normal upgrade priority is used for all the software upgrades except for the critical security updates. The upgrade service of Intersight Appliance uses the Software Upgrade Policy settings to start the upgrade process.*Critical
- Critical upgrade priority is used for critical updates such as security patches. The upgrade service of the Intersight Appliance starts the upgrade as specified by the upgrade properties in the software manifest file. The upgrade service will not use the settings specified in the Software Upgrade Policy. - release_
time str - Software upgrade manifest's release date and time.
- requires
Get
Appliance Image Bundle Requires - service_
packages Sequence[GetAppliance Image Bundle Service Package] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status_
message str - Status message set during the manifest processing.
- system_
packages Sequence[GetAppliance Image Bundle System Package] - Sequence[Get
Appliance Image Bundle Tag] - ui_
packages Sequence[GetAppliance Image Bundle Ui Package] - upgrade_
end_ strtime - End date of the software upgrade process.
- upgrade_
grace_ floatperiod - Grace period in seconds before the automatic upgrade is initiated. The upgrade service uses the grace period to compute the upgrade start time when it receives an upgrade notfication from the Intersight. If there is an Upgrade Policy configured for the Intersight Appliance, then the upgrade service uses the policy to compute the upgrade start time. However, the upgrade start time cannot not exceed the limit enforced by the grace period.
- upgrade_
impact_ floatduration - Duration (in minutes) for which services will be disrupted.
- upgrade_
impact_ strenum - UpgradeImpactEnum is used to indicate the kind of impact the upgrade has on currently running services on the appliance.*
None
- The upgrade has no effect on the system.*Disruptive
- The services will not be functional during the upgrade.*Disruptive-reboot
- The upgrade needs a reboot. - upgrade_
start_ strtime - Start date of the software upgrade process.
- version_
context GetAppliance Image Bundle Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- ansible
Packages List<Property Map> - auto
Upgrade Boolean - Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- class
Id String - create
Time String - The time when this managed object was created.
- dc
Packages List<Property Map> - debug
Packages List<Property Map> - description String
- Short description of the software upgrade bundle.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- endpoint
Packages List<Property Map> - fingerprint String
- Fingerprint of the software manifest from which this bundle is created. Fingerprint is calculated using the SHA256 algorithm.
- has
Error Boolean - Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- id String
- infra
Packages List<Property Map> - init
Packages 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.
- name String
- Name of the software upgrade bundle.
- notes String
- Detailed description of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - priority String
- Software upgrade manifest's upgrade priority. The upgrade service supports two priorities, Normal and Critical. Normal priority is used for regular software upgrades, and the upgrade service uses the Upgrade Policy to compute upgrade start time. Critical priority is used for the critical software security patches, and the upgrade service ignores the Upgrade Policy when it computes the upgrade start time.*
Normal
- Normal upgrade priority is used for all the software upgrades except for the critical security updates. The upgrade service of Intersight Appliance uses the Software Upgrade Policy settings to start the upgrade process.*Critical
- Critical upgrade priority is used for critical updates such as security patches. The upgrade service of the Intersight Appliance starts the upgrade as specified by the upgrade properties in the software manifest file. The upgrade service will not use the settings specified in the Software Upgrade Policy. - release
Time String - Software upgrade manifest's release date and time.
- requires Property Map
- service
Packages 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.
- status
Message String - Status message set during the manifest processing.
- system
Packages List<Property Map> - List<Property Map>
- ui
Packages List<Property Map> - upgrade
End StringTime - End date of the software upgrade process.
- upgrade
Grace NumberPeriod - Grace period in seconds before the automatic upgrade is initiated. The upgrade service uses the grace period to compute the upgrade start time when it receives an upgrade notfication from the Intersight. If there is an Upgrade Policy configured for the Intersight Appliance, then the upgrade service uses the policy to compute the upgrade start time. However, the upgrade start time cannot not exceed the limit enforced by the grace period.
- upgrade
Impact NumberDuration - Duration (in minutes) for which services will be disrupted.
- upgrade
Impact StringEnum - UpgradeImpactEnum is used to indicate the kind of impact the upgrade has on currently running services on the appliance.*
None
- The upgrade has no effect on the system.*Disruptive
- The services will not be functional during the upgrade.*Disruptive-reboot
- The upgrade needs a reboot. - upgrade
Start StringTime - Start date of the software upgrade process.
- version
Context Property Map
getApplianceImageBundle Result
The following output properties are available:
- Id string
- Results
List<Get
Appliance Image Bundle Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Appliance Image Bundle Ancestor> - Ansible
Packages List<GetAppliance Image Bundle Ansible Package> - Auto
Upgrade bool - Class
Id string - Create
Time string - Dc
Packages List<GetAppliance Image Bundle Dc Package> - Debug
Packages List<GetAppliance Image Bundle Debug Package> - Description string
- Domain
Group stringMoid - Endpoint
Packages List<GetAppliance Image Bundle Endpoint Package> - Fingerprint string
- Has
Error bool - Infra
Packages List<GetAppliance Image Bundle Infra Package> - Init
Packages List<GetAppliance Image Bundle Init Package> - Mod
Time string - Moid string
- Name string
- Notes string
- Nr
Version string - Object
Type string - Owners List<string>
- Parent
Get
Appliance Image Bundle Parent - Permission
Resources List<GetAppliance Image Bundle Permission Resource> - Priority string
- Release
Time string - Requires
Get
Appliance Image Bundle Requires - Service
Packages List<GetAppliance Image Bundle Service Package> - string
- Status
Message string - System
Packages List<GetAppliance Image Bundle System Package> - List<Get
Appliance Image Bundle Tag> - Ui
Packages List<GetAppliance Image Bundle Ui Package> - Upgrade
End stringTime - Upgrade
Grace doublePeriod - Upgrade
Impact doubleDuration - Upgrade
Impact stringEnum - Upgrade
Start stringTime - Version
Context GetAppliance Image Bundle Version Context
- Id string
- Results
[]Get
Appliance Image Bundle Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Appliance Image Bundle Ancestor - Ansible
Packages []GetAppliance Image Bundle Ansible Package - Auto
Upgrade bool - Class
Id string - Create
Time string - Dc
Packages []GetAppliance Image Bundle Dc Package - Debug
Packages []GetAppliance Image Bundle Debug Package - Description string
- Domain
Group stringMoid - Endpoint
Packages []GetAppliance Image Bundle Endpoint Package - Fingerprint string
- Has
Error bool - Infra
Packages []GetAppliance Image Bundle Infra Package - Init
Packages []GetAppliance Image Bundle Init Package - Mod
Time string - Moid string
- Name string
- Notes string
- Nr
Version string - Object
Type string - Owners []string
- Parent
Get
Appliance Image Bundle Parent - Permission
Resources []GetAppliance Image Bundle Permission Resource - Priority string
- Release
Time string - Requires
Get
Appliance Image Bundle Requires - Service
Packages []GetAppliance Image Bundle Service Package - string
- Status
Message string - System
Packages []GetAppliance Image Bundle System Package - []Get
Appliance Image Bundle Tag - Ui
Packages []GetAppliance Image Bundle Ui Package - Upgrade
End stringTime - Upgrade
Grace float64Period - Upgrade
Impact float64Duration - Upgrade
Impact stringEnum - Upgrade
Start stringTime - Version
Context GetAppliance Image Bundle Version Context
- id String
- results
List<Get
Appliance Image Bundle Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Appliance Image Bundle Ancestor> - ansible
Packages List<GetAppliance Image Bundle Ansible Package> - auto
Upgrade Boolean - class
Id String - create
Time String - dc
Packages List<GetAppliance Image Bundle Dc Package> - debug
Packages List<GetAppliance Image Bundle Debug Package> - description String
- domain
Group StringMoid - endpoint
Packages List<GetAppliance Image Bundle Endpoint Package> - fingerprint String
- has
Error Boolean - infra
Packages List<GetAppliance Image Bundle Infra Package> - init
Packages List<GetAppliance Image Bundle Init Package> - mod
Time String - moid String
- name String
- notes String
- nr
Version String - object
Type String - owners List<String>
- parent
Get
Appliance Image Bundle Parent - permission
Resources List<GetAppliance Image Bundle Permission Resource> - priority String
- release
Time String - requires
Get
Appliance Image Bundle Requires - service
Packages List<GetAppliance Image Bundle Service Package> - String
- status
Message String - system
Packages List<GetAppliance Image Bundle System Package> - List<Get
Appliance Image Bundle Tag> - ui
Packages List<GetAppliance Image Bundle Ui Package> - upgrade
End StringTime - upgrade
Grace DoublePeriod - upgrade
Impact DoubleDuration - upgrade
Impact StringEnum - upgrade
Start StringTime - version
Context GetAppliance Image Bundle Version Context
- id string
- results
Get
Appliance Image Bundle Result[] - account
Moid string - additional
Properties string - ancestors
Get
Appliance Image Bundle Ancestor[] - ansible
Packages GetAppliance Image Bundle Ansible Package[] - auto
Upgrade boolean - class
Id string - create
Time string - dc
Packages GetAppliance Image Bundle Dc Package[] - debug
Packages GetAppliance Image Bundle Debug Package[] - description string
- domain
Group stringMoid - endpoint
Packages GetAppliance Image Bundle Endpoint Package[] - fingerprint string
- has
Error boolean - infra
Packages GetAppliance Image Bundle Infra Package[] - init
Packages GetAppliance Image Bundle Init Package[] - mod
Time string - moid string
- name string
- notes string
- nr
Version string - object
Type string - owners string[]
- parent
Get
Appliance Image Bundle Parent - permission
Resources GetAppliance Image Bundle Permission Resource[] - priority string
- release
Time string - requires
Get
Appliance Image Bundle Requires - service
Packages GetAppliance Image Bundle Service Package[] - string
- status
Message string - system
Packages GetAppliance Image Bundle System Package[] - Get
Appliance Image Bundle Tag[] - ui
Packages GetAppliance Image Bundle Ui Package[] - upgrade
End stringTime - upgrade
Grace numberPeriod - upgrade
Impact numberDuration - upgrade
Impact stringEnum - upgrade
Start stringTime - version
Context GetAppliance Image Bundle Version Context
- id str
- results
Sequence[Get
Appliance Image Bundle Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Appliance Image Bundle Ancestor] - ansible_
packages Sequence[GetAppliance Image Bundle Ansible Package] - auto_
upgrade bool - class_
id str - create_
time str - dc_
packages Sequence[GetAppliance Image Bundle Dc Package] - debug_
packages Sequence[GetAppliance Image Bundle Debug Package] - description str
- domain_
group_ strmoid - endpoint_
packages Sequence[GetAppliance Image Bundle Endpoint Package] - fingerprint str
- has_
error bool - infra_
packages Sequence[GetAppliance Image Bundle Infra Package] - init_
packages Sequence[GetAppliance Image Bundle Init Package] - mod_
time str - moid str
- name str
- notes str
- nr_
version str - object_
type str - owners Sequence[str]
- parent
Get
Appliance Image Bundle Parent - permission_
resources Sequence[GetAppliance Image Bundle Permission Resource] - priority str
- release_
time str - requires
Get
Appliance Image Bundle Requires - service_
packages Sequence[GetAppliance Image Bundle Service Package] - str
- status_
message str - system_
packages Sequence[GetAppliance Image Bundle System Package] - Sequence[Get
Appliance Image Bundle Tag] - ui_
packages Sequence[GetAppliance Image Bundle Ui Package] - upgrade_
end_ strtime - upgrade_
grace_ floatperiod - upgrade_
impact_ floatduration - upgrade_
impact_ strenum - upgrade_
start_ strtime - version_
context GetAppliance Image Bundle Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- ansible
Packages List<Property Map> - auto
Upgrade Boolean - class
Id String - create
Time String - dc
Packages List<Property Map> - debug
Packages List<Property Map> - description String
- domain
Group StringMoid - endpoint
Packages List<Property Map> - fingerprint String
- has
Error Boolean - infra
Packages List<Property Map> - init
Packages List<Property Map> - mod
Time String - moid String
- name String
- notes String
- nr
Version String - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - priority String
- release
Time String - requires Property Map
- service
Packages List<Property Map> - String
- status
Message String - system
Packages List<Property Map> - List<Property Map>
- ui
Packages List<Property Map> - upgrade
End StringTime - upgrade
Grace NumberPeriod - upgrade
Impact NumberDuration - upgrade
Impact StringEnum - upgrade
Start StringTime - version
Context Property Map
Supporting Types
GetApplianceImageBundleAncestor
- 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'.
GetApplianceImageBundleAnsiblePackage
- 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
Path string - Optional file path of the image package.
- File
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- File
Size double - Image file size in bytes.
- File
Time string - Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Package
Type string - Image package type (e.g. service, system etc.).
- 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
Path string - Optional file path of the image package.
- File
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- File
Size float64 - Image file size in bytes.
- File
Time string - Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Package
Type string - Image package type (e.g. service, system etc.).
- 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
Path String - Optional file path of the image package.
- file
Sha String - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size Double - Image file size in bytes.
- file
Time String - Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type String - Image package type (e.g. service, system etc.).
- 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
Path string - Optional file path of the image package.
- file
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size number - Image file size in bytes.
- file
Time string - Image file's last modified date and time.
- filename string
- Filename of the image package.
- name string
- Name of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type string - Image package type (e.g. service, system etc.).
- 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_
path str - Optional file path of the image package.
- file_
sha str - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file_
size float - Image file size in bytes.
- file_
time str - Image file's last modified date and time.
- filename str
- Filename of the image package.
- name str
- Name of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package_
type str - Image package type (e.g. service, system etc.).
- 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
Path String - Optional file path of the image package.
- file
Sha String - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size Number - Image file size in bytes.
- file
Time String - Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type String - Image package type (e.g. service, system etc.).
GetApplianceImageBundleDcPackage
- 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
Path string - Optional file path of the image package.
- File
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- File
Size double - Image file size in bytes.
- File
Time string - Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Package
Type string - Image package type (e.g. service, system etc.).
- 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
Path string - Optional file path of the image package.
- File
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- File
Size float64 - Image file size in bytes.
- File
Time string - Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Package
Type string - Image package type (e.g. service, system etc.).
- 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
Path String - Optional file path of the image package.
- file
Sha String - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size Double - Image file size in bytes.
- file
Time String - Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type String - Image package type (e.g. service, system etc.).
- 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
Path string - Optional file path of the image package.
- file
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size number - Image file size in bytes.
- file
Time string - Image file's last modified date and time.
- filename string
- Filename of the image package.
- name string
- Name of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type string - Image package type (e.g. service, system etc.).
- 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_
path str - Optional file path of the image package.
- file_
sha str - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file_
size float - Image file size in bytes.
- file_
time str - Image file's last modified date and time.
- filename str
- Filename of the image package.
- name str
- Name of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package_
type str - Image package type (e.g. service, system etc.).
- 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
Path String - Optional file path of the image package.
- file
Sha String - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size Number - Image file size in bytes.
- file
Time String - Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type String - Image package type (e.g. service, system etc.).
GetApplianceImageBundleDebugPackage
- 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
Path string - Optional file path of the image package.
- File
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- File
Size double - Image file size in bytes.
- File
Time string - Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Package
Type string - Image package type (e.g. service, system etc.).
- 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
Path string - Optional file path of the image package.
- File
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- File
Size float64 - Image file size in bytes.
- File
Time string - Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Package
Type string - Image package type (e.g. service, system etc.).
- 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
Path String - Optional file path of the image package.
- file
Sha String - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size Double - Image file size in bytes.
- file
Time String - Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type String - Image package type (e.g. service, system etc.).
- 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
Path string - Optional file path of the image package.
- file
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size number - Image file size in bytes.
- file
Time string - Image file's last modified date and time.
- filename string
- Filename of the image package.
- name string
- Name of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type string - Image package type (e.g. service, system etc.).
- 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_
path str - Optional file path of the image package.
- file_
sha str - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file_
size float - Image file size in bytes.
- file_
time str - Image file's last modified date and time.
- filename str
- Filename of the image package.
- name str
- Name of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package_
type str - Image package type (e.g. service, system etc.).
- 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
Path String - Optional file path of the image package.
- file
Sha String - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size Number - Image file size in bytes.
- file
Time String - Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type String - Image package type (e.g. service, system etc.).
GetApplianceImageBundleEndpointPackage
- 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
Path string - Optional file path of the image package.
- File
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- File
Size double - Image file size in bytes.
- File
Time string - Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Package
Type string - Image package type (e.g. service, system etc.).
- 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
Path string - Optional file path of the image package.
- File
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- File
Size float64 - Image file size in bytes.
- File
Time string - Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Package
Type string - Image package type (e.g. service, system etc.).
- 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
Path String - Optional file path of the image package.
- file
Sha String - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size Double - Image file size in bytes.
- file
Time String - Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type String - Image package type (e.g. service, system etc.).
- 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
Path string - Optional file path of the image package.
- file
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size number - Image file size in bytes.
- file
Time string - Image file's last modified date and time.
- filename string
- Filename of the image package.
- name string
- Name of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type string - Image package type (e.g. service, system etc.).
- 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_
path str - Optional file path of the image package.
- file_
sha str - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file_
size float - Image file size in bytes.
- file_
time str - Image file's last modified date and time.
- filename str
- Filename of the image package.
- name str
- Name of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package_
type str - Image package type (e.g. service, system etc.).
- 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
Path String - Optional file path of the image package.
- file
Sha String - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size Number - Image file size in bytes.
- file
Time String - Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type String - Image package type (e.g. service, system etc.).
GetApplianceImageBundleInfraPackage
- 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
Path string - Optional file path of the image package.
- File
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- File
Size double - Image file size in bytes.
- File
Time string - Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Package
Type string - Image package type (e.g. service, system etc.).
- 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
Path string - Optional file path of the image package.
- File
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- File
Size float64 - Image file size in bytes.
- File
Time string - Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Package
Type string - Image package type (e.g. service, system etc.).
- 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
Path String - Optional file path of the image package.
- file
Sha String - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size Double - Image file size in bytes.
- file
Time String - Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type String - Image package type (e.g. service, system etc.).
- 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
Path string - Optional file path of the image package.
- file
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size number - Image file size in bytes.
- file
Time string - Image file's last modified date and time.
- filename string
- Filename of the image package.
- name string
- Name of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type string - Image package type (e.g. service, system etc.).
- 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_
path str - Optional file path of the image package.
- file_
sha str - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file_
size float - Image file size in bytes.
- file_
time str - Image file's last modified date and time.
- filename str
- Filename of the image package.
- name str
- Name of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package_
type str - Image package type (e.g. service, system etc.).
- 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
Path String - Optional file path of the image package.
- file
Sha String - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size Number - Image file size in bytes.
- file
Time String - Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type String - Image package type (e.g. service, system etc.).
GetApplianceImageBundleInitPackage
- 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
Path string - Optional file path of the image package.
- File
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- File
Size double - Image file size in bytes.
- File
Time string - Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Package
Type string - Image package type (e.g. service, system etc.).
- 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
Path string - Optional file path of the image package.
- File
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- File
Size float64 - Image file size in bytes.
- File
Time string - Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Package
Type string - Image package type (e.g. service, system etc.).
- 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
Path String - Optional file path of the image package.
- file
Sha String - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size Double - Image file size in bytes.
- file
Time String - Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type String - Image package type (e.g. service, system etc.).
- 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
Path string - Optional file path of the image package.
- file
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size number - Image file size in bytes.
- file
Time string - Image file's last modified date and time.
- filename string
- Filename of the image package.
- name string
- Name of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type string - Image package type (e.g. service, system etc.).
- 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_
path str - Optional file path of the image package.
- file_
sha str - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file_
size float - Image file size in bytes.
- file_
time str - Image file's last modified date and time.
- filename str
- Filename of the image package.
- name str
- Name of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package_
type str - Image package type (e.g. service, system etc.).
- 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
Path String - Optional file path of the image package.
- file
Sha String - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size Number - Image file size in bytes.
- file
Time String - Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type String - Image package type (e.g. service, system etc.).
GetApplianceImageBundleParent
- 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'.
GetApplianceImageBundlePermissionResource
- 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'.
GetApplianceImageBundleRequires
- 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'.
GetApplianceImageBundleResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Appliance Image Bundle Result Ancestor> - Ansible
Packages List<GetAppliance Image Bundle Result Ansible Package> - Auto
Upgrade bool - Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Dc
Packages List<GetAppliance Image Bundle Result Dc Package> - Debug
Packages List<GetAppliance Image Bundle Result Debug Package> - Description string
- Short description of the software upgrade bundle.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Endpoint
Packages List<GetAppliance Image Bundle Result Endpoint Package> - Fingerprint string
- Fingerprint of the software manifest from which this bundle is created. Fingerprint is calculated using the SHA256 algorithm.
- Has
Error bool - Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- Infra
Packages List<GetAppliance Image Bundle Result Infra Package> - Init
Packages List<GetAppliance Image Bundle Result Init Package> - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the software upgrade bundle.
- Notes string
- Detailed description of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Owners List<string>
- Parents
List<Get
Appliance Image Bundle Result Parent> - Permission
Resources List<GetAppliance Image Bundle Result Permission Resource> - Priority string
- Software upgrade manifest's upgrade priority. The upgrade service supports two priorities, Normal and Critical. Normal priority is used for regular software upgrades, and the upgrade service uses the Upgrade Policy to compute upgrade start time. Critical priority is used for the critical software security patches, and the upgrade service ignores the Upgrade Policy when it computes the upgrade start time.*
Normal
- Normal upgrade priority is used for all the software upgrades except for the critical security updates. The upgrade service of Intersight Appliance uses the Software Upgrade Policy settings to start the upgrade process.*Critical
- Critical upgrade priority is used for critical updates such as security patches. The upgrade service of the Intersight Appliance starts the upgrade as specified by the upgrade properties in the software manifest file. The upgrade service will not use the settings specified in the Software Upgrade Policy. - Release
Time string - Software upgrade manifest's release date and time.
- Requires
List<Get
Appliance Image Bundle Result Require> - Service
Packages List<GetAppliance Image Bundle Result Service Package> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status
Message string - Status message set during the manifest processing.
- System
Packages List<GetAppliance Image Bundle Result System Package> - List<Get
Appliance Image Bundle Result Tag> - Ui
Packages List<GetAppliance Image Bundle Result Ui Package> - Upgrade
End stringTime - End date of the software upgrade process.
- Upgrade
Grace doublePeriod - Grace period in seconds before the automatic upgrade is initiated. The upgrade service uses the grace period to compute the upgrade start time when it receives an upgrade notfication from the Intersight. If there is an Upgrade Policy configured for the Intersight Appliance, then the upgrade service uses the policy to compute the upgrade start time. However, the upgrade start time cannot not exceed the limit enforced by the grace period.
- Upgrade
Impact doubleDuration - Duration (in minutes) for which services will be disrupted.
- Upgrade
Impact stringEnum - UpgradeImpactEnum is used to indicate the kind of impact the upgrade has on currently running services on the appliance.*
None
- The upgrade has no effect on the system.*Disruptive
- The services will not be functional during the upgrade.*Disruptive-reboot
- The upgrade needs a reboot. - Upgrade
Start stringTime - Start date of the software upgrade process.
- Version
Contexts List<GetAppliance Image Bundle Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Appliance Image Bundle Result Ancestor - Ansible
Packages []GetAppliance Image Bundle Result Ansible Package - Auto
Upgrade bool - Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Dc
Packages []GetAppliance Image Bundle Result Dc Package - Debug
Packages []GetAppliance Image Bundle Result Debug Package - Description string
- Short description of the software upgrade bundle.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Endpoint
Packages []GetAppliance Image Bundle Result Endpoint Package - Fingerprint string
- Fingerprint of the software manifest from which this bundle is created. Fingerprint is calculated using the SHA256 algorithm.
- Has
Error bool - Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- Infra
Packages []GetAppliance Image Bundle Result Infra Package - Init
Packages []GetAppliance Image Bundle Result Init Package - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the software upgrade bundle.
- Notes string
- Detailed description of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Owners []string
- Parents
[]Get
Appliance Image Bundle Result Parent - Permission
Resources []GetAppliance Image Bundle Result Permission Resource - Priority string
- Software upgrade manifest's upgrade priority. The upgrade service supports two priorities, Normal and Critical. Normal priority is used for regular software upgrades, and the upgrade service uses the Upgrade Policy to compute upgrade start time. Critical priority is used for the critical software security patches, and the upgrade service ignores the Upgrade Policy when it computes the upgrade start time.*
Normal
- Normal upgrade priority is used for all the software upgrades except for the critical security updates. The upgrade service of Intersight Appliance uses the Software Upgrade Policy settings to start the upgrade process.*Critical
- Critical upgrade priority is used for critical updates such as security patches. The upgrade service of the Intersight Appliance starts the upgrade as specified by the upgrade properties in the software manifest file. The upgrade service will not use the settings specified in the Software Upgrade Policy. - Release
Time string - Software upgrade manifest's release date and time.
- Requires
[]Get
Appliance Image Bundle Result Require - Service
Packages []GetAppliance Image Bundle Result Service Package - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status
Message string - Status message set during the manifest processing.
- System
Packages []GetAppliance Image Bundle Result System Package - []Get
Appliance Image Bundle Result Tag - Ui
Packages []GetAppliance Image Bundle Result Ui Package - Upgrade
End stringTime - End date of the software upgrade process.
- Upgrade
Grace float64Period - Grace period in seconds before the automatic upgrade is initiated. The upgrade service uses the grace period to compute the upgrade start time when it receives an upgrade notfication from the Intersight. If there is an Upgrade Policy configured for the Intersight Appliance, then the upgrade service uses the policy to compute the upgrade start time. However, the upgrade start time cannot not exceed the limit enforced by the grace period.
- Upgrade
Impact float64Duration - Duration (in minutes) for which services will be disrupted.
- Upgrade
Impact stringEnum - UpgradeImpactEnum is used to indicate the kind of impact the upgrade has on currently running services on the appliance.*
None
- The upgrade has no effect on the system.*Disruptive
- The services will not be functional during the upgrade.*Disruptive-reboot
- The upgrade needs a reboot. - Upgrade
Start stringTime - Start date of the software upgrade process.
- Version
Contexts []GetAppliance Image Bundle Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Appliance Image Bundle Result Ancestor> - ansible
Packages List<GetAppliance Image Bundle Result Ansible Package> - auto
Upgrade Boolean - Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- class
Id String - create
Time String - The time when this managed object was created.
- dc
Packages List<GetAppliance Image Bundle Result Dc Package> - debug
Packages List<GetAppliance Image Bundle Result Debug Package> - description String
- Short description of the software upgrade bundle.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- endpoint
Packages List<GetAppliance Image Bundle Result Endpoint Package> - fingerprint String
- Fingerprint of the software manifest from which this bundle is created. Fingerprint is calculated using the SHA256 algorithm.
- has
Error Boolean - Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- infra
Packages List<GetAppliance Image Bundle Result Infra Package> - init
Packages List<GetAppliance Image Bundle Result Init Package> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the software upgrade bundle.
- notes String
- Detailed description of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - owners List<String>
- parents
List<Get
Appliance Image Bundle Result Parent> - permission
Resources List<GetAppliance Image Bundle Result Permission Resource> - priority String
- Software upgrade manifest's upgrade priority. The upgrade service supports two priorities, Normal and Critical. Normal priority is used for regular software upgrades, and the upgrade service uses the Upgrade Policy to compute upgrade start time. Critical priority is used for the critical software security patches, and the upgrade service ignores the Upgrade Policy when it computes the upgrade start time.*
Normal
- Normal upgrade priority is used for all the software upgrades except for the critical security updates. The upgrade service of Intersight Appliance uses the Software Upgrade Policy settings to start the upgrade process.*Critical
- Critical upgrade priority is used for critical updates such as security patches. The upgrade service of the Intersight Appliance starts the upgrade as specified by the upgrade properties in the software manifest file. The upgrade service will not use the settings specified in the Software Upgrade Policy. - release
Time String - Software upgrade manifest's release date and time.
- requires
List<Get
Appliance Image Bundle Result Require> - service
Packages List<GetAppliance Image Bundle Result Service Package> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status
Message String - Status message set during the manifest processing.
- system
Packages List<GetAppliance Image Bundle Result System Package> - List<Get
Appliance Image Bundle Result Tag> - ui
Packages List<GetAppliance Image Bundle Result Ui Package> - upgrade
End StringTime - End date of the software upgrade process.
- upgrade
Grace DoublePeriod - Grace period in seconds before the automatic upgrade is initiated. The upgrade service uses the grace period to compute the upgrade start time when it receives an upgrade notfication from the Intersight. If there is an Upgrade Policy configured for the Intersight Appliance, then the upgrade service uses the policy to compute the upgrade start time. However, the upgrade start time cannot not exceed the limit enforced by the grace period.
- upgrade
Impact DoubleDuration - Duration (in minutes) for which services will be disrupted.
- upgrade
Impact StringEnum - UpgradeImpactEnum is used to indicate the kind of impact the upgrade has on currently running services on the appliance.*
None
- The upgrade has no effect on the system.*Disruptive
- The services will not be functional during the upgrade.*Disruptive-reboot
- The upgrade needs a reboot. - upgrade
Start StringTime - Start date of the software upgrade process.
- version
Contexts List<GetAppliance Image Bundle Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Appliance Image Bundle Result Ancestor[] - ansible
Packages GetAppliance Image Bundle Result Ansible Package[] - auto
Upgrade boolean - Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- class
Id string - create
Time string - The time when this managed object was created.
- dc
Packages GetAppliance Image Bundle Result Dc Package[] - debug
Packages GetAppliance Image Bundle Result Debug Package[] - description string
- Short description of the software upgrade bundle.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- endpoint
Packages GetAppliance Image Bundle Result Endpoint Package[] - fingerprint string
- Fingerprint of the software manifest from which this bundle is created. Fingerprint is calculated using the SHA256 algorithm.
- has
Error boolean - Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- infra
Packages GetAppliance Image Bundle Result Infra Package[] - init
Packages GetAppliance Image Bundle Result Init Package[] - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the software upgrade bundle.
- notes string
- Detailed description of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - owners string[]
- parents
Get
Appliance Image Bundle Result Parent[] - permission
Resources GetAppliance Image Bundle Result Permission Resource[] - priority string
- Software upgrade manifest's upgrade priority. The upgrade service supports two priorities, Normal and Critical. Normal priority is used for regular software upgrades, and the upgrade service uses the Upgrade Policy to compute upgrade start time. Critical priority is used for the critical software security patches, and the upgrade service ignores the Upgrade Policy when it computes the upgrade start time.*
Normal
- Normal upgrade priority is used for all the software upgrades except for the critical security updates. The upgrade service of Intersight Appliance uses the Software Upgrade Policy settings to start the upgrade process.*Critical
- Critical upgrade priority is used for critical updates such as security patches. The upgrade service of the Intersight Appliance starts the upgrade as specified by the upgrade properties in the software manifest file. The upgrade service will not use the settings specified in the Software Upgrade Policy. - release
Time string - Software upgrade manifest's release date and time.
- requires
Get
Appliance Image Bundle Result Require[] - service
Packages GetAppliance Image Bundle Result Service Package[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status
Message string - Status message set during the manifest processing.
- system
Packages GetAppliance Image Bundle Result System Package[] - Get
Appliance Image Bundle Result Tag[] - ui
Packages GetAppliance Image Bundle Result Ui Package[] - upgrade
End stringTime - End date of the software upgrade process.
- upgrade
Grace numberPeriod - Grace period in seconds before the automatic upgrade is initiated. The upgrade service uses the grace period to compute the upgrade start time when it receives an upgrade notfication from the Intersight. If there is an Upgrade Policy configured for the Intersight Appliance, then the upgrade service uses the policy to compute the upgrade start time. However, the upgrade start time cannot not exceed the limit enforced by the grace period.
- upgrade
Impact numberDuration - Duration (in minutes) for which services will be disrupted.
- upgrade
Impact stringEnum - UpgradeImpactEnum is used to indicate the kind of impact the upgrade has on currently running services on the appliance.*
None
- The upgrade has no effect on the system.*Disruptive
- The services will not be functional during the upgrade.*Disruptive-reboot
- The upgrade needs a reboot. - upgrade
Start stringTime - Start date of the software upgrade process.
- version
Contexts GetAppliance Image Bundle Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Appliance Image Bundle Result Ancestor] - ansible_
packages Sequence[GetAppliance Image Bundle Result Ansible Package] - auto_
upgrade bool - Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- class_
id str - create_
time str - The time when this managed object was created.
- dc_
packages Sequence[GetAppliance Image Bundle Result Dc Package] - debug_
packages Sequence[GetAppliance Image Bundle Result Debug Package] - description str
- Short description of the software upgrade bundle.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- endpoint_
packages Sequence[GetAppliance Image Bundle Result Endpoint Package] - fingerprint str
- Fingerprint of the software manifest from which this bundle is created. Fingerprint is calculated using the SHA256 algorithm.
- has_
error bool - Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- infra_
packages Sequence[GetAppliance Image Bundle Result Infra Package] - init_
packages Sequence[GetAppliance Image Bundle Result Init Package] - mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the software upgrade bundle.
- notes str
- Detailed description of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Appliance Image Bundle Result Parent] - permission_
resources Sequence[GetAppliance Image Bundle Result Permission Resource] - priority str
- Software upgrade manifest's upgrade priority. The upgrade service supports two priorities, Normal and Critical. Normal priority is used for regular software upgrades, and the upgrade service uses the Upgrade Policy to compute upgrade start time. Critical priority is used for the critical software security patches, and the upgrade service ignores the Upgrade Policy when it computes the upgrade start time.*
Normal
- Normal upgrade priority is used for all the software upgrades except for the critical security updates. The upgrade service of Intersight Appliance uses the Software Upgrade Policy settings to start the upgrade process.*Critical
- Critical upgrade priority is used for critical updates such as security patches. The upgrade service of the Intersight Appliance starts the upgrade as specified by the upgrade properties in the software manifest file. The upgrade service will not use the settings specified in the Software Upgrade Policy. - release_
time str - Software upgrade manifest's release date and time.
- requires
Sequence[Get
Appliance Image Bundle Result Require] - service_
packages Sequence[GetAppliance Image Bundle Result Service Package] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status_
message str - Status message set during the manifest processing.
- system_
packages Sequence[GetAppliance Image Bundle Result System Package] - Sequence[Get
Appliance Image Bundle Result Tag] - ui_
packages Sequence[GetAppliance Image Bundle Result Ui Package] - upgrade_
end_ strtime - End date of the software upgrade process.
- upgrade_
grace_ floatperiod - Grace period in seconds before the automatic upgrade is initiated. The upgrade service uses the grace period to compute the upgrade start time when it receives an upgrade notfication from the Intersight. If there is an Upgrade Policy configured for the Intersight Appliance, then the upgrade service uses the policy to compute the upgrade start time. However, the upgrade start time cannot not exceed the limit enforced by the grace period.
- upgrade_
impact_ floatduration - Duration (in minutes) for which services will be disrupted.
- upgrade_
impact_ strenum - UpgradeImpactEnum is used to indicate the kind of impact the upgrade has on currently running services on the appliance.*
None
- The upgrade has no effect on the system.*Disruptive
- The services will not be functional during the upgrade.*Disruptive-reboot
- The upgrade needs a reboot. - upgrade_
start_ strtime - Start date of the software upgrade process.
- version_
contexts Sequence[GetAppliance Image Bundle Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- ansible
Packages List<Property Map> - auto
Upgrade Boolean - Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- class
Id String - create
Time String - The time when this managed object was created.
- dc
Packages List<Property Map> - debug
Packages List<Property Map> - description String
- Short description of the software upgrade bundle.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- endpoint
Packages List<Property Map> - fingerprint String
- Fingerprint of the software manifest from which this bundle is created. Fingerprint is calculated using the SHA256 algorithm.
- has
Error Boolean - Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- infra
Packages List<Property Map> - init
Packages 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.
- name String
- Name of the software upgrade bundle.
- notes String
- Detailed description of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - priority String
- Software upgrade manifest's upgrade priority. The upgrade service supports two priorities, Normal and Critical. Normal priority is used for regular software upgrades, and the upgrade service uses the Upgrade Policy to compute upgrade start time. Critical priority is used for the critical software security patches, and the upgrade service ignores the Upgrade Policy when it computes the upgrade start time.*
Normal
- Normal upgrade priority is used for all the software upgrades except for the critical security updates. The upgrade service of Intersight Appliance uses the Software Upgrade Policy settings to start the upgrade process.*Critical
- Critical upgrade priority is used for critical updates such as security patches. The upgrade service of the Intersight Appliance starts the upgrade as specified by the upgrade properties in the software manifest file. The upgrade service will not use the settings specified in the Software Upgrade Policy. - release
Time String - Software upgrade manifest's release date and time.
- requires List<Property Map>
- service
Packages 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.
- status
Message String - Status message set during the manifest processing.
- system
Packages List<Property Map> - List<Property Map>
- ui
Packages List<Property Map> - upgrade
End StringTime - End date of the software upgrade process.
- upgrade
Grace NumberPeriod - Grace period in seconds before the automatic upgrade is initiated. The upgrade service uses the grace period to compute the upgrade start time when it receives an upgrade notfication from the Intersight. If there is an Upgrade Policy configured for the Intersight Appliance, then the upgrade service uses the policy to compute the upgrade start time. However, the upgrade start time cannot not exceed the limit enforced by the grace period.
- upgrade
Impact NumberDuration - Duration (in minutes) for which services will be disrupted.
- upgrade
Impact StringEnum - UpgradeImpactEnum is used to indicate the kind of impact the upgrade has on currently running services on the appliance.*
None
- The upgrade has no effect on the system.*Disruptive
- The services will not be functional during the upgrade.*Disruptive-reboot
- The upgrade needs a reboot. - upgrade
Start StringTime - Start date of the software upgrade process.
- version
Contexts List<Property Map>
GetApplianceImageBundleResultAncestor
- 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
GetApplianceImageBundleResultAnsiblePackage
- Additional
Properties string - Class
Id string - File
Path string - File
Sha string - File
Size double - File
Time string - Filename string
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Package
Type string
- Additional
Properties string - Class
Id string - File
Path string - File
Sha string - File
Size float64 - File
Time string - Filename string
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Package
Type string
- additional
Properties String - class
Id String - file
Path String - file
Sha String - file
Size Double - file
Time String - filename String
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - package
Type String
- additional
Properties string - class
Id string - file
Path string - file
Sha string - file
Size number - file
Time string - filename string
- name string
- Name of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - package
Type string
- additional_
properties str - class_
id str - file_
path str - file_
sha str - file_
size float - file_
time str - filename str
- name str
- Name of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - package_
type str
- additional
Properties String - class
Id String - file
Path String - file
Sha String - file
Size Number - file
Time String - filename String
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - package
Type String
GetApplianceImageBundleResultDcPackage
- Additional
Properties string - Class
Id string - File
Path string - File
Sha string - File
Size double - File
Time string - Filename string
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Package
Type string
- Additional
Properties string - Class
Id string - File
Path string - File
Sha string - File
Size float64 - File
Time string - Filename string
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Package
Type string
- additional
Properties String - class
Id String - file
Path String - file
Sha String - file
Size Double - file
Time String - filename String
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - package
Type String
- additional
Properties string - class
Id string - file
Path string - file
Sha string - file
Size number - file
Time string - filename string
- name string
- Name of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - package
Type string
- additional_
properties str - class_
id str - file_
path str - file_
sha str - file_
size float - file_
time str - filename str
- name str
- Name of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - package_
type str
- additional
Properties String - class
Id String - file
Path String - file
Sha String - file
Size Number - file
Time String - filename String
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - package
Type String
GetApplianceImageBundleResultDebugPackage
- Additional
Properties string - Class
Id string - File
Path string - File
Sha string - File
Size double - File
Time string - Filename string
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Package
Type string
- Additional
Properties string - Class
Id string - File
Path string - File
Sha string - File
Size float64 - File
Time string - Filename string
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Package
Type string
- additional
Properties String - class
Id String - file
Path String - file
Sha String - file
Size Double - file
Time String - filename String
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - package
Type String
- additional
Properties string - class
Id string - file
Path string - file
Sha string - file
Size number - file
Time string - filename string
- name string
- Name of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - package
Type string
- additional_
properties str - class_
id str - file_
path str - file_
sha str - file_
size float - file_
time str - filename str
- name str
- Name of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - package_
type str
- additional
Properties String - class
Id String - file
Path String - file
Sha String - file
Size Number - file
Time String - filename String
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - package
Type String
GetApplianceImageBundleResultEndpointPackage
- Additional
Properties string - Class
Id string - File
Path string - File
Sha string - File
Size double - File
Time string - Filename string
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Package
Type string
- Additional
Properties string - Class
Id string - File
Path string - File
Sha string - File
Size float64 - File
Time string - Filename string
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Package
Type string
- additional
Properties String - class
Id String - file
Path String - file
Sha String - file
Size Double - file
Time String - filename String
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - package
Type String
- additional
Properties string - class
Id string - file
Path string - file
Sha string - file
Size number - file
Time string - filename string
- name string
- Name of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - package
Type string
- additional_
properties str - class_
id str - file_
path str - file_
sha str - file_
size float - file_
time str - filename str
- name str
- Name of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - package_
type str
- additional
Properties String - class
Id String - file
Path String - file
Sha String - file
Size Number - file
Time String - filename String
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - package
Type String
GetApplianceImageBundleResultInfraPackage
- Additional
Properties string - Class
Id string - File
Path string - File
Sha string - File
Size double - File
Time string - Filename string
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Package
Type string
- Additional
Properties string - Class
Id string - File
Path string - File
Sha string - File
Size float64 - File
Time string - Filename string
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Package
Type string
- additional
Properties String - class
Id String - file
Path String - file
Sha String - file
Size Double - file
Time String - filename String
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - package
Type String
- additional
Properties string - class
Id string - file
Path string - file
Sha string - file
Size number - file
Time string - filename string
- name string
- Name of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - package
Type string
- additional_
properties str - class_
id str - file_
path str - file_
sha str - file_
size float - file_
time str - filename str
- name str
- Name of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - package_
type str
- additional
Properties String - class
Id String - file
Path String - file
Sha String - file
Size Number - file
Time String - filename String
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - package
Type String
GetApplianceImageBundleResultInitPackage
- Additional
Properties string - Class
Id string - File
Path string - File
Sha string - File
Size double - File
Time string - Filename string
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Package
Type string
- Additional
Properties string - Class
Id string - File
Path string - File
Sha string - File
Size float64 - File
Time string - Filename string
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Package
Type string
- additional
Properties String - class
Id String - file
Path String - file
Sha String - file
Size Double - file
Time String - filename String
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - package
Type String
- additional
Properties string - class
Id string - file
Path string - file
Sha string - file
Size number - file
Time string - filename string
- name string
- Name of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - package
Type string
- additional_
properties str - class_
id str - file_
path str - file_
sha str - file_
size float - file_
time str - filename str
- name str
- Name of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - package_
type str
- additional
Properties String - class
Id String - file
Path String - file
Sha String - file
Size Number - file
Time String - filename String
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - package
Type String
GetApplianceImageBundleResultParent
- 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
GetApplianceImageBundleResultPermissionResource
- 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
GetApplianceImageBundleResultRequire
- 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
GetApplianceImageBundleResultServicePackage
- Additional
Properties string - Class
Id string - File
Path string - File
Sha string - File
Size double - File
Time string - Filename string
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Package
Type string
- Additional
Properties string - Class
Id string - File
Path string - File
Sha string - File
Size float64 - File
Time string - Filename string
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Package
Type string
- additional
Properties String - class
Id String - file
Path String - file
Sha String - file
Size Double - file
Time String - filename String
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - package
Type String
- additional
Properties string - class
Id string - file
Path string - file
Sha string - file
Size number - file
Time string - filename string
- name string
- Name of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - package
Type string
- additional_
properties str - class_
id str - file_
path str - file_
sha str - file_
size float - file_
time str - filename str
- name str
- Name of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - package_
type str
- additional
Properties String - class
Id String - file
Path String - file
Sha String - file
Size Number - file
Time String - filename String
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - package
Type String
GetApplianceImageBundleResultSystemPackage
- Additional
Properties string - Class
Id string - File
Path string - File
Sha string - File
Size double - File
Time string - Filename string
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Package
Type string
- Additional
Properties string - Class
Id string - File
Path string - File
Sha string - File
Size float64 - File
Time string - Filename string
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Package
Type string
- additional
Properties String - class
Id String - file
Path String - file
Sha String - file
Size Double - file
Time String - filename String
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - package
Type String
- additional
Properties string - class
Id string - file
Path string - file
Sha string - file
Size number - file
Time string - filename string
- name string
- Name of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - package
Type string
- additional_
properties str - class_
id str - file_
path str - file_
sha str - file_
size float - file_
time str - filename str
- name str
- Name of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - package_
type str
- additional
Properties String - class
Id String - file
Path String - file
Sha String - file
Size Number - file
Time String - filename String
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - package
Type String
GetApplianceImageBundleResultTag
- 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
GetApplianceImageBundleResultUiPackage
- Additional
Properties string - Class
Id string - File
Path string - File
Sha string - File
Size double - File
Time string - Filename string
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Package
Type string
- Additional
Properties string - Class
Id string - File
Path string - File
Sha string - File
Size float64 - File
Time string - Filename string
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Package
Type string
- additional
Properties String - class
Id String - file
Path String - file
Sha String - file
Size Double - file
Time String - filename String
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - package
Type String
- additional
Properties string - class
Id string - file
Path string - file
Sha string - file
Size number - file
Time string - filename string
- name string
- Name of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - package
Type string
- additional_
properties str - class_
id str - file_
path str - file_
sha str - file_
size float - file_
time str - filename str
- name str
- Name of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - package_
type str
- additional
Properties String - class
Id String - file
Path String - file
Sha String - file
Size Number - file
Time String - filename String
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - package
Type String
GetApplianceImageBundleResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos List<GetAppliance Image Bundle Result Version Context Interested Mo> - Marked
For boolDeletion - Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Ref
Mos List<GetAppliance Image Bundle Result Version Context Ref Mo> - Timestamp string
- Version
Type string
- Additional
Properties string - Class
Id string - Interested
Mos []GetAppliance Image Bundle Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Ref
Mos []GetAppliance Image Bundle Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional
Properties String - class
Id String - interested
Mos List<GetAppliance Image Bundle Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - Software upgrade manifest's version.
- object
Type String - ref
Mos List<GetAppliance Image Bundle Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetAppliance Image Bundle Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - Software upgrade manifest's version.
- object
Type string - ref
Mos GetAppliance Image Bundle Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional_
properties str - class_
id str - interested_
mos Sequence[GetAppliance Image Bundle Result Version Context Interested Mo] - marked_
for_ booldeletion - nr_
version str - Software upgrade manifest's version.
- object_
type str - ref_
mos Sequence[GetAppliance Image Bundle Result Version Context Ref Mo] - timestamp str
- version_
type str
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - Software upgrade manifest's version.
- object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetApplianceImageBundleResultVersionContextInterestedMo
- 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
GetApplianceImageBundleResultVersionContextRefMo
- 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
GetApplianceImageBundleServicePackage
- 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
Path string - Optional file path of the image package.
- File
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- File
Size double - Image file size in bytes.
- File
Time string - Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Package
Type string - Image package type (e.g. service, system etc.).
- 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
Path string - Optional file path of the image package.
- File
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- File
Size float64 - Image file size in bytes.
- File
Time string - Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Package
Type string - Image package type (e.g. service, system etc.).
- 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
Path String - Optional file path of the image package.
- file
Sha String - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size Double - Image file size in bytes.
- file
Time String - Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type String - Image package type (e.g. service, system etc.).
- 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
Path string - Optional file path of the image package.
- file
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size number - Image file size in bytes.
- file
Time string - Image file's last modified date and time.
- filename string
- Filename of the image package.
- name string
- Name of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type string - Image package type (e.g. service, system etc.).
- 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_
path str - Optional file path of the image package.
- file_
sha str - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file_
size float - Image file size in bytes.
- file_
time str - Image file's last modified date and time.
- filename str
- Filename of the image package.
- name str
- Name of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package_
type str - Image package type (e.g. service, system etc.).
- 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
Path String - Optional file path of the image package.
- file
Sha String - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size Number - Image file size in bytes.
- file
Time String - Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type String - Image package type (e.g. service, system etc.).
GetApplianceImageBundleSystemPackage
- 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
Path string - Optional file path of the image package.
- File
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- File
Size double - Image file size in bytes.
- File
Time string - Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Package
Type string - Image package type (e.g. service, system etc.).
- 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
Path string - Optional file path of the image package.
- File
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- File
Size float64 - Image file size in bytes.
- File
Time string - Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Package
Type string - Image package type (e.g. service, system etc.).
- 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
Path String - Optional file path of the image package.
- file
Sha String - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size Double - Image file size in bytes.
- file
Time String - Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type String - Image package type (e.g. service, system etc.).
- 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
Path string - Optional file path of the image package.
- file
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size number - Image file size in bytes.
- file
Time string - Image file's last modified date and time.
- filename string
- Filename of the image package.
- name string
- Name of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type string - Image package type (e.g. service, system etc.).
- 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_
path str - Optional file path of the image package.
- file_
sha str - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file_
size float - Image file size in bytes.
- file_
time str - Image file's last modified date and time.
- filename str
- Filename of the image package.
- name str
- Name of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package_
type str - Image package type (e.g. service, system etc.).
- 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
Path String - Optional file path of the image package.
- file
Sha String - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size Number - Image file size in bytes.
- file
Time String - Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type String - Image package type (e.g. service, system etc.).
GetApplianceImageBundleTag
- 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.
GetApplianceImageBundleUiPackage
- 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
Path string - Optional file path of the image package.
- File
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- File
Size double - Image file size in bytes.
- File
Time string - Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Package
Type string - Image package type (e.g. service, system etc.).
- 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
Path string - Optional file path of the image package.
- File
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- File
Size float64 - Image file size in bytes.
- File
Time string - Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Package
Type string - Image package type (e.g. service, system etc.).
- 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
Path String - Optional file path of the image package.
- file
Sha String - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size Double - Image file size in bytes.
- file
Time String - Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type String - Image package type (e.g. service, system etc.).
- 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
Path string - Optional file path of the image package.
- file
Sha string - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size number - Image file size in bytes.
- file
Time string - Image file's last modified date and time.
- filename string
- Filename of the image package.
- name string
- Name of the software upgrade bundle.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type string - Image package type (e.g. service, system etc.).
- 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_
path str - Optional file path of the image package.
- file_
sha str - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file_
size float - Image file size in bytes.
- file_
time str - Image file's last modified date and time.
- filename str
- Filename of the image package.
- name str
- Name of the software upgrade bundle.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package_
type str - Image package type (e.g. service, system etc.).
- 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
Path String - Optional file path of the image package.
- file
Sha String - Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- file
Size Number - Image file size in bytes.
- file
Time String - Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- package
Type String - Image package type (e.g. service, system etc.).
GetApplianceImageBundleVersionContext
- 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<GetAppliance Image Bundle 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 - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetAppliance Image Bundle 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 []GetAppliance Image Bundle 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 - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetAppliance Image Bundle 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<GetAppliance Image Bundle 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 - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetAppliance Image Bundle 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 GetAppliance Image Bundle 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 - Software upgrade manifest's version.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetAppliance Image Bundle 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[GetAppliance Image Bundle 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 - Software upgrade manifest's version.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetAppliance Image Bundle 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 - Software upgrade manifest's version.
- 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.
GetApplianceImageBundleVersionContextInterestedMo
- 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'.
GetApplianceImageBundleVersionContextRefMo
- 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.