intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getSoftwarerepositoryCachedImage
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe 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<GetSoftwarerepository Cached Image Ancestor> 
- 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
GetSoftwarerepository Cached Image Checksum 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- 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
GetSoftwarerepository Cached Image File 
- Id string
- LastAccess stringTime 
- 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 GetSoftwarerepository Cached Image Network Element 
- ObjectType string
- OriginalSha512sum string
- The actual sha512sum of the cached image.
- Owners List<string>
- Parent
GetSoftwarerepository Cached Image Parent 
- Path string
- The absolute path of the imported file in the endpoint.
- PermissionResources List<GetSoftwarerepository Cached Image Permission Resource> 
- RegisteredWorkflows List<string>
- 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.
- 
List<GetSoftwarerepository Cached Image Tag> 
- 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 GetSoftwarerepository Cached Image Version Context 
- 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
[]GetSoftwarerepository Cached Image Ancestor 
- 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
GetSoftwarerepository Cached Image Checksum 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- 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
GetSoftwarerepository Cached Image File 
- Id string
- LastAccess stringTime 
- 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 GetSoftwarerepository Cached Image Network Element 
- ObjectType string
- OriginalSha512sum string
- The actual sha512sum of the cached image.
- Owners []string
- Parent
GetSoftwarerepository Cached Image Parent 
- Path string
- The absolute path of the imported file in the endpoint.
- PermissionResources []GetSoftwarerepository Cached Image Permission Resource 
- RegisteredWorkflows []string
- 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.
- 
[]GetSoftwarerepository Cached Image Tag 
- 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 GetSoftwarerepository Cached Image Version Context 
- 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<GetSoftwarerepository Cached Image Ancestor> 
- 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
GetSoftwarerepository Cached Image Checksum 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- 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
GetSoftwarerepository Cached Image File 
- id String
- lastAccess StringTime 
- 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 GetSoftwarerepository Cached Image Network Element 
- objectType String
- originalSha512sum String
- The actual sha512sum of the cached image.
- owners List<String>
- parent
GetSoftwarerepository Cached Image Parent 
- path String
- The absolute path of the imported file in the endpoint.
- permissionResources List<GetSoftwarerepository Cached Image Permission Resource> 
- registeredWorkflows List<String>
- 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.
- 
List<GetSoftwarerepository Cached Image Tag> 
- 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 GetSoftwarerepository Cached Image Version Context 
- 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
GetSoftwarerepository Cached Image Ancestor[] 
- 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
GetSoftwarerepository Cached Image Checksum 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- 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
GetSoftwarerepository Cached Image File 
- id string
- lastAccess stringTime 
- 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 GetSoftwarerepository Cached Image Network Element 
- objectType string
- originalSha512sum string
- The actual sha512sum of the cached image.
- owners string[]
- parent
GetSoftwarerepository Cached Image Parent 
- path string
- The absolute path of the imported file in the endpoint.
- permissionResources GetSoftwarerepository Cached Image Permission Resource[] 
- registeredWorkflows string[]
- 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.
- 
GetSoftwarerepository Cached Image Tag[] 
- 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 GetSoftwarerepository Cached Image Version Context 
- 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[GetSoftwarerepository Cached Image Ancestor] 
- 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
GetSoftwarerepository Cached Image Checksum 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- 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
GetSoftwarerepository Cached Image File 
- id str
- last_access_ strtime 
- 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 GetSoftwarerepository Cached Image Network Element 
- object_type str
- original_sha512sum str
- The actual sha512sum of the cached image.
- owners Sequence[str]
- parent
GetSoftwarerepository Cached Image Parent 
- path str
- The absolute path of the imported file in the endpoint.
- permission_resources Sequence[GetSoftwarerepository Cached Image Permission Resource] 
- registered_workflows Sequence[str]
- 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.
- 
Sequence[GetSoftwarerepository Cached Image Tag] 
- 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 GetSoftwarerepository Cached Image Version Context 
- 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.
- domainGroup StringMoid 
- 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
- lastAccess StringTime 
- 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>
- 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.
- 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<GetSoftwarerepository Cached Image Result> 
- AccountMoid string
- Action string
- AdditionalProperties string
- Ancestors
List<GetSoftwarerepository Cached Image Ancestor> 
- CacheState string
- CachedTime string
- Checksum
GetSoftwarerepository Cached Image Checksum 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- DownloadError string
- DownloadProgress double
- DownloadRetries double
- File
GetSoftwarerepository Cached Image File 
- LastAccess stringTime 
- Md5sum string
- ModTime string
- Moid string
- NetworkElement GetSoftwarerepository Cached Image Network Element 
- ObjectType string
- OriginalSha512sum string
- Owners List<string>
- Parent
GetSoftwarerepository Cached Image Parent 
- Path string
- PermissionResources List<GetSoftwarerepository Cached Image Permission Resource> 
- RegisteredWorkflows List<string>
- string
- 
List<GetSoftwarerepository Cached Image Tag> 
- UsedCount double
- VersionContext GetSoftwarerepository Cached Image Version Context 
- Id string
- Results
[]GetSoftwarerepository Cached Image Result 
- AccountMoid string
- Action string
- AdditionalProperties string
- Ancestors
[]GetSoftwarerepository Cached Image Ancestor 
- CacheState string
- CachedTime string
- Checksum
GetSoftwarerepository Cached Image Checksum 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- DownloadError string
- DownloadProgress float64
- DownloadRetries float64
- File
GetSoftwarerepository Cached Image File 
- LastAccess stringTime 
- Md5sum string
- ModTime string
- Moid string
- NetworkElement GetSoftwarerepository Cached Image Network Element 
- ObjectType string
- OriginalSha512sum string
- Owners []string
- Parent
GetSoftwarerepository Cached Image Parent 
- Path string
- PermissionResources []GetSoftwarerepository Cached Image Permission Resource 
- RegisteredWorkflows []string
- string
- 
[]GetSoftwarerepository Cached Image Tag 
- UsedCount float64
- VersionContext GetSoftwarerepository Cached Image Version Context 
- id String
- results
List<GetSoftwarerepository Cached Image Result> 
- accountMoid String
- action String
- additionalProperties String
- ancestors
List<GetSoftwarerepository Cached Image Ancestor> 
- cacheState String
- cachedTime String
- checksum
GetSoftwarerepository Cached Image Checksum 
- classId String
- createTime String
- domainGroup StringMoid 
- downloadError String
- downloadProgress Double
- downloadRetries Double
- file
GetSoftwarerepository Cached Image File 
- lastAccess StringTime 
- md5sum String
- modTime String
- moid String
- networkElement GetSoftwarerepository Cached Image Network Element 
- objectType String
- originalSha512sum String
- owners List<String>
- parent
GetSoftwarerepository Cached Image Parent 
- path String
- permissionResources List<GetSoftwarerepository Cached Image Permission Resource> 
- registeredWorkflows List<String>
- String
- 
List<GetSoftwarerepository Cached Image Tag> 
- usedCount Double
- versionContext GetSoftwarerepository Cached Image Version Context 
- id string
- results
GetSoftwarerepository Cached Image Result[] 
- accountMoid string
- action string
- additionalProperties string
- ancestors
GetSoftwarerepository Cached Image Ancestor[] 
- cacheState string
- cachedTime string
- checksum
GetSoftwarerepository Cached Image Checksum 
- classId string
- createTime string
- domainGroup stringMoid 
- downloadError string
- downloadProgress number
- downloadRetries number
- file
GetSoftwarerepository Cached Image File 
- lastAccess stringTime 
- md5sum string
- modTime string
- moid string
- networkElement GetSoftwarerepository Cached Image Network Element 
- objectType string
- originalSha512sum string
- owners string[]
- parent
GetSoftwarerepository Cached Image Parent 
- path string
- permissionResources GetSoftwarerepository Cached Image Permission Resource[] 
- registeredWorkflows string[]
- string
- 
GetSoftwarerepository Cached Image Tag[] 
- usedCount number
- versionContext GetSoftwarerepository Cached Image Version Context 
- id str
- results
Sequence[GetSoftwarerepository Cached Image Result] 
- account_moid str
- action str
- additional_properties str
- ancestors
Sequence[GetSoftwarerepository Cached Image Ancestor] 
- cache_state str
- cached_time str
- checksum
GetSoftwarerepository Cached Image Checksum 
- class_id str
- create_time str
- domain_group_ strmoid 
- download_error str
- download_progress float
- download_retries float
- file
GetSoftwarerepository Cached Image File 
- last_access_ strtime 
- md5sum str
- mod_time str
- moid str
- network_element GetSoftwarerepository Cached Image Network Element 
- object_type str
- original_sha512sum str
- owners Sequence[str]
- parent
GetSoftwarerepository Cached Image Parent 
- path str
- permission_resources Sequence[GetSoftwarerepository Cached Image Permission Resource] 
- registered_workflows Sequence[str]
- str
- 
Sequence[GetSoftwarerepository Cached Image Tag] 
- used_count float
- version_context GetSoftwarerepository Cached Image Version Context 
- id String
- results List<Property Map>
- accountMoid String
- action String
- additionalProperties String
- ancestors List<Property Map>
- cacheState String
- cachedTime String
- checksum Property Map
- classId String
- createTime String
- domainGroup StringMoid 
- downloadError String
- downloadProgress Number
- downloadRetries Number
- file Property Map
- lastAccess StringTime 
- md5sum String
- modTime String
- moid String
- networkElement Property Map
- objectType String
- originalSha512sum String
- owners List<String>
- parent Property Map
- path String
- permissionResources List<Property Map>
- registeredWorkflows List<String>
- String
- List<Property Map>
- usedCount Number
- versionContext Property Map
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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<GetSoftwarerepository Cached Image Result Ancestor> 
- 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<GetSoftwarerepository Cached Image Result Checksum> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- 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<GetSoftwarerepository Cached Image Result File> 
- LastAccess stringTime 
- 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<GetSoftwarerepository Cached Image Result Network Element> 
- ObjectType string
- OriginalSha512sum string
- The actual sha512sum of the cached image.
- Owners List<string>
- Parents
List<GetSoftwarerepository Cached Image Result Parent> 
- Path string
- The absolute path of the imported file in the endpoint.
- PermissionResources List<GetSoftwarerepository Cached Image Result Permission Resource> 
- RegisteredWorkflows List<string>
- 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.
- 
List<GetSoftwarerepository Cached Image Result Tag> 
- 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<GetSoftwarerepository Cached Image Result Version Context> 
- 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
[]GetSoftwarerepository Cached Image Result Ancestor 
- 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
[]GetSoftwarerepository Cached Image Result Checksum 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- 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
[]GetSoftwarerepository Cached Image Result File 
- LastAccess stringTime 
- 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 []GetSoftwarerepository Cached Image Result Network Element 
- ObjectType string
- OriginalSha512sum string
- The actual sha512sum of the cached image.
- Owners []string
- Parents
[]GetSoftwarerepository Cached Image Result Parent 
- Path string
- The absolute path of the imported file in the endpoint.
- PermissionResources []GetSoftwarerepository Cached Image Result Permission Resource 
- RegisteredWorkflows []string
- 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.
- 
[]GetSoftwarerepository Cached Image Result Tag 
- 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 []GetSoftwarerepository Cached Image Result Version Context 
- 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<GetSoftwarerepository Cached Image Result Ancestor> 
- 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<GetSoftwarerepository Cached Image Result Checksum> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- 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<GetSoftwarerepository Cached Image Result File> 
- lastAccess StringTime 
- 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<GetSoftwarerepository Cached Image Result Network Element> 
- objectType String
- originalSha512sum String
- The actual sha512sum of the cached image.
- owners List<String>
- parents
List<GetSoftwarerepository Cached Image Result Parent> 
- path String
- The absolute path of the imported file in the endpoint.
- permissionResources List<GetSoftwarerepository Cached Image Result Permission Resource> 
- registeredWorkflows List<String>
- 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.
- 
List<GetSoftwarerepository Cached Image Result Tag> 
- 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<GetSoftwarerepository Cached Image Result Version Context> 
- 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
GetSoftwarerepository Cached Image Result Ancestor[] 
- 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
GetSoftwarerepository Cached Image Result Checksum[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- 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
GetSoftwarerepository Cached Image Result File[] 
- lastAccess stringTime 
- 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 GetSoftwarerepository Cached Image Result Network Element[] 
- objectType string
- originalSha512sum string
- The actual sha512sum of the cached image.
- owners string[]
- parents
GetSoftwarerepository Cached Image Result Parent[] 
- path string
- The absolute path of the imported file in the endpoint.
- permissionResources GetSoftwarerepository Cached Image Result Permission Resource[] 
- registeredWorkflows string[]
- 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.
- 
GetSoftwarerepository Cached Image Result Tag[] 
- 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 GetSoftwarerepository Cached Image Result Version Context[] 
- 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[GetSoftwarerepository Cached Image Result Ancestor] 
- 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[GetSoftwarerepository Cached Image Result Checksum] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- 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[GetSoftwarerepository Cached Image Result File] 
- last_access_ strtime 
- 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[GetSoftwarerepository Cached Image Result Network Element] 
- object_type str
- original_sha512sum str
- The actual sha512sum of the cached image.
- owners Sequence[str]
- parents
Sequence[GetSoftwarerepository Cached Image Result Parent] 
- path str
- The absolute path of the imported file in the endpoint.
- permission_resources Sequence[GetSoftwarerepository Cached Image Result Permission Resource] 
- registered_workflows Sequence[str]
- 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.
- 
Sequence[GetSoftwarerepository Cached Image Result Tag] 
- 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[GetSoftwarerepository Cached Image Result Version Context] 
- 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.
- domainGroup StringMoid 
- 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>
- lastAccess StringTime 
- 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>
- 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.
- 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     
- AdditionalProperties string
- ClassId string
- HashAlgorithm string
- ObjectType string
- AdditionalProperties string
- ClassId string
- HashAlgorithm string
- ObjectType string
- additionalProperties String
- classId String
- hashAlgorithm String
- objectType String
- additionalProperties string
- classId string
- hashAlgorithm string
- objectType string
- additional_properties str
- class_id str
- hash_algorithm str
- object_type str
- additionalProperties String
- classId String
- hashAlgorithm String
- objectType String
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
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetSoftwarerepositoryCachedImageResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
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<GetSoftwarerepository Cached Image Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- 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 GetSoftwarerepository Cached Image Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetSoftwarerepository Cached Image Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- 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 GetSoftwarerepository Cached Image Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetSoftwarerepository Cached Image Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- 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 GetSoftwarerepository Cached Image Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetSoftwarerepository Cached Image Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- 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 GetSoftwarerepository Cached Image Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetSoftwarerepository Cached Image Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetSoftwarerepository Cached Image Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet