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

intersight.getSoftwarerepositoryCachedImage

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    The image cached in the customer’s datacenter.

    Using getSoftwarerepositoryCachedImage

    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 getSoftwarerepositoryCachedImage(args: GetSoftwarerepositoryCachedImageArgs, opts?: InvokeOptions): Promise<GetSoftwarerepositoryCachedImageResult>
    function getSoftwarerepositoryCachedImageOutput(args: GetSoftwarerepositoryCachedImageOutputArgs, opts?: InvokeOptions): Output<GetSoftwarerepositoryCachedImageResult>
    def get_softwarerepository_cached_image(account_moid: Optional[str] = None,
                                            action: Optional[str] = None,
                                            additional_properties: Optional[str] = None,
                                            ancestors: Optional[Sequence[GetSoftwarerepositoryCachedImageAncestor]] = None,
                                            cache_state: Optional[str] = None,
                                            cached_time: Optional[str] = None,
                                            checksum: Optional[GetSoftwarerepositoryCachedImageChecksum] = None,
                                            class_id: Optional[str] = None,
                                            create_time: Optional[str] = None,
                                            domain_group_moid: Optional[str] = None,
                                            download_error: Optional[str] = None,
                                            download_progress: Optional[float] = None,
                                            download_retries: Optional[float] = None,
                                            file: Optional[GetSoftwarerepositoryCachedImageFile] = None,
                                            id: Optional[str] = None,
                                            last_access_time: Optional[str] = None,
                                            md5sum: Optional[str] = None,
                                            mod_time: Optional[str] = None,
                                            moid: Optional[str] = None,
                                            network_element: Optional[GetSoftwarerepositoryCachedImageNetworkElement] = None,
                                            object_type: Optional[str] = None,
                                            original_sha512sum: Optional[str] = None,
                                            owners: Optional[Sequence[str]] = None,
                                            parent: Optional[GetSoftwarerepositoryCachedImageParent] = None,
                                            path: Optional[str] = None,
                                            permission_resources: Optional[Sequence[GetSoftwarerepositoryCachedImagePermissionResource]] = None,
                                            registered_workflows: Optional[Sequence[str]] = None,
                                            shared_scope: Optional[str] = None,
                                            tags: Optional[Sequence[GetSoftwarerepositoryCachedImageTag]] = None,
                                            used_count: Optional[float] = None,
                                            version_context: Optional[GetSoftwarerepositoryCachedImageVersionContext] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetSoftwarerepositoryCachedImageResult
    def get_softwarerepository_cached_image_output(account_moid: Optional[pulumi.Input[str]] = None,
                                            action: Optional[pulumi.Input[str]] = None,
                                            additional_properties: Optional[pulumi.Input[str]] = None,
                                            ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetSoftwarerepositoryCachedImageAncestorArgs]]]] = None,
                                            cache_state: Optional[pulumi.Input[str]] = None,
                                            cached_time: Optional[pulumi.Input[str]] = None,
                                            checksum: Optional[pulumi.Input[GetSoftwarerepositoryCachedImageChecksumArgs]] = None,
                                            class_id: Optional[pulumi.Input[str]] = None,
                                            create_time: Optional[pulumi.Input[str]] = None,
                                            domain_group_moid: Optional[pulumi.Input[str]] = None,
                                            download_error: Optional[pulumi.Input[str]] = None,
                                            download_progress: Optional[pulumi.Input[float]] = None,
                                            download_retries: Optional[pulumi.Input[float]] = None,
                                            file: Optional[pulumi.Input[GetSoftwarerepositoryCachedImageFileArgs]] = None,
                                            id: Optional[pulumi.Input[str]] = None,
                                            last_access_time: Optional[pulumi.Input[str]] = None,
                                            md5sum: Optional[pulumi.Input[str]] = None,
                                            mod_time: Optional[pulumi.Input[str]] = None,
                                            moid: Optional[pulumi.Input[str]] = None,
                                            network_element: Optional[pulumi.Input[GetSoftwarerepositoryCachedImageNetworkElementArgs]] = None,
                                            object_type: Optional[pulumi.Input[str]] = None,
                                            original_sha512sum: Optional[pulumi.Input[str]] = None,
                                            owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                            parent: Optional[pulumi.Input[GetSoftwarerepositoryCachedImageParentArgs]] = None,
                                            path: Optional[pulumi.Input[str]] = None,
                                            permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetSoftwarerepositoryCachedImagePermissionResourceArgs]]]] = None,
                                            registered_workflows: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                            shared_scope: Optional[pulumi.Input[str]] = None,
                                            tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetSoftwarerepositoryCachedImageTagArgs]]]] = None,
                                            used_count: Optional[pulumi.Input[float]] = None,
                                            version_context: Optional[pulumi.Input[GetSoftwarerepositoryCachedImageVersionContextArgs]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetSoftwarerepositoryCachedImageResult]
    func LookupSoftwarerepositoryCachedImage(ctx *Context, args *LookupSoftwarerepositoryCachedImageArgs, opts ...InvokeOption) (*LookupSoftwarerepositoryCachedImageResult, error)
    func LookupSoftwarerepositoryCachedImageOutput(ctx *Context, args *LookupSoftwarerepositoryCachedImageOutputArgs, opts ...InvokeOption) LookupSoftwarerepositoryCachedImageResultOutput

    > Note: This function is named LookupSoftwarerepositoryCachedImage in the Go SDK.

    public static class GetSoftwarerepositoryCachedImage 
    {
        public static Task<GetSoftwarerepositoryCachedImageResult> InvokeAsync(GetSoftwarerepositoryCachedImageArgs args, InvokeOptions? opts = null)
        public static Output<GetSoftwarerepositoryCachedImageResult> Invoke(GetSoftwarerepositoryCachedImageInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSoftwarerepositoryCachedImageResult> getSoftwarerepositoryCachedImage(GetSoftwarerepositoryCachedImageArgs args, InvokeOptions options)
    public static Output<GetSoftwarerepositoryCachedImageResult> getSoftwarerepositoryCachedImage(GetSoftwarerepositoryCachedImageArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getSoftwarerepositoryCachedImage:getSoftwarerepositoryCachedImage
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    Action string
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in endpoint. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. 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.
    AdditionalProperties string
    Ancestors List<GetSoftwarerepositoryCachedImageAncestor>
    CacheState string
    The state of this file in the endpoint The importState is updated during the cache operation and as part of the cache 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.
    CachedTime string
    The time when the image or file was cached into the FI storage.
    Checksum GetSoftwarerepositoryCachedImageChecksum
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DownloadError string
    Any error encountered. Set to empty when download is in progress or completed.
    DownloadProgress double
    The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
    DownloadRetries double
    The number of retries the plugin attempted before succeeding or failing the download.
    File GetSoftwarerepositoryCachedImageFile
    Id string
    LastAccessTime string
    Used by the cache monitoring process to determine the files that are to be evicted from the cache.
    Md5sum string
    The MD5 sum of the firmware image that will be used by the endpoint to validate the integrity of the image.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NetworkElement GetSoftwarerepositoryCachedImageNetworkElement
    ObjectType string
    OriginalSha512sum string
    The actual sha512sum of the cached image.
    Owners List<string>
    Parent GetSoftwarerepositoryCachedImageParent
    Path string
    The absolute path of the imported file in the endpoint.
    PermissionResources List<GetSoftwarerepositoryCachedImagePermissionResource>
    RegisteredWorkflows List<string>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetSoftwarerepositoryCachedImageTag>
    UsedCount double
    The number of times this file has been used to copy or upgrade or install actions. Used by the cache monitoring process to determine the files to be evicted from the cache.
    VersionContext GetSoftwarerepositoryCachedImageVersionContext
    AccountMoid string
    The Account ID for this managed object.
    Action string
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in endpoint. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. 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.
    AdditionalProperties string
    Ancestors []GetSoftwarerepositoryCachedImageAncestor
    CacheState string
    The state of this file in the endpoint The importState is updated during the cache operation and as part of the cache 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.
    CachedTime string
    The time when the image or file was cached into the FI storage.
    Checksum GetSoftwarerepositoryCachedImageChecksum
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DownloadError string
    Any error encountered. Set to empty when download is in progress or completed.
    DownloadProgress float64
    The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
    DownloadRetries float64
    The number of retries the plugin attempted before succeeding or failing the download.
    File GetSoftwarerepositoryCachedImageFile
    Id string
    LastAccessTime string
    Used by the cache monitoring process to determine the files that are to be evicted from the cache.
    Md5sum string
    The MD5 sum of the firmware image that will be used by the endpoint to validate the integrity of the image.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NetworkElement GetSoftwarerepositoryCachedImageNetworkElement
    ObjectType string
    OriginalSha512sum string
    The actual sha512sum of the cached image.
    Owners []string
    Parent GetSoftwarerepositoryCachedImageParent
    Path string
    The absolute path of the imported file in the endpoint.
    PermissionResources []GetSoftwarerepositoryCachedImagePermissionResource
    RegisteredWorkflows []string
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetSoftwarerepositoryCachedImageTag
    UsedCount float64
    The number of times this file has been used to copy or upgrade or install actions. Used by the cache monitoring process to determine the files to be evicted from the cache.
    VersionContext GetSoftwarerepositoryCachedImageVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in endpoint. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. 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.
    additionalProperties String
    ancestors List<GetSoftwarerepositoryCachedImageAncestor>
    cacheState String
    The state of this file in the endpoint The importState is updated during the cache operation and as part of the cache 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.
    cachedTime String
    The time when the image or file was cached into the FI storage.
    checksum GetSoftwarerepositoryCachedImageChecksum
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    downloadError String
    Any error encountered. Set to empty when download is in progress or completed.
    downloadProgress Double
    The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
    downloadRetries Double
    The number of retries the plugin attempted before succeeding or failing the download.
    file GetSoftwarerepositoryCachedImageFile
    id String
    lastAccessTime String
    Used by the cache monitoring process to determine the files that are to be evicted from the cache.
    md5sum String
    The MD5 sum of the firmware image that will be used by the endpoint to validate the integrity of the image.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    networkElement GetSoftwarerepositoryCachedImageNetworkElement
    objectType String
    originalSha512sum String
    The actual sha512sum of the cached image.
    owners List<String>
    parent GetSoftwarerepositoryCachedImageParent
    path String
    The absolute path of the imported file in the endpoint.
    permissionResources List<GetSoftwarerepositoryCachedImagePermissionResource>
    registeredWorkflows List<String>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetSoftwarerepositoryCachedImageTag>
    usedCount Double
    The number of times this file has been used to copy or upgrade or install actions. Used by the cache monitoring process to determine the files to be evicted from the cache.
    versionContext GetSoftwarerepositoryCachedImageVersionContext
    accountMoid string
    The Account ID for this managed object.
    action string
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in endpoint. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. 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.
    additionalProperties string
    ancestors GetSoftwarerepositoryCachedImageAncestor[]
    cacheState string
    The state of this file in the endpoint The importState is updated during the cache operation and as part of the cache 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.
    cachedTime string
    The time when the image or file was cached into the FI storage.
    checksum GetSoftwarerepositoryCachedImageChecksum
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    downloadError string
    Any error encountered. Set to empty when download is in progress or completed.
    downloadProgress number
    The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
    downloadRetries number
    The number of retries the plugin attempted before succeeding or failing the download.
    file GetSoftwarerepositoryCachedImageFile
    id string
    lastAccessTime string
    Used by the cache monitoring process to determine the files that are to be evicted from the cache.
    md5sum string
    The MD5 sum of the firmware image that will be used by the endpoint to validate the integrity of the image.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    networkElement GetSoftwarerepositoryCachedImageNetworkElement
    objectType string
    originalSha512sum string
    The actual sha512sum of the cached image.
    owners string[]
    parent GetSoftwarerepositoryCachedImageParent
    path string
    The absolute path of the imported file in the endpoint.
    permissionResources GetSoftwarerepositoryCachedImagePermissionResource[]
    registeredWorkflows string[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetSoftwarerepositoryCachedImageTag[]
    usedCount number
    The number of times this file has been used to copy or upgrade or install actions. Used by the cache monitoring process to determine the files to be evicted from the cache.
    versionContext GetSoftwarerepositoryCachedImageVersionContext
    account_moid str
    The Account ID for this managed object.
    action str
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in endpoint. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. 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.
    additional_properties str
    ancestors Sequence[GetSoftwarerepositoryCachedImageAncestor]
    cache_state str
    The state of this file in the endpoint The importState is updated during the cache operation and as part of the cache 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.
    cached_time str
    The time when the image or file was cached into the FI storage.
    checksum GetSoftwarerepositoryCachedImageChecksum
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    download_error str
    Any error encountered. Set to empty when download is in progress or completed.
    download_progress float
    The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
    download_retries float
    The number of retries the plugin attempted before succeeding or failing the download.
    file GetSoftwarerepositoryCachedImageFile
    id str
    last_access_time str
    Used by the cache monitoring process to determine the files that are to be evicted from the cache.
    md5sum str
    The MD5 sum of the firmware image that will be used by the endpoint to validate the integrity of the image.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    network_element GetSoftwarerepositoryCachedImageNetworkElement
    object_type str
    original_sha512sum str
    The actual sha512sum of the cached image.
    owners Sequence[str]
    parent GetSoftwarerepositoryCachedImageParent
    path str
    The absolute path of the imported file in the endpoint.
    permission_resources Sequence[GetSoftwarerepositoryCachedImagePermissionResource]
    registered_workflows Sequence[str]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetSoftwarerepositoryCachedImageTag]
    used_count float
    The number of times this file has been used to copy or upgrade or install actions. Used by the cache monitoring process to determine the files to be evicted from the cache.
    version_context GetSoftwarerepositoryCachedImageVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in endpoint. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. 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.
    additionalProperties String
    ancestors List<Property Map>
    cacheState String
    The state of this file in the endpoint The importState is updated during the cache operation and as part of the cache 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.
    cachedTime String
    The time when the image or file was cached into the FI storage.
    checksum Property Map
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    downloadError String
    Any error encountered. Set to empty when download is in progress or completed.
    downloadProgress Number
    The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
    downloadRetries Number
    The number of retries the plugin attempted before succeeding or failing the download.
    file Property Map
    id String
    lastAccessTime String
    Used by the cache monitoring process to determine the files that are to be evicted from the cache.
    md5sum String
    The MD5 sum of the firmware image that will be used by the endpoint to validate the integrity of the image.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    networkElement Property Map
    objectType String
    originalSha512sum String
    The actual sha512sum of the cached image.
    owners List<String>
    parent Property Map
    path String
    The absolute path of the imported file in the endpoint.
    permissionResources List<Property Map>
    registeredWorkflows List<String>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    usedCount Number
    The number of times this file has been used to copy or upgrade or install actions. Used by the cache monitoring process to determine the files to be evicted from the cache.
    versionContext Property Map

    getSoftwarerepositoryCachedImage Result

    The following output properties are available:

    Id string
    Results List<GetSoftwarerepositoryCachedImageResult>
    AccountMoid string
    Action string
    AdditionalProperties string
    Ancestors List<GetSoftwarerepositoryCachedImageAncestor>
    CacheState string
    CachedTime string
    Checksum GetSoftwarerepositoryCachedImageChecksum
    ClassId string
    CreateTime string
    DomainGroupMoid string
    DownloadError string
    DownloadProgress double
    DownloadRetries double
    File GetSoftwarerepositoryCachedImageFile
    LastAccessTime string
    Md5sum string
    ModTime string
    Moid string
    NetworkElement GetSoftwarerepositoryCachedImageNetworkElement
    ObjectType string
    OriginalSha512sum string
    Owners List<string>
    Parent GetSoftwarerepositoryCachedImageParent
    Path string
    PermissionResources List<GetSoftwarerepositoryCachedImagePermissionResource>
    RegisteredWorkflows List<string>
    SharedScope string
    Tags List<GetSoftwarerepositoryCachedImageTag>
    UsedCount double
    VersionContext GetSoftwarerepositoryCachedImageVersionContext
    Id string
    Results []GetSoftwarerepositoryCachedImageResult
    AccountMoid string
    Action string
    AdditionalProperties string
    Ancestors []GetSoftwarerepositoryCachedImageAncestor
    CacheState string
    CachedTime string
    Checksum GetSoftwarerepositoryCachedImageChecksum
    ClassId string
    CreateTime string
    DomainGroupMoid string
    DownloadError string
    DownloadProgress float64
    DownloadRetries float64
    File GetSoftwarerepositoryCachedImageFile
    LastAccessTime string
    Md5sum string
    ModTime string
    Moid string
    NetworkElement GetSoftwarerepositoryCachedImageNetworkElement
    ObjectType string
    OriginalSha512sum string
    Owners []string
    Parent GetSoftwarerepositoryCachedImageParent
    Path string
    PermissionResources []GetSoftwarerepositoryCachedImagePermissionResource
    RegisteredWorkflows []string
    SharedScope string
    Tags []GetSoftwarerepositoryCachedImageTag
    UsedCount float64
    VersionContext GetSoftwarerepositoryCachedImageVersionContext
    id String
    results List<GetSoftwarerepositoryCachedImageResult>
    accountMoid String
    action String
    additionalProperties String
    ancestors List<GetSoftwarerepositoryCachedImageAncestor>
    cacheState String
    cachedTime String
    checksum GetSoftwarerepositoryCachedImageChecksum
    classId String
    createTime String
    domainGroupMoid String
    downloadError String
    downloadProgress Double
    downloadRetries Double
    file GetSoftwarerepositoryCachedImageFile
    lastAccessTime String
    md5sum String
    modTime String
    moid String
    networkElement GetSoftwarerepositoryCachedImageNetworkElement
    objectType String
    originalSha512sum String
    owners List<String>
    parent GetSoftwarerepositoryCachedImageParent
    path String
    permissionResources List<GetSoftwarerepositoryCachedImagePermissionResource>
    registeredWorkflows List<String>
    sharedScope String
    tags List<GetSoftwarerepositoryCachedImageTag>
    usedCount Double
    versionContext GetSoftwarerepositoryCachedImageVersionContext
    id string
    results GetSoftwarerepositoryCachedImageResult[]
    accountMoid string
    action string
    additionalProperties string
    ancestors GetSoftwarerepositoryCachedImageAncestor[]
    cacheState string
    cachedTime string
    checksum GetSoftwarerepositoryCachedImageChecksum
    classId string
    createTime string
    domainGroupMoid string
    downloadError string
    downloadProgress number
    downloadRetries number
    file GetSoftwarerepositoryCachedImageFile
    lastAccessTime string
    md5sum string
    modTime string
    moid string
    networkElement GetSoftwarerepositoryCachedImageNetworkElement
    objectType string
    originalSha512sum string
    owners string[]
    parent GetSoftwarerepositoryCachedImageParent
    path string
    permissionResources GetSoftwarerepositoryCachedImagePermissionResource[]
    registeredWorkflows string[]
    sharedScope string
    tags GetSoftwarerepositoryCachedImageTag[]
    usedCount number
    versionContext GetSoftwarerepositoryCachedImageVersionContext
    id str
    results Sequence[GetSoftwarerepositoryCachedImageResult]
    account_moid str
    action str
    additional_properties str
    ancestors Sequence[GetSoftwarerepositoryCachedImageAncestor]
    cache_state str
    cached_time str
    checksum GetSoftwarerepositoryCachedImageChecksum
    class_id str
    create_time str
    domain_group_moid str
    download_error str
    download_progress float
    download_retries float
    file GetSoftwarerepositoryCachedImageFile
    last_access_time str
    md5sum str
    mod_time str
    moid str
    network_element GetSoftwarerepositoryCachedImageNetworkElement
    object_type str
    original_sha512sum str
    owners Sequence[str]
    parent GetSoftwarerepositoryCachedImageParent
    path str
    permission_resources Sequence[GetSoftwarerepositoryCachedImagePermissionResource]
    registered_workflows Sequence[str]
    shared_scope str
    tags Sequence[GetSoftwarerepositoryCachedImageTag]
    used_count float
    version_context GetSoftwarerepositoryCachedImageVersionContext

    Supporting Types

    GetSoftwarerepositoryCachedImageAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

    GetSoftwarerepositoryCachedImageChecksum

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    HashAlgorithm string
    The hash algorithm used to calculate the checksum.

    • crc - A CRC hash as definded by RFC 3385. Generated with the IEEE polynomial.
    • sha256 - An SHA256 hash as defined by RFC 4634.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    HashAlgorithm string
    The hash algorithm used to calculate the checksum.

    • crc - A CRC hash as definded by RFC 3385. Generated with the IEEE polynomial.
    • sha256 - An SHA256 hash as defined by RFC 4634.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    hashAlgorithm String
    The hash algorithm used to calculate the checksum.

    • crc - A CRC hash as definded by RFC 3385. Generated with the IEEE polynomial.
    • sha256 - An SHA256 hash as defined by RFC 4634.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    hashAlgorithm string
    The hash algorithm used to calculate the checksum.

    • crc - A CRC hash as definded by RFC 3385. Generated with the IEEE polynomial.
    • sha256 - An SHA256 hash as defined by RFC 4634.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    hash_algorithm str
    The hash algorithm used to calculate the checksum.

    • crc - A CRC hash as definded by RFC 3385. Generated with the IEEE polynomial.
    • sha256 - An SHA256 hash as defined by RFC 4634.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    hashAlgorithm String
    The hash algorithm used to calculate the checksum.

    • crc - A CRC hash as definded by RFC 3385. Generated with the IEEE polynomial.
    • sha256 - An SHA256 hash as defined by RFC 4634.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetSoftwarerepositoryCachedImageFile

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

    GetSoftwarerepositoryCachedImageNetworkElement

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

    GetSoftwarerepositoryCachedImageParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

    GetSoftwarerepositoryCachedImagePermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

    GetSoftwarerepositoryCachedImageResult

    AccountMoid string
    The Account ID for this managed object.
    Action string
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in endpoint. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. 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.
    AdditionalProperties string
    Ancestors List<GetSoftwarerepositoryCachedImageResultAncestor>
    CacheState string
    The state of this file in the endpoint The importState is updated during the cache operation and as part of the cache 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.
    CachedTime string
    The time when the image or file was cached into the FI storage.
    Checksums List<GetSoftwarerepositoryCachedImageResultChecksum>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DownloadError string
    Any error encountered. Set to empty when download is in progress or completed.
    DownloadProgress double
    The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
    DownloadRetries double
    The number of retries the plugin attempted before succeeding or failing the download.
    Files List<GetSoftwarerepositoryCachedImageResultFile>
    LastAccessTime string
    Used by the cache monitoring process to determine the files that are to be evicted from the cache.
    Md5sum string
    The MD5 sum of the firmware image that will be used by the endpoint to validate the integrity of the image.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NetworkElements List<GetSoftwarerepositoryCachedImageResultNetworkElement>
    ObjectType string
    OriginalSha512sum string
    The actual sha512sum of the cached image.
    Owners List<string>
    Parents List<GetSoftwarerepositoryCachedImageResultParent>
    Path string
    The absolute path of the imported file in the endpoint.
    PermissionResources List<GetSoftwarerepositoryCachedImageResultPermissionResource>
    RegisteredWorkflows List<string>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetSoftwarerepositoryCachedImageResultTag>
    UsedCount double
    The number of times this file has been used to copy or upgrade or install actions. Used by the cache monitoring process to determine the files to be evicted from the cache.
    VersionContexts List<GetSoftwarerepositoryCachedImageResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    Action string
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in endpoint. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. 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.
    AdditionalProperties string
    Ancestors []GetSoftwarerepositoryCachedImageResultAncestor
    CacheState string
    The state of this file in the endpoint The importState is updated during the cache operation and as part of the cache 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.
    CachedTime string
    The time when the image or file was cached into the FI storage.
    Checksums []GetSoftwarerepositoryCachedImageResultChecksum
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DownloadError string
    Any error encountered. Set to empty when download is in progress or completed.
    DownloadProgress float64
    The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
    DownloadRetries float64
    The number of retries the plugin attempted before succeeding or failing the download.
    Files []GetSoftwarerepositoryCachedImageResultFile
    LastAccessTime string
    Used by the cache monitoring process to determine the files that are to be evicted from the cache.
    Md5sum string
    The MD5 sum of the firmware image that will be used by the endpoint to validate the integrity of the image.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NetworkElements []GetSoftwarerepositoryCachedImageResultNetworkElement
    ObjectType string
    OriginalSha512sum string
    The actual sha512sum of the cached image.
    Owners []string
    Parents []GetSoftwarerepositoryCachedImageResultParent
    Path string
    The absolute path of the imported file in the endpoint.
    PermissionResources []GetSoftwarerepositoryCachedImageResultPermissionResource
    RegisteredWorkflows []string
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetSoftwarerepositoryCachedImageResultTag
    UsedCount float64
    The number of times this file has been used to copy or upgrade or install actions. Used by the cache monitoring process to determine the files to be evicted from the cache.
    VersionContexts []GetSoftwarerepositoryCachedImageResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in endpoint. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. 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.
    additionalProperties String
    ancestors List<GetSoftwarerepositoryCachedImageResultAncestor>
    cacheState String
    The state of this file in the endpoint The importState is updated during the cache operation and as part of the cache 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.
    cachedTime String
    The time when the image or file was cached into the FI storage.
    checksums List<GetSoftwarerepositoryCachedImageResultChecksum>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    downloadError String
    Any error encountered. Set to empty when download is in progress or completed.
    downloadProgress Double
    The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
    downloadRetries Double
    The number of retries the plugin attempted before succeeding or failing the download.
    files List<GetSoftwarerepositoryCachedImageResultFile>
    lastAccessTime String
    Used by the cache monitoring process to determine the files that are to be evicted from the cache.
    md5sum String
    The MD5 sum of the firmware image that will be used by the endpoint to validate the integrity of the image.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    networkElements List<GetSoftwarerepositoryCachedImageResultNetworkElement>
    objectType String
    originalSha512sum String
    The actual sha512sum of the cached image.
    owners List<String>
    parents List<GetSoftwarerepositoryCachedImageResultParent>
    path String
    The absolute path of the imported file in the endpoint.
    permissionResources List<GetSoftwarerepositoryCachedImageResultPermissionResource>
    registeredWorkflows List<String>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetSoftwarerepositoryCachedImageResultTag>
    usedCount Double
    The number of times this file has been used to copy or upgrade or install actions. Used by the cache monitoring process to determine the files to be evicted from the cache.
    versionContexts List<GetSoftwarerepositoryCachedImageResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    action string
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in endpoint. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. 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.
    additionalProperties string
    ancestors GetSoftwarerepositoryCachedImageResultAncestor[]
    cacheState string
    The state of this file in the endpoint The importState is updated during the cache operation and as part of the cache 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.
    cachedTime string
    The time when the image or file was cached into the FI storage.
    checksums GetSoftwarerepositoryCachedImageResultChecksum[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    downloadError string
    Any error encountered. Set to empty when download is in progress or completed.
    downloadProgress number
    The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
    downloadRetries number
    The number of retries the plugin attempted before succeeding or failing the download.
    files GetSoftwarerepositoryCachedImageResultFile[]
    lastAccessTime string
    Used by the cache monitoring process to determine the files that are to be evicted from the cache.
    md5sum string
    The MD5 sum of the firmware image that will be used by the endpoint to validate the integrity of the image.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    networkElements GetSoftwarerepositoryCachedImageResultNetworkElement[]
    objectType string
    originalSha512sum string
    The actual sha512sum of the cached image.
    owners string[]
    parents GetSoftwarerepositoryCachedImageResultParent[]
    path string
    The absolute path of the imported file in the endpoint.
    permissionResources GetSoftwarerepositoryCachedImageResultPermissionResource[]
    registeredWorkflows string[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetSoftwarerepositoryCachedImageResultTag[]
    usedCount number
    The number of times this file has been used to copy or upgrade or install actions. Used by the cache monitoring process to determine the files to be evicted from the cache.
    versionContexts GetSoftwarerepositoryCachedImageResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    action str
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in endpoint. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. 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.
    additional_properties str
    ancestors Sequence[GetSoftwarerepositoryCachedImageResultAncestor]
    cache_state str
    The state of this file in the endpoint The importState is updated during the cache operation and as part of the cache 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.
    cached_time str
    The time when the image or file was cached into the FI storage.
    checksums Sequence[GetSoftwarerepositoryCachedImageResultChecksum]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    download_error str
    Any error encountered. Set to empty when download is in progress or completed.
    download_progress float
    The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
    download_retries float
    The number of retries the plugin attempted before succeeding or failing the download.
    files Sequence[GetSoftwarerepositoryCachedImageResultFile]
    last_access_time str
    Used by the cache monitoring process to determine the files that are to be evicted from the cache.
    md5sum str
    The MD5 sum of the firmware image that will be used by the endpoint to validate the integrity of the image.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    network_elements Sequence[GetSoftwarerepositoryCachedImageResultNetworkElement]
    object_type str
    original_sha512sum str
    The actual sha512sum of the cached image.
    owners Sequence[str]
    parents Sequence[GetSoftwarerepositoryCachedImageResultParent]
    path str
    The absolute path of the imported file in the endpoint.
    permission_resources Sequence[GetSoftwarerepositoryCachedImageResultPermissionResource]
    registered_workflows Sequence[str]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetSoftwarerepositoryCachedImageResultTag]
    used_count float
    The number of times this file has been used to copy or upgrade or install actions. Used by the cache monitoring process to determine the files to be evicted from the cache.
    version_contexts Sequence[GetSoftwarerepositoryCachedImageResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    action String
    The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in endpoint. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. 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.
    additionalProperties String
    ancestors List<Property Map>
    cacheState String
    The state of this file in the endpoint The importState is updated during the cache operation and as part of the cache 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.
    cachedTime String
    The time when the image or file was cached into the FI storage.
    checksums List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    downloadError String
    Any error encountered. Set to empty when download is in progress or completed.
    downloadProgress Number
    The download progress of the file represented as a percentage between 0% and 100%. If progress reporting is not possible, a value of -1 is sent.
    downloadRetries Number
    The number of retries the plugin attempted before succeeding or failing the download.
    files List<Property Map>
    lastAccessTime String
    Used by the cache monitoring process to determine the files that are to be evicted from the cache.
    md5sum String
    The MD5 sum of the firmware image that will be used by the endpoint to validate the integrity of the image.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    networkElements List<Property Map>
    objectType String
    originalSha512sum String
    The actual sha512sum of the cached image.
    owners List<String>
    parents List<Property Map>
    path String
    The absolute path of the imported file in the endpoint.
    permissionResources List<Property Map>
    registeredWorkflows List<String>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    usedCount Number
    The number of times this file has been used to copy or upgrade or install actions. Used by the cache monitoring process to determine the files to be evicted from the cache.
    versionContexts List<Property Map>

    GetSoftwarerepositoryCachedImageResultAncestor

    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

    GetSoftwarerepositoryCachedImageResultChecksum

    GetSoftwarerepositoryCachedImageResultFile

    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

    GetSoftwarerepositoryCachedImageResultNetworkElement

    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

    GetSoftwarerepositoryCachedImageResultParent

    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

    GetSoftwarerepositoryCachedImageResultPermissionResource

    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

    GetSoftwarerepositoryCachedImageResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetSoftwarerepositoryCachedImageResultVersionContext

    GetSoftwarerepositoryCachedImageResultVersionContextInterestedMo

    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

    GetSoftwarerepositoryCachedImageResultVersionContextRefMo

    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

    GetSoftwarerepositoryCachedImageTag

    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.

    GetSoftwarerepositoryCachedImageVersionContext

    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<GetSoftwarerepositoryCachedImageVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetSoftwarerepositoryCachedImageVersionContextRefMo
    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 []GetSoftwarerepositoryCachedImageVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetSoftwarerepositoryCachedImageVersionContextRefMo
    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<GetSoftwarerepositoryCachedImageVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetSoftwarerepositoryCachedImageVersionContextRefMo
    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 GetSoftwarerepositoryCachedImageVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetSoftwarerepositoryCachedImageVersionContextRefMo
    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[GetSoftwarerepositoryCachedImageVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetSoftwarerepositoryCachedImageVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetSoftwarerepositoryCachedImageVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

    GetSoftwarerepositoryCachedImageVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

    Package Details

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