intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getSoftwareHyperflexBundleDistributable
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
A HyperFlex image bundle distributed by Cisco for Private Appliance.
Using getSoftwareHyperflexBundleDistributable
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 getSoftwareHyperflexBundleDistributable(args: GetSoftwareHyperflexBundleDistributableArgs, opts?: InvokeOptions): Promise<GetSoftwareHyperflexBundleDistributableResult>
function getSoftwareHyperflexBundleDistributableOutput(args: GetSoftwareHyperflexBundleDistributableOutputArgs, opts?: InvokeOptions): Output<GetSoftwareHyperflexBundleDistributableResult>def get_software_hyperflex_bundle_distributable(account_moid: Optional[str] = None,
                                                additional_properties: Optional[str] = None,
                                                ancestors: Optional[Sequence[GetSoftwareHyperflexBundleDistributableAncestor]] = None,
                                                bundle_type: Optional[str] = None,
                                                catalog: Optional[GetSoftwareHyperflexBundleDistributableCatalog] = None,
                                                class_id: Optional[str] = None,
                                                component_metas: Optional[Sequence[GetSoftwareHyperflexBundleDistributableComponentMeta]] = None,
                                                create_time: Optional[str] = None,
                                                description: Optional[str] = None,
                                                distributable_metas: Optional[Sequence[GetSoftwareHyperflexBundleDistributableDistributableMeta]] = None,
                                                domain_group_moid: Optional[str] = None,
                                                download_count: Optional[float] = None,
                                                feature_source: Optional[str] = None,
                                                guid: Optional[str] = None,
                                                id: Optional[str] = None,
                                                image_type: Optional[str] = None,
                                                images: Optional[Sequence[GetSoftwareHyperflexBundleDistributableImage]] = None,
                                                import_action: Optional[str] = None,
                                                import_state: Optional[str] = None,
                                                imported_time: Optional[str] = None,
                                                last_access_time: Optional[str] = None,
                                                md5e_tag: Optional[str] = None,
                                                md5sum: Optional[str] = None,
                                                mdfid: Optional[str] = None,
                                                mod_time: Optional[str] = None,
                                                model: Optional[str] = None,
                                                moid: Optional[str] = None,
                                                name: Optional[str] = None,
                                                nr_source: Optional[GetSoftwareHyperflexBundleDistributableNrSource] = None,
                                                nr_version: Optional[str] = None,
                                                object_type: Optional[str] = None,
                                                owners: Optional[Sequence[str]] = None,
                                                parent: Optional[GetSoftwareHyperflexBundleDistributableParent] = None,
                                                permission_resources: Optional[Sequence[GetSoftwareHyperflexBundleDistributablePermissionResource]] = None,
                                                platform_type: Optional[str] = None,
                                                recommended_build: Optional[str] = None,
                                                release: Optional[GetSoftwareHyperflexBundleDistributableRelease] = None,
                                                release_date: Optional[str] = None,
                                                release_notes_url: Optional[str] = None,
                                                sha512sum: Optional[str] = None,
                                                shared_scope: Optional[str] = None,
                                                size: Optional[float] = None,
                                                software_advisory_url: Optional[str] = None,
                                                software_type_id: Optional[str] = None,
                                                supported_models: Optional[Sequence[str]] = None,
                                                tags: Optional[Sequence[GetSoftwareHyperflexBundleDistributableTag]] = None,
                                                vendor: Optional[str] = None,
                                                version_context: Optional[GetSoftwareHyperflexBundleDistributableVersionContext] = None,
                                                opts: Optional[InvokeOptions] = None) -> GetSoftwareHyperflexBundleDistributableResult
def get_software_hyperflex_bundle_distributable_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                additional_properties: Optional[pulumi.Input[str]] = None,
                                                ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetSoftwareHyperflexBundleDistributableAncestorArgs]]]] = None,
                                                bundle_type: Optional[pulumi.Input[str]] = None,
                                                catalog: Optional[pulumi.Input[GetSoftwareHyperflexBundleDistributableCatalogArgs]] = None,
                                                class_id: Optional[pulumi.Input[str]] = None,
                                                component_metas: Optional[pulumi.Input[Sequence[pulumi.Input[GetSoftwareHyperflexBundleDistributableComponentMetaArgs]]]] = None,
                                                create_time: Optional[pulumi.Input[str]] = None,
                                                description: Optional[pulumi.Input[str]] = None,
                                                distributable_metas: Optional[pulumi.Input[Sequence[pulumi.Input[GetSoftwareHyperflexBundleDistributableDistributableMetaArgs]]]] = None,
                                                domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                download_count: Optional[pulumi.Input[float]] = None,
                                                feature_source: Optional[pulumi.Input[str]] = None,
                                                guid: Optional[pulumi.Input[str]] = None,
                                                id: Optional[pulumi.Input[str]] = None,
                                                image_type: Optional[pulumi.Input[str]] = None,
                                                images: Optional[pulumi.Input[Sequence[pulumi.Input[GetSoftwareHyperflexBundleDistributableImageArgs]]]] = None,
                                                import_action: Optional[pulumi.Input[str]] = None,
                                                import_state: Optional[pulumi.Input[str]] = None,
                                                imported_time: Optional[pulumi.Input[str]] = None,
                                                last_access_time: Optional[pulumi.Input[str]] = None,
                                                md5e_tag: Optional[pulumi.Input[str]] = None,
                                                md5sum: Optional[pulumi.Input[str]] = None,
                                                mdfid: Optional[pulumi.Input[str]] = None,
                                                mod_time: Optional[pulumi.Input[str]] = None,
                                                model: Optional[pulumi.Input[str]] = None,
                                                moid: Optional[pulumi.Input[str]] = None,
                                                name: Optional[pulumi.Input[str]] = None,
                                                nr_source: Optional[pulumi.Input[GetSoftwareHyperflexBundleDistributableNrSourceArgs]] = 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[GetSoftwareHyperflexBundleDistributableParentArgs]] = None,
                                                permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetSoftwareHyperflexBundleDistributablePermissionResourceArgs]]]] = None,
                                                platform_type: Optional[pulumi.Input[str]] = None,
                                                recommended_build: Optional[pulumi.Input[str]] = None,
                                                release: Optional[pulumi.Input[GetSoftwareHyperflexBundleDistributableReleaseArgs]] = None,
                                                release_date: Optional[pulumi.Input[str]] = None,
                                                release_notes_url: Optional[pulumi.Input[str]] = None,
                                                sha512sum: Optional[pulumi.Input[str]] = None,
                                                shared_scope: Optional[pulumi.Input[str]] = None,
                                                size: Optional[pulumi.Input[float]] = None,
                                                software_advisory_url: Optional[pulumi.Input[str]] = None,
                                                software_type_id: Optional[pulumi.Input[str]] = None,
                                                supported_models: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetSoftwareHyperflexBundleDistributableTagArgs]]]] = None,
                                                vendor: Optional[pulumi.Input[str]] = None,
                                                version_context: Optional[pulumi.Input[GetSoftwareHyperflexBundleDistributableVersionContextArgs]] = None,
                                                opts: Optional[InvokeOptions] = None) -> Output[GetSoftwareHyperflexBundleDistributableResult]func LookupSoftwareHyperflexBundleDistributable(ctx *Context, args *LookupSoftwareHyperflexBundleDistributableArgs, opts ...InvokeOption) (*LookupSoftwareHyperflexBundleDistributableResult, error)
func LookupSoftwareHyperflexBundleDistributableOutput(ctx *Context, args *LookupSoftwareHyperflexBundleDistributableOutputArgs, opts ...InvokeOption) LookupSoftwareHyperflexBundleDistributableResultOutput> Note: This function is named LookupSoftwareHyperflexBundleDistributable in the Go SDK.
public static class GetSoftwareHyperflexBundleDistributable 
{
    public static Task<GetSoftwareHyperflexBundleDistributableResult> InvokeAsync(GetSoftwareHyperflexBundleDistributableArgs args, InvokeOptions? opts = null)
    public static Output<GetSoftwareHyperflexBundleDistributableResult> Invoke(GetSoftwareHyperflexBundleDistributableInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSoftwareHyperflexBundleDistributableResult> getSoftwareHyperflexBundleDistributable(GetSoftwareHyperflexBundleDistributableArgs args, InvokeOptions options)
public static Output<GetSoftwareHyperflexBundleDistributableResult> getSoftwareHyperflexBundleDistributable(GetSoftwareHyperflexBundleDistributableArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getSoftwareHyperflexBundleDistributable:getSoftwareHyperflexBundleDistributable
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetSoftware Hyperflex Bundle Distributable Ancestor> 
- BundleType string
- The bundle type of the image, as published on cisco.com.
- Catalog
GetSoftware Hyperflex Bundle Distributable Catalog 
- ClassId string
- ComponentMetas List<GetSoftware Hyperflex Bundle Distributable Component Meta> 
- CreateTime string
- The time when this managed object was created.
- Description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- DistributableMetas List<GetSoftware Hyperflex Bundle Distributable Distributable Meta> 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DownloadCount double
- The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- FeatureSource string
- The name of the feature to which the uploaded file belongs.* System- This indicates system initiated file uploads.*OpenAPIImport- This indicates an OpenAPI file upload.*PartnerIntegrationImport- This indicates a Partner-Integration Appliance user file uploads.
- Guid string
- The unique identifier for an image in a Cisco repository.
- Id string
- ImageType string
- The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- Images
List<GetSoftware Hyperflex Bundle Distributable Image> 
- ImportAction string
- The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None- No action should be taken on the imported file.*GeneratePreSignedUploadUrl- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl- Generate pre signed URL of file in the repository to download.*CompleteImportProcess- Mark that the import process of the file into the repository is complete.*MarkImportFailed- Mark to indicate that the import process of the file into the repository failed.*PreCache- Cache the file into the Intersight Appliance.*Cancel- The cancel import process for the file into the repository.*Extract- The action to extract the file in the external repository.*Evict- Evict the cached file from the Intersight Appliance.
- ImportState string
- The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport- The image is ready to be imported into the repository.*Importing- The image is being imported into the repository.*Imported- The image has been extracted and imported into the repository.*PendingExtraction- Indicates that the image has been imported but not extracted in the repository.*Extracting- Indicates that the image is being extracted into the repository.*Extracted- Indicates that the image has been extracted into the repository.*Failed- The image import from an external source to the repository has failed.*MetaOnly- The image is present in an external repository.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
- ImportedTime string
- The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- LastAccess stringTime 
- The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Md5eTag string
- The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- Md5sum string
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Mdfid string
- The mdfid of the image provided by cisco.com.
- ModTime string
- The time when this managed object was last modified.
- Model string
- The endpoint model for which this firmware image is applicable.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the file. It is populated as part of the image import operation.
- NrSource GetSoftware Hyperflex Bundle Distributable Nr Source 
- NrVersion string
- Vendor provided version for the file.
- ObjectType string
- Owners List<string>
- Parent
GetSoftware Hyperflex Bundle Distributable Parent 
- PermissionResources List<GetSoftware Hyperflex Bundle Distributable Permission Resource> 
- PlatformType string
- The platform type of the image.
- RecommendedBuild string
- The build which is recommended by Cisco.
- Release
GetSoftware Hyperflex Bundle Distributable Release 
- ReleaseDate string
- The date on which the file was released or distributed by its vendor.
- ReleaseNotes stringUrl 
- The url for the release notes of this image.
- Sha512sum string
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- 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.
- Size double
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- SoftwareAdvisory stringUrl 
- The software advisory, if any, provided by the vendor for this file.
- SoftwareType stringId 
- The software type id provided by cisco.com.
- SupportedModels List<string>
- 
List<GetSoftware Hyperflex Bundle Distributable Tag> 
- Vendor string
- The vendor or publisher of this file.
- VersionContext GetSoftware Hyperflex Bundle Distributable Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetSoftware Hyperflex Bundle Distributable Ancestor 
- BundleType string
- The bundle type of the image, as published on cisco.com.
- Catalog
GetSoftware Hyperflex Bundle Distributable Catalog 
- ClassId string
- ComponentMetas []GetSoftware Hyperflex Bundle Distributable Component Meta 
- CreateTime string
- The time when this managed object was created.
- Description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- DistributableMetas []GetSoftware Hyperflex Bundle Distributable Distributable Meta 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DownloadCount float64
- The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- FeatureSource string
- The name of the feature to which the uploaded file belongs.* System- This indicates system initiated file uploads.*OpenAPIImport- This indicates an OpenAPI file upload.*PartnerIntegrationImport- This indicates a Partner-Integration Appliance user file uploads.
- Guid string
- The unique identifier for an image in a Cisco repository.
- Id string
- ImageType string
- The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- Images
[]GetSoftware Hyperflex Bundle Distributable Image 
- ImportAction string
- The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None- No action should be taken on the imported file.*GeneratePreSignedUploadUrl- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl- Generate pre signed URL of file in the repository to download.*CompleteImportProcess- Mark that the import process of the file into the repository is complete.*MarkImportFailed- Mark to indicate that the import process of the file into the repository failed.*PreCache- Cache the file into the Intersight Appliance.*Cancel- The cancel import process for the file into the repository.*Extract- The action to extract the file in the external repository.*Evict- Evict the cached file from the Intersight Appliance.
- ImportState string
- The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport- The image is ready to be imported into the repository.*Importing- The image is being imported into the repository.*Imported- The image has been extracted and imported into the repository.*PendingExtraction- Indicates that the image has been imported but not extracted in the repository.*Extracting- Indicates that the image is being extracted into the repository.*Extracted- Indicates that the image has been extracted into the repository.*Failed- The image import from an external source to the repository has failed.*MetaOnly- The image is present in an external repository.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
- ImportedTime string
- The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- LastAccess stringTime 
- The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Md5eTag string
- The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- Md5sum string
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Mdfid string
- The mdfid of the image provided by cisco.com.
- ModTime string
- The time when this managed object was last modified.
- Model string
- The endpoint model for which this firmware image is applicable.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the file. It is populated as part of the image import operation.
- NrSource GetSoftware Hyperflex Bundle Distributable Nr Source 
- NrVersion string
- Vendor provided version for the file.
- ObjectType string
- Owners []string
- Parent
GetSoftware Hyperflex Bundle Distributable Parent 
- PermissionResources []GetSoftware Hyperflex Bundle Distributable Permission Resource 
- PlatformType string
- The platform type of the image.
- RecommendedBuild string
- The build which is recommended by Cisco.
- Release
GetSoftware Hyperflex Bundle Distributable Release 
- ReleaseDate string
- The date on which the file was released or distributed by its vendor.
- ReleaseNotes stringUrl 
- The url for the release notes of this image.
- Sha512sum string
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- 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.
- Size float64
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- SoftwareAdvisory stringUrl 
- The software advisory, if any, provided by the vendor for this file.
- SoftwareType stringId 
- The software type id provided by cisco.com.
- SupportedModels []string
- 
[]GetSoftware Hyperflex Bundle Distributable Tag 
- Vendor string
- The vendor or publisher of this file.
- VersionContext GetSoftware Hyperflex Bundle Distributable Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetSoftware Hyperflex Bundle Distributable Ancestor> 
- bundleType String
- The bundle type of the image, as published on cisco.com.
- catalog
GetSoftware Hyperflex Bundle Distributable Catalog 
- classId String
- componentMetas List<GetSoftware Hyperflex Bundle Distributable Component Meta> 
- createTime String
- The time when this managed object was created.
- description String
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- distributableMetas List<GetSoftware Hyperflex Bundle Distributable Distributable Meta> 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- downloadCount Double
- The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- featureSource String
- The name of the feature to which the uploaded file belongs.* System- This indicates system initiated file uploads.*OpenAPIImport- This indicates an OpenAPI file upload.*PartnerIntegrationImport- This indicates a Partner-Integration Appliance user file uploads.
- guid String
- The unique identifier for an image in a Cisco repository.
- id String
- imageType String
- The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- images
List<GetSoftware Hyperflex Bundle Distributable Image> 
- importAction String
- The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None- No action should be taken on the imported file.*GeneratePreSignedUploadUrl- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl- Generate pre signed URL of file in the repository to download.*CompleteImportProcess- Mark that the import process of the file into the repository is complete.*MarkImportFailed- Mark to indicate that the import process of the file into the repository failed.*PreCache- Cache the file into the Intersight Appliance.*Cancel- The cancel import process for the file into the repository.*Extract- The action to extract the file in the external repository.*Evict- Evict the cached file from the Intersight Appliance.
- importState String
- The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport- The image is ready to be imported into the repository.*Importing- The image is being imported into the repository.*Imported- The image has been extracted and imported into the repository.*PendingExtraction- Indicates that the image has been imported but not extracted in the repository.*Extracting- Indicates that the image is being extracted into the repository.*Extracted- Indicates that the image has been extracted into the repository.*Failed- The image import from an external source to the repository has failed.*MetaOnly- The image is present in an external repository.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
- importedTime String
- The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- lastAccess StringTime 
- The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5eTag String
- The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum String
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mdfid String
- The mdfid of the image provided by cisco.com.
- modTime String
- The time when this managed object was last modified.
- model String
- The endpoint model for which this firmware image is applicable.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the file. It is populated as part of the image import operation.
- nrSource GetSoftware Hyperflex Bundle Distributable Nr Source 
- nrVersion String
- Vendor provided version for the file.
- objectType String
- owners List<String>
- parent
GetSoftware Hyperflex Bundle Distributable Parent 
- permissionResources List<GetSoftware Hyperflex Bundle Distributable Permission Resource> 
- platformType String
- The platform type of the image.
- recommendedBuild String
- The build which is recommended by Cisco.
- release
GetSoftware Hyperflex Bundle Distributable Release 
- releaseDate String
- The date on which the file was released or distributed by its vendor.
- releaseNotes StringUrl 
- The url for the release notes of this image.
- sha512sum String
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- 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.
- size Double
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- softwareAdvisory StringUrl 
- The software advisory, if any, provided by the vendor for this file.
- softwareType StringId 
- The software type id provided by cisco.com.
- supportedModels List<String>
- 
List<GetSoftware Hyperflex Bundle Distributable Tag> 
- vendor String
- The vendor or publisher of this file.
- versionContext GetSoftware Hyperflex Bundle Distributable Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetSoftware Hyperflex Bundle Distributable Ancestor[] 
- bundleType string
- The bundle type of the image, as published on cisco.com.
- catalog
GetSoftware Hyperflex Bundle Distributable Catalog 
- classId string
- componentMetas GetSoftware Hyperflex Bundle Distributable Component Meta[] 
- createTime string
- The time when this managed object was created.
- description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- distributableMetas GetSoftware Hyperflex Bundle Distributable Distributable Meta[] 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- downloadCount number
- The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- featureSource string
- The name of the feature to which the uploaded file belongs.* System- This indicates system initiated file uploads.*OpenAPIImport- This indicates an OpenAPI file upload.*PartnerIntegrationImport- This indicates a Partner-Integration Appliance user file uploads.
- guid string
- The unique identifier for an image in a Cisco repository.
- id string
- imageType string
- The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- images
GetSoftware Hyperflex Bundle Distributable Image[] 
- importAction string
- The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None- No action should be taken on the imported file.*GeneratePreSignedUploadUrl- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl- Generate pre signed URL of file in the repository to download.*CompleteImportProcess- Mark that the import process of the file into the repository is complete.*MarkImportFailed- Mark to indicate that the import process of the file into the repository failed.*PreCache- Cache the file into the Intersight Appliance.*Cancel- The cancel import process for the file into the repository.*Extract- The action to extract the file in the external repository.*Evict- Evict the cached file from the Intersight Appliance.
- importState string
- The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport- The image is ready to be imported into the repository.*Importing- The image is being imported into the repository.*Imported- The image has been extracted and imported into the repository.*PendingExtraction- Indicates that the image has been imported but not extracted in the repository.*Extracting- Indicates that the image is being extracted into the repository.*Extracted- Indicates that the image has been extracted into the repository.*Failed- The image import from an external source to the repository has failed.*MetaOnly- The image is present in an external repository.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
- importedTime string
- The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- lastAccess stringTime 
- The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5eTag string
- The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum string
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mdfid string
- The mdfid of the image provided by cisco.com.
- modTime string
- The time when this managed object was last modified.
- model string
- The endpoint model for which this firmware image is applicable.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the file. It is populated as part of the image import operation.
- nrSource GetSoftware Hyperflex Bundle Distributable Nr Source 
- nrVersion string
- Vendor provided version for the file.
- objectType string
- owners string[]
- parent
GetSoftware Hyperflex Bundle Distributable Parent 
- permissionResources GetSoftware Hyperflex Bundle Distributable Permission Resource[] 
- platformType string
- The platform type of the image.
- recommendedBuild string
- The build which is recommended by Cisco.
- release
GetSoftware Hyperflex Bundle Distributable Release 
- releaseDate string
- The date on which the file was released or distributed by its vendor.
- releaseNotes stringUrl 
- The url for the release notes of this image.
- sha512sum string
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- 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.
- size number
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- softwareAdvisory stringUrl 
- The software advisory, if any, provided by the vendor for this file.
- softwareType stringId 
- The software type id provided by cisco.com.
- supportedModels string[]
- 
GetSoftware Hyperflex Bundle Distributable Tag[] 
- vendor string
- The vendor or publisher of this file.
- versionContext GetSoftware Hyperflex Bundle Distributable Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetSoftware Hyperflex Bundle Distributable Ancestor] 
- bundle_type str
- The bundle type of the image, as published on cisco.com.
- catalog
GetSoftware Hyperflex Bundle Distributable Catalog 
- class_id str
- component_metas Sequence[GetSoftware Hyperflex Bundle Distributable Component Meta] 
- create_time str
- The time when this managed object was created.
- description str
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- distributable_metas Sequence[GetSoftware Hyperflex Bundle Distributable Distributable Meta] 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- download_count float
- The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- feature_source str
- The name of the feature to which the uploaded file belongs.* System- This indicates system initiated file uploads.*OpenAPIImport- This indicates an OpenAPI file upload.*PartnerIntegrationImport- This indicates a Partner-Integration Appliance user file uploads.
- guid str
- The unique identifier for an image in a Cisco repository.
- id str
- image_type str
- The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- images
Sequence[GetSoftware Hyperflex Bundle Distributable Image] 
- import_action str
- The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None- No action should be taken on the imported file.*GeneratePreSignedUploadUrl- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl- Generate pre signed URL of file in the repository to download.*CompleteImportProcess- Mark that the import process of the file into the repository is complete.*MarkImportFailed- Mark to indicate that the import process of the file into the repository failed.*PreCache- Cache the file into the Intersight Appliance.*Cancel- The cancel import process for the file into the repository.*Extract- The action to extract the file in the external repository.*Evict- Evict the cached file from the Intersight Appliance.
- import_state str
- The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport- The image is ready to be imported into the repository.*Importing- The image is being imported into the repository.*Imported- The image has been extracted and imported into the repository.*PendingExtraction- Indicates that the image has been imported but not extracted in the repository.*Extracting- Indicates that the image is being extracted into the repository.*Extracted- Indicates that the image has been extracted into the repository.*Failed- The image import from an external source to the repository has failed.*MetaOnly- The image is present in an external repository.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
- imported_time str
- The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- last_access_ strtime 
- The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5e_tag str
- The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum str
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mdfid str
- The mdfid of the image provided by cisco.com.
- mod_time str
- The time when this managed object was last modified.
- model str
- The endpoint model for which this firmware image is applicable.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the file. It is populated as part of the image import operation.
- nr_source GetSoftware Hyperflex Bundle Distributable Nr Source 
- nr_version str
- Vendor provided version for the file.
- object_type str
- owners Sequence[str]
- parent
GetSoftware Hyperflex Bundle Distributable Parent 
- permission_resources Sequence[GetSoftware Hyperflex Bundle Distributable Permission Resource] 
- platform_type str
- The platform type of the image.
- recommended_build str
- The build which is recommended by Cisco.
- release
GetSoftware Hyperflex Bundle Distributable Release 
- release_date str
- The date on which the file was released or distributed by its vendor.
- release_notes_ strurl 
- The url for the release notes of this image.
- sha512sum str
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- 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.
- size float
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- software_advisory_ strurl 
- The software advisory, if any, provided by the vendor for this file.
- software_type_ strid 
- The software type id provided by cisco.com.
- supported_models Sequence[str]
- 
Sequence[GetSoftware Hyperflex Bundle Distributable Tag] 
- vendor str
- The vendor or publisher of this file.
- version_context GetSoftware Hyperflex Bundle Distributable Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- bundleType String
- The bundle type of the image, as published on cisco.com.
- catalog Property Map
- classId String
- componentMetas List<Property Map>
- createTime String
- The time when this managed object was created.
- description String
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- distributableMetas List<Property Map>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- downloadCount Number
- The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- featureSource String
- The name of the feature to which the uploaded file belongs.* System- This indicates system initiated file uploads.*OpenAPIImport- This indicates an OpenAPI file upload.*PartnerIntegrationImport- This indicates a Partner-Integration Appliance user file uploads.
- guid String
- The unique identifier for an image in a Cisco repository.
- id String
- imageType String
- The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- images List<Property Map>
- importAction String
- The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None- No action should be taken on the imported file.*GeneratePreSignedUploadUrl- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl- Generate pre signed URL of file in the repository to download.*CompleteImportProcess- Mark that the import process of the file into the repository is complete.*MarkImportFailed- Mark to indicate that the import process of the file into the repository failed.*PreCache- Cache the file into the Intersight Appliance.*Cancel- The cancel import process for the file into the repository.*Extract- The action to extract the file in the external repository.*Evict- Evict the cached file from the Intersight Appliance.
- importState String
- The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport- The image is ready to be imported into the repository.*Importing- The image is being imported into the repository.*Imported- The image has been extracted and imported into the repository.*PendingExtraction- Indicates that the image has been imported but not extracted in the repository.*Extracting- Indicates that the image is being extracted into the repository.*Extracted- Indicates that the image has been extracted into the repository.*Failed- The image import from an external source to the repository has failed.*MetaOnly- The image is present in an external repository.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
- importedTime String
- The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- lastAccess StringTime 
- The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5eTag String
- The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum String
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mdfid String
- The mdfid of the image provided by cisco.com.
- modTime String
- The time when this managed object was last modified.
- model String
- The endpoint model for which this firmware image is applicable.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the file. It is populated as part of the image import operation.
- nrSource Property Map
- nrVersion String
- Vendor provided version for the file.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- platformType String
- The platform type of the image.
- recommendedBuild String
- The build which is recommended by Cisco.
- release Property Map
- releaseDate String
- The date on which the file was released or distributed by its vendor.
- releaseNotes StringUrl 
- The url for the release notes of this image.
- sha512sum String
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- 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.
- size Number
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- softwareAdvisory StringUrl 
- The software advisory, if any, provided by the vendor for this file.
- softwareType StringId 
- The software type id provided by cisco.com.
- supportedModels List<String>
- List<Property Map>
- vendor String
- The vendor or publisher of this file.
- versionContext Property Map
getSoftwareHyperflexBundleDistributable Result
The following output properties are available:
- Id string
- Results
List<GetSoftware Hyperflex Bundle Distributable Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetSoftware Hyperflex Bundle Distributable Ancestor> 
- BundleType string
- Catalog
GetSoftware Hyperflex Bundle Distributable Catalog 
- ClassId string
- ComponentMetas List<GetSoftware Hyperflex Bundle Distributable Component Meta> 
- CreateTime string
- Description string
- DistributableMetas List<GetSoftware Hyperflex Bundle Distributable Distributable Meta> 
- DomainGroup stringMoid 
- DownloadCount double
- FeatureSource string
- Guid string
- ImageType string
- Images
List<GetSoftware Hyperflex Bundle Distributable Image> 
- ImportAction string
- ImportState string
- ImportedTime string
- LastAccess stringTime 
- Md5eTag string
- Md5sum string
- Mdfid string
- ModTime string
- Model string
- Moid string
- Name string
- NrSource GetSoftware Hyperflex Bundle Distributable Nr Source 
- NrVersion string
- ObjectType string
- Owners List<string>
- Parent
GetSoftware Hyperflex Bundle Distributable Parent 
- PermissionResources List<GetSoftware Hyperflex Bundle Distributable Permission Resource> 
- PlatformType string
- RecommendedBuild string
- Release
GetSoftware Hyperflex Bundle Distributable Release 
- ReleaseDate string
- ReleaseNotes stringUrl 
- Sha512sum string
- string
- Size double
- SoftwareAdvisory stringUrl 
- SoftwareType stringId 
- SupportedModels List<string>
- 
List<GetSoftware Hyperflex Bundle Distributable Tag> 
- Vendor string
- VersionContext GetSoftware Hyperflex Bundle Distributable Version Context 
- Id string
- Results
[]GetSoftware Hyperflex Bundle Distributable Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetSoftware Hyperflex Bundle Distributable Ancestor 
- BundleType string
- Catalog
GetSoftware Hyperflex Bundle Distributable Catalog 
- ClassId string
- ComponentMetas []GetSoftware Hyperflex Bundle Distributable Component Meta 
- CreateTime string
- Description string
- DistributableMetas []GetSoftware Hyperflex Bundle Distributable Distributable Meta 
- DomainGroup stringMoid 
- DownloadCount float64
- FeatureSource string
- Guid string
- ImageType string
- Images
[]GetSoftware Hyperflex Bundle Distributable Image 
- ImportAction string
- ImportState string
- ImportedTime string
- LastAccess stringTime 
- Md5eTag string
- Md5sum string
- Mdfid string
- ModTime string
- Model string
- Moid string
- Name string
- NrSource GetSoftware Hyperflex Bundle Distributable Nr Source 
- NrVersion string
- ObjectType string
- Owners []string
- Parent
GetSoftware Hyperflex Bundle Distributable Parent 
- PermissionResources []GetSoftware Hyperflex Bundle Distributable Permission Resource 
- PlatformType string
- RecommendedBuild string
- Release
GetSoftware Hyperflex Bundle Distributable Release 
- ReleaseDate string
- ReleaseNotes stringUrl 
- Sha512sum string
- string
- Size float64
- SoftwareAdvisory stringUrl 
- SoftwareType stringId 
- SupportedModels []string
- 
[]GetSoftware Hyperflex Bundle Distributable Tag 
- Vendor string
- VersionContext GetSoftware Hyperflex Bundle Distributable Version Context 
- id String
- results
List<GetSoftware Hyperflex Bundle Distributable Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetSoftware Hyperflex Bundle Distributable Ancestor> 
- bundleType String
- catalog
GetSoftware Hyperflex Bundle Distributable Catalog 
- classId String
- componentMetas List<GetSoftware Hyperflex Bundle Distributable Component Meta> 
- createTime String
- description String
- distributableMetas List<GetSoftware Hyperflex Bundle Distributable Distributable Meta> 
- domainGroup StringMoid 
- downloadCount Double
- featureSource String
- guid String
- imageType String
- images
List<GetSoftware Hyperflex Bundle Distributable Image> 
- importAction String
- importState String
- importedTime String
- lastAccess StringTime 
- md5eTag String
- md5sum String
- mdfid String
- modTime String
- model String
- moid String
- name String
- nrSource GetSoftware Hyperflex Bundle Distributable Nr Source 
- nrVersion String
- objectType String
- owners List<String>
- parent
GetSoftware Hyperflex Bundle Distributable Parent 
- permissionResources List<GetSoftware Hyperflex Bundle Distributable Permission Resource> 
- platformType String
- recommendedBuild String
- release
GetSoftware Hyperflex Bundle Distributable Release 
- releaseDate String
- releaseNotes StringUrl 
- sha512sum String
- String
- size Double
- softwareAdvisory StringUrl 
- softwareType StringId 
- supportedModels List<String>
- 
List<GetSoftware Hyperflex Bundle Distributable Tag> 
- vendor String
- versionContext GetSoftware Hyperflex Bundle Distributable Version Context 
- id string
- results
GetSoftware Hyperflex Bundle Distributable Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetSoftware Hyperflex Bundle Distributable Ancestor[] 
- bundleType string
- catalog
GetSoftware Hyperflex Bundle Distributable Catalog 
- classId string
- componentMetas GetSoftware Hyperflex Bundle Distributable Component Meta[] 
- createTime string
- description string
- distributableMetas GetSoftware Hyperflex Bundle Distributable Distributable Meta[] 
- domainGroup stringMoid 
- downloadCount number
- featureSource string
- guid string
- imageType string
- images
GetSoftware Hyperflex Bundle Distributable Image[] 
- importAction string
- importState string
- importedTime string
- lastAccess stringTime 
- md5eTag string
- md5sum string
- mdfid string
- modTime string
- model string
- moid string
- name string
- nrSource GetSoftware Hyperflex Bundle Distributable Nr Source 
- nrVersion string
- objectType string
- owners string[]
- parent
GetSoftware Hyperflex Bundle Distributable Parent 
- permissionResources GetSoftware Hyperflex Bundle Distributable Permission Resource[] 
- platformType string
- recommendedBuild string
- release
GetSoftware Hyperflex Bundle Distributable Release 
- releaseDate string
- releaseNotes stringUrl 
- sha512sum string
- string
- size number
- softwareAdvisory stringUrl 
- softwareType stringId 
- supportedModels string[]
- 
GetSoftware Hyperflex Bundle Distributable Tag[] 
- vendor string
- versionContext GetSoftware Hyperflex Bundle Distributable Version Context 
- id str
- results
Sequence[GetSoftware Hyperflex Bundle Distributable Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetSoftware Hyperflex Bundle Distributable Ancestor] 
- bundle_type str
- catalog
GetSoftware Hyperflex Bundle Distributable Catalog 
- class_id str
- component_metas Sequence[GetSoftware Hyperflex Bundle Distributable Component Meta] 
- create_time str
- description str
- distributable_metas Sequence[GetSoftware Hyperflex Bundle Distributable Distributable Meta] 
- domain_group_ strmoid 
- download_count float
- feature_source str
- guid str
- image_type str
- images
Sequence[GetSoftware Hyperflex Bundle Distributable Image] 
- import_action str
- import_state str
- imported_time str
- last_access_ strtime 
- md5e_tag str
- md5sum str
- mdfid str
- mod_time str
- model str
- moid str
- name str
- nr_source GetSoftware Hyperflex Bundle Distributable Nr Source 
- nr_version str
- object_type str
- owners Sequence[str]
- parent
GetSoftware Hyperflex Bundle Distributable Parent 
- permission_resources Sequence[GetSoftware Hyperflex Bundle Distributable Permission Resource] 
- platform_type str
- recommended_build str
- release
GetSoftware Hyperflex Bundle Distributable Release 
- release_date str
- release_notes_ strurl 
- sha512sum str
- str
- size float
- software_advisory_ strurl 
- software_type_ strid 
- supported_models Sequence[str]
- 
Sequence[GetSoftware Hyperflex Bundle Distributable Tag] 
- vendor str
- version_context GetSoftware Hyperflex Bundle Distributable Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- bundleType String
- catalog Property Map
- classId String
- componentMetas List<Property Map>
- createTime String
- description String
- distributableMetas List<Property Map>
- domainGroup StringMoid 
- downloadCount Number
- featureSource String
- guid String
- imageType String
- images List<Property Map>
- importAction String
- importState String
- importedTime String
- lastAccess StringTime 
- md5eTag String
- md5sum String
- mdfid String
- modTime String
- model String
- moid String
- name String
- nrSource Property Map
- nrVersion String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- platformType String
- recommendedBuild String
- release Property Map
- releaseDate String
- releaseNotes StringUrl 
- sha512sum String
- String
- size Number
- softwareAdvisory StringUrl 
- softwareType StringId 
- supportedModels List<String>
- List<Property Map>
- vendor String
- versionContext Property Map
Supporting Types
GetSoftwareHyperflexBundleDistributableAncestor     
- 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'.
 
GetSoftwareHyperflexBundleDistributableCatalog     
- 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'.
 
GetSoftwareHyperflexBundleDistributableComponentMeta      
- 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.
- ComponentLabel string
- The name of the component in the compressed HSU bundle.
- ComponentType string
- The type of component image within the distributable.- ALL- This represents all the components.
- ALL,HDD- This represents all the components plus the HDDs.
- Drive-U.2- This represents the U.2 drives that are SFF/LFF drives (mostly all the drives will fall under this category).
- Storage- This represents the storage controller components.
- None- This represents none of the components.
- NXOS- This represents NXOS components.
- IOM- This represents IOM components.
- PSU- This represents PSU components.
- CIMC- This represents CIMC components.
- BIOS- This represents BIOS components.
- PCIE- This represents PCIE components.
- Drive- This represents Drive components.
- DIMM- This represents DIMM components.
- BoardController- This represents Board Controller components.
- StorageController- This represents Storage Controller components.
- Storage-Sasexpander- This represents Storage Sas-Expander components.
- Storage-U.2- This represents U2 Storage Controller components.
- HBA- This represents HBA components.
- GPU- This represents GPU components.
- SasExpander- This represents SasExpander components.
- MSwitch- This represents mSwitch components.
- CMC- This represents CMC components.
 
- Description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- Disruption string
- The type of disruption on each component. For example, host reboot, automatic power cycle, and manual power cycle.- None- Indicates that the component did not receive a disruption request.
- HostReboot- Indicates that the component received a host reboot request.
- EndpointReboot- Indicates that the component received an end point reboot request.
- ManualPowerCycle- Indicates that the component received a manual power cycle request.
- AutomaticPowerCycle- Indicates that the component received an automatic power cycle request.
 
- ImagePath string
- This shows the path of component image within the distributable.
- IsOob boolSupported 
- If set, the component can be updated through out-of-band management, else, is updated through host service utility boot.
- Model string
- The endpoint model for which this firmware image is applicable.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OobManageabilities List<string>
- PackedVersion string
- The image version of components packaged in the distributable.
- RedfishUrl string
- The redfish target for each component.
- Vendor string
- The vendor or publisher of this file.
- 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.
- ComponentLabel string
- The name of the component in the compressed HSU bundle.
- ComponentType string
- The type of component image within the distributable.- ALL- This represents all the components.
- ALL,HDD- This represents all the components plus the HDDs.
- Drive-U.2- This represents the U.2 drives that are SFF/LFF drives (mostly all the drives will fall under this category).
- Storage- This represents the storage controller components.
- None- This represents none of the components.
- NXOS- This represents NXOS components.
- IOM- This represents IOM components.
- PSU- This represents PSU components.
- CIMC- This represents CIMC components.
- BIOS- This represents BIOS components.
- PCIE- This represents PCIE components.
- Drive- This represents Drive components.
- DIMM- This represents DIMM components.
- BoardController- This represents Board Controller components.
- StorageController- This represents Storage Controller components.
- Storage-Sasexpander- This represents Storage Sas-Expander components.
- Storage-U.2- This represents U2 Storage Controller components.
- HBA- This represents HBA components.
- GPU- This represents GPU components.
- SasExpander- This represents SasExpander components.
- MSwitch- This represents mSwitch components.
- CMC- This represents CMC components.
 
- Description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- Disruption string
- The type of disruption on each component. For example, host reboot, automatic power cycle, and manual power cycle.- None- Indicates that the component did not receive a disruption request.
- HostReboot- Indicates that the component received a host reboot request.
- EndpointReboot- Indicates that the component received an end point reboot request.
- ManualPowerCycle- Indicates that the component received a manual power cycle request.
- AutomaticPowerCycle- Indicates that the component received an automatic power cycle request.
 
- ImagePath string
- This shows the path of component image within the distributable.
- IsOob boolSupported 
- If set, the component can be updated through out-of-band management, else, is updated through host service utility boot.
- Model string
- The endpoint model for which this firmware image is applicable.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OobManageabilities []string
- PackedVersion string
- The image version of components packaged in the distributable.
- RedfishUrl string
- The redfish target for each component.
- Vendor string
- The vendor or publisher of this file.
- 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.
- componentLabel String
- The name of the component in the compressed HSU bundle.
- componentType String
- The type of component image within the distributable.- ALL- This represents all the components.
- ALL,HDD- This represents all the components plus the HDDs.
- Drive-U.2- This represents the U.2 drives that are SFF/LFF drives (mostly all the drives will fall under this category).
- Storage- This represents the storage controller components.
- None- This represents none of the components.
- NXOS- This represents NXOS components.
- IOM- This represents IOM components.
- PSU- This represents PSU components.
- CIMC- This represents CIMC components.
- BIOS- This represents BIOS components.
- PCIE- This represents PCIE components.
- Drive- This represents Drive components.
- DIMM- This represents DIMM components.
- BoardController- This represents Board Controller components.
- StorageController- This represents Storage Controller components.
- Storage-Sasexpander- This represents Storage Sas-Expander components.
- Storage-U.2- This represents U2 Storage Controller components.
- HBA- This represents HBA components.
- GPU- This represents GPU components.
- SasExpander- This represents SasExpander components.
- MSwitch- This represents mSwitch components.
- CMC- This represents CMC components.
 
- description String
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- disruption String
- The type of disruption on each component. For example, host reboot, automatic power cycle, and manual power cycle.- None- Indicates that the component did not receive a disruption request.
- HostReboot- Indicates that the component received a host reboot request.
- EndpointReboot- Indicates that the component received an end point reboot request.
- ManualPowerCycle- Indicates that the component received a manual power cycle request.
- AutomaticPowerCycle- Indicates that the component received an automatic power cycle request.
 
- imagePath String
- This shows the path of component image within the distributable.
- isOob BooleanSupported 
- If set, the component can be updated through out-of-band management, else, is updated through host service utility boot.
- model String
- The endpoint model for which this firmware image is applicable.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oobManageabilities List<String>
- packedVersion String
- The image version of components packaged in the distributable.
- redfishUrl String
- The redfish target for each component.
- vendor String
- The vendor or publisher of this file.
- 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.
- componentLabel string
- The name of the component in the compressed HSU bundle.
- componentType string
- The type of component image within the distributable.- ALL- This represents all the components.
- ALL,HDD- This represents all the components plus the HDDs.
- Drive-U.2- This represents the U.2 drives that are SFF/LFF drives (mostly all the drives will fall under this category).
- Storage- This represents the storage controller components.
- None- This represents none of the components.
- NXOS- This represents NXOS components.
- IOM- This represents IOM components.
- PSU- This represents PSU components.
- CIMC- This represents CIMC components.
- BIOS- This represents BIOS components.
- PCIE- This represents PCIE components.
- Drive- This represents Drive components.
- DIMM- This represents DIMM components.
- BoardController- This represents Board Controller components.
- StorageController- This represents Storage Controller components.
- Storage-Sasexpander- This represents Storage Sas-Expander components.
- Storage-U.2- This represents U2 Storage Controller components.
- HBA- This represents HBA components.
- GPU- This represents GPU components.
- SasExpander- This represents SasExpander components.
- MSwitch- This represents mSwitch components.
- CMC- This represents CMC components.
 
- description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- disruption string
- The type of disruption on each component. For example, host reboot, automatic power cycle, and manual power cycle.- None- Indicates that the component did not receive a disruption request.
- HostReboot- Indicates that the component received a host reboot request.
- EndpointReboot- Indicates that the component received an end point reboot request.
- ManualPowerCycle- Indicates that the component received a manual power cycle request.
- AutomaticPowerCycle- Indicates that the component received an automatic power cycle request.
 
- imagePath string
- This shows the path of component image within the distributable.
- isOob booleanSupported 
- If set, the component can be updated through out-of-band management, else, is updated through host service utility boot.
- model string
- The endpoint model for which this firmware image is applicable.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oobManageabilities string[]
- packedVersion string
- The image version of components packaged in the distributable.
- redfishUrl string
- The redfish target for each component.
- vendor string
- The vendor or publisher of this file.
- 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.
- component_label str
- The name of the component in the compressed HSU bundle.
- component_type str
- The type of component image within the distributable.- ALL- This represents all the components.
- ALL,HDD- This represents all the components plus the HDDs.
- Drive-U.2- This represents the U.2 drives that are SFF/LFF drives (mostly all the drives will fall under this category).
- Storage- This represents the storage controller components.
- None- This represents none of the components.
- NXOS- This represents NXOS components.
- IOM- This represents IOM components.
- PSU- This represents PSU components.
- CIMC- This represents CIMC components.
- BIOS- This represents BIOS components.
- PCIE- This represents PCIE components.
- Drive- This represents Drive components.
- DIMM- This represents DIMM components.
- BoardController- This represents Board Controller components.
- StorageController- This represents Storage Controller components.
- Storage-Sasexpander- This represents Storage Sas-Expander components.
- Storage-U.2- This represents U2 Storage Controller components.
- HBA- This represents HBA components.
- GPU- This represents GPU components.
- SasExpander- This represents SasExpander components.
- MSwitch- This represents mSwitch components.
- CMC- This represents CMC components.
 
- description str
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- disruption str
- The type of disruption on each component. For example, host reboot, automatic power cycle, and manual power cycle.- None- Indicates that the component did not receive a disruption request.
- HostReboot- Indicates that the component received a host reboot request.
- EndpointReboot- Indicates that the component received an end point reboot request.
- ManualPowerCycle- Indicates that the component received a manual power cycle request.
- AutomaticPowerCycle- Indicates that the component received an automatic power cycle request.
 
- image_path str
- This shows the path of component image within the distributable.
- is_oob_ boolsupported 
- If set, the component can be updated through out-of-band management, else, is updated through host service utility boot.
- model str
- The endpoint model for which this firmware image is applicable.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oob_manageabilities Sequence[str]
- packed_version str
- The image version of components packaged in the distributable.
- redfish_url str
- The redfish target for each component.
- vendor str
- The vendor or publisher of this file.
- 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.
- componentLabel String
- The name of the component in the compressed HSU bundle.
- componentType String
- The type of component image within the distributable.- ALL- This represents all the components.
- ALL,HDD- This represents all the components plus the HDDs.
- Drive-U.2- This represents the U.2 drives that are SFF/LFF drives (mostly all the drives will fall under this category).
- Storage- This represents the storage controller components.
- None- This represents none of the components.
- NXOS- This represents NXOS components.
- IOM- This represents IOM components.
- PSU- This represents PSU components.
- CIMC- This represents CIMC components.
- BIOS- This represents BIOS components.
- PCIE- This represents PCIE components.
- Drive- This represents Drive components.
- DIMM- This represents DIMM components.
- BoardController- This represents Board Controller components.
- StorageController- This represents Storage Controller components.
- Storage-Sasexpander- This represents Storage Sas-Expander components.
- Storage-U.2- This represents U2 Storage Controller components.
- HBA- This represents HBA components.
- GPU- This represents GPU components.
- SasExpander- This represents SasExpander components.
- MSwitch- This represents mSwitch components.
- CMC- This represents CMC components.
 
- description String
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- disruption String
- The type of disruption on each component. For example, host reboot, automatic power cycle, and manual power cycle.- None- Indicates that the component did not receive a disruption request.
- HostReboot- Indicates that the component received a host reboot request.
- EndpointReboot- Indicates that the component received an end point reboot request.
- ManualPowerCycle- Indicates that the component received a manual power cycle request.
- AutomaticPowerCycle- Indicates that the component received an automatic power cycle request.
 
- imagePath String
- This shows the path of component image within the distributable.
- isOob BooleanSupported 
- If set, the component can be updated through out-of-band management, else, is updated through host service utility boot.
- model String
- The endpoint model for which this firmware image is applicable.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oobManageabilities List<String>
- packedVersion String
- The image version of components packaged in the distributable.
- redfishUrl String
- The redfish target for each component.
- vendor String
- The vendor or publisher of this file.
GetSoftwareHyperflexBundleDistributableDistributableMeta      
- 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'.
 
GetSoftwareHyperflexBundleDistributableImage     
- 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'.
 
GetSoftwareHyperflexBundleDistributableNrSource      
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
GetSoftwareHyperflexBundleDistributableParent     
- 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'.
 
GetSoftwareHyperflexBundleDistributablePermissionResource      
- 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'.
 
GetSoftwareHyperflexBundleDistributableRelease     
- 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'.
 
GetSoftwareHyperflexBundleDistributableResult     
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetSoftware Hyperflex Bundle Distributable Result Ancestor> 
- BundleType string
- The bundle type of the image, as published on cisco.com.
- Catalogs
List<GetSoftware Hyperflex Bundle Distributable Result Catalog> 
- ClassId string
- ComponentMetas List<GetSoftware Hyperflex Bundle Distributable Result Component Meta> 
- CreateTime string
- The time when this managed object was created.
- Description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- DistributableMetas List<GetSoftware Hyperflex Bundle Distributable Result Distributable Meta> 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DownloadCount double
- The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- FeatureSource string
- The name of the feature to which the uploaded file belongs.* System- This indicates system initiated file uploads.*OpenAPIImport- This indicates an OpenAPI file upload.*PartnerIntegrationImport- This indicates a Partner-Integration Appliance user file uploads.
- Guid string
- The unique identifier for an image in a Cisco repository.
- ImageType string
- The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- Images
List<GetSoftware Hyperflex Bundle Distributable Result Image> 
- ImportAction string
- The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None- No action should be taken on the imported file.*GeneratePreSignedUploadUrl- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl- Generate pre signed URL of file in the repository to download.*CompleteImportProcess- Mark that the import process of the file into the repository is complete.*MarkImportFailed- Mark to indicate that the import process of the file into the repository failed.*PreCache- Cache the file into the Intersight Appliance.*Cancel- The cancel import process for the file into the repository.*Extract- The action to extract the file in the external repository.*Evict- Evict the cached file from the Intersight Appliance.
- ImportState string
- The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport- The image is ready to be imported into the repository.*Importing- The image is being imported into the repository.*Imported- The image has been extracted and imported into the repository.*PendingExtraction- Indicates that the image has been imported but not extracted in the repository.*Extracting- Indicates that the image is being extracted into the repository.*Extracted- Indicates that the image has been extracted into the repository.*Failed- The image import from an external source to the repository has failed.*MetaOnly- The image is present in an external repository.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
- ImportedTime string
- The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- LastAccess stringTime 
- The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Md5eTag string
- The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- Md5sum string
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Mdfid string
- The mdfid of the image provided by cisco.com.
- ModTime string
- The time when this managed object was last modified.
- Model string
- The endpoint model for which this firmware image is applicable.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the file. It is populated as part of the image import operation.
- NrSources List<GetSoftware Hyperflex Bundle Distributable Result Nr Source> 
- NrVersion string
- Vendor provided version for the file.
- ObjectType string
- Owners List<string>
- Parents
List<GetSoftware Hyperflex Bundle Distributable Result Parent> 
- PermissionResources List<GetSoftware Hyperflex Bundle Distributable Result Permission Resource> 
- PlatformType string
- The platform type of the image.
- RecommendedBuild string
- The build which is recommended by Cisco.
- ReleaseDate string
- The date on which the file was released or distributed by its vendor.
- ReleaseNotes stringUrl 
- The url for the release notes of this image.
- Releases
List<GetSoftware Hyperflex Bundle Distributable Result Release> 
- Sha512sum string
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- 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.
- Size double
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- SoftwareAdvisory stringUrl 
- The software advisory, if any, provided by the vendor for this file.
- SoftwareType stringId 
- The software type id provided by cisco.com.
- SupportedModels List<string>
- 
List<GetSoftware Hyperflex Bundle Distributable Result Tag> 
- Vendor string
- The vendor or publisher of this file.
- VersionContexts List<GetSoftware Hyperflex Bundle Distributable Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetSoftware Hyperflex Bundle Distributable Result Ancestor 
- BundleType string
- The bundle type of the image, as published on cisco.com.
- Catalogs
[]GetSoftware Hyperflex Bundle Distributable Result Catalog 
- ClassId string
- ComponentMetas []GetSoftware Hyperflex Bundle Distributable Result Component Meta 
- CreateTime string
- The time when this managed object was created.
- Description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- DistributableMetas []GetSoftware Hyperflex Bundle Distributable Result Distributable Meta 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DownloadCount float64
- The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- FeatureSource string
- The name of the feature to which the uploaded file belongs.* System- This indicates system initiated file uploads.*OpenAPIImport- This indicates an OpenAPI file upload.*PartnerIntegrationImport- This indicates a Partner-Integration Appliance user file uploads.
- Guid string
- The unique identifier for an image in a Cisco repository.
- ImageType string
- The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- Images
[]GetSoftware Hyperflex Bundle Distributable Result Image 
- ImportAction string
- The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None- No action should be taken on the imported file.*GeneratePreSignedUploadUrl- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl- Generate pre signed URL of file in the repository to download.*CompleteImportProcess- Mark that the import process of the file into the repository is complete.*MarkImportFailed- Mark to indicate that the import process of the file into the repository failed.*PreCache- Cache the file into the Intersight Appliance.*Cancel- The cancel import process for the file into the repository.*Extract- The action to extract the file in the external repository.*Evict- Evict the cached file from the Intersight Appliance.
- ImportState string
- The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport- The image is ready to be imported into the repository.*Importing- The image is being imported into the repository.*Imported- The image has been extracted and imported into the repository.*PendingExtraction- Indicates that the image has been imported but not extracted in the repository.*Extracting- Indicates that the image is being extracted into the repository.*Extracted- Indicates that the image has been extracted into the repository.*Failed- The image import from an external source to the repository has failed.*MetaOnly- The image is present in an external repository.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
- ImportedTime string
- The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- LastAccess stringTime 
- The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Md5eTag string
- The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- Md5sum string
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Mdfid string
- The mdfid of the image provided by cisco.com.
- ModTime string
- The time when this managed object was last modified.
- Model string
- The endpoint model for which this firmware image is applicable.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the file. It is populated as part of the image import operation.
- NrSources []GetSoftware Hyperflex Bundle Distributable Result Nr Source 
- NrVersion string
- Vendor provided version for the file.
- ObjectType string
- Owners []string
- Parents
[]GetSoftware Hyperflex Bundle Distributable Result Parent 
- PermissionResources []GetSoftware Hyperflex Bundle Distributable Result Permission Resource 
- PlatformType string
- The platform type of the image.
- RecommendedBuild string
- The build which is recommended by Cisco.
- ReleaseDate string
- The date on which the file was released or distributed by its vendor.
- ReleaseNotes stringUrl 
- The url for the release notes of this image.
- Releases
[]GetSoftware Hyperflex Bundle Distributable Result Release 
- Sha512sum string
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- 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.
- Size float64
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- SoftwareAdvisory stringUrl 
- The software advisory, if any, provided by the vendor for this file.
- SoftwareType stringId 
- The software type id provided by cisco.com.
- SupportedModels []string
- 
[]GetSoftware Hyperflex Bundle Distributable Result Tag 
- Vendor string
- The vendor or publisher of this file.
- VersionContexts []GetSoftware Hyperflex Bundle Distributable Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetSoftware Hyperflex Bundle Distributable Result Ancestor> 
- bundleType String
- The bundle type of the image, as published on cisco.com.
- catalogs
List<GetSoftware Hyperflex Bundle Distributable Result Catalog> 
- classId String
- componentMetas List<GetSoftware Hyperflex Bundle Distributable Result Component Meta> 
- createTime String
- The time when this managed object was created.
- description String
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- distributableMetas List<GetSoftware Hyperflex Bundle Distributable Result Distributable Meta> 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- downloadCount Double
- The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- featureSource String
- The name of the feature to which the uploaded file belongs.* System- This indicates system initiated file uploads.*OpenAPIImport- This indicates an OpenAPI file upload.*PartnerIntegrationImport- This indicates a Partner-Integration Appliance user file uploads.
- guid String
- The unique identifier for an image in a Cisco repository.
- imageType String
- The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- images
List<GetSoftware Hyperflex Bundle Distributable Result Image> 
- importAction String
- The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None- No action should be taken on the imported file.*GeneratePreSignedUploadUrl- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl- Generate pre signed URL of file in the repository to download.*CompleteImportProcess- Mark that the import process of the file into the repository is complete.*MarkImportFailed- Mark to indicate that the import process of the file into the repository failed.*PreCache- Cache the file into the Intersight Appliance.*Cancel- The cancel import process for the file into the repository.*Extract- The action to extract the file in the external repository.*Evict- Evict the cached file from the Intersight Appliance.
- importState String
- The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport- The image is ready to be imported into the repository.*Importing- The image is being imported into the repository.*Imported- The image has been extracted and imported into the repository.*PendingExtraction- Indicates that the image has been imported but not extracted in the repository.*Extracting- Indicates that the image is being extracted into the repository.*Extracted- Indicates that the image has been extracted into the repository.*Failed- The image import from an external source to the repository has failed.*MetaOnly- The image is present in an external repository.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
- importedTime String
- The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- lastAccess StringTime 
- The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5eTag String
- The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum String
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mdfid String
- The mdfid of the image provided by cisco.com.
- modTime String
- The time when this managed object was last modified.
- model String
- The endpoint model for which this firmware image is applicable.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the file. It is populated as part of the image import operation.
- nrSources List<GetSoftware Hyperflex Bundle Distributable Result Nr Source> 
- nrVersion String
- Vendor provided version for the file.
- objectType String
- owners List<String>
- parents
List<GetSoftware Hyperflex Bundle Distributable Result Parent> 
- permissionResources List<GetSoftware Hyperflex Bundle Distributable Result Permission Resource> 
- platformType String
- The platform type of the image.
- recommendedBuild String
- The build which is recommended by Cisco.
- releaseDate String
- The date on which the file was released or distributed by its vendor.
- releaseNotes StringUrl 
- The url for the release notes of this image.
- releases
List<GetSoftware Hyperflex Bundle Distributable Result Release> 
- sha512sum String
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- 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.
- size Double
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- softwareAdvisory StringUrl 
- The software advisory, if any, provided by the vendor for this file.
- softwareType StringId 
- The software type id provided by cisco.com.
- supportedModels List<String>
- 
List<GetSoftware Hyperflex Bundle Distributable Result Tag> 
- vendor String
- The vendor or publisher of this file.
- versionContexts List<GetSoftware Hyperflex Bundle Distributable Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetSoftware Hyperflex Bundle Distributable Result Ancestor[] 
- bundleType string
- The bundle type of the image, as published on cisco.com.
- catalogs
GetSoftware Hyperflex Bundle Distributable Result Catalog[] 
- classId string
- componentMetas GetSoftware Hyperflex Bundle Distributable Result Component Meta[] 
- createTime string
- The time when this managed object was created.
- description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- distributableMetas GetSoftware Hyperflex Bundle Distributable Result Distributable Meta[] 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- downloadCount number
- The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- featureSource string
- The name of the feature to which the uploaded file belongs.* System- This indicates system initiated file uploads.*OpenAPIImport- This indicates an OpenAPI file upload.*PartnerIntegrationImport- This indicates a Partner-Integration Appliance user file uploads.
- guid string
- The unique identifier for an image in a Cisco repository.
- imageType string
- The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- images
GetSoftware Hyperflex Bundle Distributable Result Image[] 
- importAction string
- The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None- No action should be taken on the imported file.*GeneratePreSignedUploadUrl- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl- Generate pre signed URL of file in the repository to download.*CompleteImportProcess- Mark that the import process of the file into the repository is complete.*MarkImportFailed- Mark to indicate that the import process of the file into the repository failed.*PreCache- Cache the file into the Intersight Appliance.*Cancel- The cancel import process for the file into the repository.*Extract- The action to extract the file in the external repository.*Evict- Evict the cached file from the Intersight Appliance.
- importState string
- The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport- The image is ready to be imported into the repository.*Importing- The image is being imported into the repository.*Imported- The image has been extracted and imported into the repository.*PendingExtraction- Indicates that the image has been imported but not extracted in the repository.*Extracting- Indicates that the image is being extracted into the repository.*Extracted- Indicates that the image has been extracted into the repository.*Failed- The image import from an external source to the repository has failed.*MetaOnly- The image is present in an external repository.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
- importedTime string
- The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- lastAccess stringTime 
- The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5eTag string
- The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum string
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mdfid string
- The mdfid of the image provided by cisco.com.
- modTime string
- The time when this managed object was last modified.
- model string
- The endpoint model for which this firmware image is applicable.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the file. It is populated as part of the image import operation.
- nrSources GetSoftware Hyperflex Bundle Distributable Result Nr Source[] 
- nrVersion string
- Vendor provided version for the file.
- objectType string
- owners string[]
- parents
GetSoftware Hyperflex Bundle Distributable Result Parent[] 
- permissionResources GetSoftware Hyperflex Bundle Distributable Result Permission Resource[] 
- platformType string
- The platform type of the image.
- recommendedBuild string
- The build which is recommended by Cisco.
- releaseDate string
- The date on which the file was released or distributed by its vendor.
- releaseNotes stringUrl 
- The url for the release notes of this image.
- releases
GetSoftware Hyperflex Bundle Distributable Result Release[] 
- sha512sum string
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- 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.
- size number
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- softwareAdvisory stringUrl 
- The software advisory, if any, provided by the vendor for this file.
- softwareType stringId 
- The software type id provided by cisco.com.
- supportedModels string[]
- 
GetSoftware Hyperflex Bundle Distributable Result Tag[] 
- vendor string
- The vendor or publisher of this file.
- versionContexts GetSoftware Hyperflex Bundle Distributable Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetSoftware Hyperflex Bundle Distributable Result Ancestor] 
- bundle_type str
- The bundle type of the image, as published on cisco.com.
- catalogs
Sequence[GetSoftware Hyperflex Bundle Distributable Result Catalog] 
- class_id str
- component_metas Sequence[GetSoftware Hyperflex Bundle Distributable Result Component Meta] 
- create_time str
- The time when this managed object was created.
- description str
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- distributable_metas Sequence[GetSoftware Hyperflex Bundle Distributable Result Distributable Meta] 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- download_count float
- The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- feature_source str
- The name of the feature to which the uploaded file belongs.* System- This indicates system initiated file uploads.*OpenAPIImport- This indicates an OpenAPI file upload.*PartnerIntegrationImport- This indicates a Partner-Integration Appliance user file uploads.
- guid str
- The unique identifier for an image in a Cisco repository.
- image_type str
- The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- images
Sequence[GetSoftware Hyperflex Bundle Distributable Result Image] 
- import_action str
- The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None- No action should be taken on the imported file.*GeneratePreSignedUploadUrl- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl- Generate pre signed URL of file in the repository to download.*CompleteImportProcess- Mark that the import process of the file into the repository is complete.*MarkImportFailed- Mark to indicate that the import process of the file into the repository failed.*PreCache- Cache the file into the Intersight Appliance.*Cancel- The cancel import process for the file into the repository.*Extract- The action to extract the file in the external repository.*Evict- Evict the cached file from the Intersight Appliance.
- import_state str
- The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport- The image is ready to be imported into the repository.*Importing- The image is being imported into the repository.*Imported- The image has been extracted and imported into the repository.*PendingExtraction- Indicates that the image has been imported but not extracted in the repository.*Extracting- Indicates that the image is being extracted into the repository.*Extracted- Indicates that the image has been extracted into the repository.*Failed- The image import from an external source to the repository has failed.*MetaOnly- The image is present in an external repository.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
- imported_time str
- The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- last_access_ strtime 
- The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5e_tag str
- The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum str
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mdfid str
- The mdfid of the image provided by cisco.com.
- mod_time str
- The time when this managed object was last modified.
- model str
- The endpoint model for which this firmware image is applicable.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the file. It is populated as part of the image import operation.
- nr_sources Sequence[GetSoftware Hyperflex Bundle Distributable Result Nr Source] 
- nr_version str
- Vendor provided version for the file.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetSoftware Hyperflex Bundle Distributable Result Parent] 
- permission_resources Sequence[GetSoftware Hyperflex Bundle Distributable Result Permission Resource] 
- platform_type str
- The platform type of the image.
- recommended_build str
- The build which is recommended by Cisco.
- release_date str
- The date on which the file was released or distributed by its vendor.
- release_notes_ strurl 
- The url for the release notes of this image.
- releases
Sequence[GetSoftware Hyperflex Bundle Distributable Result Release] 
- sha512sum str
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- 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.
- size float
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- software_advisory_ strurl 
- The software advisory, if any, provided by the vendor for this file.
- software_type_ strid 
- The software type id provided by cisco.com.
- supported_models Sequence[str]
- 
Sequence[GetSoftware Hyperflex Bundle Distributable Result Tag] 
- vendor str
- The vendor or publisher of this file.
- version_contexts Sequence[GetSoftware Hyperflex Bundle Distributable Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- bundleType String
- The bundle type of the image, as published on cisco.com.
- catalogs List<Property Map>
- classId String
- componentMetas List<Property Map>
- createTime String
- The time when this managed object was created.
- description String
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- distributableMetas List<Property Map>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- downloadCount Number
- The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- featureSource String
- The name of the feature to which the uploaded file belongs.* System- This indicates system initiated file uploads.*OpenAPIImport- This indicates an OpenAPI file upload.*PartnerIntegrationImport- This indicates a Partner-Integration Appliance user file uploads.
- guid String
- The unique identifier for an image in a Cisco repository.
- imageType String
- The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- images List<Property Map>
- importAction String
- The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.* None- No action should be taken on the imported file.*GeneratePreSignedUploadUrl- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl- Generate pre signed URL of file in the repository to download.*CompleteImportProcess- Mark that the import process of the file into the repository is complete.*MarkImportFailed- Mark to indicate that the import process of the file into the repository failed.*PreCache- Cache the file into the Intersight Appliance.*Cancel- The cancel import process for the file into the repository.*Extract- The action to extract the file in the external repository.*Evict- Evict the cached file from the Intersight Appliance.
- importState String
- The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.* ReadyForImport- The image is ready to be imported into the repository.*Importing- The image is being imported into the repository.*Imported- The image has been extracted and imported into the repository.*PendingExtraction- Indicates that the image has been imported but not extracted in the repository.*Extracting- Indicates that the image is being extracted into the repository.*Extracted- Indicates that the image has been extracted into the repository.*Failed- The image import from an external source to the repository has failed.*MetaOnly- The image is present in an external repository.*ReadyForCache- The image is ready to be cached into the Intersight Appliance.*Caching- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image.
- importedTime String
- The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- lastAccess StringTime 
- The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5eTag String
- The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum String
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mdfid String
- The mdfid of the image provided by cisco.com.
- modTime String
- The time when this managed object was last modified.
- model String
- The endpoint model for which this firmware image is applicable.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the file. It is populated as part of the image import operation.
- nrSources List<Property Map>
- nrVersion String
- Vendor provided version for the file.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- platformType String
- The platform type of the image.
- recommendedBuild String
- The build which is recommended by Cisco.
- releaseDate String
- The date on which the file was released or distributed by its vendor.
- releaseNotes StringUrl 
- The url for the release notes of this image.
- releases List<Property Map>
- sha512sum String
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- 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.
- size Number
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- softwareAdvisory StringUrl 
- The software advisory, if any, provided by the vendor for this file.
- softwareType StringId 
- The software type id provided by cisco.com.
- supportedModels List<String>
- List<Property Map>
- vendor String
- The vendor or publisher of this file.
- versionContexts List<Property Map>
GetSoftwareHyperflexBundleDistributableResultAncestor      
- 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
GetSoftwareHyperflexBundleDistributableResultCatalog      
- 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
GetSoftwareHyperflexBundleDistributableResultComponentMeta       
- AdditionalProperties string
- ClassId string
- ComponentLabel string
- ComponentType string
- Description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- Disruption string
- ImagePath string
- IsOob boolSupported 
- Model string
- The endpoint model for which this firmware image is applicable.
- ObjectType string
- OobManageabilities List<string>
- PackedVersion string
- RedfishUrl string
- Vendor string
- The vendor or publisher of this file.
- AdditionalProperties string
- ClassId string
- ComponentLabel string
- ComponentType string
- Description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- Disruption string
- ImagePath string
- IsOob boolSupported 
- Model string
- The endpoint model for which this firmware image is applicable.
- ObjectType string
- OobManageabilities []string
- PackedVersion string
- RedfishUrl string
- Vendor string
- The vendor or publisher of this file.
- additionalProperties String
- classId String
- componentLabel String
- componentType String
- description String
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- disruption String
- imagePath String
- isOob BooleanSupported 
- model String
- The endpoint model for which this firmware image is applicable.
- objectType String
- oobManageabilities List<String>
- packedVersion String
- redfishUrl String
- vendor String
- The vendor or publisher of this file.
- additionalProperties string
- classId string
- componentLabel string
- componentType string
- description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- disruption string
- imagePath string
- isOob booleanSupported 
- model string
- The endpoint model for which this firmware image is applicable.
- objectType string
- oobManageabilities string[]
- packedVersion string
- redfishUrl string
- vendor string
- The vendor or publisher of this file.
- additional_properties str
- class_id str
- component_label str
- component_type str
- description str
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- disruption str
- image_path str
- is_oob_ boolsupported 
- model str
- The endpoint model for which this firmware image is applicable.
- object_type str
- oob_manageabilities Sequence[str]
- packed_version str
- redfish_url str
- vendor str
- The vendor or publisher of this file.
- additionalProperties String
- classId String
- componentLabel String
- componentType String
- description String
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- disruption String
- imagePath String
- isOob BooleanSupported 
- model String
- The endpoint model for which this firmware image is applicable.
- objectType String
- oobManageabilities List<String>
- packedVersion String
- redfishUrl String
- vendor String
- The vendor or publisher of this file.
GetSoftwareHyperflexBundleDistributableResultDistributableMeta       
- 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
GetSoftwareHyperflexBundleDistributableResultImage      
- 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
GetSoftwareHyperflexBundleDistributableResultNrSource       
- AdditionalProperties string
- ClassId string
- ObjectType string
- AdditionalProperties string
- ClassId string
- ObjectType string
- additionalProperties String
- classId String
- objectType String
- additionalProperties string
- classId string
- objectType string
- additional_properties str
- class_id str
- object_type str
- additionalProperties String
- classId String
- objectType String
GetSoftwareHyperflexBundleDistributableResultParent      
- 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
GetSoftwareHyperflexBundleDistributableResultPermissionResource       
- 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
GetSoftwareHyperflexBundleDistributableResultRelease      
- 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
GetSoftwareHyperflexBundleDistributableResultTag      
- 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
GetSoftwareHyperflexBundleDistributableResultVersionContext       
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetSoftware Hyperflex Bundle Distributable Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- Vendor provided version for the file.
- ObjectType string
- RefMos List<GetSoftware Hyperflex Bundle Distributable Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetSoftware Hyperflex Bundle Distributable Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- Vendor provided version for the file.
- ObjectType string
- RefMos []GetSoftware Hyperflex Bundle Distributable Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetSoftware Hyperflex Bundle Distributable Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- Vendor provided version for the file.
- objectType String
- refMos List<GetSoftware Hyperflex Bundle Distributable Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetSoftware Hyperflex Bundle Distributable Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- Vendor provided version for the file.
- objectType string
- refMos GetSoftware Hyperflex Bundle Distributable Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additional_properties str
- class_id str
- interested_mos Sequence[GetSoftware Hyperflex Bundle Distributable Result Version Context Interested Mo] 
- marked_for_ booldeletion 
- nr_version str
- Vendor provided version for the file.
- object_type str
- ref_mos Sequence[GetSoftware Hyperflex Bundle Distributable Result Version Context Ref Mo] 
- timestamp str
- version_type str
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- Vendor provided version for the file.
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetSoftwareHyperflexBundleDistributableResultVersionContextInterestedMo         
- 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
GetSoftwareHyperflexBundleDistributableResultVersionContextRefMo         
- 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
GetSoftwareHyperflexBundleDistributableTag     
- 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.
GetSoftwareHyperflexBundleDistributableVersionContext      
- 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<GetSoftware Hyperflex Bundle Distributable 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
- Vendor provided version for the file.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetSoftware Hyperflex Bundle Distributable 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 []GetSoftware Hyperflex Bundle Distributable 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
- Vendor provided version for the file.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetSoftware Hyperflex Bundle Distributable 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<GetSoftware Hyperflex Bundle Distributable 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
- Vendor provided version for the file.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetSoftware Hyperflex Bundle Distributable 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 GetSoftware Hyperflex Bundle Distributable 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
- Vendor provided version for the file.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetSoftware Hyperflex Bundle Distributable 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[GetSoftware Hyperflex Bundle Distributable 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
- Vendor provided version for the file.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetSoftware Hyperflex Bundle Distributable 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
- Vendor provided version for the file.
- 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.
 
GetSoftwareHyperflexBundleDistributableVersionContextInterestedMo        
- 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'.
 
GetSoftwareHyperflexBundleDistributableVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet