intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet
intersight.getFirmwareDistributable
Explore with Pulumi AI
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet
An image distributed by Cisco.
Using getFirmwareDistributable
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 getFirmwareDistributable(args: GetFirmwareDistributableArgs, opts?: InvokeOptions): Promise<GetFirmwareDistributableResult>
function getFirmwareDistributableOutput(args: GetFirmwareDistributableOutputArgs, opts?: InvokeOptions): Output<GetFirmwareDistributableResult>
def get_firmware_distributable(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetFirmwareDistributableAncestor]] = None,
bundle_type: Optional[str] = None,
catalog: Optional[GetFirmwareDistributableCatalog] = None,
class_id: Optional[str] = None,
component_metas: Optional[Sequence[GetFirmwareDistributableComponentMeta]] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
distributable_metas: Optional[Sequence[GetFirmwareDistributableDistributableMeta]] = None,
domain_group_moid: Optional[str] = None,
download_count: Optional[float] = None,
feature_source: Optional[str] = None,
file_location: Optional[str] = None,
guid: Optional[str] = None,
id: Optional[str] = None,
image_category: Optional[str] = None,
image_type: Optional[str] = None,
import_action: Optional[str] = None,
import_state: Optional[str] = None,
imported_time: Optional[str] = None,
last_access_time: Optional[str] = None,
md5e_tag: Optional[str] = None,
md5sum: Optional[str] = None,
mdfid: Optional[str] = None,
mod_time: Optional[str] = None,
model: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
nr_source: Optional[GetFirmwareDistributableNrSource] = None,
nr_version: Optional[str] = None,
object_type: Optional[str] = None,
origin: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetFirmwareDistributableParent] = None,
permission_resources: Optional[Sequence[GetFirmwareDistributablePermissionResource]] = None,
platform_type: Optional[str] = None,
recommended_build: Optional[str] = None,
release: Optional[GetFirmwareDistributableRelease] = None,
release_date: Optional[str] = None,
release_notes_url: Optional[str] = None,
sha512sum: Optional[str] = None,
shared_scope: Optional[str] = None,
size: Optional[float] = None,
software_advisory_url: Optional[str] = None,
software_type_id: Optional[str] = None,
supported_models: Optional[Sequence[str]] = None,
tags: Optional[Sequence[GetFirmwareDistributableTag]] = None,
vendor: Optional[str] = None,
version_context: Optional[GetFirmwareDistributableVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetFirmwareDistributableResult
def get_firmware_distributable_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwareDistributableAncestorArgs]]]] = None,
bundle_type: Optional[pulumi.Input[str]] = None,
catalog: Optional[pulumi.Input[GetFirmwareDistributableCatalogArgs]] = None,
class_id: Optional[pulumi.Input[str]] = None,
component_metas: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwareDistributableComponentMetaArgs]]]] = None,
create_time: Optional[pulumi.Input[str]] = None,
description: Optional[pulumi.Input[str]] = None,
distributable_metas: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwareDistributableDistributableMetaArgs]]]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
download_count: Optional[pulumi.Input[float]] = None,
feature_source: Optional[pulumi.Input[str]] = None,
file_location: Optional[pulumi.Input[str]] = None,
guid: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
image_category: Optional[pulumi.Input[str]] = None,
image_type: Optional[pulumi.Input[str]] = None,
import_action: Optional[pulumi.Input[str]] = None,
import_state: Optional[pulumi.Input[str]] = None,
imported_time: Optional[pulumi.Input[str]] = None,
last_access_time: Optional[pulumi.Input[str]] = None,
md5e_tag: Optional[pulumi.Input[str]] = None,
md5sum: Optional[pulumi.Input[str]] = None,
mdfid: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
model: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
nr_source: Optional[pulumi.Input[GetFirmwareDistributableNrSourceArgs]] = None,
nr_version: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
origin: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetFirmwareDistributableParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwareDistributablePermissionResourceArgs]]]] = None,
platform_type: Optional[pulumi.Input[str]] = None,
recommended_build: Optional[pulumi.Input[str]] = None,
release: Optional[pulumi.Input[GetFirmwareDistributableReleaseArgs]] = None,
release_date: Optional[pulumi.Input[str]] = None,
release_notes_url: Optional[pulumi.Input[str]] = None,
sha512sum: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
size: Optional[pulumi.Input[float]] = None,
software_advisory_url: Optional[pulumi.Input[str]] = None,
software_type_id: Optional[pulumi.Input[str]] = None,
supported_models: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwareDistributableTagArgs]]]] = None,
vendor: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetFirmwareDistributableVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFirmwareDistributableResult]
func LookupFirmwareDistributable(ctx *Context, args *LookupFirmwareDistributableArgs, opts ...InvokeOption) (*LookupFirmwareDistributableResult, error)
func LookupFirmwareDistributableOutput(ctx *Context, args *LookupFirmwareDistributableOutputArgs, opts ...InvokeOption) LookupFirmwareDistributableResultOutput
> Note: This function is named LookupFirmwareDistributable
in the Go SDK.
public static class GetFirmwareDistributable
{
public static Task<GetFirmwareDistributableResult> InvokeAsync(GetFirmwareDistributableArgs args, InvokeOptions? opts = null)
public static Output<GetFirmwareDistributableResult> Invoke(GetFirmwareDistributableInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFirmwareDistributableResult> getFirmwareDistributable(GetFirmwareDistributableArgs args, InvokeOptions options)
public static Output<GetFirmwareDistributableResult> getFirmwareDistributable(GetFirmwareDistributableArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getFirmwareDistributable:getFirmwareDistributable
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Firmware Distributable Ancestor> - Bundle
Type string - The bundle type of the image, as published on cisco.com.
- Catalog
Get
Firmware Distributable Catalog - Class
Id string - Component
Metas List<GetFirmware Distributable Component Meta> - Create
Time string - The time when this managed object was created.
- Description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- Distributable
Metas List<GetFirmware Distributable Distributable Meta> - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Download
Count double - The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Feature
Source string - The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - File
Location string - The file location of the distributable.
- Guid string
- The unique identifier for an image in a Cisco repository.
- Id string
- Image
Category string - The category into which the distributable falls into according to the supported platform series. For e.g.; C-Series/B-Series/Infrastructure.
- Image
Type string - The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- Import
Action string - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - Import
State string - The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - Imported
Time string - The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- Last
Access stringTime - The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Md5e
Tag string - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- Md5sum string
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Mdfid string
- The mdfid of the image provided by cisco.com.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- The endpoint model for which this firmware image is applicable.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the file. It is populated as part of the image import operation.
- Nr
Source GetFirmware Distributable Nr Source - Nr
Version string - Vendor provided version for the file.
- Object
Type string - Origin string
- The source of the distributable. If it has been created by the user or system.*
System
- The distributable has been created by the System.*User
- The distributable has been created by the User. - Owners List<string>
- Parent
Get
Firmware Distributable Parent - Permission
Resources List<GetFirmware Distributable Permission Resource> - Platform
Type string - The platform type of the image.
- Recommended
Build string - The build which is recommended by Cisco.
- Release
Get
Firmware Distributable Release - Release
Date string - The date on which the file was released or distributed by its vendor.
- Release
Notes stringUrl - The url for the release notes of this image.
- Sha512sum string
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Size double
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Software
Advisory stringUrl - The software advisory, if any, provided by the vendor for this file.
- Software
Type stringId - The software type id provided by cisco.com.
- Supported
Models List<string> - List<Get
Firmware Distributable Tag> - Vendor string
- The vendor or publisher of this file.
- Version
Context GetFirmware Distributable Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Firmware Distributable Ancestor - Bundle
Type string - The bundle type of the image, as published on cisco.com.
- Catalog
Get
Firmware Distributable Catalog - Class
Id string - Component
Metas []GetFirmware Distributable Component Meta - Create
Time string - The time when this managed object was created.
- Description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- Distributable
Metas []GetFirmware Distributable Distributable Meta - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Download
Count float64 - The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Feature
Source string - The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - File
Location string - The file location of the distributable.
- Guid string
- The unique identifier for an image in a Cisco repository.
- Id string
- Image
Category string - The category into which the distributable falls into according to the supported platform series. For e.g.; C-Series/B-Series/Infrastructure.
- Image
Type string - The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- Import
Action string - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - Import
State string - The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - Imported
Time string - The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- Last
Access stringTime - The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Md5e
Tag string - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- Md5sum string
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Mdfid string
- The mdfid of the image provided by cisco.com.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- The endpoint model for which this firmware image is applicable.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the file. It is populated as part of the image import operation.
- Nr
Source GetFirmware Distributable Nr Source - Nr
Version string - Vendor provided version for the file.
- Object
Type string - Origin string
- The source of the distributable. If it has been created by the user or system.*
System
- The distributable has been created by the System.*User
- The distributable has been created by the User. - Owners []string
- Parent
Get
Firmware Distributable Parent - Permission
Resources []GetFirmware Distributable Permission Resource - Platform
Type string - The platform type of the image.
- Recommended
Build string - The build which is recommended by Cisco.
- Release
Get
Firmware Distributable Release - Release
Date string - The date on which the file was released or distributed by its vendor.
- Release
Notes stringUrl - The url for the release notes of this image.
- Sha512sum string
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Size float64
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Software
Advisory stringUrl - The software advisory, if any, provided by the vendor for this file.
- Software
Type stringId - The software type id provided by cisco.com.
- Supported
Models []string - []Get
Firmware Distributable Tag - Vendor string
- The vendor or publisher of this file.
- Version
Context GetFirmware Distributable Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Firmware Distributable Ancestor> - bundle
Type String - The bundle type of the image, as published on cisco.com.
- catalog
Get
Firmware Distributable Catalog - class
Id String - component
Metas List<GetFirmware Distributable Component Meta> - create
Time String - The time when this managed object was created.
- description String
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- distributable
Metas List<GetFirmware Distributable Distributable Meta> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- download
Count Double - The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- feature
Source String - The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - file
Location String - The file location of the distributable.
- guid String
- The unique identifier for an image in a Cisco repository.
- id String
- image
Category String - The category into which the distributable falls into according to the supported platform series. For e.g.; C-Series/B-Series/Infrastructure.
- image
Type String - The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- import
Action String - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - import
State String - The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - imported
Time String - The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- last
Access StringTime - The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5e
Tag String - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum String
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mdfid String
- The mdfid of the image provided by cisco.com.
- mod
Time String - The time when this managed object was last modified.
- model String
- The endpoint model for which this firmware image is applicable.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the file. It is populated as part of the image import operation.
- nr
Source GetFirmware Distributable Nr Source - nr
Version String - Vendor provided version for the file.
- object
Type String - origin String
- The source of the distributable. If it has been created by the user or system.*
System
- The distributable has been created by the System.*User
- The distributable has been created by the User. - owners List<String>
- parent
Get
Firmware Distributable Parent - permission
Resources List<GetFirmware Distributable Permission Resource> - platform
Type String - The platform type of the image.
- recommended
Build String - The build which is recommended by Cisco.
- release
Get
Firmware Distributable Release - release
Date String - The date on which the file was released or distributed by its vendor.
- release
Notes StringUrl - The url for the release notes of this image.
- sha512sum String
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- size Double
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- software
Advisory StringUrl - The software advisory, if any, provided by the vendor for this file.
- software
Type StringId - The software type id provided by cisco.com.
- supported
Models List<String> - List<Get
Firmware Distributable Tag> - vendor String
- The vendor or publisher of this file.
- version
Context GetFirmware Distributable Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Firmware Distributable Ancestor[] - bundle
Type string - The bundle type of the image, as published on cisco.com.
- catalog
Get
Firmware Distributable Catalog - class
Id string - component
Metas GetFirmware Distributable Component Meta[] - create
Time string - The time when this managed object was created.
- description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- distributable
Metas GetFirmware Distributable Distributable Meta[] - domain
Group stringMoid - The DomainGroup ID for this managed object.
- download
Count number - The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- feature
Source string - The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - file
Location string - The file location of the distributable.
- guid string
- The unique identifier for an image in a Cisco repository.
- id string
- image
Category string - The category into which the distributable falls into according to the supported platform series. For e.g.; C-Series/B-Series/Infrastructure.
- image
Type string - The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- import
Action string - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - import
State string - The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - imported
Time string - The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- last
Access stringTime - The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5e
Tag string - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum string
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mdfid string
- The mdfid of the image provided by cisco.com.
- mod
Time string - The time when this managed object was last modified.
- model string
- The endpoint model for which this firmware image is applicable.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the file. It is populated as part of the image import operation.
- nr
Source GetFirmware Distributable Nr Source - nr
Version string - Vendor provided version for the file.
- object
Type string - origin string
- The source of the distributable. If it has been created by the user or system.*
System
- The distributable has been created by the System.*User
- The distributable has been created by the User. - owners string[]
- parent
Get
Firmware Distributable Parent - permission
Resources GetFirmware Distributable Permission Resource[] - platform
Type string - The platform type of the image.
- recommended
Build string - The build which is recommended by Cisco.
- release
Get
Firmware Distributable Release - release
Date string - The date on which the file was released or distributed by its vendor.
- release
Notes stringUrl - The url for the release notes of this image.
- sha512sum string
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- size number
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- software
Advisory stringUrl - The software advisory, if any, provided by the vendor for this file.
- software
Type stringId - The software type id provided by cisco.com.
- supported
Models string[] - Get
Firmware Distributable Tag[] - vendor string
- The vendor or publisher of this file.
- version
Context GetFirmware Distributable Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Firmware Distributable Ancestor] - bundle_
type str - The bundle type of the image, as published on cisco.com.
- catalog
Get
Firmware Distributable Catalog - class_
id str - component_
metas Sequence[GetFirmware Distributable Component Meta] - create_
time str - The time when this managed object was created.
- description str
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- distributable_
metas Sequence[GetFirmware Distributable Distributable Meta] - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- download_
count float - The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- feature_
source str - The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - file_
location str - The file location of the distributable.
- guid str
- The unique identifier for an image in a Cisco repository.
- id str
- image_
category str - The category into which the distributable falls into according to the supported platform series. For e.g.; C-Series/B-Series/Infrastructure.
- image_
type str - The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- import_
action str - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - import_
state str - The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - imported_
time str - The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- last_
access_ strtime - The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5e_
tag str - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum str
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mdfid str
- The mdfid of the image provided by cisco.com.
- mod_
time str - The time when this managed object was last modified.
- model str
- The endpoint model for which this firmware image is applicable.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the file. It is populated as part of the image import operation.
- nr_
source GetFirmware Distributable Nr Source - nr_
version str - Vendor provided version for the file.
- object_
type str - origin str
- The source of the distributable. If it has been created by the user or system.*
System
- The distributable has been created by the System.*User
- The distributable has been created by the User. - owners Sequence[str]
- parent
Get
Firmware Distributable Parent - permission_
resources Sequence[GetFirmware Distributable Permission Resource] - platform_
type str - The platform type of the image.
- recommended_
build str - The build which is recommended by Cisco.
- release
Get
Firmware Distributable Release - release_
date str - The date on which the file was released or distributed by its vendor.
- release_
notes_ strurl - The url for the release notes of this image.
- sha512sum str
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- size float
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- software_
advisory_ strurl - The software advisory, if any, provided by the vendor for this file.
- software_
type_ strid - The software type id provided by cisco.com.
- supported_
models Sequence[str] - Sequence[Get
Firmware Distributable Tag] - vendor str
- The vendor or publisher of this file.
- version_
context GetFirmware Distributable Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- bundle
Type String - The bundle type of the image, as published on cisco.com.
- catalog Property Map
- class
Id String - component
Metas List<Property Map> - create
Time String - The time when this managed object was created.
- description String
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- distributable
Metas List<Property Map> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- download
Count Number - The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- feature
Source String - The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - file
Location String - The file location of the distributable.
- guid String
- The unique identifier for an image in a Cisco repository.
- id String
- image
Category String - The category into which the distributable falls into according to the supported platform series. For e.g.; C-Series/B-Series/Infrastructure.
- image
Type String - The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- import
Action String - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - import
State String - The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - imported
Time String - The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- last
Access StringTime - The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5e
Tag String - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum String
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mdfid String
- The mdfid of the image provided by cisco.com.
- mod
Time String - The time when this managed object was last modified.
- model String
- The endpoint model for which this firmware image is applicable.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the file. It is populated as part of the image import operation.
- nr
Source Property Map - nr
Version String - Vendor provided version for the file.
- object
Type String - origin String
- The source of the distributable. If it has been created by the user or system.*
System
- The distributable has been created by the System.*User
- The distributable has been created by the User. - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - platform
Type String - The platform type of the image.
- recommended
Build String - The build which is recommended by Cisco.
- release Property Map
- release
Date String - The date on which the file was released or distributed by its vendor.
- release
Notes StringUrl - The url for the release notes of this image.
- sha512sum String
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- size Number
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- software
Advisory StringUrl - The software advisory, if any, provided by the vendor for this file.
- software
Type StringId - The software type id provided by cisco.com.
- supported
Models List<String> - List<Property Map>
- vendor String
- The vendor or publisher of this file.
- version
Context Property Map
getFirmwareDistributable Result
The following output properties are available:
- Id string
- Results
List<Get
Firmware Distributable Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Firmware Distributable Ancestor> - Bundle
Type string - Catalog
Get
Firmware Distributable Catalog - Class
Id string - Component
Metas List<GetFirmware Distributable Component Meta> - Create
Time string - Description string
- Distributable
Metas List<GetFirmware Distributable Distributable Meta> - Domain
Group stringMoid - Download
Count double - Feature
Source string - File
Location string - Guid string
- Image
Category string - Image
Type string - Import
Action string - Import
State string - Imported
Time string - Last
Access stringTime - Md5e
Tag string - Md5sum string
- Mdfid string
- Mod
Time string - Model string
- Moid string
- Name string
- Nr
Source GetFirmware Distributable Nr Source - Nr
Version string - Object
Type string - Origin string
- Owners List<string>
- Parent
Get
Firmware Distributable Parent - Permission
Resources List<GetFirmware Distributable Permission Resource> - Platform
Type string - Recommended
Build string - Release
Get
Firmware Distributable Release - Release
Date string - Release
Notes stringUrl - Sha512sum string
- string
- Size double
- Software
Advisory stringUrl - Software
Type stringId - Supported
Models List<string> - List<Get
Firmware Distributable Tag> - Vendor string
- Version
Context GetFirmware Distributable Version Context
- Id string
- Results
[]Get
Firmware Distributable Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Firmware Distributable Ancestor - Bundle
Type string - Catalog
Get
Firmware Distributable Catalog - Class
Id string - Component
Metas []GetFirmware Distributable Component Meta - Create
Time string - Description string
- Distributable
Metas []GetFirmware Distributable Distributable Meta - Domain
Group stringMoid - Download
Count float64 - Feature
Source string - File
Location string - Guid string
- Image
Category string - Image
Type string - Import
Action string - Import
State string - Imported
Time string - Last
Access stringTime - Md5e
Tag string - Md5sum string
- Mdfid string
- Mod
Time string - Model string
- Moid string
- Name string
- Nr
Source GetFirmware Distributable Nr Source - Nr
Version string - Object
Type string - Origin string
- Owners []string
- Parent
Get
Firmware Distributable Parent - Permission
Resources []GetFirmware Distributable Permission Resource - Platform
Type string - Recommended
Build string - Release
Get
Firmware Distributable Release - Release
Date string - Release
Notes stringUrl - Sha512sum string
- string
- Size float64
- Software
Advisory stringUrl - Software
Type stringId - Supported
Models []string - []Get
Firmware Distributable Tag - Vendor string
- Version
Context GetFirmware Distributable Version Context
- id String
- results
List<Get
Firmware Distributable Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Firmware Distributable Ancestor> - bundle
Type String - catalog
Get
Firmware Distributable Catalog - class
Id String - component
Metas List<GetFirmware Distributable Component Meta> - create
Time String - description String
- distributable
Metas List<GetFirmware Distributable Distributable Meta> - domain
Group StringMoid - download
Count Double - feature
Source String - file
Location String - guid String
- image
Category String - image
Type String - import
Action String - import
State String - imported
Time String - last
Access StringTime - md5e
Tag String - md5sum String
- mdfid String
- mod
Time String - model String
- moid String
- name String
- nr
Source GetFirmware Distributable Nr Source - nr
Version String - object
Type String - origin String
- owners List<String>
- parent
Get
Firmware Distributable Parent - permission
Resources List<GetFirmware Distributable Permission Resource> - platform
Type String - recommended
Build String - release
Get
Firmware Distributable Release - release
Date String - release
Notes StringUrl - sha512sum String
- String
- size Double
- software
Advisory StringUrl - software
Type StringId - supported
Models List<String> - List<Get
Firmware Distributable Tag> - vendor String
- version
Context GetFirmware Distributable Version Context
- id string
- results
Get
Firmware Distributable Result[] - account
Moid string - additional
Properties string - ancestors
Get
Firmware Distributable Ancestor[] - bundle
Type string - catalog
Get
Firmware Distributable Catalog - class
Id string - component
Metas GetFirmware Distributable Component Meta[] - create
Time string - description string
- distributable
Metas GetFirmware Distributable Distributable Meta[] - domain
Group stringMoid - download
Count number - feature
Source string - file
Location string - guid string
- image
Category string - image
Type string - import
Action string - import
State string - imported
Time string - last
Access stringTime - md5e
Tag string - md5sum string
- mdfid string
- mod
Time string - model string
- moid string
- name string
- nr
Source GetFirmware Distributable Nr Source - nr
Version string - object
Type string - origin string
- owners string[]
- parent
Get
Firmware Distributable Parent - permission
Resources GetFirmware Distributable Permission Resource[] - platform
Type string - recommended
Build string - release
Get
Firmware Distributable Release - release
Date string - release
Notes stringUrl - sha512sum string
- string
- size number
- software
Advisory stringUrl - software
Type stringId - supported
Models string[] - Get
Firmware Distributable Tag[] - vendor string
- version
Context GetFirmware Distributable Version Context
- id str
- results
Sequence[Get
Firmware Distributable Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Firmware Distributable Ancestor] - bundle_
type str - catalog
Get
Firmware Distributable Catalog - class_
id str - component_
metas Sequence[GetFirmware Distributable Component Meta] - create_
time str - description str
- distributable_
metas Sequence[GetFirmware Distributable Distributable Meta] - domain_
group_ strmoid - download_
count float - feature_
source str - file_
location str - guid str
- image_
category str - image_
type str - import_
action str - import_
state str - imported_
time str - last_
access_ strtime - md5e_
tag str - md5sum str
- mdfid str
- mod_
time str - model str
- moid str
- name str
- nr_
source GetFirmware Distributable Nr Source - nr_
version str - object_
type str - origin str
- owners Sequence[str]
- parent
Get
Firmware Distributable Parent - permission_
resources Sequence[GetFirmware Distributable Permission Resource] - platform_
type str - recommended_
build str - release
Get
Firmware Distributable Release - release_
date str - release_
notes_ strurl - sha512sum str
- str
- size float
- software_
advisory_ strurl - software_
type_ strid - supported_
models Sequence[str] - Sequence[Get
Firmware Distributable Tag] - vendor str
- version_
context GetFirmware Distributable Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- bundle
Type String - catalog Property Map
- class
Id String - component
Metas List<Property Map> - create
Time String - description String
- distributable
Metas List<Property Map> - domain
Group StringMoid - download
Count Number - feature
Source String - file
Location String - guid String
- image
Category String - image
Type String - import
Action String - import
State String - imported
Time String - last
Access StringTime - md5e
Tag String - md5sum String
- mdfid String
- mod
Time String - model String
- moid String
- name String
- nr
Source Property Map - nr
Version String - object
Type String - origin String
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - platform
Type String - recommended
Build String - release Property Map
- release
Date String - release
Notes StringUrl - sha512sum String
- String
- size Number
- software
Advisory StringUrl - software
Type StringId - supported
Models List<String> - List<Property Map>
- vendor String
- version
Context Property Map
Supporting Types
GetFirmwareDistributableAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetFirmwareDistributableCatalog
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetFirmwareDistributableComponentMeta
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Component
Label string - The name of the component in the compressed HSU bundle.
- Component
Type string - The type of component image within the distributable.
ALL
- This represents all the components.ALL,HDD
- This represents all the components plus the HDDs.Drive-U.2
- This represents the U.2 drives that are SFF/LFF drives (mostly all the drives will fall under this category).Storage
- This represents the storage controller components.None
- This represents none of the components.NXOS
- This represents NXOS components.IOM
- This represents IOM components.PSU
- This represents PSU components.CIMC
- This represents CIMC components.BIOS
- This represents BIOS components.PCIE
- This represents PCIE components.Drive
- This represents Drive components.DIMM
- This represents DIMM components.BoardController
- This represents Board Controller components.StorageController
- This represents Storage Controller components.Storage-Sasexpander
- This represents Storage Sas-Expander components.Storage-U.2
- This represents U2 Storage Controller components.HBA
- This represents HBA components.GPU
- This represents GPU components.SasExpander
- This represents SasExpander components.MSwitch
- This represents mSwitch components.CMC
- This represents CMC components.
- Description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- Disruption string
- The type of disruption on each component. For example, host reboot, automatic power cycle, and manual power cycle.
None
- Indicates that the component did not receive a disruption request.HostReboot
- Indicates that the component received a host reboot request.EndpointReboot
- Indicates that the component received an end point reboot request.ManualPowerCycle
- Indicates that the component received a manual power cycle request.AutomaticPowerCycle
- Indicates that the component received an automatic power cycle request.
- Image
Path string - This shows the path of component image within the distributable.
- Is
Oob boolSupported - If set, the component can be updated through out-of-band management, else, is updated through host service utility boot.
- Model string
- The endpoint model for which this firmware image is applicable.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Oob
Manageabilities List<string> - Packed
Version string - The image version of components packaged in the distributable.
- Redfish
Url string - The redfish target for each component.
- Vendor string
- The vendor or publisher of this file.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Component
Label string - The name of the component in the compressed HSU bundle.
- Component
Type string - The type of component image within the distributable.
ALL
- This represents all the components.ALL,HDD
- This represents all the components plus the HDDs.Drive-U.2
- This represents the U.2 drives that are SFF/LFF drives (mostly all the drives will fall under this category).Storage
- This represents the storage controller components.None
- This represents none of the components.NXOS
- This represents NXOS components.IOM
- This represents IOM components.PSU
- This represents PSU components.CIMC
- This represents CIMC components.BIOS
- This represents BIOS components.PCIE
- This represents PCIE components.Drive
- This represents Drive components.DIMM
- This represents DIMM components.BoardController
- This represents Board Controller components.StorageController
- This represents Storage Controller components.Storage-Sasexpander
- This represents Storage Sas-Expander components.Storage-U.2
- This represents U2 Storage Controller components.HBA
- This represents HBA components.GPU
- This represents GPU components.SasExpander
- This represents SasExpander components.MSwitch
- This represents mSwitch components.CMC
- This represents CMC components.
- Description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- Disruption string
- The type of disruption on each component. For example, host reboot, automatic power cycle, and manual power cycle.
None
- Indicates that the component did not receive a disruption request.HostReboot
- Indicates that the component received a host reboot request.EndpointReboot
- Indicates that the component received an end point reboot request.ManualPowerCycle
- Indicates that the component received a manual power cycle request.AutomaticPowerCycle
- Indicates that the component received an automatic power cycle request.
- Image
Path string - This shows the path of component image within the distributable.
- Is
Oob boolSupported - If set, the component can be updated through out-of-band management, else, is updated through host service utility boot.
- Model string
- The endpoint model for which this firmware image is applicable.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Oob
Manageabilities []string - Packed
Version string - The image version of components packaged in the distributable.
- Redfish
Url string - The redfish target for each component.
- Vendor string
- The vendor or publisher of this file.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- component
Label String - The name of the component in the compressed HSU bundle.
- component
Type String - The type of component image within the distributable.
ALL
- This represents all the components.ALL,HDD
- This represents all the components plus the HDDs.Drive-U.2
- This represents the U.2 drives that are SFF/LFF drives (mostly all the drives will fall under this category).Storage
- This represents the storage controller components.None
- This represents none of the components.NXOS
- This represents NXOS components.IOM
- This represents IOM components.PSU
- This represents PSU components.CIMC
- This represents CIMC components.BIOS
- This represents BIOS components.PCIE
- This represents PCIE components.Drive
- This represents Drive components.DIMM
- This represents DIMM components.BoardController
- This represents Board Controller components.StorageController
- This represents Storage Controller components.Storage-Sasexpander
- This represents Storage Sas-Expander components.Storage-U.2
- This represents U2 Storage Controller components.HBA
- This represents HBA components.GPU
- This represents GPU components.SasExpander
- This represents SasExpander components.MSwitch
- This represents mSwitch components.CMC
- This represents CMC components.
- description String
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- disruption String
- The type of disruption on each component. For example, host reboot, automatic power cycle, and manual power cycle.
None
- Indicates that the component did not receive a disruption request.HostReboot
- Indicates that the component received a host reboot request.EndpointReboot
- Indicates that the component received an end point reboot request.ManualPowerCycle
- Indicates that the component received a manual power cycle request.AutomaticPowerCycle
- Indicates that the component received an automatic power cycle request.
- image
Path String - This shows the path of component image within the distributable.
- is
Oob BooleanSupported - If set, the component can be updated through out-of-band management, else, is updated through host service utility boot.
- model String
- The endpoint model for which this firmware image is applicable.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oob
Manageabilities List<String> - packed
Version String - The image version of components packaged in the distributable.
- redfish
Url String - The redfish target for each component.
- vendor String
- The vendor or publisher of this file.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- component
Label string - The name of the component in the compressed HSU bundle.
- component
Type string - The type of component image within the distributable.
ALL
- This represents all the components.ALL,HDD
- This represents all the components plus the HDDs.Drive-U.2
- This represents the U.2 drives that are SFF/LFF drives (mostly all the drives will fall under this category).Storage
- This represents the storage controller components.None
- This represents none of the components.NXOS
- This represents NXOS components.IOM
- This represents IOM components.PSU
- This represents PSU components.CIMC
- This represents CIMC components.BIOS
- This represents BIOS components.PCIE
- This represents PCIE components.Drive
- This represents Drive components.DIMM
- This represents DIMM components.BoardController
- This represents Board Controller components.StorageController
- This represents Storage Controller components.Storage-Sasexpander
- This represents Storage Sas-Expander components.Storage-U.2
- This represents U2 Storage Controller components.HBA
- This represents HBA components.GPU
- This represents GPU components.SasExpander
- This represents SasExpander components.MSwitch
- This represents mSwitch components.CMC
- This represents CMC components.
- description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- disruption string
- The type of disruption on each component. For example, host reboot, automatic power cycle, and manual power cycle.
None
- Indicates that the component did not receive a disruption request.HostReboot
- Indicates that the component received a host reboot request.EndpointReboot
- Indicates that the component received an end point reboot request.ManualPowerCycle
- Indicates that the component received a manual power cycle request.AutomaticPowerCycle
- Indicates that the component received an automatic power cycle request.
- image
Path string - This shows the path of component image within the distributable.
- is
Oob booleanSupported - If set, the component can be updated through out-of-band management, else, is updated through host service utility boot.
- model string
- The endpoint model for which this firmware image is applicable.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oob
Manageabilities string[] - packed
Version string - The image version of components packaged in the distributable.
- redfish
Url string - The redfish target for each component.
- vendor string
- The vendor or publisher of this file.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- component_
label str - The name of the component in the compressed HSU bundle.
- component_
type str - The type of component image within the distributable.
ALL
- This represents all the components.ALL,HDD
- This represents all the components plus the HDDs.Drive-U.2
- This represents the U.2 drives that are SFF/LFF drives (mostly all the drives will fall under this category).Storage
- This represents the storage controller components.None
- This represents none of the components.NXOS
- This represents NXOS components.IOM
- This represents IOM components.PSU
- This represents PSU components.CIMC
- This represents CIMC components.BIOS
- This represents BIOS components.PCIE
- This represents PCIE components.Drive
- This represents Drive components.DIMM
- This represents DIMM components.BoardController
- This represents Board Controller components.StorageController
- This represents Storage Controller components.Storage-Sasexpander
- This represents Storage Sas-Expander components.Storage-U.2
- This represents U2 Storage Controller components.HBA
- This represents HBA components.GPU
- This represents GPU components.SasExpander
- This represents SasExpander components.MSwitch
- This represents mSwitch components.CMC
- This represents CMC components.
- description str
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- disruption str
- The type of disruption on each component. For example, host reboot, automatic power cycle, and manual power cycle.
None
- Indicates that the component did not receive a disruption request.HostReboot
- Indicates that the component received a host reboot request.EndpointReboot
- Indicates that the component received an end point reboot request.ManualPowerCycle
- Indicates that the component received a manual power cycle request.AutomaticPowerCycle
- Indicates that the component received an automatic power cycle request.
- image_
path str - This shows the path of component image within the distributable.
- is_
oob_ boolsupported - If set, the component can be updated through out-of-band management, else, is updated through host service utility boot.
- model str
- The endpoint model for which this firmware image is applicable.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oob_
manageabilities Sequence[str] - packed_
version str - The image version of components packaged in the distributable.
- redfish_
url str - The redfish target for each component.
- vendor str
- The vendor or publisher of this file.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- component
Label String - The name of the component in the compressed HSU bundle.
- component
Type String - The type of component image within the distributable.
ALL
- This represents all the components.ALL,HDD
- This represents all the components plus the HDDs.Drive-U.2
- This represents the U.2 drives that are SFF/LFF drives (mostly all the drives will fall under this category).Storage
- This represents the storage controller components.None
- This represents none of the components.NXOS
- This represents NXOS components.IOM
- This represents IOM components.PSU
- This represents PSU components.CIMC
- This represents CIMC components.BIOS
- This represents BIOS components.PCIE
- This represents PCIE components.Drive
- This represents Drive components.DIMM
- This represents DIMM components.BoardController
- This represents Board Controller components.StorageController
- This represents Storage Controller components.Storage-Sasexpander
- This represents Storage Sas-Expander components.Storage-U.2
- This represents U2 Storage Controller components.HBA
- This represents HBA components.GPU
- This represents GPU components.SasExpander
- This represents SasExpander components.MSwitch
- This represents mSwitch components.CMC
- This represents CMC components.
- description String
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- disruption String
- The type of disruption on each component. For example, host reboot, automatic power cycle, and manual power cycle.
None
- Indicates that the component did not receive a disruption request.HostReboot
- Indicates that the component received a host reboot request.EndpointReboot
- Indicates that the component received an end point reboot request.ManualPowerCycle
- Indicates that the component received a manual power cycle request.AutomaticPowerCycle
- Indicates that the component received an automatic power cycle request.
- image
Path String - This shows the path of component image within the distributable.
- is
Oob BooleanSupported - If set, the component can be updated through out-of-band management, else, is updated through host service utility boot.
- model String
- The endpoint model for which this firmware image is applicable.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oob
Manageabilities List<String> - packed
Version String - The image version of components packaged in the distributable.
- redfish
Url String - The redfish target for each component.
- vendor String
- The vendor or publisher of this file.
GetFirmwareDistributableDistributableMeta
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetFirmwareDistributableNrSource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
GetFirmwareDistributableParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetFirmwareDistributablePermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetFirmwareDistributableRelease
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetFirmwareDistributableResult
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. List<GetFirmware Distributable Result Ancestor> - Bundle
Type This property is required. string - The bundle type of the image, as published on cisco.com.
- Catalogs
This property is required. List<GetFirmware Distributable Result Catalog> - Class
Id This property is required. string - Component
Metas This property is required. List<GetFirmware Distributable Result Component Meta> - Create
Time This property is required. string - The time when this managed object was created.
- Description
This property is required. string - User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- Distributable
Metas This property is required. List<GetFirmware Distributable Result Distributable Meta> - Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Download
Count This property is required. double - The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Feature
Source This property is required. string - The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - File
Location This property is required. string - The file location of the distributable.
- Guid
This property is required. string - The unique identifier for an image in a Cisco repository.
- Image
Category This property is required. string - The category into which the distributable falls into according to the supported platform series. For e.g.; C-Series/B-Series/Infrastructure.
- Image
Type This property is required. string - The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- Import
Action This property is required. string - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - Import
State This property is required. string - The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - Imported
Time This property is required. string - The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- Last
Access Time This property is required. string - The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Md5e
Tag This property is required. string - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- Md5sum
This property is required. string - The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Mdfid
This property is required. string - The mdfid of the image provided by cisco.com.
- Mod
Time This property is required. string - The time when this managed object was last modified.
- Model
This property is required. string - The endpoint model for which this firmware image is applicable.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Name
This property is required. string - The name of the file. It is populated as part of the image import operation.
- Nr
Sources This property is required. List<GetFirmware Distributable Result Nr Source> - Nr
Version This property is required. string - Vendor provided version for the file.
- Object
Type This property is required. string - Origin
This property is required. string - The source of the distributable. If it has been created by the user or system.*
System
- The distributable has been created by the System.*User
- The distributable has been created by the User. - Owners
This property is required. List<string> - Parents
This property is required. List<GetFirmware Distributable Result Parent> - Permission
Resources This property is required. List<GetFirmware Distributable Result Permission Resource> - Platform
Type This property is required. string - The platform type of the image.
- Recommended
Build This property is required. string - The build which is recommended by Cisco.
- Release
Date This property is required. string - The date on which the file was released or distributed by its vendor.
- Release
Notes Url This property is required. string - The url for the release notes of this image.
- Releases
This property is required. List<GetFirmware Distributable Result Release> - Sha512sum
This property is required. string - The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
This property is required. string- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Size
This property is required. double - The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Software
Advisory Url This property is required. string - The software advisory, if any, provided by the vendor for this file.
- Software
Type Id This property is required. string - The software type id provided by cisco.com.
- Supported
Models This property is required. List<string> This property is required. List<GetFirmware Distributable Result Tag> - Vendor
This property is required. string - The vendor or publisher of this file.
- Version
Contexts This property is required. List<GetFirmware Distributable Result Version Context>
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. []GetFirmware Distributable Result Ancestor - Bundle
Type This property is required. string - The bundle type of the image, as published on cisco.com.
- Catalogs
This property is required. []GetFirmware Distributable Result Catalog - Class
Id This property is required. string - Component
Metas This property is required. []GetFirmware Distributable Result Component Meta - Create
Time This property is required. string - The time when this managed object was created.
- Description
This property is required. string - User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- Distributable
Metas This property is required. []GetFirmware Distributable Result Distributable Meta - Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Download
Count This property is required. float64 - The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Feature
Source This property is required. string - The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - File
Location This property is required. string - The file location of the distributable.
- Guid
This property is required. string - The unique identifier for an image in a Cisco repository.
- Image
Category This property is required. string - The category into which the distributable falls into according to the supported platform series. For e.g.; C-Series/B-Series/Infrastructure.
- Image
Type This property is required. string - The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- Import
Action This property is required. string - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - Import
State This property is required. string - The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - Imported
Time This property is required. string - The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- Last
Access Time This property is required. string - The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Md5e
Tag This property is required. string - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- Md5sum
This property is required. string - The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Mdfid
This property is required. string - The mdfid of the image provided by cisco.com.
- Mod
Time This property is required. string - The time when this managed object was last modified.
- Model
This property is required. string - The endpoint model for which this firmware image is applicable.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Name
This property is required. string - The name of the file. It is populated as part of the image import operation.
- Nr
Sources This property is required. []GetFirmware Distributable Result Nr Source - Nr
Version This property is required. string - Vendor provided version for the file.
- Object
Type This property is required. string - Origin
This property is required. string - The source of the distributable. If it has been created by the user or system.*
System
- The distributable has been created by the System.*User
- The distributable has been created by the User. - Owners
This property is required. []string - Parents
This property is required. []GetFirmware Distributable Result Parent - Permission
Resources This property is required. []GetFirmware Distributable Result Permission Resource - Platform
Type This property is required. string - The platform type of the image.
- Recommended
Build This property is required. string - The build which is recommended by Cisco.
- Release
Date This property is required. string - The date on which the file was released or distributed by its vendor.
- Release
Notes Url This property is required. string - The url for the release notes of this image.
- Releases
This property is required. []GetFirmware Distributable Result Release - Sha512sum
This property is required. string - The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
This property is required. string- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Size
This property is required. float64 - The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Software
Advisory Url This property is required. string - The software advisory, if any, provided by the vendor for this file.
- Software
Type Id This property is required. string - The software type id provided by cisco.com.
- Supported
Models This property is required. []string This property is required. []GetFirmware Distributable Result Tag - Vendor
This property is required. string - The vendor or publisher of this file.
- Version
Contexts This property is required. []GetFirmware Distributable Result Version Context
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<GetFirmware Distributable Result Ancestor> - bundle
Type This property is required. String - The bundle type of the image, as published on cisco.com.
- catalogs
This property is required. List<GetFirmware Distributable Result Catalog> - class
Id This property is required. String - component
Metas This property is required. List<GetFirmware Distributable Result Component Meta> - create
Time This property is required. String - The time when this managed object was created.
- description
This property is required. String - User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- distributable
Metas This property is required. List<GetFirmware Distributable Result Distributable Meta> - domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- download
Count This property is required. Double - The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- feature
Source This property is required. String - The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - file
Location This property is required. String - The file location of the distributable.
- guid
This property is required. String - The unique identifier for an image in a Cisco repository.
- image
Category This property is required. String - The category into which the distributable falls into according to the supported platform series. For e.g.; C-Series/B-Series/Infrastructure.
- image
Type This property is required. String - The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- import
Action This property is required. String - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - import
State This property is required. String - The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - imported
Time This property is required. String - The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- last
Access Time This property is required. String - The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5e
Tag This property is required. String - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum
This property is required. String - The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mdfid
This property is required. String - The mdfid of the image provided by cisco.com.
- mod
Time This property is required. String - The time when this managed object was last modified.
- model
This property is required. String - The endpoint model for which this firmware image is applicable.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- name
This property is required. String - The name of the file. It is populated as part of the image import operation.
- nr
Sources This property is required. List<GetFirmware Distributable Result Nr Source> - nr
Version This property is required. String - Vendor provided version for the file.
- object
Type This property is required. String - origin
This property is required. String - The source of the distributable. If it has been created by the user or system.*
System
- The distributable has been created by the System.*User
- The distributable has been created by the User. - owners
This property is required. List<String> - parents
This property is required. List<GetFirmware Distributable Result Parent> - permission
Resources This property is required. List<GetFirmware Distributable Result Permission Resource> - platform
Type This property is required. String - The platform type of the image.
- recommended
Build This property is required. String - The build which is recommended by Cisco.
- release
Date This property is required. String - The date on which the file was released or distributed by its vendor.
- release
Notes Url This property is required. String - The url for the release notes of this image.
- releases
This property is required. List<GetFirmware Distributable Result Release> - sha512sum
This property is required. String - The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
This property is required. String- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- size
This property is required. Double - The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- software
Advisory Url This property is required. String - The software advisory, if any, provided by the vendor for this file.
- software
Type Id This property is required. String - The software type id provided by cisco.com.
- supported
Models This property is required. List<String> This property is required. List<GetFirmware Distributable Result Tag> - vendor
This property is required. String - The vendor or publisher of this file.
- version
Contexts This property is required. List<GetFirmware Distributable Result Version Context>
- account
Moid This property is required. string - The Account ID for this managed object.
- additional
Properties This property is required. string - ancestors
This property is required. GetFirmware Distributable Result Ancestor[] - bundle
Type This property is required. string - The bundle type of the image, as published on cisco.com.
- catalogs
This property is required. GetFirmware Distributable Result Catalog[] - class
Id This property is required. string - component
Metas This property is required. GetFirmware Distributable Result Component Meta[] - create
Time This property is required. string - The time when this managed object was created.
- description
This property is required. string - User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- distributable
Metas This property is required. GetFirmware Distributable Result Distributable Meta[] - domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- download
Count This property is required. number - The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- feature
Source This property is required. string - The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - file
Location This property is required. string - The file location of the distributable.
- guid
This property is required. string - The unique identifier for an image in a Cisco repository.
- image
Category This property is required. string - The category into which the distributable falls into according to the supported platform series. For e.g.; C-Series/B-Series/Infrastructure.
- image
Type This property is required. string - The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- import
Action This property is required. string - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - import
State This property is required. string - The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - imported
Time This property is required. string - The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- last
Access Time This property is required. string - The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5e
Tag This property is required. string - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum
This property is required. string - The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mdfid
This property is required. string - The mdfid of the image provided by cisco.com.
- mod
Time This property is required. string - The time when this managed object was last modified.
- model
This property is required. string - The endpoint model for which this firmware image is applicable.
- moid
This property is required. string - The unique identifier of this Managed Object instance.
- name
This property is required. string - The name of the file. It is populated as part of the image import operation.
- nr
Sources This property is required. GetFirmware Distributable Result Nr Source[] - nr
Version This property is required. string - Vendor provided version for the file.
- object
Type This property is required. string - origin
This property is required. string - The source of the distributable. If it has been created by the user or system.*
System
- The distributable has been created by the System.*User
- The distributable has been created by the User. - owners
This property is required. string[] - parents
This property is required. GetFirmware Distributable Result Parent[] - permission
Resources This property is required. GetFirmware Distributable Result Permission Resource[] - platform
Type This property is required. string - The platform type of the image.
- recommended
Build This property is required. string - The build which is recommended by Cisco.
- release
Date This property is required. string - The date on which the file was released or distributed by its vendor.
- release
Notes Url This property is required. string - The url for the release notes of this image.
- releases
This property is required. GetFirmware Distributable Result Release[] - sha512sum
This property is required. string - The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
This property is required. string- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- size
This property is required. number - The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- software
Advisory Url This property is required. string - The software advisory, if any, provided by the vendor for this file.
- software
Type Id This property is required. string - The software type id provided by cisco.com.
- supported
Models This property is required. string[] This property is required. GetFirmware Distributable Result Tag[] - vendor
This property is required. string - The vendor or publisher of this file.
- version
Contexts This property is required. GetFirmware Distributable Result Version Context[]
- account_
moid This property is required. str - The Account ID for this managed object.
- additional_
properties This property is required. str - ancestors
This property is required. Sequence[GetFirmware Distributable Result Ancestor] - bundle_
type This property is required. str - The bundle type of the image, as published on cisco.com.
- catalogs
This property is required. Sequence[GetFirmware Distributable Result Catalog] - class_
id This property is required. str - component_
metas This property is required. Sequence[GetFirmware Distributable Result Component Meta] - create_
time This property is required. str - The time when this managed object was created.
- description
This property is required. str - User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- distributable_
metas This property is required. Sequence[GetFirmware Distributable Result Distributable Meta] - domain_
group_ moid This property is required. str - The DomainGroup ID for this managed object.
- download_
count This property is required. float - The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- feature_
source This property is required. str - The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - file_
location This property is required. str - The file location of the distributable.
- guid
This property is required. str - The unique identifier for an image in a Cisco repository.
- image_
category This property is required. str - The category into which the distributable falls into according to the supported platform series. For e.g.; C-Series/B-Series/Infrastructure.
- image_
type This property is required. str - The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- import_
action This property is required. str - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - import_
state This property is required. str - The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - imported_
time This property is required. str - The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- last_
access_ time This property is required. str - The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5e_
tag This property is required. str - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum
This property is required. str - The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mdfid
This property is required. str - The mdfid of the image provided by cisco.com.
- mod_
time This property is required. str - The time when this managed object was last modified.
- model
This property is required. str - The endpoint model for which this firmware image is applicable.
- moid
This property is required. str - The unique identifier of this Managed Object instance.
- name
This property is required. str - The name of the file. It is populated as part of the image import operation.
- nr_
sources This property is required. Sequence[GetFirmware Distributable Result Nr Source] - nr_
version This property is required. str - Vendor provided version for the file.
- object_
type This property is required. str - origin
This property is required. str - The source of the distributable. If it has been created by the user or system.*
System
- The distributable has been created by the System.*User
- The distributable has been created by the User. - owners
This property is required. Sequence[str] - parents
This property is required. Sequence[GetFirmware Distributable Result Parent] - permission_
resources This property is required. Sequence[GetFirmware Distributable Result Permission Resource] - platform_
type This property is required. str - The platform type of the image.
- recommended_
build This property is required. str - The build which is recommended by Cisco.
- release_
date This property is required. str - The date on which the file was released or distributed by its vendor.
- release_
notes_ url This property is required. str - The url for the release notes of this image.
- releases
This property is required. Sequence[GetFirmware Distributable Result Release] - sha512sum
This property is required. str - The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
This property is required. str- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- size
This property is required. float - The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- software_
advisory_ url This property is required. str - The software advisory, if any, provided by the vendor for this file.
- software_
type_ id This property is required. str - The software type id provided by cisco.com.
- supported_
models This property is required. Sequence[str] This property is required. Sequence[GetFirmware Distributable Result Tag] - vendor
This property is required. str - The vendor or publisher of this file.
- version_
contexts This property is required. Sequence[GetFirmware Distributable Result Version Context]
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<Property Map> - bundle
Type This property is required. String - The bundle type of the image, as published on cisco.com.
- catalogs
This property is required. List<Property Map> - class
Id This property is required. String - component
Metas This property is required. List<Property Map> - create
Time This property is required. String - The time when this managed object was created.
- description
This property is required. String - User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- distributable
Metas This property is required. List<Property Map> - domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- download
Count This property is required. Number - The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- feature
Source This property is required. String - The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - file
Location This property is required. String - The file location of the distributable.
- guid
This property is required. String - The unique identifier for an image in a Cisco repository.
- image
Category This property is required. String - The category into which the distributable falls into according to the supported platform series. For e.g.; C-Series/B-Series/Infrastructure.
- image
Type This property is required. String - The type of image which the distributable falls into according to the component it can upgrade. For e.g.; Standalone server, Intersight managed server, UCS Managed Fabric Interconnect. The field is used in private appliance mode, where image does not have description populated from CCO.
- import
Action This property is required. String - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - import
State This property is required. String - The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - imported
Time This property is required. String - The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- last
Access Time This property is required. String - The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5e
Tag This property is required. String - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum
This property is required. String - The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mdfid
This property is required. String - The mdfid of the image provided by cisco.com.
- mod
Time This property is required. String - The time when this managed object was last modified.
- model
This property is required. String - The endpoint model for which this firmware image is applicable.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- name
This property is required. String - The name of the file. It is populated as part of the image import operation.
- nr
Sources This property is required. List<Property Map> - nr
Version This property is required. String - Vendor provided version for the file.
- object
Type This property is required. String - origin
This property is required. String - The source of the distributable. If it has been created by the user or system.*
System
- The distributable has been created by the System.*User
- The distributable has been created by the User. - owners
This property is required. List<String> - parents
This property is required. List<Property Map> - permission
Resources This property is required. List<Property Map> - platform
Type This property is required. String - The platform type of the image.
- recommended
Build This property is required. String - The build which is recommended by Cisco.
- release
Date This property is required. String - The date on which the file was released or distributed by its vendor.
- release
Notes Url This property is required. String - The url for the release notes of this image.
- releases
This property is required. List<Property Map> - sha512sum
This property is required. String - The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
This property is required. String- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- size
This property is required. Number - The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- software
Advisory Url This property is required. String - The software advisory, if any, provided by the vendor for this file.
- software
Type Id This property is required. String - The software type id provided by cisco.com.
- supported
Models This property is required. List<String> This property is required. List<Property Map>- vendor
This property is required. String - The vendor or publisher of this file.
- version
Contexts This property is required. List<Property Map>
GetFirmwareDistributableResultAncestor
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetFirmwareDistributableResultCatalog
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetFirmwareDistributableResultComponentMeta
- Additional
Properties This property is required. string - Class
Id This property is required. string - Component
Label This property is required. string - Component
Type This property is required. string - Description
This property is required. string - User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- Disruption
This property is required. string - Image
Path This property is required. string - Is
Oob Supported This property is required. bool - Model
This property is required. string - The endpoint model for which this firmware image is applicable.
- Object
Type This property is required. string - Oob
Manageabilities This property is required. List<string> - Packed
Version This property is required. string - Redfish
Url This property is required. string - Vendor
This property is required. string - The vendor or publisher of this file.
- Additional
Properties This property is required. string - Class
Id This property is required. string - Component
Label This property is required. string - Component
Type This property is required. string - Description
This property is required. string - User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- Disruption
This property is required. string - Image
Path This property is required. string - Is
Oob Supported This property is required. bool - Model
This property is required. string - The endpoint model for which this firmware image is applicable.
- Object
Type This property is required. string - Oob
Manageabilities This property is required. []string - Packed
Version This property is required. string - Redfish
Url This property is required. string - Vendor
This property is required. string - The vendor or publisher of this file.
- additional
Properties This property is required. String - class
Id This property is required. String - component
Label This property is required. String - component
Type This property is required. String - description
This property is required. String - User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- disruption
This property is required. String - image
Path This property is required. String - is
Oob Supported This property is required. Boolean - model
This property is required. String - The endpoint model for which this firmware image is applicable.
- object
Type This property is required. String - oob
Manageabilities This property is required. List<String> - packed
Version This property is required. String - redfish
Url This property is required. String - vendor
This property is required. String - The vendor or publisher of this file.
- additional
Properties This property is required. string - class
Id This property is required. string - component
Label This property is required. string - component
Type This property is required. string - description
This property is required. string - User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- disruption
This property is required. string - image
Path This property is required. string - is
Oob Supported This property is required. boolean - model
This property is required. string - The endpoint model for which this firmware image is applicable.
- object
Type This property is required. string - oob
Manageabilities This property is required. string[] - packed
Version This property is required. string - redfish
Url This property is required. string - vendor
This property is required. string - The vendor or publisher of this file.
- additional_
properties This property is required. str - class_
id This property is required. str - component_
label This property is required. str - component_
type This property is required. str - description
This property is required. str - User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- disruption
This property is required. str - image_
path This property is required. str - is_
oob_ supported This property is required. bool - model
This property is required. str - The endpoint model for which this firmware image is applicable.
- object_
type This property is required. str - oob_
manageabilities This property is required. Sequence[str] - packed_
version This property is required. str - redfish_
url This property is required. str - vendor
This property is required. str - The vendor or publisher of this file.
- additional
Properties This property is required. String - class
Id This property is required. String - component
Label This property is required. String - component
Type This property is required. String - description
This property is required. String - User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- disruption
This property is required. String - image
Path This property is required. String - is
Oob Supported This property is required. Boolean - model
This property is required. String - The endpoint model for which this firmware image is applicable.
- object
Type This property is required. String - oob
Manageabilities This property is required. List<String> - packed
Version This property is required. String - redfish
Url This property is required. String - vendor
This property is required. String - The vendor or publisher of this file.
GetFirmwareDistributableResultDistributableMeta
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetFirmwareDistributableResultNrSource
- Additional
Properties This property is required. string - Class
Id This property is required. string - Object
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Object
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - object
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - object
Type This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - object_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - object
Type This property is required. String
GetFirmwareDistributableResultParent
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetFirmwareDistributableResultPermissionResource
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetFirmwareDistributableResultRelease
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetFirmwareDistributableResultTag
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
- additional
Properties This property is required. string - key
This property is required. string - value
This property is required. string
- additional_
properties This property is required. str - key
This property is required. str - value
This property is required. str
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
GetFirmwareDistributableResultVersionContext
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. List<GetFirmware Distributable Result Version Context Interested Mo> - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Vendor provided version for the file.
- Object
Type This property is required. string - Ref
Mos This property is required. List<GetFirmware Distributable Result Version Context Ref Mo> - Timestamp
This property is required. string - Version
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. []GetFirmware Distributable Result Version Context Interested Mo - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Vendor provided version for the file.
- Object
Type This property is required. string - Ref
Mos This property is required. []GetFirmware Distributable Result Version Context Ref Mo - Timestamp
This property is required. string - Version
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<GetFirmware Distributable Result Version Context Interested Mo> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - Vendor provided version for the file.
- object
Type This property is required. String - ref
Mos This property is required. List<GetFirmware Distributable Result Version Context Ref Mo> - timestamp
This property is required. String - version
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - interested
Mos This property is required. GetFirmware Distributable Result Version Context Interested Mo[] - marked
For Deletion This property is required. boolean - nr
Version This property is required. string - Vendor provided version for the file.
- object
Type This property is required. string - ref
Mos This property is required. GetFirmware Distributable Result Version Context Ref Mo[] - timestamp
This property is required. string - version
Type This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - interested_
mos This property is required. Sequence[GetFirmware Distributable Result Version Context Interested Mo] - marked_
for_ deletion This property is required. bool - nr_
version This property is required. str - Vendor provided version for the file.
- object_
type This property is required. str - ref_
mos This property is required. Sequence[GetFirmware Distributable Result Version Context Ref Mo] - timestamp
This property is required. str - version_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<Property Map> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - Vendor provided version for the file.
- object
Type This property is required. String - ref
Mos This property is required. List<Property Map> - timestamp
This property is required. String - version
Type This property is required. String
GetFirmwareDistributableResultVersionContextInterestedMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetFirmwareDistributableResultVersionContextRefMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetFirmwareDistributableTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetFirmwareDistributableVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetFirmware Distributable Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - Vendor provided version for the file.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetFirmware Distributable Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetFirmware Distributable Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - Vendor provided version for the file.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetFirmware Distributable Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetFirmware Distributable Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - Vendor provided version for the file.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetFirmware Distributable Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetFirmware Distributable Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - Vendor provided version for the file.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetFirmware Distributable Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetFirmware Distributable Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - Vendor provided version for the file.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetFirmware Distributable Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - Vendor provided version for the file.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetFirmwareDistributableVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetFirmwareDistributableVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet