1. Packages
  2. Intersight Provider
  3. API Docs
  4. getCondCustomHclStatus
Viewing docs for intersight 1.0.77
published on Wednesday, Feb 18, 2026 by ciscodevnet
intersight logo
Viewing docs for intersight 1.0.77
published on Wednesday, Feb 18, 2026 by ciscodevnet

    The CustomHclStatus object represents the compliance status of a Cisco server against defined Custom Hcl baseline within an organization. It contains detailed insights into whether a server meets the specified hardware and software criteria set forth in the baseline.

    Purpose

    CustomHclStatus is crucial for monitoring and managing server compliance with organizational standards. It helps administrators identify non-compliant servers, understand the reasons for non-compliance, and take corrective actions to ensure that all servers adhere to the established custom Hcl baselines.

    Key Concepts

    • Compliance Status: Indicates whether a server is compliant or non-compliant with defined custom Hcl baselines.
    • Detailed Properties: Includes various properties such as server model, generation, firmware, operating system details, and more for comprehensive status reporting.
    • Relationships: Links to managed objects and custom Hcl baselines to provide context for compliance evaluations.

    Using getCondCustomHclStatus

    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 getCondCustomHclStatus(args: GetCondCustomHclStatusArgs, opts?: InvokeOptions): Promise<GetCondCustomHclStatusResult>
    function getCondCustomHclStatusOutput(args: GetCondCustomHclStatusOutputArgs, opts?: InvokeOptions): Output<GetCondCustomHclStatusResult>
    def get_cond_custom_hcl_status(account_moid: Optional[str] = None,
                                   adapters: Optional[Sequence[GetCondCustomHclStatusAdapter]] = None,
                                   additional_properties: Optional[str] = None,
                                   ancestors: Optional[Sequence[GetCondCustomHclStatusAncestor]] = None,
                                   baseline_status_details: Optional[Sequence[GetCondCustomHclStatusBaselineStatusDetail]] = None,
                                   cisco_hcl_status: Optional[str] = None,
                                   class_id: Optional[str] = None,
                                   compliant_baselines: Optional[Sequence[GetCondCustomHclStatusCompliantBaseline]] = None,
                                   create_time: Optional[str] = None,
                                   custom_hcl_status: Optional[str] = None,
                                   domain_group_moid: Optional[str] = None,
                                   firmware: Optional[str] = None,
                                   generation: Optional[str] = None,
                                   id: Optional[str] = None,
                                   managed_object: Optional[GetCondCustomHclStatusManagedObject] = None,
                                   management_mode: Optional[str] = None,
                                   mod_time: Optional[str] = None,
                                   moid: Optional[str] = None,
                                   name: Optional[str] = None,
                                   non_compliant_baselines: Optional[Sequence[GetCondCustomHclStatusNonCompliantBaseline]] = None,
                                   object_type: Optional[str] = None,
                                   organization: Optional[GetCondCustomHclStatusOrganization] = None,
                                   os_vendor: Optional[str] = None,
                                   os_version: Optional[str] = None,
                                   owners: Optional[Sequence[str]] = None,
                                   parent: Optional[GetCondCustomHclStatusParent] = None,
                                   permission_resources: Optional[Sequence[GetCondCustomHclStatusPermissionResource]] = None,
                                   personality: Optional[str] = None,
                                   processor_family: Optional[str] = None,
                                   processor_model: Optional[str] = None,
                                   server_model: Optional[str] = None,
                                   shared_scope: Optional[str] = None,
                                   tags: Optional[Sequence[GetCondCustomHclStatusTag]] = None,
                                   version_context: Optional[GetCondCustomHclStatusVersionContext] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetCondCustomHclStatusResult
    def get_cond_custom_hcl_status_output(account_moid: Optional[pulumi.Input[str]] = None,
                                   adapters: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondCustomHclStatusAdapterArgs]]]] = None,
                                   additional_properties: Optional[pulumi.Input[str]] = None,
                                   ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondCustomHclStatusAncestorArgs]]]] = None,
                                   baseline_status_details: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondCustomHclStatusBaselineStatusDetailArgs]]]] = None,
                                   cisco_hcl_status: Optional[pulumi.Input[str]] = None,
                                   class_id: Optional[pulumi.Input[str]] = None,
                                   compliant_baselines: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondCustomHclStatusCompliantBaselineArgs]]]] = None,
                                   create_time: Optional[pulumi.Input[str]] = None,
                                   custom_hcl_status: Optional[pulumi.Input[str]] = None,
                                   domain_group_moid: Optional[pulumi.Input[str]] = None,
                                   firmware: Optional[pulumi.Input[str]] = None,
                                   generation: Optional[pulumi.Input[str]] = None,
                                   id: Optional[pulumi.Input[str]] = None,
                                   managed_object: Optional[pulumi.Input[GetCondCustomHclStatusManagedObjectArgs]] = None,
                                   management_mode: Optional[pulumi.Input[str]] = None,
                                   mod_time: Optional[pulumi.Input[str]] = None,
                                   moid: Optional[pulumi.Input[str]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   non_compliant_baselines: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondCustomHclStatusNonCompliantBaselineArgs]]]] = None,
                                   object_type: Optional[pulumi.Input[str]] = None,
                                   organization: Optional[pulumi.Input[GetCondCustomHclStatusOrganizationArgs]] = None,
                                   os_vendor: Optional[pulumi.Input[str]] = None,
                                   os_version: Optional[pulumi.Input[str]] = None,
                                   owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   parent: Optional[pulumi.Input[GetCondCustomHclStatusParentArgs]] = None,
                                   permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondCustomHclStatusPermissionResourceArgs]]]] = None,
                                   personality: Optional[pulumi.Input[str]] = None,
                                   processor_family: Optional[pulumi.Input[str]] = None,
                                   processor_model: Optional[pulumi.Input[str]] = None,
                                   server_model: Optional[pulumi.Input[str]] = None,
                                   shared_scope: Optional[pulumi.Input[str]] = None,
                                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondCustomHclStatusTagArgs]]]] = None,
                                   version_context: Optional[pulumi.Input[GetCondCustomHclStatusVersionContextArgs]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetCondCustomHclStatusResult]
    func LookupCondCustomHclStatus(ctx *Context, args *LookupCondCustomHclStatusArgs, opts ...InvokeOption) (*LookupCondCustomHclStatusResult, error)
    func LookupCondCustomHclStatusOutput(ctx *Context, args *LookupCondCustomHclStatusOutputArgs, opts ...InvokeOption) LookupCondCustomHclStatusResultOutput

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

    public static class GetCondCustomHclStatus 
    {
        public static Task<GetCondCustomHclStatusResult> InvokeAsync(GetCondCustomHclStatusArgs args, InvokeOptions? opts = null)
        public static Output<GetCondCustomHclStatusResult> Invoke(GetCondCustomHclStatusInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCondCustomHclStatusResult> getCondCustomHclStatus(GetCondCustomHclStatusArgs args, InvokeOptions options)
    public static Output<GetCondCustomHclStatusResult> getCondCustomHclStatus(GetCondCustomHclStatusArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getCondCustomHclStatus:getCondCustomHclStatus
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    Adapters List<GetCondCustomHclStatusAdapter>
    AdditionalProperties string
    Ancestors List<GetCondCustomHclStatusAncestor>
    BaselineStatusDetails List<GetCondCustomHclStatusBaselineStatusDetail>
    CiscoHclStatus string
    The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in 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 or the configurations provided are insufficient for HCL status assessment. 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.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    ClassId string
    CompliantBaselines List<GetCondCustomHclStatusCompliantBaseline>
    CreateTime string
    The time when this managed object was created.
    CustomHclStatus string
    The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Firmware string
    The firmware version currently running on the server.
    Generation string
    It specifies the generation of the server like M6, M7, M8 etc.
    Id string
    ManagedObject GetCondCustomHclStatusManagedObject
    ManagementMode string
    The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    It specifies the server name or model.
    NonCompliantBaselines List<GetCondCustomHclStatusNonCompliantBaseline>
    ObjectType string
    Organization GetCondCustomHclStatusOrganization
    OsVendor string
    The operating System vendor of the server.
    OsVersion string
    The operating System version of the server.
    Owners List<string>
    Parent GetCondCustomHclStatusParent
    PermissionResources List<GetCondCustomHclStatusPermissionResource>
    Personality string
    Unique identity of added software personality.
    ProcessorFamily string
    The processor family of the specified processor model associated with the server.
    ProcessorModel string
    The processor model associated with the server.
    ServerModel string
    It specifies the server model or Product ID (PID).
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetCondCustomHclStatusTag>
    VersionContext GetCondCustomHclStatusVersionContext
    AccountMoid string
    The Account ID for this managed object.
    Adapters []GetCondCustomHclStatusAdapter
    AdditionalProperties string
    Ancestors []GetCondCustomHclStatusAncestor
    BaselineStatusDetails []GetCondCustomHclStatusBaselineStatusDetail
    CiscoHclStatus string
    The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in 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 or the configurations provided are insufficient for HCL status assessment. 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.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    ClassId string
    CompliantBaselines []GetCondCustomHclStatusCompliantBaseline
    CreateTime string
    The time when this managed object was created.
    CustomHclStatus string
    The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Firmware string
    The firmware version currently running on the server.
    Generation string
    It specifies the generation of the server like M6, M7, M8 etc.
    Id string
    ManagedObject GetCondCustomHclStatusManagedObject
    ManagementMode string
    The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    It specifies the server name or model.
    NonCompliantBaselines []GetCondCustomHclStatusNonCompliantBaseline
    ObjectType string
    Organization GetCondCustomHclStatusOrganization
    OsVendor string
    The operating System vendor of the server.
    OsVersion string
    The operating System version of the server.
    Owners []string
    Parent GetCondCustomHclStatusParent
    PermissionResources []GetCondCustomHclStatusPermissionResource
    Personality string
    Unique identity of added software personality.
    ProcessorFamily string
    The processor family of the specified processor model associated with the server.
    ProcessorModel string
    The processor model associated with the server.
    ServerModel string
    It specifies the server model or Product ID (PID).
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetCondCustomHclStatusTag
    VersionContext GetCondCustomHclStatusVersionContext
    accountMoid String
    The Account ID for this managed object.
    adapters List<GetCondCustomHclStatusAdapter>
    additionalProperties String
    ancestors List<GetCondCustomHclStatusAncestor>
    baselineStatusDetails List<GetCondCustomHclStatusBaselineStatusDetail>
    ciscoHclStatus String
    The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in 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 or the configurations provided are insufficient for HCL status assessment. 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.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    classId String
    compliantBaselines List<GetCondCustomHclStatusCompliantBaseline>
    createTime String
    The time when this managed object was created.
    customHclStatus String
    The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmware String
    The firmware version currently running on the server.
    generation String
    It specifies the generation of the server like M6, M7, M8 etc.
    id String
    managedObject GetCondCustomHclStatusManagedObject
    managementMode String
    The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    It specifies the server name or model.
    nonCompliantBaselines List<GetCondCustomHclStatusNonCompliantBaseline>
    objectType String
    organization GetCondCustomHclStatusOrganization
    osVendor String
    The operating System vendor of the server.
    osVersion String
    The operating System version of the server.
    owners List<String>
    parent GetCondCustomHclStatusParent
    permissionResources List<GetCondCustomHclStatusPermissionResource>
    personality String
    Unique identity of added software personality.
    processorFamily String
    The processor family of the specified processor model associated with the server.
    processorModel String
    The processor model associated with the server.
    serverModel String
    It specifies the server model or Product ID (PID).
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetCondCustomHclStatusTag>
    versionContext GetCondCustomHclStatusVersionContext
    accountMoid string
    The Account ID for this managed object.
    adapters GetCondCustomHclStatusAdapter[]
    additionalProperties string
    ancestors GetCondCustomHclStatusAncestor[]
    baselineStatusDetails GetCondCustomHclStatusBaselineStatusDetail[]
    ciscoHclStatus string
    The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in 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 or the configurations provided are insufficient for HCL status assessment. 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.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    classId string
    compliantBaselines GetCondCustomHclStatusCompliantBaseline[]
    createTime string
    The time when this managed object was created.
    customHclStatus string
    The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    firmware string
    The firmware version currently running on the server.
    generation string
    It specifies the generation of the server like M6, M7, M8 etc.
    id string
    managedObject GetCondCustomHclStatusManagedObject
    managementMode string
    The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    It specifies the server name or model.
    nonCompliantBaselines GetCondCustomHclStatusNonCompliantBaseline[]
    objectType string
    organization GetCondCustomHclStatusOrganization
    osVendor string
    The operating System vendor of the server.
    osVersion string
    The operating System version of the server.
    owners string[]
    parent GetCondCustomHclStatusParent
    permissionResources GetCondCustomHclStatusPermissionResource[]
    personality string
    Unique identity of added software personality.
    processorFamily string
    The processor family of the specified processor model associated with the server.
    processorModel string
    The processor model associated with the server.
    serverModel string
    It specifies the server model or Product ID (PID).
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetCondCustomHclStatusTag[]
    versionContext GetCondCustomHclStatusVersionContext
    account_moid str
    The Account ID for this managed object.
    adapters Sequence[GetCondCustomHclStatusAdapter]
    additional_properties str
    ancestors Sequence[GetCondCustomHclStatusAncestor]
    baseline_status_details Sequence[GetCondCustomHclStatusBaselineStatusDetail]
    cisco_hcl_status str
    The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in 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 or the configurations provided are insufficient for HCL status assessment. 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.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    class_id str
    compliant_baselines Sequence[GetCondCustomHclStatusCompliantBaseline]
    create_time str
    The time when this managed object was created.
    custom_hcl_status str
    The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    firmware str
    The firmware version currently running on the server.
    generation str
    It specifies the generation of the server like M6, M7, M8 etc.
    id str
    managed_object GetCondCustomHclStatusManagedObject
    management_mode str
    The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    It specifies the server name or model.
    non_compliant_baselines Sequence[GetCondCustomHclStatusNonCompliantBaseline]
    object_type str
    organization GetCondCustomHclStatusOrganization
    os_vendor str
    The operating System vendor of the server.
    os_version str
    The operating System version of the server.
    owners Sequence[str]
    parent GetCondCustomHclStatusParent
    permission_resources Sequence[GetCondCustomHclStatusPermissionResource]
    personality str
    Unique identity of added software personality.
    processor_family str
    The processor family of the specified processor model associated with the server.
    processor_model str
    The processor model associated with the server.
    server_model str
    It specifies the server model or Product ID (PID).
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetCondCustomHclStatusTag]
    version_context GetCondCustomHclStatusVersionContext
    accountMoid String
    The Account ID for this managed object.
    adapters List<Property Map>
    additionalProperties String
    ancestors List<Property Map>
    baselineStatusDetails List<Property Map>
    ciscoHclStatus String
    The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in 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 or the configurations provided are insufficient for HCL status assessment. 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.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    classId String
    compliantBaselines List<Property Map>
    createTime String
    The time when this managed object was created.
    customHclStatus String
    The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmware String
    The firmware version currently running on the server.
    generation String
    It specifies the generation of the server like M6, M7, M8 etc.
    id String
    managedObject Property Map
    managementMode String
    The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    It specifies the server name or model.
    nonCompliantBaselines List<Property Map>
    objectType String
    organization Property Map
    osVendor String
    The operating System vendor of the server.
    osVersion String
    The operating System version of the server.
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    personality String
    Unique identity of added software personality.
    processorFamily String
    The processor family of the specified processor model associated with the server.
    processorModel String
    The processor model associated with the server.
    serverModel String
    It specifies the server model or Product ID (PID).
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    versionContext Property Map

    getCondCustomHclStatus Result

    The following output properties are available:

    Id string
    Results List<GetCondCustomHclStatusResult>
    AccountMoid string
    Adapters List<GetCondCustomHclStatusAdapter>
    AdditionalProperties string
    Ancestors List<GetCondCustomHclStatusAncestor>
    BaselineStatusDetails List<GetCondCustomHclStatusBaselineStatusDetail>
    CiscoHclStatus string
    ClassId string
    CompliantBaselines List<GetCondCustomHclStatusCompliantBaseline>
    CreateTime string
    CustomHclStatus string
    DomainGroupMoid string
    Firmware string
    Generation string
    ManagedObject GetCondCustomHclStatusManagedObject
    ManagementMode string
    ModTime string
    Moid string
    Name string
    NonCompliantBaselines List<GetCondCustomHclStatusNonCompliantBaseline>
    ObjectType string
    Organization GetCondCustomHclStatusOrganization
    OsVendor string
    OsVersion string
    Owners List<string>
    Parent GetCondCustomHclStatusParent
    PermissionResources List<GetCondCustomHclStatusPermissionResource>
    Personality string
    ProcessorFamily string
    ProcessorModel string
    ServerModel string
    SharedScope string
    Tags List<GetCondCustomHclStatusTag>
    VersionContext GetCondCustomHclStatusVersionContext
    Id string
    Results []GetCondCustomHclStatusResult
    AccountMoid string
    Adapters []GetCondCustomHclStatusAdapter
    AdditionalProperties string
    Ancestors []GetCondCustomHclStatusAncestor
    BaselineStatusDetails []GetCondCustomHclStatusBaselineStatusDetail
    CiscoHclStatus string
    ClassId string
    CompliantBaselines []GetCondCustomHclStatusCompliantBaseline
    CreateTime string
    CustomHclStatus string
    DomainGroupMoid string
    Firmware string
    Generation string
    ManagedObject GetCondCustomHclStatusManagedObject
    ManagementMode string
    ModTime string
    Moid string
    Name string
    NonCompliantBaselines []GetCondCustomHclStatusNonCompliantBaseline
    ObjectType string
    Organization GetCondCustomHclStatusOrganization
    OsVendor string
    OsVersion string
    Owners []string
    Parent GetCondCustomHclStatusParent
    PermissionResources []GetCondCustomHclStatusPermissionResource
    Personality string
    ProcessorFamily string
    ProcessorModel string
    ServerModel string
    SharedScope string
    Tags []GetCondCustomHclStatusTag
    VersionContext GetCondCustomHclStatusVersionContext
    id String
    results List<GetCondCustomHclStatusResult>
    accountMoid String
    adapters List<GetCondCustomHclStatusAdapter>
    additionalProperties String
    ancestors List<GetCondCustomHclStatusAncestor>
    baselineStatusDetails List<GetCondCustomHclStatusBaselineStatusDetail>
    ciscoHclStatus String
    classId String
    compliantBaselines List<GetCondCustomHclStatusCompliantBaseline>
    createTime String
    customHclStatus String
    domainGroupMoid String
    firmware String
    generation String
    managedObject GetCondCustomHclStatusManagedObject
    managementMode String
    modTime String
    moid String
    name String
    nonCompliantBaselines List<GetCondCustomHclStatusNonCompliantBaseline>
    objectType String
    organization GetCondCustomHclStatusOrganization
    osVendor String
    osVersion String
    owners List<String>
    parent GetCondCustomHclStatusParent
    permissionResources List<GetCondCustomHclStatusPermissionResource>
    personality String
    processorFamily String
    processorModel String
    serverModel String
    sharedScope String
    tags List<GetCondCustomHclStatusTag>
    versionContext GetCondCustomHclStatusVersionContext
    id string
    results GetCondCustomHclStatusResult[]
    accountMoid string
    adapters GetCondCustomHclStatusAdapter[]
    additionalProperties string
    ancestors GetCondCustomHclStatusAncestor[]
    baselineStatusDetails GetCondCustomHclStatusBaselineStatusDetail[]
    ciscoHclStatus string
    classId string
    compliantBaselines GetCondCustomHclStatusCompliantBaseline[]
    createTime string
    customHclStatus string
    domainGroupMoid string
    firmware string
    generation string
    managedObject GetCondCustomHclStatusManagedObject
    managementMode string
    modTime string
    moid string
    name string
    nonCompliantBaselines GetCondCustomHclStatusNonCompliantBaseline[]
    objectType string
    organization GetCondCustomHclStatusOrganization
    osVendor string
    osVersion string
    owners string[]
    parent GetCondCustomHclStatusParent
    permissionResources GetCondCustomHclStatusPermissionResource[]
    personality string
    processorFamily string
    processorModel string
    serverModel string
    sharedScope string
    tags GetCondCustomHclStatusTag[]
    versionContext GetCondCustomHclStatusVersionContext
    id str
    results Sequence[GetCondCustomHclStatusResult]
    account_moid str
    adapters Sequence[GetCondCustomHclStatusAdapter]
    additional_properties str
    ancestors Sequence[GetCondCustomHclStatusAncestor]
    baseline_status_details Sequence[GetCondCustomHclStatusBaselineStatusDetail]
    cisco_hcl_status str
    class_id str
    compliant_baselines Sequence[GetCondCustomHclStatusCompliantBaseline]
    create_time str
    custom_hcl_status str
    domain_group_moid str
    firmware str
    generation str
    managed_object GetCondCustomHclStatusManagedObject
    management_mode str
    mod_time str
    moid str
    name str
    non_compliant_baselines Sequence[GetCondCustomHclStatusNonCompliantBaseline]
    object_type str
    organization GetCondCustomHclStatusOrganization
    os_vendor str
    os_version str
    owners Sequence[str]
    parent GetCondCustomHclStatusParent
    permission_resources Sequence[GetCondCustomHclStatusPermissionResource]
    personality str
    processor_family str
    processor_model str
    server_model str
    shared_scope str
    tags Sequence[GetCondCustomHclStatusTag]
    version_context GetCondCustomHclStatusVersionContext

    Supporting Types

    GetCondCustomHclStatusAdapter

    Adapter GetCondCustomHclStatusAdapterAdapter
    The adapter relationship object to identify adapter in inventory.
    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.
    DriverName string
    It specifies the name of the driver supported by the adapter.
    DriverVersion string
    It specifies the version of the driver installed for the adapter.
    Firmware string
    The firmware version currently running on the server.
    HclReason string
    The reason for the Cisco HCL validation status, more useful when status is NotListed.

    • Missing-Os-Driver-Info - The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system 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 operating system 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 operating system 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, operating system 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, operating system 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, operating system 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, operating system vendor and version, component model, component firmware and driver version.
    HclStatus string
    The Cisco HCL validation status of the adapter.

    • Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.
    • Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in 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 or the configurations provided are insufficient for HCL status assessment. 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.
    • Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    Model string
    It specifies the model name or Product ID (PID) of the adapter.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Type string
    It specifies the type of the adapter, such as Network Adapter, Storage Controller, or GPU.

    • Unknown - It indicates no adapter type. it is used when component type enum is not defined.
    • NetworkAdapter - Indicates network adapter.
    • StorageController - Indicates Storage controller.
    • GPU - It refers to Graphics Processing Unit (GPU) adapters, which are used for rendering graphics and performing parallel processing tasks.
    • SSD - It refers NVME solid state drives (SSD) drives.
    Vendor string
    It specifies the vendor or manufacturer of the adapter.
    Adapter GetCondCustomHclStatusAdapterAdapter
    The adapter relationship object to identify adapter in inventory.
    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.
    DriverName string
    It specifies the name of the driver supported by the adapter.
    DriverVersion string
    It specifies the version of the driver installed for the adapter.
    Firmware string
    The firmware version currently running on the server.
    HclReason string
    The reason for the Cisco HCL validation status, more useful when status is NotListed.

    • Missing-Os-Driver-Info - The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system 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 operating system 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 operating system 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, operating system 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, operating system 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, operating system 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, operating system vendor and version, component model, component firmware and driver version.
    HclStatus string
    The Cisco HCL validation status of the adapter.

    • Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.
    • Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in 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 or the configurations provided are insufficient for HCL status assessment. 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.
    • Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    Model string
    It specifies the model name or Product ID (PID) of the adapter.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Type string
    It specifies the type of the adapter, such as Network Adapter, Storage Controller, or GPU.

    • Unknown - It indicates no adapter type. it is used when component type enum is not defined.
    • NetworkAdapter - Indicates network adapter.
    • StorageController - Indicates Storage controller.
    • GPU - It refers to Graphics Processing Unit (GPU) adapters, which are used for rendering graphics and performing parallel processing tasks.
    • SSD - It refers NVME solid state drives (SSD) drives.
    Vendor string
    It specifies the vendor or manufacturer of the adapter.
    adapter GetCondCustomHclStatusAdapterAdapter
    The adapter relationship object to identify adapter in inventory.
    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.
    driverName String
    It specifies the name of the driver supported by the adapter.
    driverVersion String
    It specifies the version of the driver installed for the adapter.
    firmware String
    The firmware version currently running on the server.
    hclReason String
    The reason for the Cisco HCL validation status, more useful when status is NotListed.

    • Missing-Os-Driver-Info - The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system 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 operating system 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 operating system 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, operating system 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, operating system 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, operating system 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, operating system vendor and version, component model, component firmware and driver version.
    hclStatus String
    The Cisco HCL validation status of the adapter.

    • Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.
    • Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in 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 or the configurations provided are insufficient for HCL status assessment. 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.
    • Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    model String
    It specifies the model name or Product ID (PID) of the adapter.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    type String
    It specifies the type of the adapter, such as Network Adapter, Storage Controller, or GPU.

    • Unknown - It indicates no adapter type. it is used when component type enum is not defined.
    • NetworkAdapter - Indicates network adapter.
    • StorageController - Indicates Storage controller.
    • GPU - It refers to Graphics Processing Unit (GPU) adapters, which are used for rendering graphics and performing parallel processing tasks.
    • SSD - It refers NVME solid state drives (SSD) drives.
    vendor String
    It specifies the vendor or manufacturer of the adapter.
    adapter GetCondCustomHclStatusAdapterAdapter
    The adapter relationship object to identify adapter in inventory.
    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.
    driverName string
    It specifies the name of the driver supported by the adapter.
    driverVersion string
    It specifies the version of the driver installed for the adapter.
    firmware string
    The firmware version currently running on the server.
    hclReason string
    The reason for the Cisco HCL validation status, more useful when status is NotListed.

    • Missing-Os-Driver-Info - The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system 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 operating system 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 operating system 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, operating system 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, operating system 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, operating system 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, operating system vendor and version, component model, component firmware and driver version.
    hclStatus string
    The Cisco HCL validation status of the adapter.

    • Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.
    • Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in 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 or the configurations provided are insufficient for HCL status assessment. 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.
    • Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    model string
    It specifies the model name or Product ID (PID) of the adapter.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    type string
    It specifies the type of the adapter, such as Network Adapter, Storage Controller, or GPU.

    • Unknown - It indicates no adapter type. it is used when component type enum is not defined.
    • NetworkAdapter - Indicates network adapter.
    • StorageController - Indicates Storage controller.
    • GPU - It refers to Graphics Processing Unit (GPU) adapters, which are used for rendering graphics and performing parallel processing tasks.
    • SSD - It refers NVME solid state drives (SSD) drives.
    vendor string
    It specifies the vendor or manufacturer of the adapter.
    adapter GetCondCustomHclStatusAdapterAdapter
    The adapter relationship object to identify adapter in inventory.
    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.
    driver_name str
    It specifies the name of the driver supported by the adapter.
    driver_version str
    It specifies the version of the driver installed for the adapter.
    firmware str
    The firmware version currently running on the server.
    hcl_reason str
    The reason for the Cisco HCL validation status, more useful when status is NotListed.

    • Missing-Os-Driver-Info - The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system 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 operating system 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 operating system 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, operating system 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, operating system 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, operating system 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, operating system vendor and version, component model, component firmware and driver version.
    hcl_status str
    The Cisco HCL validation status of the adapter.

    • Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.
    • Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in 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 or the configurations provided are insufficient for HCL status assessment. 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.
    • Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    model str
    It specifies the model name or Product ID (PID) of the adapter.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    type str
    It specifies the type of the adapter, such as Network Adapter, Storage Controller, or GPU.

    • Unknown - It indicates no adapter type. it is used when component type enum is not defined.
    • NetworkAdapter - Indicates network adapter.
    • StorageController - Indicates Storage controller.
    • GPU - It refers to Graphics Processing Unit (GPU) adapters, which are used for rendering graphics and performing parallel processing tasks.
    • SSD - It refers NVME solid state drives (SSD) drives.
    vendor str
    It specifies the vendor or manufacturer of the adapter.
    adapter Property Map
    The adapter relationship object to identify adapter in inventory.
    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.
    driverName String
    It specifies the name of the driver supported by the adapter.
    driverVersion String
    It specifies the version of the driver installed for the adapter.
    firmware String
    The firmware version currently running on the server.
    hclReason String
    The reason for the Cisco HCL validation status, more useful when status is NotListed.

    • Missing-Os-Driver-Info - The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system 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 operating system 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 operating system 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, operating system 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, operating system 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, operating system 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, operating system vendor and version, component model, component firmware and driver version.
    hclStatus String
    The Cisco HCL validation status of the adapter.

    • Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.
    • Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in 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 or the configurations provided are insufficient for HCL status assessment. 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.
    • Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    model String
    It specifies the model name or Product ID (PID) of the adapter.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    type String
    It specifies the type of the adapter, such as Network Adapter, Storage Controller, or GPU.

    • Unknown - It indicates no adapter type. it is used when component type enum is not defined.
    • NetworkAdapter - Indicates network adapter.
    • StorageController - Indicates Storage controller.
    • GPU - It refers to Graphics Processing Unit (GPU) adapters, which are used for rendering graphics and performing parallel processing tasks.
    • SSD - It refers NVME solid state drives (SSD) drives.
    vendor String
    It specifies the vendor or manufacturer of the adapter.

    GetCondCustomHclStatusAdapterAdapter

    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'.

    GetCondCustomHclStatusAncestor

    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'.

    GetCondCustomHclStatusBaselineStatusDetail

    AdapterCompliance string
    Adapter compliance status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    AdapterReason string
    Reason for the component status as per the referred custom Hcl baseline.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    AdaptersStatuses List<GetCondCustomHclStatusBaselineStatusDetailAdaptersStatus>
    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.
    CustomHclBaseline GetCondCustomHclStatusBaselineStatusDetailCustomHclBaseline
    Reference to the custom HCL baseline.
    HardwareCompliance string
    Hardware compliance status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    HardwareReason string
    Reason for the hardware status as per the referred custom Hcl baseline.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Reason string
    Reason for the current baseline status.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    SoftwareCompliance string
    Software compliance status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    SoftwareReason string
    Reason for the software status as per referred custom Hcl baseline.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    Status string
    Status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    ValidationTime string
    It specifies baseline status validation time.
    AdapterCompliance string
    Adapter compliance status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    AdapterReason string
    Reason for the component status as per the referred custom Hcl baseline.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    AdaptersStatuses []GetCondCustomHclStatusBaselineStatusDetailAdaptersStatus
    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.
    CustomHclBaseline GetCondCustomHclStatusBaselineStatusDetailCustomHclBaseline
    Reference to the custom HCL baseline.
    HardwareCompliance string
    Hardware compliance status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    HardwareReason string
    Reason for the hardware status as per the referred custom Hcl baseline.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Reason string
    Reason for the current baseline status.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    SoftwareCompliance string
    Software compliance status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    SoftwareReason string
    Reason for the software status as per referred custom Hcl baseline.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    Status string
    Status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    ValidationTime string
    It specifies baseline status validation time.
    adapterCompliance String
    Adapter compliance status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    adapterReason String
    Reason for the component status as per the referred custom Hcl baseline.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    adaptersStatuses List<GetCondCustomHclStatusBaselineStatusDetailAdaptersStatus>
    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.
    customHclBaseline GetCondCustomHclStatusBaselineStatusDetailCustomHclBaseline
    Reference to the custom HCL baseline.
    hardwareCompliance String
    Hardware compliance status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    hardwareReason String
    Reason for the hardware status as per the referred custom Hcl baseline.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    reason String
    Reason for the current baseline status.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    softwareCompliance String
    Software compliance status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    softwareReason String
    Reason for the software status as per referred custom Hcl baseline.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    status String
    Status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    validationTime String
    It specifies baseline status validation time.
    adapterCompliance string
    Adapter compliance status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    adapterReason string
    Reason for the component status as per the referred custom Hcl baseline.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    adaptersStatuses GetCondCustomHclStatusBaselineStatusDetailAdaptersStatus[]
    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.
    customHclBaseline GetCondCustomHclStatusBaselineStatusDetailCustomHclBaseline
    Reference to the custom HCL baseline.
    hardwareCompliance string
    Hardware compliance status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    hardwareReason string
    Reason for the hardware status as per the referred custom Hcl baseline.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    reason string
    Reason for the current baseline status.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    softwareCompliance string
    Software compliance status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    softwareReason string
    Reason for the software status as per referred custom Hcl baseline.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    status string
    Status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    validationTime string
    It specifies baseline status validation time.
    adapter_compliance str
    Adapter compliance status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    adapter_reason str
    Reason for the component status as per the referred custom Hcl baseline.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    adapters_statuses Sequence[GetCondCustomHclStatusBaselineStatusDetailAdaptersStatus]
    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.
    custom_hcl_baseline GetCondCustomHclStatusBaselineStatusDetailCustomHclBaseline
    Reference to the custom HCL baseline.
    hardware_compliance str
    Hardware compliance status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    hardware_reason str
    Reason for the hardware status as per the referred custom Hcl baseline.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    reason str
    Reason for the current baseline status.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    software_compliance str
    Software compliance status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    software_reason str
    Reason for the software status as per referred custom Hcl baseline.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    status str
    Status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    validation_time str
    It specifies baseline status validation time.
    adapterCompliance String
    Adapter compliance status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    adapterReason String
    Reason for the component status as per the referred custom Hcl baseline.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    adaptersStatuses List<Property Map>
    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.
    customHclBaseline Property Map
    Reference to the custom HCL baseline.
    hardwareCompliance String
    Hardware compliance status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    hardwareReason String
    Reason for the hardware status as per the referred custom Hcl baseline.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    reason String
    Reason for the current baseline status.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    softwareCompliance String
    Software compliance status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    softwareReason String
    Reason for the software status as per referred custom Hcl baseline.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    status String
    Status of the server as per the referred custom Hcl baseline.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    validationTime String
    It specifies baseline status validation time.

    GetCondCustomHclStatusBaselineStatusDetailAdaptersStatus

    Adapter GetCondCustomHclStatusBaselineStatusDetailAdaptersStatusAdapter
    The adapter MoRef for the baseline status.
    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Reason string
    The baseline status reason of the adapter.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    Status string
    The baseline status of the adapter.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    Adapter GetCondCustomHclStatusBaselineStatusDetailAdaptersStatusAdapter
    The adapter MoRef for the baseline status.
    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Reason string
    The baseline status reason of the adapter.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    Status string
    The baseline status of the adapter.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    adapter GetCondCustomHclStatusBaselineStatusDetailAdaptersStatusAdapter
    The adapter MoRef for the baseline status.
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    reason String
    The baseline status reason of the adapter.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    status String
    The baseline status of the adapter.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    adapter GetCondCustomHclStatusBaselineStatusDetailAdaptersStatusAdapter
    The adapter MoRef for the baseline status.
    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.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    reason string
    The baseline status reason of the adapter.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    status string
    The baseline status of the adapter.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    adapter GetCondCustomHclStatusBaselineStatusDetailAdaptersStatusAdapter
    The adapter MoRef for the baseline status.
    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.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    reason str
    The baseline status reason of the adapter.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    status str
    The baseline status of the adapter.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    adapter Property Map
    The adapter MoRef for the baseline status.
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    reason String
    The baseline status reason of the adapter.

    • NotApplicable - Reason is not applicable for the specified baseline status.
    • Compliant - Custom Hcl Baseline properties are matched with server's properties.
    • ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.
    • ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.
    • FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.
    • ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.
    • GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.
    • PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.
    • OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.
    • OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.
    • AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.
    • AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.
    • AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.
    • AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.
    • AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.
    • AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.
    • AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    status String
    The baseline status of the adapter.

    • NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.
    • Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.
    • NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.

    GetCondCustomHclStatusBaselineStatusDetailAdaptersStatusAdapter

    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'.

    GetCondCustomHclStatusBaselineStatusDetailCustomHclBaseline

    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'.

    GetCondCustomHclStatusCompliantBaseline

    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'.

    GetCondCustomHclStatusManagedObject

    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'.

    GetCondCustomHclStatusNonCompliantBaseline

    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'.

    GetCondCustomHclStatusOrganization

    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'.

    GetCondCustomHclStatusParent

    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'.

    GetCondCustomHclStatusPermissionResource

    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'.

    GetCondCustomHclStatusResult

    AccountMoid string
    The Account ID for this managed object.
    Adapters List<GetCondCustomHclStatusResultAdapter>
    AdditionalProperties string
    Ancestors List<GetCondCustomHclStatusResultAncestor>
    BaselineStatusDetails List<GetCondCustomHclStatusResultBaselineStatusDetail>
    CiscoHclStatus string
    The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in 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 or the configurations provided are insufficient for HCL status assessment. 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.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    ClassId string
    CompliantBaselines List<GetCondCustomHclStatusResultCompliantBaseline>
    CreateTime string
    The time when this managed object was created.
    CustomHclStatus string
    The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Firmware string
    The firmware version currently running on the server.
    Generation string
    It specifies the generation of the server like M6, M7, M8 etc.
    ManagedObjects List<GetCondCustomHclStatusResultManagedObject>
    ManagementMode string
    The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    It specifies the server name or model.
    NonCompliantBaselines List<GetCondCustomHclStatusResultNonCompliantBaseline>
    ObjectType string
    Organizations List<GetCondCustomHclStatusResultOrganization>
    OsVendor string
    The operating System vendor of the server.
    OsVersion string
    The operating System version of the server.
    Owners List<string>
    Parents List<GetCondCustomHclStatusResultParent>
    PermissionResources List<GetCondCustomHclStatusResultPermissionResource>
    Personality string
    Unique identity of added software personality.
    ProcessorFamily string
    The processor family of the specified processor model associated with the server.
    ProcessorModel string
    The processor model associated with the server.
    ServerModel string
    It specifies the server model or Product ID (PID).
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetCondCustomHclStatusResultTag>
    VersionContexts List<GetCondCustomHclStatusResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    Adapters []GetCondCustomHclStatusResultAdapter
    AdditionalProperties string
    Ancestors []GetCondCustomHclStatusResultAncestor
    BaselineStatusDetails []GetCondCustomHclStatusResultBaselineStatusDetail
    CiscoHclStatus string
    The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in 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 or the configurations provided are insufficient for HCL status assessment. 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.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    ClassId string
    CompliantBaselines []GetCondCustomHclStatusResultCompliantBaseline
    CreateTime string
    The time when this managed object was created.
    CustomHclStatus string
    The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Firmware string
    The firmware version currently running on the server.
    Generation string
    It specifies the generation of the server like M6, M7, M8 etc.
    ManagedObjects []GetCondCustomHclStatusResultManagedObject
    ManagementMode string
    The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    It specifies the server name or model.
    NonCompliantBaselines []GetCondCustomHclStatusResultNonCompliantBaseline
    ObjectType string
    Organizations []GetCondCustomHclStatusResultOrganization
    OsVendor string
    The operating System vendor of the server.
    OsVersion string
    The operating System version of the server.
    Owners []string
    Parents []GetCondCustomHclStatusResultParent
    PermissionResources []GetCondCustomHclStatusResultPermissionResource
    Personality string
    Unique identity of added software personality.
    ProcessorFamily string
    The processor family of the specified processor model associated with the server.
    ProcessorModel string
    The processor model associated with the server.
    ServerModel string
    It specifies the server model or Product ID (PID).
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetCondCustomHclStatusResultTag
    VersionContexts []GetCondCustomHclStatusResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    adapters List<GetCondCustomHclStatusResultAdapter>
    additionalProperties String
    ancestors List<GetCondCustomHclStatusResultAncestor>
    baselineStatusDetails List<GetCondCustomHclStatusResultBaselineStatusDetail>
    ciscoHclStatus String
    The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in 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 or the configurations provided are insufficient for HCL status assessment. 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.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    classId String
    compliantBaselines List<GetCondCustomHclStatusResultCompliantBaseline>
    createTime String
    The time when this managed object was created.
    customHclStatus String
    The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmware String
    The firmware version currently running on the server.
    generation String
    It specifies the generation of the server like M6, M7, M8 etc.
    managedObjects List<GetCondCustomHclStatusResultManagedObject>
    managementMode String
    The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    It specifies the server name or model.
    nonCompliantBaselines List<GetCondCustomHclStatusResultNonCompliantBaseline>
    objectType String
    organizations List<GetCondCustomHclStatusResultOrganization>
    osVendor String
    The operating System vendor of the server.
    osVersion String
    The operating System version of the server.
    owners List<String>
    parents List<GetCondCustomHclStatusResultParent>
    permissionResources List<GetCondCustomHclStatusResultPermissionResource>
    personality String
    Unique identity of added software personality.
    processorFamily String
    The processor family of the specified processor model associated with the server.
    processorModel String
    The processor model associated with the server.
    serverModel String
    It specifies the server model or Product ID (PID).
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetCondCustomHclStatusResultTag>
    versionContexts List<GetCondCustomHclStatusResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    adapters GetCondCustomHclStatusResultAdapter[]
    additionalProperties string
    ancestors GetCondCustomHclStatusResultAncestor[]
    baselineStatusDetails GetCondCustomHclStatusResultBaselineStatusDetail[]
    ciscoHclStatus string
    The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in 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 or the configurations provided are insufficient for HCL status assessment. 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.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    classId string
    compliantBaselines GetCondCustomHclStatusResultCompliantBaseline[]
    createTime string
    The time when this managed object was created.
    customHclStatus string
    The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    firmware string
    The firmware version currently running on the server.
    generation string
    It specifies the generation of the server like M6, M7, M8 etc.
    managedObjects GetCondCustomHclStatusResultManagedObject[]
    managementMode string
    The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    It specifies the server name or model.
    nonCompliantBaselines GetCondCustomHclStatusResultNonCompliantBaseline[]
    objectType string
    organizations GetCondCustomHclStatusResultOrganization[]
    osVendor string
    The operating System vendor of the server.
    osVersion string
    The operating System version of the server.
    owners string[]
    parents GetCondCustomHclStatusResultParent[]
    permissionResources GetCondCustomHclStatusResultPermissionResource[]
    personality string
    Unique identity of added software personality.
    processorFamily string
    The processor family of the specified processor model associated with the server.
    processorModel string
    The processor model associated with the server.
    serverModel string
    It specifies the server model or Product ID (PID).
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetCondCustomHclStatusResultTag[]
    versionContexts GetCondCustomHclStatusResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    adapters Sequence[GetCondCustomHclStatusResultAdapter]
    additional_properties str
    ancestors Sequence[GetCondCustomHclStatusResultAncestor]
    baseline_status_details Sequence[GetCondCustomHclStatusResultBaselineStatusDetail]
    cisco_hcl_status str
    The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in 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 or the configurations provided are insufficient for HCL status assessment. 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.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    class_id str
    compliant_baselines Sequence[GetCondCustomHclStatusResultCompliantBaseline]
    create_time str
    The time when this managed object was created.
    custom_hcl_status str
    The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    firmware str
    The firmware version currently running on the server.
    generation str
    It specifies the generation of the server like M6, M7, M8 etc.
    managed_objects Sequence[GetCondCustomHclStatusResultManagedObject]
    management_mode str
    The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    It specifies the server name or model.
    non_compliant_baselines Sequence[GetCondCustomHclStatusResultNonCompliantBaseline]
    object_type str
    organizations Sequence[GetCondCustomHclStatusResultOrganization]
    os_vendor str
    The operating System vendor of the server.
    os_version str
    The operating System version of the server.
    owners Sequence[str]
    parents Sequence[GetCondCustomHclStatusResultParent]
    permission_resources Sequence[GetCondCustomHclStatusResultPermissionResource]
    personality str
    Unique identity of added software personality.
    processor_family str
    The processor family of the specified processor model associated with the server.
    processor_model str
    The processor model associated with the server.
    server_model str
    It specifies the server model or Product ID (PID).
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetCondCustomHclStatusResultTag]
    version_contexts Sequence[GetCondCustomHclStatusResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    adapters List<Property Map>
    additionalProperties String
    ancestors List<Property Map>
    baselineStatusDetails List<Property Map>
    ciscoHclStatus String
    The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in 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 or the configurations provided are insufficient for HCL status assessment. 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.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    classId String
    compliantBaselines List<Property Map>
    createTime String
    The time when this managed object was created.
    customHclStatus String
    The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmware String
    The firmware version currently running on the server.
    generation String
    It specifies the generation of the server like M6, M7, M8 etc.
    managedObjects List<Property Map>
    managementMode String
    The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    It specifies the server name or model.
    nonCompliantBaselines List<Property Map>
    objectType String
    organizations List<Property Map>
    osVendor String
    The operating System vendor of the server.
    osVersion String
    The operating System version of the server.
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    personality String
    Unique identity of added software personality.
    processorFamily String
    The processor family of the specified processor model associated with the server.
    processorModel String
    The processor model associated with the server.
    serverModel String
    It specifies the server model or Product ID (PID).
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    versionContexts List<Property Map>

    GetCondCustomHclStatusResultAdapter

    Adapters List<GetCondCustomHclStatusResultAdapterAdapter>
    AdditionalProperties string
    ClassId string
    DriverName string
    DriverVersion string
    Firmware string
    The firmware version currently running on the server.
    HclReason string
    HclStatus string
    Model string
    ObjectType string
    Type string
    Vendor string
    Adapters []GetCondCustomHclStatusResultAdapterAdapter
    AdditionalProperties string
    ClassId string
    DriverName string
    DriverVersion string
    Firmware string
    The firmware version currently running on the server.
    HclReason string
    HclStatus string
    Model string
    ObjectType string
    Type string
    Vendor string
    adapters List<GetCondCustomHclStatusResultAdapterAdapter>
    additionalProperties String
    classId String
    driverName String
    driverVersion String
    firmware String
    The firmware version currently running on the server.
    hclReason String
    hclStatus String
    model String
    objectType String
    type String
    vendor String
    adapters GetCondCustomHclStatusResultAdapterAdapter[]
    additionalProperties string
    classId string
    driverName string
    driverVersion string
    firmware string
    The firmware version currently running on the server.
    hclReason string
    hclStatus string
    model string
    objectType string
    type string
    vendor string
    adapters List<Property Map>
    additionalProperties String
    classId String
    driverName String
    driverVersion String
    firmware String
    The firmware version currently running on the server.
    hclReason String
    hclStatus String
    model String
    objectType String
    type String
    vendor String

    GetCondCustomHclStatusResultAdapterAdapter

    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

    GetCondCustomHclStatusResultAncestor

    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

    GetCondCustomHclStatusResultBaselineStatusDetail

    GetCondCustomHclStatusResultBaselineStatusDetailAdaptersStatus

    GetCondCustomHclStatusResultBaselineStatusDetailAdaptersStatusAdapter

    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

    GetCondCustomHclStatusResultBaselineStatusDetailCustomHclBaseline

    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

    GetCondCustomHclStatusResultCompliantBaseline

    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

    GetCondCustomHclStatusResultManagedObject

    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

    GetCondCustomHclStatusResultNonCompliantBaseline

    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

    GetCondCustomHclStatusResultOrganization

    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

    GetCondCustomHclStatusResultParent

    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

    GetCondCustomHclStatusResultPermissionResource

    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

    GetCondCustomHclStatusResultTag

    GetCondCustomHclStatusResultTagAncestorDefinition

    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

    GetCondCustomHclStatusResultTagDefinition

    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

    GetCondCustomHclStatusResultVersionContext

    GetCondCustomHclStatusResultVersionContextInterestedMo

    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

    GetCondCustomHclStatusResultVersionContextRefMo

    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

    GetCondCustomHclStatusTag

    AdditionalProperties string
    AncestorDefinitions List<GetCondCustomHclStatusTagAncestorDefinition>
    Definition GetCondCustomHclStatusTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    Specifies whether the tag is user-defined or owned by the system.
    Type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    AncestorDefinitions []GetCondCustomHclStatusTagAncestorDefinition
    Definition GetCondCustomHclStatusTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    Specifies whether the tag is user-defined or owned by the system.
    Type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<GetCondCustomHclStatusTagAncestorDefinition>
    definition GetCondCustomHclStatusTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    Specifies whether the tag is user-defined or owned by the system.
    type String
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.
    additionalProperties string
    ancestorDefinitions GetCondCustomHclStatusTagAncestorDefinition[]
    definition GetCondCustomHclStatusTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key string
    The string representation of a tag key.
    propagated boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag boolean
    Specifies whether the tag is user-defined or owned by the system.
    type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value string
    The string representation of a tag value.
    additional_properties str
    ancestor_definitions Sequence[GetCondCustomHclStatusTagAncestorDefinition]
    definition GetCondCustomHclStatusTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key str
    The string representation of a tag key.
    propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sys_tag bool
    Specifies whether the tag is user-defined or owned by the system.
    type str
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value str
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<Property Map>
    definition Property Map
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    Specifies whether the tag is user-defined or owned by the system.
    type String
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.

    GetCondCustomHclStatusTagAncestorDefinition

    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'.

    GetCondCustomHclStatusTagDefinition

    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'.

    GetCondCustomHclStatusVersionContext

    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<GetCondCustomHclStatusVersionContextInterestedMo>
    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 GetCondCustomHclStatusVersionContextRefMo
    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 []GetCondCustomHclStatusVersionContextInterestedMo
    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 GetCondCustomHclStatusVersionContextRefMo
    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<GetCondCustomHclStatusVersionContextInterestedMo>
    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 GetCondCustomHclStatusVersionContextRefMo
    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 GetCondCustomHclStatusVersionContextInterestedMo[]
    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 GetCondCustomHclStatusVersionContextRefMo
    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[GetCondCustomHclStatusVersionContextInterestedMo]
    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 GetCondCustomHclStatusVersionContextRefMo
    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.

    GetCondCustomHclStatusVersionContextInterestedMo

    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'.

    GetCondCustomHclStatusVersionContextRefMo

    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
    Viewing docs for intersight 1.0.77
    published on Wednesday, Feb 18, 2026 by ciscodevnet
      Try Pulumi Cloud free. Your team will thank you.