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 dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetAppliance Image Bundle Ancestor> 
- AnsiblePackages List<GetAppliance Image Bundle Ansible Package> 
- AutoUpgrade bool
- Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DcPackages List<GetAppliance Image Bundle Dc Package> 
- DebugPackages List<GetAppliance Image Bundle Debug Package> 
- Description string
- Short description of the software upgrade bundle.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndpointPackages 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.
- HasError bool
- Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- Id string
- InfraPackages List<GetAppliance Image Bundle Infra Package> 
- InitPackages List<GetAppliance Image Bundle Init Package> 
- ModTime 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.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- Owners List<string>
- Parent
GetAppliance Image Bundle Parent 
- PermissionResources 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.
- ReleaseTime string
- Software upgrade manifest's release date and time.
- Requires
GetAppliance Image Bundle Requires 
- ServicePackages 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.
- StatusMessage string
- Status message set during the manifest processing.
- SystemPackages List<GetAppliance Image Bundle System Package> 
- 
List<GetAppliance Image Bundle Tag> 
- UiPackages List<GetAppliance Image Bundle Ui Package> 
- UpgradeEnd stringTime 
- End date of the software upgrade process.
- UpgradeGrace 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.
- UpgradeImpact doubleDuration 
- Duration (in minutes) for which services will be disrupted.
- UpgradeImpact 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.
- UpgradeStart stringTime 
- Start date of the software upgrade process.
- VersionContext GetAppliance Image Bundle Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetAppliance Image Bundle Ancestor 
- AnsiblePackages []GetAppliance Image Bundle Ansible Package 
- AutoUpgrade bool
- Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DcPackages []GetAppliance Image Bundle Dc Package 
- DebugPackages []GetAppliance Image Bundle Debug Package 
- Description string
- Short description of the software upgrade bundle.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndpointPackages []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.
- HasError bool
- Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- Id string
- InfraPackages []GetAppliance Image Bundle Infra Package 
- InitPackages []GetAppliance Image Bundle Init Package 
- ModTime 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.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- Owners []string
- Parent
GetAppliance Image Bundle Parent 
- PermissionResources []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.
- ReleaseTime string
- Software upgrade manifest's release date and time.
- Requires
GetAppliance Image Bundle Requires 
- ServicePackages []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.
- StatusMessage string
- Status message set during the manifest processing.
- SystemPackages []GetAppliance Image Bundle System Package 
- 
[]GetAppliance Image Bundle Tag 
- UiPackages []GetAppliance Image Bundle Ui Package 
- UpgradeEnd stringTime 
- End date of the software upgrade process.
- UpgradeGrace 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.
- UpgradeImpact float64Duration 
- Duration (in minutes) for which services will be disrupted.
- UpgradeImpact 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.
- UpgradeStart stringTime 
- Start date of the software upgrade process.
- VersionContext GetAppliance Image Bundle Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetAppliance Image Bundle Ancestor> 
- ansiblePackages List<GetAppliance Image Bundle Ansible Package> 
- autoUpgrade Boolean
- Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- classId String
- createTime String
- The time when this managed object was created.
- dcPackages List<GetAppliance Image Bundle Dc Package> 
- debugPackages List<GetAppliance Image Bundle Debug Package> 
- description String
- Short description of the software upgrade bundle.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endpointPackages 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.
- hasError Boolean
- Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- id String
- infraPackages List<GetAppliance Image Bundle Infra Package> 
- initPackages List<GetAppliance Image Bundle Init Package> 
- modTime 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.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- owners List<String>
- parent
GetAppliance Image Bundle Parent 
- permissionResources 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.
- releaseTime String
- Software upgrade manifest's release date and time.
- requires
GetAppliance Image Bundle Requires 
- servicePackages 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.
- statusMessage String
- Status message set during the manifest processing.
- systemPackages List<GetAppliance Image Bundle System Package> 
- 
List<GetAppliance Image Bundle Tag> 
- uiPackages List<GetAppliance Image Bundle Ui Package> 
- upgradeEnd StringTime 
- End date of the software upgrade process.
- upgradeGrace 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.
- upgradeImpact DoubleDuration 
- Duration (in minutes) for which services will be disrupted.
- upgradeImpact 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.
- upgradeStart StringTime 
- Start date of the software upgrade process.
- versionContext GetAppliance Image Bundle Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetAppliance Image Bundle Ancestor[] 
- ansiblePackages GetAppliance Image Bundle Ansible Package[] 
- autoUpgrade boolean
- Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- classId string
- createTime string
- The time when this managed object was created.
- dcPackages GetAppliance Image Bundle Dc Package[] 
- debugPackages GetAppliance Image Bundle Debug Package[] 
- description string
- Short description of the software upgrade bundle.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- endpointPackages 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.
- hasError boolean
- Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- id string
- infraPackages GetAppliance Image Bundle Infra Package[] 
- initPackages GetAppliance Image Bundle Init Package[] 
- modTime 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.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- owners string[]
- parent
GetAppliance Image Bundle Parent 
- permissionResources 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.
- releaseTime string
- Software upgrade manifest's release date and time.
- requires
GetAppliance Image Bundle Requires 
- servicePackages 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.
- statusMessage string
- Status message set during the manifest processing.
- systemPackages GetAppliance Image Bundle System Package[] 
- 
GetAppliance Image Bundle Tag[] 
- uiPackages GetAppliance Image Bundle Ui Package[] 
- upgradeEnd stringTime 
- End date of the software upgrade process.
- upgradeGrace 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.
- upgradeImpact numberDuration 
- Duration (in minutes) for which services will be disrupted.
- upgradeImpact 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.
- upgradeStart stringTime 
- Start date of the software upgrade process.
- versionContext GetAppliance Image Bundle Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetAppliance 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
GetAppliance 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
GetAppliance 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[GetAppliance 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 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- ansiblePackages List<Property Map>
- autoUpgrade Boolean
- Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- classId String
- createTime String
- The time when this managed object was created.
- dcPackages List<Property Map>
- debugPackages List<Property Map>
- description String
- Short description of the software upgrade bundle.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endpointPackages List<Property Map>
- fingerprint String
- Fingerprint of the software manifest from which this bundle is created. Fingerprint is calculated using the SHA256 algorithm.
- hasError Boolean
- Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- id String
- infraPackages List<Property Map>
- initPackages List<Property Map>
- modTime 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.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources 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.
- releaseTime String
- Software upgrade manifest's release date and time.
- requires Property Map
- servicePackages 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.
- statusMessage String
- Status message set during the manifest processing.
- systemPackages List<Property Map>
- List<Property Map>
- uiPackages List<Property Map>
- upgradeEnd StringTime 
- End date of the software upgrade process.
- upgradeGrace 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.
- upgradeImpact NumberDuration 
- Duration (in minutes) for which services will be disrupted.
- upgradeImpact 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.
- upgradeStart StringTime 
- Start date of the software upgrade process.
- versionContext Property Map
getApplianceImageBundle Result
The following output properties are available:
- Id string
- Results
List<GetAppliance Image Bundle Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetAppliance Image Bundle Ancestor> 
- AnsiblePackages List<GetAppliance Image Bundle Ansible Package> 
- AutoUpgrade bool
- ClassId string
- CreateTime string
- DcPackages List<GetAppliance Image Bundle Dc Package> 
- DebugPackages List<GetAppliance Image Bundle Debug Package> 
- Description string
- DomainGroup stringMoid 
- EndpointPackages List<GetAppliance Image Bundle Endpoint Package> 
- Fingerprint string
- HasError bool
- InfraPackages List<GetAppliance Image Bundle Infra Package> 
- InitPackages List<GetAppliance Image Bundle Init Package> 
- ModTime string
- Moid string
- Name string
- Notes string
- NrVersion string
- ObjectType string
- Owners List<string>
- Parent
GetAppliance Image Bundle Parent 
- PermissionResources List<GetAppliance Image Bundle Permission Resource> 
- Priority string
- ReleaseTime string
- Requires
GetAppliance Image Bundle Requires 
- ServicePackages List<GetAppliance Image Bundle Service Package> 
- string
- StatusMessage string
- SystemPackages List<GetAppliance Image Bundle System Package> 
- 
List<GetAppliance Image Bundle Tag> 
- UiPackages List<GetAppliance Image Bundle Ui Package> 
- UpgradeEnd stringTime 
- UpgradeGrace doublePeriod 
- UpgradeImpact doubleDuration 
- UpgradeImpact stringEnum 
- UpgradeStart stringTime 
- VersionContext GetAppliance Image Bundle Version Context 
- Id string
- Results
[]GetAppliance Image Bundle Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetAppliance Image Bundle Ancestor 
- AnsiblePackages []GetAppliance Image Bundle Ansible Package 
- AutoUpgrade bool
- ClassId string
- CreateTime string
- DcPackages []GetAppliance Image Bundle Dc Package 
- DebugPackages []GetAppliance Image Bundle Debug Package 
- Description string
- DomainGroup stringMoid 
- EndpointPackages []GetAppliance Image Bundle Endpoint Package 
- Fingerprint string
- HasError bool
- InfraPackages []GetAppliance Image Bundle Infra Package 
- InitPackages []GetAppliance Image Bundle Init Package 
- ModTime string
- Moid string
- Name string
- Notes string
- NrVersion string
- ObjectType string
- Owners []string
- Parent
GetAppliance Image Bundle Parent 
- PermissionResources []GetAppliance Image Bundle Permission Resource 
- Priority string
- ReleaseTime string
- Requires
GetAppliance Image Bundle Requires 
- ServicePackages []GetAppliance Image Bundle Service Package 
- string
- StatusMessage string
- SystemPackages []GetAppliance Image Bundle System Package 
- 
[]GetAppliance Image Bundle Tag 
- UiPackages []GetAppliance Image Bundle Ui Package 
- UpgradeEnd stringTime 
- UpgradeGrace float64Period 
- UpgradeImpact float64Duration 
- UpgradeImpact stringEnum 
- UpgradeStart stringTime 
- VersionContext GetAppliance Image Bundle Version Context 
- id String
- results
List<GetAppliance Image Bundle Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetAppliance Image Bundle Ancestor> 
- ansiblePackages List<GetAppliance Image Bundle Ansible Package> 
- autoUpgrade Boolean
- classId String
- createTime String
- dcPackages List<GetAppliance Image Bundle Dc Package> 
- debugPackages List<GetAppliance Image Bundle Debug Package> 
- description String
- domainGroup StringMoid 
- endpointPackages List<GetAppliance Image Bundle Endpoint Package> 
- fingerprint String
- hasError Boolean
- infraPackages List<GetAppliance Image Bundle Infra Package> 
- initPackages List<GetAppliance Image Bundle Init Package> 
- modTime String
- moid String
- name String
- notes String
- nrVersion String
- objectType String
- owners List<String>
- parent
GetAppliance Image Bundle Parent 
- permissionResources List<GetAppliance Image Bundle Permission Resource> 
- priority String
- releaseTime String
- requires
GetAppliance Image Bundle Requires 
- servicePackages List<GetAppliance Image Bundle Service Package> 
- String
- statusMessage String
- systemPackages List<GetAppliance Image Bundle System Package> 
- 
List<GetAppliance Image Bundle Tag> 
- uiPackages List<GetAppliance Image Bundle Ui Package> 
- upgradeEnd StringTime 
- upgradeGrace DoublePeriod 
- upgradeImpact DoubleDuration 
- upgradeImpact StringEnum 
- upgradeStart StringTime 
- versionContext GetAppliance Image Bundle Version Context 
- id string
- results
GetAppliance Image Bundle Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetAppliance Image Bundle Ancestor[] 
- ansiblePackages GetAppliance Image Bundle Ansible Package[] 
- autoUpgrade boolean
- classId string
- createTime string
- dcPackages GetAppliance Image Bundle Dc Package[] 
- debugPackages GetAppliance Image Bundle Debug Package[] 
- description string
- domainGroup stringMoid 
- endpointPackages GetAppliance Image Bundle Endpoint Package[] 
- fingerprint string
- hasError boolean
- infraPackages GetAppliance Image Bundle Infra Package[] 
- initPackages GetAppliance Image Bundle Init Package[] 
- modTime string
- moid string
- name string
- notes string
- nrVersion string
- objectType string
- owners string[]
- parent
GetAppliance Image Bundle Parent 
- permissionResources GetAppliance Image Bundle Permission Resource[] 
- priority string
- releaseTime string
- requires
GetAppliance Image Bundle Requires 
- servicePackages GetAppliance Image Bundle Service Package[] 
- string
- statusMessage string
- systemPackages GetAppliance Image Bundle System Package[] 
- 
GetAppliance Image Bundle Tag[] 
- uiPackages GetAppliance Image Bundle Ui Package[] 
- upgradeEnd stringTime 
- upgradeGrace numberPeriod 
- upgradeImpact numberDuration 
- upgradeImpact stringEnum 
- upgradeStart stringTime 
- versionContext GetAppliance Image Bundle Version Context 
- id str
- results
Sequence[GetAppliance Image Bundle Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetAppliance 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
GetAppliance Image Bundle Parent 
- permission_resources Sequence[GetAppliance Image Bundle Permission Resource] 
- priority str
- release_time str
- requires
GetAppliance Image Bundle Requires 
- service_packages Sequence[GetAppliance Image Bundle Service Package] 
- str
- status_message str
- system_packages Sequence[GetAppliance Image Bundle System Package] 
- 
Sequence[GetAppliance 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>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- ansiblePackages List<Property Map>
- autoUpgrade Boolean
- classId String
- createTime String
- dcPackages List<Property Map>
- debugPackages List<Property Map>
- description String
- domainGroup StringMoid 
- endpointPackages List<Property Map>
- fingerprint String
- hasError Boolean
- infraPackages List<Property Map>
- initPackages List<Property Map>
- modTime String
- moid String
- name String
- notes String
- nrVersion String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- priority String
- releaseTime String
- requires Property Map
- servicePackages List<Property Map>
- String
- statusMessage String
- systemPackages List<Property Map>
- List<Property Map>
- uiPackages List<Property Map>
- upgradeEnd StringTime 
- upgradeGrace NumberPeriod 
- upgradeImpact NumberDuration 
- upgradeImpact StringEnum 
- upgradeStart StringTime 
- versionContext Property Map
Supporting Types
GetApplianceImageBundleAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetApplianceImageBundleAnsiblePackage     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilePath string
- Optional file path of the image package.
- FileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- FileSize double
- Image file size in bytes.
- FileTime string
- Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackageType string
- Image package type (e.g. service, system etc.).
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilePath string
- Optional file path of the image package.
- FileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- FileSize float64
- Image file size in bytes.
- FileTime string
- Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackageType string
- Image package type (e.g. service, system etc.).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath String
- Optional file path of the image package.
- fileSha String
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize Double
- Image file size in bytes.
- fileTime String
- Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType String
- Image package type (e.g. service, system etc.).
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath string
- Optional file path of the image package.
- fileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize number
- Image file size in bytes.
- fileTime string
- Image file's last modified date and time.
- filename string
- Filename of the image package.
- name string
- Name of the software upgrade bundle.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType 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.).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath String
- Optional file path of the image package.
- fileSha String
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize Number
- Image file size in bytes.
- fileTime String
- Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType String
- Image package type (e.g. service, system etc.).
GetApplianceImageBundleDcPackage     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilePath string
- Optional file path of the image package.
- FileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- FileSize double
- Image file size in bytes.
- FileTime string
- Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackageType string
- Image package type (e.g. service, system etc.).
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilePath string
- Optional file path of the image package.
- FileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- FileSize float64
- Image file size in bytes.
- FileTime string
- Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackageType string
- Image package type (e.g. service, system etc.).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath String
- Optional file path of the image package.
- fileSha String
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize Double
- Image file size in bytes.
- fileTime String
- Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType String
- Image package type (e.g. service, system etc.).
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath string
- Optional file path of the image package.
- fileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize number
- Image file size in bytes.
- fileTime string
- Image file's last modified date and time.
- filename string
- Filename of the image package.
- name string
- Name of the software upgrade bundle.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType 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.).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath String
- Optional file path of the image package.
- fileSha String
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize Number
- Image file size in bytes.
- fileTime String
- Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType String
- Image package type (e.g. service, system etc.).
GetApplianceImageBundleDebugPackage     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilePath string
- Optional file path of the image package.
- FileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- FileSize double
- Image file size in bytes.
- FileTime string
- Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackageType string
- Image package type (e.g. service, system etc.).
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilePath string
- Optional file path of the image package.
- FileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- FileSize float64
- Image file size in bytes.
- FileTime string
- Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackageType string
- Image package type (e.g. service, system etc.).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath String
- Optional file path of the image package.
- fileSha String
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize Double
- Image file size in bytes.
- fileTime String
- Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType String
- Image package type (e.g. service, system etc.).
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath string
- Optional file path of the image package.
- fileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize number
- Image file size in bytes.
- fileTime string
- Image file's last modified date and time.
- filename string
- Filename of the image package.
- name string
- Name of the software upgrade bundle.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType 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.).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath String
- Optional file path of the image package.
- fileSha String
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize Number
- Image file size in bytes.
- fileTime String
- Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType String
- Image package type (e.g. service, system etc.).
GetApplianceImageBundleEndpointPackage     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilePath string
- Optional file path of the image package.
- FileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- FileSize double
- Image file size in bytes.
- FileTime string
- Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackageType string
- Image package type (e.g. service, system etc.).
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilePath string
- Optional file path of the image package.
- FileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- FileSize float64
- Image file size in bytes.
- FileTime string
- Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackageType string
- Image package type (e.g. service, system etc.).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath String
- Optional file path of the image package.
- fileSha String
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize Double
- Image file size in bytes.
- fileTime String
- Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType String
- Image package type (e.g. service, system etc.).
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath string
- Optional file path of the image package.
- fileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize number
- Image file size in bytes.
- fileTime string
- Image file's last modified date and time.
- filename string
- Filename of the image package.
- name string
- Name of the software upgrade bundle.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType 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.).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath String
- Optional file path of the image package.
- fileSha String
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize Number
- Image file size in bytes.
- fileTime String
- Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType String
- Image package type (e.g. service, system etc.).
GetApplianceImageBundleInfraPackage     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilePath string
- Optional file path of the image package.
- FileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- FileSize double
- Image file size in bytes.
- FileTime string
- Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackageType string
- Image package type (e.g. service, system etc.).
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilePath string
- Optional file path of the image package.
- FileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- FileSize float64
- Image file size in bytes.
- FileTime string
- Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackageType string
- Image package type (e.g. service, system etc.).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath String
- Optional file path of the image package.
- fileSha String
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize Double
- Image file size in bytes.
- fileTime String
- Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType String
- Image package type (e.g. service, system etc.).
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath string
- Optional file path of the image package.
- fileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize number
- Image file size in bytes.
- fileTime string
- Image file's last modified date and time.
- filename string
- Filename of the image package.
- name string
- Name of the software upgrade bundle.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType 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.).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath String
- Optional file path of the image package.
- fileSha String
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize Number
- Image file size in bytes.
- fileTime String
- Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType String
- Image package type (e.g. service, system etc.).
GetApplianceImageBundleInitPackage     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilePath string
- Optional file path of the image package.
- FileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- FileSize double
- Image file size in bytes.
- FileTime string
- Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackageType string
- Image package type (e.g. service, system etc.).
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilePath string
- Optional file path of the image package.
- FileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- FileSize float64
- Image file size in bytes.
- FileTime string
- Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackageType string
- Image package type (e.g. service, system etc.).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath String
- Optional file path of the image package.
- fileSha String
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize Double
- Image file size in bytes.
- fileTime String
- Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType String
- Image package type (e.g. service, system etc.).
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath string
- Optional file path of the image package.
- fileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize number
- Image file size in bytes.
- fileTime string
- Image file's last modified date and time.
- filename string
- Filename of the image package.
- name string
- Name of the software upgrade bundle.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType 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.).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath String
- Optional file path of the image package.
- fileSha String
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize Number
- Image file size in bytes.
- fileTime String
- Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType String
- Image package type (e.g. service, system etc.).
GetApplianceImageBundleParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetApplianceImageBundlePermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetApplianceImageBundleRequires    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetApplianceImageBundleResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetAppliance Image Bundle Result Ancestor> 
- AnsiblePackages List<GetAppliance Image Bundle Result Ansible Package> 
- AutoUpgrade bool
- Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DcPackages List<GetAppliance Image Bundle Result Dc Package> 
- DebugPackages List<GetAppliance Image Bundle Result Debug Package> 
- Description string
- Short description of the software upgrade bundle.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndpointPackages 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.
- HasError bool
- Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- InfraPackages List<GetAppliance Image Bundle Result Infra Package> 
- InitPackages List<GetAppliance Image Bundle Result Init Package> 
- ModTime 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.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- Owners List<string>
- Parents
List<GetAppliance Image Bundle Result Parent> 
- PermissionResources 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.
- ReleaseTime string
- Software upgrade manifest's release date and time.
- Requires
List<GetAppliance Image Bundle Result Require> 
- ServicePackages 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.
- StatusMessage string
- Status message set during the manifest processing.
- SystemPackages List<GetAppliance Image Bundle Result System Package> 
- 
List<GetAppliance Image Bundle Result Tag> 
- UiPackages List<GetAppliance Image Bundle Result Ui Package> 
- UpgradeEnd stringTime 
- End date of the software upgrade process.
- UpgradeGrace 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.
- UpgradeImpact doubleDuration 
- Duration (in minutes) for which services will be disrupted.
- UpgradeImpact 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.
- UpgradeStart stringTime 
- Start date of the software upgrade process.
- VersionContexts List<GetAppliance Image Bundle Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetAppliance Image Bundle Result Ancestor 
- AnsiblePackages []GetAppliance Image Bundle Result Ansible Package 
- AutoUpgrade bool
- Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DcPackages []GetAppliance Image Bundle Result Dc Package 
- DebugPackages []GetAppliance Image Bundle Result Debug Package 
- Description string
- Short description of the software upgrade bundle.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndpointPackages []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.
- HasError bool
- Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- InfraPackages []GetAppliance Image Bundle Result Infra Package 
- InitPackages []GetAppliance Image Bundle Result Init Package 
- ModTime 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.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- Owners []string
- Parents
[]GetAppliance Image Bundle Result Parent 
- PermissionResources []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.
- ReleaseTime string
- Software upgrade manifest's release date and time.
- Requires
[]GetAppliance Image Bundle Result Require 
- ServicePackages []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.
- StatusMessage string
- Status message set during the manifest processing.
- SystemPackages []GetAppliance Image Bundle Result System Package 
- 
[]GetAppliance Image Bundle Result Tag 
- UiPackages []GetAppliance Image Bundle Result Ui Package 
- UpgradeEnd stringTime 
- End date of the software upgrade process.
- UpgradeGrace 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.
- UpgradeImpact float64Duration 
- Duration (in minutes) for which services will be disrupted.
- UpgradeImpact 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.
- UpgradeStart stringTime 
- Start date of the software upgrade process.
- VersionContexts []GetAppliance Image Bundle Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetAppliance Image Bundle Result Ancestor> 
- ansiblePackages List<GetAppliance Image Bundle Result Ansible Package> 
- autoUpgrade Boolean
- Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- classId String
- createTime String
- The time when this managed object was created.
- dcPackages List<GetAppliance Image Bundle Result Dc Package> 
- debugPackages List<GetAppliance Image Bundle Result Debug Package> 
- description String
- Short description of the software upgrade bundle.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endpointPackages 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.
- hasError Boolean
- Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- infraPackages List<GetAppliance Image Bundle Result Infra Package> 
- initPackages List<GetAppliance Image Bundle Result Init Package> 
- modTime 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.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- owners List<String>
- parents
List<GetAppliance Image Bundle Result Parent> 
- permissionResources 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.
- releaseTime String
- Software upgrade manifest's release date and time.
- requires
List<GetAppliance Image Bundle Result Require> 
- servicePackages 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.
- statusMessage String
- Status message set during the manifest processing.
- systemPackages List<GetAppliance Image Bundle Result System Package> 
- 
List<GetAppliance Image Bundle Result Tag> 
- uiPackages List<GetAppliance Image Bundle Result Ui Package> 
- upgradeEnd StringTime 
- End date of the software upgrade process.
- upgradeGrace 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.
- upgradeImpact DoubleDuration 
- Duration (in minutes) for which services will be disrupted.
- upgradeImpact 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.
- upgradeStart StringTime 
- Start date of the software upgrade process.
- versionContexts List<GetAppliance Image Bundle Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetAppliance Image Bundle Result Ancestor[] 
- ansiblePackages GetAppliance Image Bundle Result Ansible Package[] 
- autoUpgrade boolean
- Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- classId string
- createTime string
- The time when this managed object was created.
- dcPackages GetAppliance Image Bundle Result Dc Package[] 
- debugPackages GetAppliance Image Bundle Result Debug Package[] 
- description string
- Short description of the software upgrade bundle.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- endpointPackages 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.
- hasError boolean
- Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- infraPackages GetAppliance Image Bundle Result Infra Package[] 
- initPackages GetAppliance Image Bundle Result Init Package[] 
- modTime 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.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- owners string[]
- parents
GetAppliance Image Bundle Result Parent[] 
- permissionResources 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.
- releaseTime string
- Software upgrade manifest's release date and time.
- requires
GetAppliance Image Bundle Result Require[] 
- servicePackages 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.
- statusMessage string
- Status message set during the manifest processing.
- systemPackages GetAppliance Image Bundle Result System Package[] 
- 
GetAppliance Image Bundle Result Tag[] 
- uiPackages GetAppliance Image Bundle Result Ui Package[] 
- upgradeEnd stringTime 
- End date of the software upgrade process.
- upgradeGrace 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.
- upgradeImpact numberDuration 
- Duration (in minutes) for which services will be disrupted.
- upgradeImpact 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.
- upgradeStart stringTime 
- Start date of the software upgrade process.
- versionContexts GetAppliance Image Bundle Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetAppliance 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[GetAppliance 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[GetAppliance 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[GetAppliance 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] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- ansiblePackages List<Property Map>
- autoUpgrade Boolean
- Indicates that the software upgrade was automatically initiated by the Intersight Appliance.
- classId String
- createTime String
- The time when this managed object was created.
- dcPackages List<Property Map>
- debugPackages List<Property Map>
- description String
- Short description of the software upgrade bundle.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endpointPackages List<Property Map>
- fingerprint String
- Fingerprint of the software manifest from which this bundle is created. Fingerprint is calculated using the SHA256 algorithm.
- hasError Boolean
- Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing.
- infraPackages List<Property Map>
- initPackages List<Property Map>
- modTime 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.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources 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.
- releaseTime String
- Software upgrade manifest's release date and time.
- requires List<Property Map>
- servicePackages 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.
- statusMessage String
- Status message set during the manifest processing.
- systemPackages List<Property Map>
- List<Property Map>
- uiPackages List<Property Map>
- upgradeEnd StringTime 
- End date of the software upgrade process.
- upgradeGrace 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.
- upgradeImpact NumberDuration 
- Duration (in minutes) for which services will be disrupted.
- upgradeImpact 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.
- upgradeStart StringTime 
- Start date of the software upgrade process.
- versionContexts List<Property Map>
GetApplianceImageBundleResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetApplianceImageBundleResultAnsiblePackage      
- AdditionalProperties string
- ClassId string
- FilePath string
- FileSha string
- FileSize double
- FileTime string
- Filename string
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- PackageType string
- AdditionalProperties string
- ClassId string
- FilePath string
- FileSha string
- FileSize float64
- FileTime string
- Filename string
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- PackageType string
- additionalProperties String
- classId String
- filePath String
- fileSha String
- fileSize Double
- fileTime String
- filename String
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- packageType String
- additionalProperties string
- classId string
- filePath string
- fileSha string
- fileSize number
- fileTime string
- filename string
- name string
- Name of the software upgrade bundle.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- packageType 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
- additionalProperties String
- classId String
- filePath String
- fileSha String
- fileSize Number
- fileTime String
- filename String
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- packageType String
GetApplianceImageBundleResultDcPackage      
- AdditionalProperties string
- ClassId string
- FilePath string
- FileSha string
- FileSize double
- FileTime string
- Filename string
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- PackageType string
- AdditionalProperties string
- ClassId string
- FilePath string
- FileSha string
- FileSize float64
- FileTime string
- Filename string
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- PackageType string
- additionalProperties String
- classId String
- filePath String
- fileSha String
- fileSize Double
- fileTime String
- filename String
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- packageType String
- additionalProperties string
- classId string
- filePath string
- fileSha string
- fileSize number
- fileTime string
- filename string
- name string
- Name of the software upgrade bundle.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- packageType 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
- additionalProperties String
- classId String
- filePath String
- fileSha String
- fileSize Number
- fileTime String
- filename String
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- packageType String
GetApplianceImageBundleResultDebugPackage      
- AdditionalProperties string
- ClassId string
- FilePath string
- FileSha string
- FileSize double
- FileTime string
- Filename string
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- PackageType string
- AdditionalProperties string
- ClassId string
- FilePath string
- FileSha string
- FileSize float64
- FileTime string
- Filename string
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- PackageType string
- additionalProperties String
- classId String
- filePath String
- fileSha String
- fileSize Double
- fileTime String
- filename String
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- packageType String
- additionalProperties string
- classId string
- filePath string
- fileSha string
- fileSize number
- fileTime string
- filename string
- name string
- Name of the software upgrade bundle.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- packageType 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
- additionalProperties String
- classId String
- filePath String
- fileSha String
- fileSize Number
- fileTime String
- filename String
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- packageType String
GetApplianceImageBundleResultEndpointPackage      
- AdditionalProperties string
- ClassId string
- FilePath string
- FileSha string
- FileSize double
- FileTime string
- Filename string
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- PackageType string
- AdditionalProperties string
- ClassId string
- FilePath string
- FileSha string
- FileSize float64
- FileTime string
- Filename string
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- PackageType string
- additionalProperties String
- classId String
- filePath String
- fileSha String
- fileSize Double
- fileTime String
- filename String
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- packageType String
- additionalProperties string
- classId string
- filePath string
- fileSha string
- fileSize number
- fileTime string
- filename string
- name string
- Name of the software upgrade bundle.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- packageType 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
- additionalProperties String
- classId String
- filePath String
- fileSha String
- fileSize Number
- fileTime String
- filename String
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- packageType String
GetApplianceImageBundleResultInfraPackage      
- AdditionalProperties string
- ClassId string
- FilePath string
- FileSha string
- FileSize double
- FileTime string
- Filename string
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- PackageType string
- AdditionalProperties string
- ClassId string
- FilePath string
- FileSha string
- FileSize float64
- FileTime string
- Filename string
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- PackageType string
- additionalProperties String
- classId String
- filePath String
- fileSha String
- fileSize Double
- fileTime String
- filename String
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- packageType String
- additionalProperties string
- classId string
- filePath string
- fileSha string
- fileSize number
- fileTime string
- filename string
- name string
- Name of the software upgrade bundle.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- packageType 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
- additionalProperties String
- classId String
- filePath String
- fileSha String
- fileSize Number
- fileTime String
- filename String
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- packageType String
GetApplianceImageBundleResultInitPackage      
- AdditionalProperties string
- ClassId string
- FilePath string
- FileSha string
- FileSize double
- FileTime string
- Filename string
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- PackageType string
- AdditionalProperties string
- ClassId string
- FilePath string
- FileSha string
- FileSize float64
- FileTime string
- Filename string
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- PackageType string
- additionalProperties String
- classId String
- filePath String
- fileSha String
- fileSize Double
- fileTime String
- filename String
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- packageType String
- additionalProperties string
- classId string
- filePath string
- fileSha string
- fileSize number
- fileTime string
- filename string
- name string
- Name of the software upgrade bundle.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- packageType 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
- additionalProperties String
- classId String
- filePath String
- fileSha String
- fileSize Number
- fileTime String
- filename String
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- packageType String
GetApplianceImageBundleResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetApplianceImageBundleResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetApplianceImageBundleResultRequire     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetApplianceImageBundleResultServicePackage      
- AdditionalProperties string
- ClassId string
- FilePath string
- FileSha string
- FileSize double
- FileTime string
- Filename string
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- PackageType string
- AdditionalProperties string
- ClassId string
- FilePath string
- FileSha string
- FileSize float64
- FileTime string
- Filename string
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- PackageType string
- additionalProperties String
- classId String
- filePath String
- fileSha String
- fileSize Double
- fileTime String
- filename String
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- packageType String
- additionalProperties string
- classId string
- filePath string
- fileSha string
- fileSize number
- fileTime string
- filename string
- name string
- Name of the software upgrade bundle.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- packageType 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
- additionalProperties String
- classId String
- filePath String
- fileSha String
- fileSize Number
- fileTime String
- filename String
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- packageType String
GetApplianceImageBundleResultSystemPackage      
- AdditionalProperties string
- ClassId string
- FilePath string
- FileSha string
- FileSize double
- FileTime string
- Filename string
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- PackageType string
- AdditionalProperties string
- ClassId string
- FilePath string
- FileSha string
- FileSize float64
- FileTime string
- Filename string
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- PackageType string
- additionalProperties String
- classId String
- filePath String
- fileSha String
- fileSize Double
- fileTime String
- filename String
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- packageType String
- additionalProperties string
- classId string
- filePath string
- fileSha string
- fileSize number
- fileTime string
- filename string
- name string
- Name of the software upgrade bundle.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- packageType 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
- additionalProperties String
- classId String
- filePath String
- fileSha String
- fileSize Number
- fileTime String
- filename String
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- packageType String
GetApplianceImageBundleResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetApplianceImageBundleResultUiPackage      
- AdditionalProperties string
- ClassId string
- FilePath string
- FileSha string
- FileSize double
- FileTime string
- Filename string
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- PackageType string
- AdditionalProperties string
- ClassId string
- FilePath string
- FileSha string
- FileSize float64
- FileTime string
- Filename string
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- PackageType string
- additionalProperties String
- classId String
- filePath String
- fileSha String
- fileSize Double
- fileTime String
- filename String
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- packageType String
- additionalProperties string
- classId string
- filePath string
- fileSha string
- fileSize number
- fileTime string
- filename string
- name string
- Name of the software upgrade bundle.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- packageType 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
- additionalProperties String
- classId String
- filePath String
- fileSha String
- fileSize Number
- fileTime String
- filename String
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- packageType String
GetApplianceImageBundleResultVersionContext      
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetAppliance Image Bundle Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- RefMos List<GetAppliance Image Bundle Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetAppliance Image Bundle Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- RefMos []GetAppliance Image Bundle Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetAppliance Image Bundle Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- refMos List<GetAppliance Image Bundle Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetAppliance Image Bundle Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- refMos GetAppliance Image Bundle Result Version Context Ref Mo[] 
- timestamp string
- versionType 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
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetApplianceImageBundleResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetApplianceImageBundleResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetApplianceImageBundleServicePackage     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilePath string
- Optional file path of the image package.
- FileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- FileSize double
- Image file size in bytes.
- FileTime string
- Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackageType string
- Image package type (e.g. service, system etc.).
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilePath string
- Optional file path of the image package.
- FileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- FileSize float64
- Image file size in bytes.
- FileTime string
- Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackageType string
- Image package type (e.g. service, system etc.).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath String
- Optional file path of the image package.
- fileSha String
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize Double
- Image file size in bytes.
- fileTime String
- Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType String
- Image package type (e.g. service, system etc.).
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath string
- Optional file path of the image package.
- fileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize number
- Image file size in bytes.
- fileTime string
- Image file's last modified date and time.
- filename string
- Filename of the image package.
- name string
- Name of the software upgrade bundle.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType 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.).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath String
- Optional file path of the image package.
- fileSha String
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize Number
- Image file size in bytes.
- fileTime String
- Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType String
- Image package type (e.g. service, system etc.).
GetApplianceImageBundleSystemPackage     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilePath string
- Optional file path of the image package.
- FileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- FileSize double
- Image file size in bytes.
- FileTime string
- Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackageType string
- Image package type (e.g. service, system etc.).
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilePath string
- Optional file path of the image package.
- FileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- FileSize float64
- Image file size in bytes.
- FileTime string
- Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackageType string
- Image package type (e.g. service, system etc.).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath String
- Optional file path of the image package.
- fileSha String
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize Double
- Image file size in bytes.
- fileTime String
- Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType String
- Image package type (e.g. service, system etc.).
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath string
- Optional file path of the image package.
- fileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize number
- Image file size in bytes.
- fileTime string
- Image file's last modified date and time.
- filename string
- Filename of the image package.
- name string
- Name of the software upgrade bundle.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType 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.).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath String
- Optional file path of the image package.
- fileSha String
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize Number
- Image file size in bytes.
- fileTime String
- Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType String
- Image package type (e.g. service, system etc.).
GetApplianceImageBundleTag    
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetApplianceImageBundleUiPackage     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilePath string
- Optional file path of the image package.
- FileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- FileSize double
- Image file size in bytes.
- FileTime string
- Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackageType string
- Image package type (e.g. service, system etc.).
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilePath string
- Optional file path of the image package.
- FileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- FileSize float64
- Image file size in bytes.
- FileTime string
- Image file's last modified date and time.
- Filename string
- Filename of the image package.
- Name string
- Name of the software upgrade bundle.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PackageType string
- Image package type (e.g. service, system etc.).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath String
- Optional file path of the image package.
- fileSha String
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize Double
- Image file size in bytes.
- fileTime String
- Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType String
- Image package type (e.g. service, system etc.).
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath string
- Optional file path of the image package.
- fileSha string
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize number
- Image file size in bytes.
- fileTime string
- Image file's last modified date and time.
- filename string
- Filename of the image package.
- name string
- Name of the software upgrade bundle.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType 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.).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filePath String
- Optional file path of the image package.
- fileSha String
- Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm.
- fileSize Number
- Image file size in bytes.
- fileTime String
- Image file's last modified date and time.
- filename String
- Filename of the image package.
- name String
- Name of the software upgrade bundle.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- packageType String
- Image package type (e.g. service, system etc.).
GetApplianceImageBundleVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetAppliance Image Bundle Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetAppliance Image Bundle Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetAppliance Image Bundle Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- Software upgrade manifest's version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetAppliance Image Bundle Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetAppliance Image Bundle Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetAppliance Image Bundle Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetAppliance Image Bundle Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- Software upgrade manifest's version.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetAppliance Image Bundle Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[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.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- Software upgrade manifest's version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetApplianceImageBundleVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetApplianceImageBundleVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.