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

intersight.getCondHclStatusDetail

Explore with Pulumi AI

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

    The HCL status detail for each component firmware and driver.

    Using getCondHclStatusDetail

    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 getCondHclStatusDetail(args: GetCondHclStatusDetailArgs, opts?: InvokeOptions): Promise<GetCondHclStatusDetailResult>
    function getCondHclStatusDetailOutput(args: GetCondHclStatusDetailOutputArgs, opts?: InvokeOptions): Output<GetCondHclStatusDetailResult>
    def get_cond_hcl_status_detail(account_moid: Optional[str] = None,
                                   additional_properties: Optional[str] = None,
                                   ancestors: Optional[Sequence[GetCondHclStatusDetailAncestor]] = None,
                                   class_id: Optional[str] = None,
                                   component: Optional[GetCondHclStatusDetailComponent] = None,
                                   create_time: Optional[str] = None,
                                   domain_group_moid: Optional[str] = None,
                                   hardware_status: Optional[str] = None,
                                   hcl_cimc_version: Optional[str] = None,
                                   hcl_driver_name: Optional[str] = None,
                                   hcl_driver_version: Optional[str] = None,
                                   hcl_firmware_version: Optional[str] = None,
                                   hcl_model: Optional[str] = None,
                                   hcl_status: Optional[GetCondHclStatusDetailHclStatus] = None,
                                   id: Optional[str] = None,
                                   inv_cimc_version: Optional[str] = None,
                                   inv_driver_name: Optional[str] = None,
                                   inv_driver_version: Optional[str] = None,
                                   inv_firmware_version: Optional[str] = None,
                                   inv_model: Optional[str] = None,
                                   inv_vendor: Optional[str] = None,
                                   mod_time: Optional[str] = None,
                                   moid: Optional[str] = None,
                                   object_type: Optional[str] = None,
                                   owners: Optional[Sequence[str]] = None,
                                   parent: Optional[GetCondHclStatusDetailParent] = None,
                                   permission_resources: Optional[Sequence[GetCondHclStatusDetailPermissionResource]] = None,
                                   reason: Optional[str] = None,
                                   shared_scope: Optional[str] = None,
                                   software_status: Optional[str] = None,
                                   status: Optional[str] = None,
                                   tags: Optional[Sequence[GetCondHclStatusDetailTag]] = None,
                                   version_context: Optional[GetCondHclStatusDetailVersionContext] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetCondHclStatusDetailResult
    def get_cond_hcl_status_detail_output(account_moid: Optional[pulumi.Input[str]] = None,
                                   additional_properties: Optional[pulumi.Input[str]] = None,
                                   ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondHclStatusDetailAncestorArgs]]]] = None,
                                   class_id: Optional[pulumi.Input[str]] = None,
                                   component: Optional[pulumi.Input[GetCondHclStatusDetailComponentArgs]] = None,
                                   create_time: Optional[pulumi.Input[str]] = None,
                                   domain_group_moid: Optional[pulumi.Input[str]] = None,
                                   hardware_status: Optional[pulumi.Input[str]] = None,
                                   hcl_cimc_version: Optional[pulumi.Input[str]] = None,
                                   hcl_driver_name: Optional[pulumi.Input[str]] = None,
                                   hcl_driver_version: Optional[pulumi.Input[str]] = None,
                                   hcl_firmware_version: Optional[pulumi.Input[str]] = None,
                                   hcl_model: Optional[pulumi.Input[str]] = None,
                                   hcl_status: Optional[pulumi.Input[GetCondHclStatusDetailHclStatusArgs]] = None,
                                   id: Optional[pulumi.Input[str]] = None,
                                   inv_cimc_version: Optional[pulumi.Input[str]] = None,
                                   inv_driver_name: Optional[pulumi.Input[str]] = None,
                                   inv_driver_version: Optional[pulumi.Input[str]] = None,
                                   inv_firmware_version: Optional[pulumi.Input[str]] = None,
                                   inv_model: Optional[pulumi.Input[str]] = None,
                                   inv_vendor: Optional[pulumi.Input[str]] = None,
                                   mod_time: Optional[pulumi.Input[str]] = None,
                                   moid: Optional[pulumi.Input[str]] = None,
                                   object_type: Optional[pulumi.Input[str]] = None,
                                   owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   parent: Optional[pulumi.Input[GetCondHclStatusDetailParentArgs]] = None,
                                   permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondHclStatusDetailPermissionResourceArgs]]]] = None,
                                   reason: Optional[pulumi.Input[str]] = None,
                                   shared_scope: Optional[pulumi.Input[str]] = None,
                                   software_status: Optional[pulumi.Input[str]] = None,
                                   status: Optional[pulumi.Input[str]] = None,
                                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondHclStatusDetailTagArgs]]]] = None,
                                   version_context: Optional[pulumi.Input[GetCondHclStatusDetailVersionContextArgs]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetCondHclStatusDetailResult]
    func LookupCondHclStatusDetail(ctx *Context, args *LookupCondHclStatusDetailArgs, opts ...InvokeOption) (*LookupCondHclStatusDetailResult, error)
    func LookupCondHclStatusDetailOutput(ctx *Context, args *LookupCondHclStatusDetailOutputArgs, opts ...InvokeOption) LookupCondHclStatusDetailResultOutput

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

    public static class GetCondHclStatusDetail 
    {
        public static Task<GetCondHclStatusDetailResult> InvokeAsync(GetCondHclStatusDetailArgs args, InvokeOptions? opts = null)
        public static Output<GetCondHclStatusDetailResult> Invoke(GetCondHclStatusDetailInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCondHclStatusDetailResult> getCondHclStatusDetail(GetCondHclStatusDetailArgs args, InvokeOptions options)
    public static Output<GetCondHclStatusDetailResult> getCondHclStatusDetail(GetCondHclStatusDetailArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getCondHclStatusDetail:getCondHclStatusDetail
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetCondHclStatusDetailAncestor>
    ClassId string
    Component GetCondHclStatusDetailComponent
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HardwareStatus string
    The model is considered as part of the hardware profile for the component. This will provide the HCL validation status for the hardware profile. The reasons can be one of the following \ Incompatible-Server-With-Component\ - the server model and component combination is not listed in HCL \ Incompatible-Firmware\ - The server's firmware is not listed for this component's hardware profile \ Incompatible-Component\ - the component's model is not listed in the HCL \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the hardware profile was not evaulated for the component because the server's hw/sw status is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    HclCimcVersion string
    The current CIMC version for the server normalized for querying HCL data.
    HclDriverName string
    The current driver name of the component we are validating normalized for querying HCL data.
    HclDriverVersion string
    The current driver version of the component we are validating normalized for querying HCL data.
    HclFirmwareVersion string
    The current firmware version of the component model normalized for querying HCL data.
    HclModel string
    The component model we are trying to validate normalized for querying HCL data.
    HclStatus GetCondHclStatusDetailHclStatus
    Id string
    InvCimcVersion string
    The current CIMC version for the server as received from inventory.
    InvDriverName string
    The current driver name of the component we are validating as received from inventory.
    InvDriverVersion string
    The current driver version of the component we are validating as received from inventory.
    InvFirmwareVersion string
    The current firmware version of the component model as received from inventory.
    InvModel string
    The component model we are trying to validate as received from inventory.
    InvVendor string
    The vendor detail of the adapter.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parent GetCondHclStatusDetailParent
    PermissionResources List<GetCondHclStatusDetailPermissionResource>
    Reason string
    The reason for the status. The reason can be one of \ Incompatible-Server-With-Component\ - HCL validation has failed because the server model is not validated with this component \ Incompatible-Processor\ - HCL validation has failed because the processor is not validated with this server \ Incompatible-Os-Info\ - HCL validation has failed because the os vendor and version is not validated with this server \ Incompatible-Component-Model\ - HCL validation has failed because the component model is not validated \ Incompatible-Firmware\ - HCL validation has failed because the component or server firmware version is not validated \ Incompatible-Driver\ - HCL validation has failed because the driver version is not validated \ Incompatible-Firmware-Driver\ - HCL validation has failed because the firmware version and driver version is not validated \ Missing-Os-Driver-Info\ - HCL validation was not performed because we are missing os driver information form the inventory \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Service-Error\ - HCL data service is available but an error occured when making the request or parsing the response \ Unrecognized-Protocol\ - This service does not recognize the reason code in the response from the HCL data service \ Compatible\ - this component's inventory data has \ Validated\ status with the HCL. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SoftwareStatus string
    The firmware, driver name and driver version are considered as part of the software profile for the component. This will provide the HCL validation status for the software profile. The reasons can be one of the following \ Incompatible-Firmware\ - the component's firmware is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Driver\ - the component's driver is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Firmware-Driver\ - the component's firmware and driver are not listed under the server's hardware and software profile and the component's hardware profile \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the component's hardware status was not evaluated because the server's hardware or software profile is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    Status string
    The status for the component model, firmware version, driver name, and driver version after validating against the HCL. The status can be one of the following \ Unknown\ - we do not have enough information to evaluate against the HCL data \ Validated\ - we have validated this component against the HCL and it has \ Validated\ status \ Not-Validated\ - we have validated this component against the HCL and it has \ Not-Validated\ status. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Incomplete - This means we do not have os information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper OS information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that his component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.
    Tags List<GetCondHclStatusDetailTag>
    VersionContext GetCondHclStatusDetailVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetCondHclStatusDetailAncestor
    ClassId string
    Component GetCondHclStatusDetailComponent
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HardwareStatus string
    The model is considered as part of the hardware profile for the component. This will provide the HCL validation status for the hardware profile. The reasons can be one of the following \ Incompatible-Server-With-Component\ - the server model and component combination is not listed in HCL \ Incompatible-Firmware\ - The server's firmware is not listed for this component's hardware profile \ Incompatible-Component\ - the component's model is not listed in the HCL \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the hardware profile was not evaulated for the component because the server's hw/sw status is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    HclCimcVersion string
    The current CIMC version for the server normalized for querying HCL data.
    HclDriverName string
    The current driver name of the component we are validating normalized for querying HCL data.
    HclDriverVersion string
    The current driver version of the component we are validating normalized for querying HCL data.
    HclFirmwareVersion string
    The current firmware version of the component model normalized for querying HCL data.
    HclModel string
    The component model we are trying to validate normalized for querying HCL data.
    HclStatus GetCondHclStatusDetailHclStatus
    Id string
    InvCimcVersion string
    The current CIMC version for the server as received from inventory.
    InvDriverName string
    The current driver name of the component we are validating as received from inventory.
    InvDriverVersion string
    The current driver version of the component we are validating as received from inventory.
    InvFirmwareVersion string
    The current firmware version of the component model as received from inventory.
    InvModel string
    The component model we are trying to validate as received from inventory.
    InvVendor string
    The vendor detail of the adapter.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parent GetCondHclStatusDetailParent
    PermissionResources []GetCondHclStatusDetailPermissionResource
    Reason string
    The reason for the status. The reason can be one of \ Incompatible-Server-With-Component\ - HCL validation has failed because the server model is not validated with this component \ Incompatible-Processor\ - HCL validation has failed because the processor is not validated with this server \ Incompatible-Os-Info\ - HCL validation has failed because the os vendor and version is not validated with this server \ Incompatible-Component-Model\ - HCL validation has failed because the component model is not validated \ Incompatible-Firmware\ - HCL validation has failed because the component or server firmware version is not validated \ Incompatible-Driver\ - HCL validation has failed because the driver version is not validated \ Incompatible-Firmware-Driver\ - HCL validation has failed because the firmware version and driver version is not validated \ Missing-Os-Driver-Info\ - HCL validation was not performed because we are missing os driver information form the inventory \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Service-Error\ - HCL data service is available but an error occured when making the request or parsing the response \ Unrecognized-Protocol\ - This service does not recognize the reason code in the response from the HCL data service \ Compatible\ - this component's inventory data has \ Validated\ status with the HCL. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SoftwareStatus string
    The firmware, driver name and driver version are considered as part of the software profile for the component. This will provide the HCL validation status for the software profile. The reasons can be one of the following \ Incompatible-Firmware\ - the component's firmware is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Driver\ - the component's driver is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Firmware-Driver\ - the component's firmware and driver are not listed under the server's hardware and software profile and the component's hardware profile \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the component's hardware status was not evaluated because the server's hardware or software profile is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    Status string
    The status for the component model, firmware version, driver name, and driver version after validating against the HCL. The status can be one of the following \ Unknown\ - we do not have enough information to evaluate against the HCL data \ Validated\ - we have validated this component against the HCL and it has \ Validated\ status \ Not-Validated\ - we have validated this component against the HCL and it has \ Not-Validated\ status. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Incomplete - This means we do not have os information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper OS information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that his component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.
    Tags []GetCondHclStatusDetailTag
    VersionContext GetCondHclStatusDetailVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetCondHclStatusDetailAncestor>
    classId String
    component GetCondHclStatusDetailComponent
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hardwareStatus String
    The model is considered as part of the hardware profile for the component. This will provide the HCL validation status for the hardware profile. The reasons can be one of the following \ Incompatible-Server-With-Component\ - the server model and component combination is not listed in HCL \ Incompatible-Firmware\ - The server's firmware is not listed for this component's hardware profile \ Incompatible-Component\ - the component's model is not listed in the HCL \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the hardware profile was not evaulated for the component because the server's hw/sw status is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    hclCimcVersion String
    The current CIMC version for the server normalized for querying HCL data.
    hclDriverName String
    The current driver name of the component we are validating normalized for querying HCL data.
    hclDriverVersion String
    The current driver version of the component we are validating normalized for querying HCL data.
    hclFirmwareVersion String
    The current firmware version of the component model normalized for querying HCL data.
    hclModel String
    The component model we are trying to validate normalized for querying HCL data.
    hclStatus GetCondHclStatusDetailHclStatus
    id String
    invCimcVersion String
    The current CIMC version for the server as received from inventory.
    invDriverName String
    The current driver name of the component we are validating as received from inventory.
    invDriverVersion String
    The current driver version of the component we are validating as received from inventory.
    invFirmwareVersion String
    The current firmware version of the component model as received from inventory.
    invModel String
    The component model we are trying to validate as received from inventory.
    invVendor String
    The vendor detail of the adapter.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent GetCondHclStatusDetailParent
    permissionResources List<GetCondHclStatusDetailPermissionResource>
    reason String
    The reason for the status. The reason can be one of \ Incompatible-Server-With-Component\ - HCL validation has failed because the server model is not validated with this component \ Incompatible-Processor\ - HCL validation has failed because the processor is not validated with this server \ Incompatible-Os-Info\ - HCL validation has failed because the os vendor and version is not validated with this server \ Incompatible-Component-Model\ - HCL validation has failed because the component model is not validated \ Incompatible-Firmware\ - HCL validation has failed because the component or server firmware version is not validated \ Incompatible-Driver\ - HCL validation has failed because the driver version is not validated \ Incompatible-Firmware-Driver\ - HCL validation has failed because the firmware version and driver version is not validated \ Missing-Os-Driver-Info\ - HCL validation was not performed because we are missing os driver information form the inventory \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Service-Error\ - HCL data service is available but an error occured when making the request or parsing the response \ Unrecognized-Protocol\ - This service does not recognize the reason code in the response from the HCL data service \ Compatible\ - this component's inventory data has \ Validated\ status with the HCL. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    softwareStatus String
    The firmware, driver name and driver version are considered as part of the software profile for the component. This will provide the HCL validation status for the software profile. The reasons can be one of the following \ Incompatible-Firmware\ - the component's firmware is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Driver\ - the component's driver is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Firmware-Driver\ - the component's firmware and driver are not listed under the server's hardware and software profile and the component's hardware profile \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the component's hardware status was not evaluated because the server's hardware or software profile is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    status String
    The status for the component model, firmware version, driver name, and driver version after validating against the HCL. The status can be one of the following \ Unknown\ - we do not have enough information to evaluate against the HCL data \ Validated\ - we have validated this component against the HCL and it has \ Validated\ status \ Not-Validated\ - we have validated this component against the HCL and it has \ Not-Validated\ status. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Incomplete - This means we do not have os information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper OS information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that his component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.
    tags List<GetCondHclStatusDetailTag>
    versionContext GetCondHclStatusDetailVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetCondHclStatusDetailAncestor[]
    classId string
    component GetCondHclStatusDetailComponent
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    hardwareStatus string
    The model is considered as part of the hardware profile for the component. This will provide the HCL validation status for the hardware profile. The reasons can be one of the following \ Incompatible-Server-With-Component\ - the server model and component combination is not listed in HCL \ Incompatible-Firmware\ - The server's firmware is not listed for this component's hardware profile \ Incompatible-Component\ - the component's model is not listed in the HCL \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the hardware profile was not evaulated for the component because the server's hw/sw status is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    hclCimcVersion string
    The current CIMC version for the server normalized for querying HCL data.
    hclDriverName string
    The current driver name of the component we are validating normalized for querying HCL data.
    hclDriverVersion string
    The current driver version of the component we are validating normalized for querying HCL data.
    hclFirmwareVersion string
    The current firmware version of the component model normalized for querying HCL data.
    hclModel string
    The component model we are trying to validate normalized for querying HCL data.
    hclStatus GetCondHclStatusDetailHclStatus
    id string
    invCimcVersion string
    The current CIMC version for the server as received from inventory.
    invDriverName string
    The current driver name of the component we are validating as received from inventory.
    invDriverVersion string
    The current driver version of the component we are validating as received from inventory.
    invFirmwareVersion string
    The current firmware version of the component model as received from inventory.
    invModel string
    The component model we are trying to validate as received from inventory.
    invVendor string
    The vendor detail of the adapter.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parent GetCondHclStatusDetailParent
    permissionResources GetCondHclStatusDetailPermissionResource[]
    reason string
    The reason for the status. The reason can be one of \ Incompatible-Server-With-Component\ - HCL validation has failed because the server model is not validated with this component \ Incompatible-Processor\ - HCL validation has failed because the processor is not validated with this server \ Incompatible-Os-Info\ - HCL validation has failed because the os vendor and version is not validated with this server \ Incompatible-Component-Model\ - HCL validation has failed because the component model is not validated \ Incompatible-Firmware\ - HCL validation has failed because the component or server firmware version is not validated \ Incompatible-Driver\ - HCL validation has failed because the driver version is not validated \ Incompatible-Firmware-Driver\ - HCL validation has failed because the firmware version and driver version is not validated \ Missing-Os-Driver-Info\ - HCL validation was not performed because we are missing os driver information form the inventory \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Service-Error\ - HCL data service is available but an error occured when making the request or parsing the response \ Unrecognized-Protocol\ - This service does not recognize the reason code in the response from the HCL data service \ Compatible\ - this component's inventory data has \ Validated\ status with the HCL. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    softwareStatus string
    The firmware, driver name and driver version are considered as part of the software profile for the component. This will provide the HCL validation status for the software profile. The reasons can be one of the following \ Incompatible-Firmware\ - the component's firmware is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Driver\ - the component's driver is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Firmware-Driver\ - the component's firmware and driver are not listed under the server's hardware and software profile and the component's hardware profile \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the component's hardware status was not evaluated because the server's hardware or software profile is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    status string
    The status for the component model, firmware version, driver name, and driver version after validating against the HCL. The status can be one of the following \ Unknown\ - we do not have enough information to evaluate against the HCL data \ Validated\ - we have validated this component against the HCL and it has \ Validated\ status \ Not-Validated\ - we have validated this component against the HCL and it has \ Not-Validated\ status. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Incomplete - This means we do not have os information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper OS information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that his component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.
    tags GetCondHclStatusDetailTag[]
    versionContext GetCondHclStatusDetailVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetCondHclStatusDetailAncestor]
    class_id str
    component GetCondHclStatusDetailComponent
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    hardware_status str
    The model is considered as part of the hardware profile for the component. This will provide the HCL validation status for the hardware profile. The reasons can be one of the following \ Incompatible-Server-With-Component\ - the server model and component combination is not listed in HCL \ Incompatible-Firmware\ - The server's firmware is not listed for this component's hardware profile \ Incompatible-Component\ - the component's model is not listed in the HCL \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the hardware profile was not evaulated for the component because the server's hw/sw status is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    hcl_cimc_version str
    The current CIMC version for the server normalized for querying HCL data.
    hcl_driver_name str
    The current driver name of the component we are validating normalized for querying HCL data.
    hcl_driver_version str
    The current driver version of the component we are validating normalized for querying HCL data.
    hcl_firmware_version str
    The current firmware version of the component model normalized for querying HCL data.
    hcl_model str
    The component model we are trying to validate normalized for querying HCL data.
    hcl_status GetCondHclStatusDetailHclStatus
    id str
    inv_cimc_version str
    The current CIMC version for the server as received from inventory.
    inv_driver_name str
    The current driver name of the component we are validating as received from inventory.
    inv_driver_version str
    The current driver version of the component we are validating as received from inventory.
    inv_firmware_version str
    The current firmware version of the component model as received from inventory.
    inv_model str
    The component model we are trying to validate as received from inventory.
    inv_vendor str
    The vendor detail of the adapter.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parent GetCondHclStatusDetailParent
    permission_resources Sequence[GetCondHclStatusDetailPermissionResource]
    reason str
    The reason for the status. The reason can be one of \ Incompatible-Server-With-Component\ - HCL validation has failed because the server model is not validated with this component \ Incompatible-Processor\ - HCL validation has failed because the processor is not validated with this server \ Incompatible-Os-Info\ - HCL validation has failed because the os vendor and version is not validated with this server \ Incompatible-Component-Model\ - HCL validation has failed because the component model is not validated \ Incompatible-Firmware\ - HCL validation has failed because the component or server firmware version is not validated \ Incompatible-Driver\ - HCL validation has failed because the driver version is not validated \ Incompatible-Firmware-Driver\ - HCL validation has failed because the firmware version and driver version is not validated \ Missing-Os-Driver-Info\ - HCL validation was not performed because we are missing os driver information form the inventory \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Service-Error\ - HCL data service is available but an error occured when making the request or parsing the response \ Unrecognized-Protocol\ - This service does not recognize the reason code in the response from the HCL data service \ Compatible\ - this component's inventory data has \ Validated\ status with the HCL. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    software_status str
    The firmware, driver name and driver version are considered as part of the software profile for the component. This will provide the HCL validation status for the software profile. The reasons can be one of the following \ Incompatible-Firmware\ - the component's firmware is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Driver\ - the component's driver is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Firmware-Driver\ - the component's firmware and driver are not listed under the server's hardware and software profile and the component's hardware profile \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the component's hardware status was not evaluated because the server's hardware or software profile is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    status str
    The status for the component model, firmware version, driver name, and driver version after validating against the HCL. The status can be one of the following \ Unknown\ - we do not have enough information to evaluate against the HCL data \ Validated\ - we have validated this component against the HCL and it has \ Validated\ status \ Not-Validated\ - we have validated this component against the HCL and it has \ Not-Validated\ status. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Incomplete - This means we do not have os information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper OS information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that his component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.
    tags Sequence[GetCondHclStatusDetailTag]
    version_context GetCondHclStatusDetailVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    component Property Map
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hardwareStatus String
    The model is considered as part of the hardware profile for the component. This will provide the HCL validation status for the hardware profile. The reasons can be one of the following \ Incompatible-Server-With-Component\ - the server model and component combination is not listed in HCL \ Incompatible-Firmware\ - The server's firmware is not listed for this component's hardware profile \ Incompatible-Component\ - the component's model is not listed in the HCL \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the hardware profile was not evaulated for the component because the server's hw/sw status is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    hclCimcVersion String
    The current CIMC version for the server normalized for querying HCL data.
    hclDriverName String
    The current driver name of the component we are validating normalized for querying HCL data.
    hclDriverVersion String
    The current driver version of the component we are validating normalized for querying HCL data.
    hclFirmwareVersion String
    The current firmware version of the component model normalized for querying HCL data.
    hclModel String
    The component model we are trying to validate normalized for querying HCL data.
    hclStatus Property Map
    id String
    invCimcVersion String
    The current CIMC version for the server as received from inventory.
    invDriverName String
    The current driver name of the component we are validating as received from inventory.
    invDriverVersion String
    The current driver version of the component we are validating as received from inventory.
    invFirmwareVersion String
    The current firmware version of the component model as received from inventory.
    invModel String
    The component model we are trying to validate as received from inventory.
    invVendor String
    The vendor detail of the adapter.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    reason String
    The reason for the status. The reason can be one of \ Incompatible-Server-With-Component\ - HCL validation has failed because the server model is not validated with this component \ Incompatible-Processor\ - HCL validation has failed because the processor is not validated with this server \ Incompatible-Os-Info\ - HCL validation has failed because the os vendor and version is not validated with this server \ Incompatible-Component-Model\ - HCL validation has failed because the component model is not validated \ Incompatible-Firmware\ - HCL validation has failed because the component or server firmware version is not validated \ Incompatible-Driver\ - HCL validation has failed because the driver version is not validated \ Incompatible-Firmware-Driver\ - HCL validation has failed because the firmware version and driver version is not validated \ Missing-Os-Driver-Info\ - HCL validation was not performed because we are missing os driver information form the inventory \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Service-Error\ - HCL data service is available but an error occured when making the request or parsing the response \ Unrecognized-Protocol\ - This service does not recognize the reason code in the response from the HCL data service \ Compatible\ - this component's inventory data has \ Validated\ status with the HCL. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    softwareStatus String
    The firmware, driver name and driver version are considered as part of the software profile for the component. This will provide the HCL validation status for the software profile. The reasons can be one of the following \ Incompatible-Firmware\ - the component's firmware is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Driver\ - the component's driver is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Firmware-Driver\ - the component's firmware and driver are not listed under the server's hardware and software profile and the component's hardware profile \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the component's hardware status was not evaluated because the server's hardware or software profile is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    status String
    The status for the component model, firmware version, driver name, and driver version after validating against the HCL. The status can be one of the following \ Unknown\ - we do not have enough information to evaluate against the HCL data \ Validated\ - we have validated this component against the HCL and it has \ Validated\ status \ Not-Validated\ - we have validated this component against the HCL and it has \ Not-Validated\ status. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Incomplete - This means we do not have os information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper OS information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that his component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.
    tags List<Property Map>
    versionContext Property Map

    getCondHclStatusDetail Result

    The following output properties are available:

    Id string
    Results List<GetCondHclStatusDetailResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetCondHclStatusDetailAncestor>
    ClassId string
    Component GetCondHclStatusDetailComponent
    CreateTime string
    DomainGroupMoid string
    HardwareStatus string
    HclCimcVersion string
    HclDriverName string
    HclDriverVersion string
    HclFirmwareVersion string
    HclModel string
    HclStatus GetCondHclStatusDetailHclStatus
    InvCimcVersion string
    InvDriverName string
    InvDriverVersion string
    InvFirmwareVersion string
    InvModel string
    InvVendor string
    ModTime string
    Moid string
    ObjectType string
    Owners List<string>
    Parent GetCondHclStatusDetailParent
    PermissionResources List<GetCondHclStatusDetailPermissionResource>
    Reason string
    SharedScope string
    SoftwareStatus string
    Status string
    Tags List<GetCondHclStatusDetailTag>
    VersionContext GetCondHclStatusDetailVersionContext
    Id string
    Results []GetCondHclStatusDetailResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetCondHclStatusDetailAncestor
    ClassId string
    Component GetCondHclStatusDetailComponent
    CreateTime string
    DomainGroupMoid string
    HardwareStatus string
    HclCimcVersion string
    HclDriverName string
    HclDriverVersion string
    HclFirmwareVersion string
    HclModel string
    HclStatus GetCondHclStatusDetailHclStatus
    InvCimcVersion string
    InvDriverName string
    InvDriverVersion string
    InvFirmwareVersion string
    InvModel string
    InvVendor string
    ModTime string
    Moid string
    ObjectType string
    Owners []string
    Parent GetCondHclStatusDetailParent
    PermissionResources []GetCondHclStatusDetailPermissionResource
    Reason string
    SharedScope string
    SoftwareStatus string
    Status string
    Tags []GetCondHclStatusDetailTag
    VersionContext GetCondHclStatusDetailVersionContext
    id String
    results List<GetCondHclStatusDetailResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetCondHclStatusDetailAncestor>
    classId String
    component GetCondHclStatusDetailComponent
    createTime String
    domainGroupMoid String
    hardwareStatus String
    hclCimcVersion String
    hclDriverName String
    hclDriverVersion String
    hclFirmwareVersion String
    hclModel String
    hclStatus GetCondHclStatusDetailHclStatus
    invCimcVersion String
    invDriverName String
    invDriverVersion String
    invFirmwareVersion String
    invModel String
    invVendor String
    modTime String
    moid String
    objectType String
    owners List<String>
    parent GetCondHclStatusDetailParent
    permissionResources List<GetCondHclStatusDetailPermissionResource>
    reason String
    sharedScope String
    softwareStatus String
    status String
    tags List<GetCondHclStatusDetailTag>
    versionContext GetCondHclStatusDetailVersionContext
    id string
    results GetCondHclStatusDetailResult[]
    accountMoid string
    additionalProperties string
    ancestors GetCondHclStatusDetailAncestor[]
    classId string
    component GetCondHclStatusDetailComponent
    createTime string
    domainGroupMoid string
    hardwareStatus string
    hclCimcVersion string
    hclDriverName string
    hclDriverVersion string
    hclFirmwareVersion string
    hclModel string
    hclStatus GetCondHclStatusDetailHclStatus
    invCimcVersion string
    invDriverName string
    invDriverVersion string
    invFirmwareVersion string
    invModel string
    invVendor string
    modTime string
    moid string
    objectType string
    owners string[]
    parent GetCondHclStatusDetailParent
    permissionResources GetCondHclStatusDetailPermissionResource[]
    reason string
    sharedScope string
    softwareStatus string
    status string
    tags GetCondHclStatusDetailTag[]
    versionContext GetCondHclStatusDetailVersionContext
    id str
    results Sequence[GetCondHclStatusDetailResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetCondHclStatusDetailAncestor]
    class_id str
    component GetCondHclStatusDetailComponent
    create_time str
    domain_group_moid str
    hardware_status str
    hcl_cimc_version str
    hcl_driver_name str
    hcl_driver_version str
    hcl_firmware_version str
    hcl_model str
    hcl_status GetCondHclStatusDetailHclStatus
    inv_cimc_version str
    inv_driver_name str
    inv_driver_version str
    inv_firmware_version str
    inv_model str
    inv_vendor str
    mod_time str
    moid str
    object_type str
    owners Sequence[str]
    parent GetCondHclStatusDetailParent
    permission_resources Sequence[GetCondHclStatusDetailPermissionResource]
    reason str
    shared_scope str
    software_status str
    status str
    tags Sequence[GetCondHclStatusDetailTag]
    version_context GetCondHclStatusDetailVersionContext

    Supporting Types

    GetCondHclStatusDetailAncestor

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

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

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

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

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

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

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

    GetCondHclStatusDetailComponent

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

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

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

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

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

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

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

    GetCondHclStatusDetailHclStatus

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

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

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

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

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

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

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

    GetCondHclStatusDetailParent

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

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

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

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

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

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

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

    GetCondHclStatusDetailPermissionResource

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

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

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

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

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

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

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

    GetCondHclStatusDetailResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetCondHclStatusDetailResultAncestor>
    ClassId string
    Components List<GetCondHclStatusDetailResultComponent>
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HardwareStatus string
    The model is considered as part of the hardware profile for the component. This will provide the HCL validation status for the hardware profile. The reasons can be one of the following \ Incompatible-Server-With-Component\ - the server model and component combination is not listed in HCL \ Incompatible-Firmware\ - The server's firmware is not listed for this component's hardware profile \ Incompatible-Component\ - the component's model is not listed in the HCL \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the hardware profile was not evaulated for the component because the server's hw/sw status is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    HclCimcVersion string
    The current CIMC version for the server normalized for querying HCL data.
    HclDriverName string
    The current driver name of the component we are validating normalized for querying HCL data.
    HclDriverVersion string
    The current driver version of the component we are validating normalized for querying HCL data.
    HclFirmwareVersion string
    The current firmware version of the component model normalized for querying HCL data.
    HclModel string
    The component model we are trying to validate normalized for querying HCL data.
    HclStatuses List<GetCondHclStatusDetailResultHclStatus>
    InvCimcVersion string
    The current CIMC version for the server as received from inventory.
    InvDriverName string
    The current driver name of the component we are validating as received from inventory.
    InvDriverVersion string
    The current driver version of the component we are validating as received from inventory.
    InvFirmwareVersion string
    The current firmware version of the component model as received from inventory.
    InvModel string
    The component model we are trying to validate as received from inventory.
    InvVendor string
    The vendor detail of the adapter.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parents List<GetCondHclStatusDetailResultParent>
    PermissionResources List<GetCondHclStatusDetailResultPermissionResource>
    Reason string
    The reason for the status. The reason can be one of \ Incompatible-Server-With-Component\ - HCL validation has failed because the server model is not validated with this component \ Incompatible-Processor\ - HCL validation has failed because the processor is not validated with this server \ Incompatible-Os-Info\ - HCL validation has failed because the os vendor and version is not validated with this server \ Incompatible-Component-Model\ - HCL validation has failed because the component model is not validated \ Incompatible-Firmware\ - HCL validation has failed because the component or server firmware version is not validated \ Incompatible-Driver\ - HCL validation has failed because the driver version is not validated \ Incompatible-Firmware-Driver\ - HCL validation has failed because the firmware version and driver version is not validated \ Missing-Os-Driver-Info\ - HCL validation was not performed because we are missing os driver information form the inventory \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Service-Error\ - HCL data service is available but an error occured when making the request or parsing the response \ Unrecognized-Protocol\ - This service does not recognize the reason code in the response from the HCL data service \ Compatible\ - this component's inventory data has \ Validated\ status with the HCL. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SoftwareStatus string
    The firmware, driver name and driver version are considered as part of the software profile for the component. This will provide the HCL validation status for the software profile. The reasons can be one of the following \ Incompatible-Firmware\ - the component's firmware is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Driver\ - the component's driver is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Firmware-Driver\ - the component's firmware and driver are not listed under the server's hardware and software profile and the component's hardware profile \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the component's hardware status was not evaluated because the server's hardware or software profile is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    Status string
    The status for the component model, firmware version, driver name, and driver version after validating against the HCL. The status can be one of the following \ Unknown\ - we do not have enough information to evaluate against the HCL data \ Validated\ - we have validated this component against the HCL and it has \ Validated\ status \ Not-Validated\ - we have validated this component against the HCL and it has \ Not-Validated\ status. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Incomplete - This means we do not have os information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper OS information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that his component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.
    Tags List<GetCondHclStatusDetailResultTag>
    VersionContexts List<GetCondHclStatusDetailResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetCondHclStatusDetailResultAncestor
    ClassId string
    Components []GetCondHclStatusDetailResultComponent
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HardwareStatus string
    The model is considered as part of the hardware profile for the component. This will provide the HCL validation status for the hardware profile. The reasons can be one of the following \ Incompatible-Server-With-Component\ - the server model and component combination is not listed in HCL \ Incompatible-Firmware\ - The server's firmware is not listed for this component's hardware profile \ Incompatible-Component\ - the component's model is not listed in the HCL \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the hardware profile was not evaulated for the component because the server's hw/sw status is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    HclCimcVersion string
    The current CIMC version for the server normalized for querying HCL data.
    HclDriverName string
    The current driver name of the component we are validating normalized for querying HCL data.
    HclDriverVersion string
    The current driver version of the component we are validating normalized for querying HCL data.
    HclFirmwareVersion string
    The current firmware version of the component model normalized for querying HCL data.
    HclModel string
    The component model we are trying to validate normalized for querying HCL data.
    HclStatuses []GetCondHclStatusDetailResultHclStatus
    InvCimcVersion string
    The current CIMC version for the server as received from inventory.
    InvDriverName string
    The current driver name of the component we are validating as received from inventory.
    InvDriverVersion string
    The current driver version of the component we are validating as received from inventory.
    InvFirmwareVersion string
    The current firmware version of the component model as received from inventory.
    InvModel string
    The component model we are trying to validate as received from inventory.
    InvVendor string
    The vendor detail of the adapter.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parents []GetCondHclStatusDetailResultParent
    PermissionResources []GetCondHclStatusDetailResultPermissionResource
    Reason string
    The reason for the status. The reason can be one of \ Incompatible-Server-With-Component\ - HCL validation has failed because the server model is not validated with this component \ Incompatible-Processor\ - HCL validation has failed because the processor is not validated with this server \ Incompatible-Os-Info\ - HCL validation has failed because the os vendor and version is not validated with this server \ Incompatible-Component-Model\ - HCL validation has failed because the component model is not validated \ Incompatible-Firmware\ - HCL validation has failed because the component or server firmware version is not validated \ Incompatible-Driver\ - HCL validation has failed because the driver version is not validated \ Incompatible-Firmware-Driver\ - HCL validation has failed because the firmware version and driver version is not validated \ Missing-Os-Driver-Info\ - HCL validation was not performed because we are missing os driver information form the inventory \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Service-Error\ - HCL data service is available but an error occured when making the request or parsing the response \ Unrecognized-Protocol\ - This service does not recognize the reason code in the response from the HCL data service \ Compatible\ - this component's inventory data has \ Validated\ status with the HCL. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SoftwareStatus string
    The firmware, driver name and driver version are considered as part of the software profile for the component. This will provide the HCL validation status for the software profile. The reasons can be one of the following \ Incompatible-Firmware\ - the component's firmware is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Driver\ - the component's driver is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Firmware-Driver\ - the component's firmware and driver are not listed under the server's hardware and software profile and the component's hardware profile \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the component's hardware status was not evaluated because the server's hardware or software profile is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    Status string
    The status for the component model, firmware version, driver name, and driver version after validating against the HCL. The status can be one of the following \ Unknown\ - we do not have enough information to evaluate against the HCL data \ Validated\ - we have validated this component against the HCL and it has \ Validated\ status \ Not-Validated\ - we have validated this component against the HCL and it has \ Not-Validated\ status. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Incomplete - This means we do not have os information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper OS information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that his component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.
    Tags []GetCondHclStatusDetailResultTag
    VersionContexts []GetCondHclStatusDetailResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetCondHclStatusDetailResultAncestor>
    classId String
    components List<GetCondHclStatusDetailResultComponent>
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hardwareStatus String
    The model is considered as part of the hardware profile for the component. This will provide the HCL validation status for the hardware profile. The reasons can be one of the following \ Incompatible-Server-With-Component\ - the server model and component combination is not listed in HCL \ Incompatible-Firmware\ - The server's firmware is not listed for this component's hardware profile \ Incompatible-Component\ - the component's model is not listed in the HCL \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the hardware profile was not evaulated for the component because the server's hw/sw status is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    hclCimcVersion String
    The current CIMC version for the server normalized for querying HCL data.
    hclDriverName String
    The current driver name of the component we are validating normalized for querying HCL data.
    hclDriverVersion String
    The current driver version of the component we are validating normalized for querying HCL data.
    hclFirmwareVersion String
    The current firmware version of the component model normalized for querying HCL data.
    hclModel String
    The component model we are trying to validate normalized for querying HCL data.
    hclStatuses List<GetCondHclStatusDetailResultHclStatus>
    invCimcVersion String
    The current CIMC version for the server as received from inventory.
    invDriverName String
    The current driver name of the component we are validating as received from inventory.
    invDriverVersion String
    The current driver version of the component we are validating as received from inventory.
    invFirmwareVersion String
    The current firmware version of the component model as received from inventory.
    invModel String
    The component model we are trying to validate as received from inventory.
    invVendor String
    The vendor detail of the adapter.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<GetCondHclStatusDetailResultParent>
    permissionResources List<GetCondHclStatusDetailResultPermissionResource>
    reason String
    The reason for the status. The reason can be one of \ Incompatible-Server-With-Component\ - HCL validation has failed because the server model is not validated with this component \ Incompatible-Processor\ - HCL validation has failed because the processor is not validated with this server \ Incompatible-Os-Info\ - HCL validation has failed because the os vendor and version is not validated with this server \ Incompatible-Component-Model\ - HCL validation has failed because the component model is not validated \ Incompatible-Firmware\ - HCL validation has failed because the component or server firmware version is not validated \ Incompatible-Driver\ - HCL validation has failed because the driver version is not validated \ Incompatible-Firmware-Driver\ - HCL validation has failed because the firmware version and driver version is not validated \ Missing-Os-Driver-Info\ - HCL validation was not performed because we are missing os driver information form the inventory \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Service-Error\ - HCL data service is available but an error occured when making the request or parsing the response \ Unrecognized-Protocol\ - This service does not recognize the reason code in the response from the HCL data service \ Compatible\ - this component's inventory data has \ Validated\ status with the HCL. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    softwareStatus String
    The firmware, driver name and driver version are considered as part of the software profile for the component. This will provide the HCL validation status for the software profile. The reasons can be one of the following \ Incompatible-Firmware\ - the component's firmware is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Driver\ - the component's driver is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Firmware-Driver\ - the component's firmware and driver are not listed under the server's hardware and software profile and the component's hardware profile \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the component's hardware status was not evaluated because the server's hardware or software profile is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    status String
    The status for the component model, firmware version, driver name, and driver version after validating against the HCL. The status can be one of the following \ Unknown\ - we do not have enough information to evaluate against the HCL data \ Validated\ - we have validated this component against the HCL and it has \ Validated\ status \ Not-Validated\ - we have validated this component against the HCL and it has \ Not-Validated\ status. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Incomplete - This means we do not have os information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper OS information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that his component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.
    tags List<GetCondHclStatusDetailResultTag>
    versionContexts List<GetCondHclStatusDetailResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetCondHclStatusDetailResultAncestor[]
    classId string
    components GetCondHclStatusDetailResultComponent[]
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    hardwareStatus string
    The model is considered as part of the hardware profile for the component. This will provide the HCL validation status for the hardware profile. The reasons can be one of the following \ Incompatible-Server-With-Component\ - the server model and component combination is not listed in HCL \ Incompatible-Firmware\ - The server's firmware is not listed for this component's hardware profile \ Incompatible-Component\ - the component's model is not listed in the HCL \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the hardware profile was not evaulated for the component because the server's hw/sw status is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    hclCimcVersion string
    The current CIMC version for the server normalized for querying HCL data.
    hclDriverName string
    The current driver name of the component we are validating normalized for querying HCL data.
    hclDriverVersion string
    The current driver version of the component we are validating normalized for querying HCL data.
    hclFirmwareVersion string
    The current firmware version of the component model normalized for querying HCL data.
    hclModel string
    The component model we are trying to validate normalized for querying HCL data.
    hclStatuses GetCondHclStatusDetailResultHclStatus[]
    invCimcVersion string
    The current CIMC version for the server as received from inventory.
    invDriverName string
    The current driver name of the component we are validating as received from inventory.
    invDriverVersion string
    The current driver version of the component we are validating as received from inventory.
    invFirmwareVersion string
    The current firmware version of the component model as received from inventory.
    invModel string
    The component model we are trying to validate as received from inventory.
    invVendor string
    The vendor detail of the adapter.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parents GetCondHclStatusDetailResultParent[]
    permissionResources GetCondHclStatusDetailResultPermissionResource[]
    reason string
    The reason for the status. The reason can be one of \ Incompatible-Server-With-Component\ - HCL validation has failed because the server model is not validated with this component \ Incompatible-Processor\ - HCL validation has failed because the processor is not validated with this server \ Incompatible-Os-Info\ - HCL validation has failed because the os vendor and version is not validated with this server \ Incompatible-Component-Model\ - HCL validation has failed because the component model is not validated \ Incompatible-Firmware\ - HCL validation has failed because the component or server firmware version is not validated \ Incompatible-Driver\ - HCL validation has failed because the driver version is not validated \ Incompatible-Firmware-Driver\ - HCL validation has failed because the firmware version and driver version is not validated \ Missing-Os-Driver-Info\ - HCL validation was not performed because we are missing os driver information form the inventory \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Service-Error\ - HCL data service is available but an error occured when making the request or parsing the response \ Unrecognized-Protocol\ - This service does not recognize the reason code in the response from the HCL data service \ Compatible\ - this component's inventory data has \ Validated\ status with the HCL. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    softwareStatus string
    The firmware, driver name and driver version are considered as part of the software profile for the component. This will provide the HCL validation status for the software profile. The reasons can be one of the following \ Incompatible-Firmware\ - the component's firmware is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Driver\ - the component's driver is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Firmware-Driver\ - the component's firmware and driver are not listed under the server's hardware and software profile and the component's hardware profile \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the component's hardware status was not evaluated because the server's hardware or software profile is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    status string
    The status for the component model, firmware version, driver name, and driver version after validating against the HCL. The status can be one of the following \ Unknown\ - we do not have enough information to evaluate against the HCL data \ Validated\ - we have validated this component against the HCL and it has \ Validated\ status \ Not-Validated\ - we have validated this component against the HCL and it has \ Not-Validated\ status. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Incomplete - This means we do not have os information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper OS information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that his component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.
    tags GetCondHclStatusDetailResultTag[]
    versionContexts GetCondHclStatusDetailResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetCondHclStatusDetailResultAncestor]
    class_id str
    components Sequence[GetCondHclStatusDetailResultComponent]
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    hardware_status str
    The model is considered as part of the hardware profile for the component. This will provide the HCL validation status for the hardware profile. The reasons can be one of the following \ Incompatible-Server-With-Component\ - the server model and component combination is not listed in HCL \ Incompatible-Firmware\ - The server's firmware is not listed for this component's hardware profile \ Incompatible-Component\ - the component's model is not listed in the HCL \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the hardware profile was not evaulated for the component because the server's hw/sw status is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    hcl_cimc_version str
    The current CIMC version for the server normalized for querying HCL data.
    hcl_driver_name str
    The current driver name of the component we are validating normalized for querying HCL data.
    hcl_driver_version str
    The current driver version of the component we are validating normalized for querying HCL data.
    hcl_firmware_version str
    The current firmware version of the component model normalized for querying HCL data.
    hcl_model str
    The component model we are trying to validate normalized for querying HCL data.
    hcl_statuses Sequence[GetCondHclStatusDetailResultHclStatus]
    inv_cimc_version str
    The current CIMC version for the server as received from inventory.
    inv_driver_name str
    The current driver name of the component we are validating as received from inventory.
    inv_driver_version str
    The current driver version of the component we are validating as received from inventory.
    inv_firmware_version str
    The current firmware version of the component model as received from inventory.
    inv_model str
    The component model we are trying to validate as received from inventory.
    inv_vendor str
    The vendor detail of the adapter.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parents Sequence[GetCondHclStatusDetailResultParent]
    permission_resources Sequence[GetCondHclStatusDetailResultPermissionResource]
    reason str
    The reason for the status. The reason can be one of \ Incompatible-Server-With-Component\ - HCL validation has failed because the server model is not validated with this component \ Incompatible-Processor\ - HCL validation has failed because the processor is not validated with this server \ Incompatible-Os-Info\ - HCL validation has failed because the os vendor and version is not validated with this server \ Incompatible-Component-Model\ - HCL validation has failed because the component model is not validated \ Incompatible-Firmware\ - HCL validation has failed because the component or server firmware version is not validated \ Incompatible-Driver\ - HCL validation has failed because the driver version is not validated \ Incompatible-Firmware-Driver\ - HCL validation has failed because the firmware version and driver version is not validated \ Missing-Os-Driver-Info\ - HCL validation was not performed because we are missing os driver information form the inventory \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Service-Error\ - HCL data service is available but an error occured when making the request or parsing the response \ Unrecognized-Protocol\ - This service does not recognize the reason code in the response from the HCL data service \ Compatible\ - this component's inventory data has \ Validated\ status with the HCL. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    software_status str
    The firmware, driver name and driver version are considered as part of the software profile for the component. This will provide the HCL validation status for the software profile. The reasons can be one of the following \ Incompatible-Firmware\ - the component's firmware is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Driver\ - the component's driver is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Firmware-Driver\ - the component's firmware and driver are not listed under the server's hardware and software profile and the component's hardware profile \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the component's hardware status was not evaluated because the server's hardware or software profile is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    status str
    The status for the component model, firmware version, driver name, and driver version after validating against the HCL. The status can be one of the following \ Unknown\ - we do not have enough information to evaluate against the HCL data \ Validated\ - we have validated this component against the HCL and it has \ Validated\ status \ Not-Validated\ - we have validated this component against the HCL and it has \ Not-Validated\ status. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Incomplete - This means we do not have os information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper OS information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that his component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.
    tags Sequence[GetCondHclStatusDetailResultTag]
    version_contexts Sequence[GetCondHclStatusDetailResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    components List<Property Map>
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hardwareStatus String
    The model is considered as part of the hardware profile for the component. This will provide the HCL validation status for the hardware profile. The reasons can be one of the following \ Incompatible-Server-With-Component\ - the server model and component combination is not listed in HCL \ Incompatible-Firmware\ - The server's firmware is not listed for this component's hardware profile \ Incompatible-Component\ - the component's model is not listed in the HCL \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the hardware profile was not evaulated for the component because the server's hw/sw status is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    hclCimcVersion String
    The current CIMC version for the server normalized for querying HCL data.
    hclDriverName String
    The current driver name of the component we are validating normalized for querying HCL data.
    hclDriverVersion String
    The current driver version of the component we are validating normalized for querying HCL data.
    hclFirmwareVersion String
    The current firmware version of the component model normalized for querying HCL data.
    hclModel String
    The component model we are trying to validate normalized for querying HCL data.
    hclStatuses List<Property Map>
    invCimcVersion String
    The current CIMC version for the server as received from inventory.
    invDriverName String
    The current driver name of the component we are validating as received from inventory.
    invDriverVersion String
    The current driver version of the component we are validating as received from inventory.
    invFirmwareVersion String
    The current firmware version of the component model as received from inventory.
    invModel String
    The component model we are trying to validate as received from inventory.
    invVendor String
    The vendor detail of the adapter.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    reason String
    The reason for the status. The reason can be one of \ Incompatible-Server-With-Component\ - HCL validation has failed because the server model is not validated with this component \ Incompatible-Processor\ - HCL validation has failed because the processor is not validated with this server \ Incompatible-Os-Info\ - HCL validation has failed because the os vendor and version is not validated with this server \ Incompatible-Component-Model\ - HCL validation has failed because the component model is not validated \ Incompatible-Firmware\ - HCL validation has failed because the component or server firmware version is not validated \ Incompatible-Driver\ - HCL validation has failed because the driver version is not validated \ Incompatible-Firmware-Driver\ - HCL validation has failed because the firmware version and driver version is not validated \ Missing-Os-Driver-Info\ - HCL validation was not performed because we are missing os driver information form the inventory \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Service-Error\ - HCL data service is available but an error occured when making the request or parsing the response \ Unrecognized-Protocol\ - This service does not recognize the reason code in the response from the HCL data service \ Compatible\ - this component's inventory data has \ Validated\ status with the HCL. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    softwareStatus String
    The firmware, driver name and driver version are considered as part of the software profile for the component. This will provide the HCL validation status for the software profile. The reasons can be one of the following \ Incompatible-Firmware\ - the component's firmware is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Driver\ - the component's driver is not listed under the server's hardware and software profile and the component's hardware profile \ Incompatible-Firmware-Driver\ - the component's firmware and driver are not listed under the server's hardware and software profile and the component's hardware profile \ Service-Unavailable\ - HCL data service is unavailable at the moment (try again later). This could be due to HCL data updating \ Not-Evaluated\ - the component's hardware status was not evaluated because the server's hardware or software profile is not listed or server is exempted. \ Compatible\ - this component's hardware profile is listed in the HCL.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
    status String
    The status for the component model, firmware version, driver name, and driver version after validating against the HCL. The status can be one of the following \ Unknown\ - we do not have enough information to evaluate against the HCL data \ Validated\ - we have validated this component against the HCL and it has \ Validated\ status \ Not-Validated\ - we have validated this component against the HCL and it has \ Not-Validated\ status. \ Not-Evaluated\ - The component is not evaluated against the HCL because the server is exempted.* Incomplete - This means we do not have os information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper OS information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that his component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.
    tags List<Property Map>
    versionContexts List<Property Map>

    GetCondHclStatusDetailResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCondHclStatusDetailResultComponent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCondHclStatusDetailResultHclStatus

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCondHclStatusDetailResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCondHclStatusDetailResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCondHclStatusDetailResultTag

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

    GetCondHclStatusDetailResultVersionContext

    GetCondHclStatusDetailResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCondHclStatusDetailResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetCondHclStatusDetailTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetCondHclStatusDetailVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetCondHclStatusDetailVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetCondHclStatusDetailVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetCondHclStatusDetailVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetCondHclStatusDetailVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetCondHclStatusDetailVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetCondHclStatusDetailVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

    GetCondHclStatusDetailVersionContextInterestedMo

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

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

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

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

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

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

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

    GetCondHclStatusDetailVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

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