1. Packages
  2. Intersight Provider
  3. API Docs
  4. getCondCustomHclBaseline
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 CustomHclBaseline object defines baseline configurations for Cisco servers within an organization. It allows administrators to specify hardware and software requirements that servers must meet to be considered compliant with organizational standards.

    Purpose

    CustomHclBaseline serves as a framework for establishing and enforcing baseline configurations, ensuring that servers adhere to defined hardware and software criteria. This helps maintain consistency, reliability, and performance across the organization’s server infrastructure.

    Key Concepts

    • Baseline Configuration: Defines specific hardware and software parameters that servers must meet.
    • Compliance Monitoring: Tracks the compliance status of servers against the defined baseline configurations.

    Using getCondCustomHclBaseline

    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 getCondCustomHclBaseline(args: GetCondCustomHclBaselineArgs, opts?: InvokeOptions): Promise<GetCondCustomHclBaselineResult>
    function getCondCustomHclBaselineOutput(args: GetCondCustomHclBaselineOutputArgs, opts?: InvokeOptions): Output<GetCondCustomHclBaselineResult>
    def get_cond_custom_hcl_baseline(account_moid: Optional[str] = None,
                                     adapters: Optional[Sequence[GetCondCustomHclBaselineAdapter]] = None,
                                     additional_properties: Optional[str] = None,
                                     ancestors: Optional[Sequence[GetCondCustomHclBaselineAncestor]] = None,
                                     class_id: Optional[str] = None,
                                     compliant_server_count: Optional[float] = None,
                                     create_time: Optional[str] = None,
                                     description: Optional[str] = None,
                                     domain_group_moid: Optional[str] = None,
                                     firmware: Optional[str] = None,
                                     generation: Optional[str] = None,
                                     hcl_reason: Optional[str] = None,
                                     hcl_status: Optional[str] = None,
                                     id: Optional[str] = None,
                                     management_mode: Optional[str] = None,
                                     mod_time: Optional[str] = None,
                                     moid: Optional[str] = None,
                                     name: Optional[str] = None,
                                     non_compliant_server_count: Optional[float] = None,
                                     object_type: Optional[str] = None,
                                     operation_state: Optional[str] = None,
                                     organization: Optional[GetCondCustomHclBaselineOrganization] = None,
                                     os_vendor: Optional[str] = None,
                                     os_version: Optional[str] = None,
                                     owners: Optional[Sequence[str]] = None,
                                     parent: Optional[GetCondCustomHclBaselineParent] = None,
                                     permission_resources: Optional[Sequence[GetCondCustomHclBaselinePermissionResource]] = None,
                                     processor_family: Optional[str] = None,
                                     server_models: Optional[Sequence[str]] = None,
                                     shared_scope: Optional[str] = None,
                                     tags: Optional[Sequence[GetCondCustomHclBaselineTag]] = None,
                                     version_context: Optional[GetCondCustomHclBaselineVersionContext] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetCondCustomHclBaselineResult
    def get_cond_custom_hcl_baseline_output(account_moid: Optional[pulumi.Input[str]] = None,
                                     adapters: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondCustomHclBaselineAdapterArgs]]]] = None,
                                     additional_properties: Optional[pulumi.Input[str]] = None,
                                     ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondCustomHclBaselineAncestorArgs]]]] = None,
                                     class_id: Optional[pulumi.Input[str]] = None,
                                     compliant_server_count: Optional[pulumi.Input[float]] = None,
                                     create_time: Optional[pulumi.Input[str]] = None,
                                     description: 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,
                                     hcl_reason: Optional[pulumi.Input[str]] = None,
                                     hcl_status: Optional[pulumi.Input[str]] = None,
                                     id: Optional[pulumi.Input[str]] = 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_server_count: Optional[pulumi.Input[float]] = None,
                                     object_type: Optional[pulumi.Input[str]] = None,
                                     operation_state: Optional[pulumi.Input[str]] = None,
                                     organization: Optional[pulumi.Input[GetCondCustomHclBaselineOrganizationArgs]] = 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[GetCondCustomHclBaselineParentArgs]] = None,
                                     permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondCustomHclBaselinePermissionResourceArgs]]]] = None,
                                     processor_family: Optional[pulumi.Input[str]] = None,
                                     server_models: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                     shared_scope: Optional[pulumi.Input[str]] = None,
                                     tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondCustomHclBaselineTagArgs]]]] = None,
                                     version_context: Optional[pulumi.Input[GetCondCustomHclBaselineVersionContextArgs]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetCondCustomHclBaselineResult]
    func LookupCondCustomHclBaseline(ctx *Context, args *LookupCondCustomHclBaselineArgs, opts ...InvokeOption) (*LookupCondCustomHclBaselineResult, error)
    func LookupCondCustomHclBaselineOutput(ctx *Context, args *LookupCondCustomHclBaselineOutputArgs, opts ...InvokeOption) LookupCondCustomHclBaselineResultOutput

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

    public static class GetCondCustomHclBaseline 
    {
        public static Task<GetCondCustomHclBaselineResult> InvokeAsync(GetCondCustomHclBaselineArgs args, InvokeOptions? opts = null)
        public static Output<GetCondCustomHclBaselineResult> Invoke(GetCondCustomHclBaselineInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCondCustomHclBaselineResult> getCondCustomHclBaseline(GetCondCustomHclBaselineArgs args, InvokeOptions options)
    public static Output<GetCondCustomHclBaselineResult> getCondCustomHclBaseline(GetCondCustomHclBaselineArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getCondCustomHclBaseline:getCondCustomHclBaseline
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    Adapters List<GetCondCustomHclBaselineAdapter>
    AdditionalProperties string
    Ancestors List<GetCondCustomHclBaselineAncestor>
    ClassId string
    CompliantServerCount double
    The number of servers that are compliant with this custom Hcl baseline.
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the custom Hcl baseline.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Firmware string
    The firmware version of currently running on the server.
    Generation string
    It specifies the generation of the server. like M7, M8 etc.
    HclReason string
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    HclStatus string
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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.
    Id string
    ManagementMode string
    The management mode at which server is connected to intersight.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the custom Hcl baseline.
    NonCompliantServerCount double
    The number of servers that are non-compliant with this custom Hcl baseline.
    ObjectType string
    OperationState string
    Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.* Pending - Server's custom hcl status assessment is not yet started.* Active - Server's custom hcl status assessment is completed.* InProgress - Server's custom hcl status assessment is currently in progress.* Failed - Server's custom hcl status assessment is failed.
    Organization GetCondCustomHclBaselineOrganization
    OsVendor string
    The operating system vendor name running on the server.
    OsVersion string
    Operating System version running on the server.
    Owners List<string>
    Parent GetCondCustomHclBaselineParent
    PermissionResources List<GetCondCustomHclBaselinePermissionResource>
    ProcessorFamily string
    The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
    ServerModels List<string>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetCondCustomHclBaselineTag>
    VersionContext GetCondCustomHclBaselineVersionContext
    AccountMoid string
    The Account ID for this managed object.
    Adapters []GetCondCustomHclBaselineAdapter
    AdditionalProperties string
    Ancestors []GetCondCustomHclBaselineAncestor
    ClassId string
    CompliantServerCount float64
    The number of servers that are compliant with this custom Hcl baseline.
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the custom Hcl baseline.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Firmware string
    The firmware version of currently running on the server.
    Generation string
    It specifies the generation of the server. like M7, M8 etc.
    HclReason string
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    HclStatus string
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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.
    Id string
    ManagementMode string
    The management mode at which server is connected to intersight.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the custom Hcl baseline.
    NonCompliantServerCount float64
    The number of servers that are non-compliant with this custom Hcl baseline.
    ObjectType string
    OperationState string
    Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.* Pending - Server's custom hcl status assessment is not yet started.* Active - Server's custom hcl status assessment is completed.* InProgress - Server's custom hcl status assessment is currently in progress.* Failed - Server's custom hcl status assessment is failed.
    Organization GetCondCustomHclBaselineOrganization
    OsVendor string
    The operating system vendor name running on the server.
    OsVersion string
    Operating System version running on the server.
    Owners []string
    Parent GetCondCustomHclBaselineParent
    PermissionResources []GetCondCustomHclBaselinePermissionResource
    ProcessorFamily string
    The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
    ServerModels []string
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetCondCustomHclBaselineTag
    VersionContext GetCondCustomHclBaselineVersionContext
    accountMoid String
    The Account ID for this managed object.
    adapters List<GetCondCustomHclBaselineAdapter>
    additionalProperties String
    ancestors List<GetCondCustomHclBaselineAncestor>
    classId String
    compliantServerCount Double
    The number of servers that are compliant with this custom Hcl baseline.
    createTime String
    The time when this managed object was created.
    description String
    Description of the custom Hcl baseline.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmware String
    The firmware version of currently running on the server.
    generation String
    It specifies the generation of the server. like M7, M8 etc.
    hclReason String
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    hclStatus String
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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.
    id String
    managementMode String
    The management mode at which server is connected to intersight.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the custom Hcl baseline.
    nonCompliantServerCount Double
    The number of servers that are non-compliant with this custom Hcl baseline.
    objectType String
    operationState String
    Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.* Pending - Server's custom hcl status assessment is not yet started.* Active - Server's custom hcl status assessment is completed.* InProgress - Server's custom hcl status assessment is currently in progress.* Failed - Server's custom hcl status assessment is failed.
    organization GetCondCustomHclBaselineOrganization
    osVendor String
    The operating system vendor name running on the server.
    osVersion String
    Operating System version running on the server.
    owners List<String>
    parent GetCondCustomHclBaselineParent
    permissionResources List<GetCondCustomHclBaselinePermissionResource>
    processorFamily String
    The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
    serverModels List<String>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetCondCustomHclBaselineTag>
    versionContext GetCondCustomHclBaselineVersionContext
    accountMoid string
    The Account ID for this managed object.
    adapters GetCondCustomHclBaselineAdapter[]
    additionalProperties string
    ancestors GetCondCustomHclBaselineAncestor[]
    classId string
    compliantServerCount number
    The number of servers that are compliant with this custom Hcl baseline.
    createTime string
    The time when this managed object was created.
    description string
    Description of the custom Hcl baseline.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    firmware string
    The firmware version of currently running on the server.
    generation string
    It specifies the generation of the server. like M7, M8 etc.
    hclReason string
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    hclStatus string
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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.
    id string
    managementMode string
    The management mode at which server is connected to intersight.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the custom Hcl baseline.
    nonCompliantServerCount number
    The number of servers that are non-compliant with this custom Hcl baseline.
    objectType string
    operationState string
    Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.* Pending - Server's custom hcl status assessment is not yet started.* Active - Server's custom hcl status assessment is completed.* InProgress - Server's custom hcl status assessment is currently in progress.* Failed - Server's custom hcl status assessment is failed.
    organization GetCondCustomHclBaselineOrganization
    osVendor string
    The operating system vendor name running on the server.
    osVersion string
    Operating System version running on the server.
    owners string[]
    parent GetCondCustomHclBaselineParent
    permissionResources GetCondCustomHclBaselinePermissionResource[]
    processorFamily string
    The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
    serverModels string[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetCondCustomHclBaselineTag[]
    versionContext GetCondCustomHclBaselineVersionContext
    account_moid str
    The Account ID for this managed object.
    adapters Sequence[GetCondCustomHclBaselineAdapter]
    additional_properties str
    ancestors Sequence[GetCondCustomHclBaselineAncestor]
    class_id str
    compliant_server_count float
    The number of servers that are compliant with this custom Hcl baseline.
    create_time str
    The time when this managed object was created.
    description str
    Description of the custom Hcl baseline.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    firmware str
    The firmware version of currently running on the server.
    generation str
    It specifies the generation of the server. like M7, M8 etc.
    hcl_reason str
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    hcl_status str
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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.
    id str
    management_mode str
    The management mode at which server is connected to intersight.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the custom Hcl baseline.
    non_compliant_server_count float
    The number of servers that are non-compliant with this custom Hcl baseline.
    object_type str
    operation_state str
    Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.* Pending - Server's custom hcl status assessment is not yet started.* Active - Server's custom hcl status assessment is completed.* InProgress - Server's custom hcl status assessment is currently in progress.* Failed - Server's custom hcl status assessment is failed.
    organization GetCondCustomHclBaselineOrganization
    os_vendor str
    The operating system vendor name running on the server.
    os_version str
    Operating System version running on the server.
    owners Sequence[str]
    parent GetCondCustomHclBaselineParent
    permission_resources Sequence[GetCondCustomHclBaselinePermissionResource]
    processor_family str
    The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
    server_models Sequence[str]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetCondCustomHclBaselineTag]
    version_context GetCondCustomHclBaselineVersionContext
    accountMoid String
    The Account ID for this managed object.
    adapters List<Property Map>
    additionalProperties String
    ancestors List<Property Map>
    classId String
    compliantServerCount Number
    The number of servers that are compliant with this custom Hcl baseline.
    createTime String
    The time when this managed object was created.
    description String
    Description of the custom Hcl baseline.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmware String
    The firmware version of currently running on the server.
    generation String
    It specifies the generation of the server. like M7, M8 etc.
    hclReason String
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    hclStatus String
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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.
    id String
    managementMode String
    The management mode at which server is connected to intersight.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the custom Hcl baseline.
    nonCompliantServerCount Number
    The number of servers that are non-compliant with this custom Hcl baseline.
    objectType String
    operationState String
    Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.* Pending - Server's custom hcl status assessment is not yet started.* Active - Server's custom hcl status assessment is completed.* InProgress - Server's custom hcl status assessment is currently in progress.* Failed - Server's custom hcl status assessment is failed.
    organization Property Map
    osVendor String
    The operating system vendor name running on the server.
    osVersion String
    Operating System version running on the server.
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    processorFamily String
    The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
    serverModels List<String>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    versionContext Property Map

    getCondCustomHclBaseline Result

    The following output properties are available:

    Id string
    Results List<GetCondCustomHclBaselineResult>
    AccountMoid string
    Adapters List<GetCondCustomHclBaselineAdapter>
    AdditionalProperties string
    Ancestors List<GetCondCustomHclBaselineAncestor>
    ClassId string
    CompliantServerCount double
    CreateTime string
    Description string
    DomainGroupMoid string
    Firmware string
    Generation string
    HclReason string
    HclStatus string
    ManagementMode string
    ModTime string
    Moid string
    Name string
    NonCompliantServerCount double
    ObjectType string
    OperationState string
    Organization GetCondCustomHclBaselineOrganization
    OsVendor string
    OsVersion string
    Owners List<string>
    Parent GetCondCustomHclBaselineParent
    PermissionResources List<GetCondCustomHclBaselinePermissionResource>
    ProcessorFamily string
    ServerModels List<string>
    SharedScope string
    Tags List<GetCondCustomHclBaselineTag>
    VersionContext GetCondCustomHclBaselineVersionContext
    Id string
    Results []GetCondCustomHclBaselineResult
    AccountMoid string
    Adapters []GetCondCustomHclBaselineAdapter
    AdditionalProperties string
    Ancestors []GetCondCustomHclBaselineAncestor
    ClassId string
    CompliantServerCount float64
    CreateTime string
    Description string
    DomainGroupMoid string
    Firmware string
    Generation string
    HclReason string
    HclStatus string
    ManagementMode string
    ModTime string
    Moid string
    Name string
    NonCompliantServerCount float64
    ObjectType string
    OperationState string
    Organization GetCondCustomHclBaselineOrganization
    OsVendor string
    OsVersion string
    Owners []string
    Parent GetCondCustomHclBaselineParent
    PermissionResources []GetCondCustomHclBaselinePermissionResource
    ProcessorFamily string
    ServerModels []string
    SharedScope string
    Tags []GetCondCustomHclBaselineTag
    VersionContext GetCondCustomHclBaselineVersionContext
    id String
    results List<GetCondCustomHclBaselineResult>
    accountMoid String
    adapters List<GetCondCustomHclBaselineAdapter>
    additionalProperties String
    ancestors List<GetCondCustomHclBaselineAncestor>
    classId String
    compliantServerCount Double
    createTime String
    description String
    domainGroupMoid String
    firmware String
    generation String
    hclReason String
    hclStatus String
    managementMode String
    modTime String
    moid String
    name String
    nonCompliantServerCount Double
    objectType String
    operationState String
    organization GetCondCustomHclBaselineOrganization
    osVendor String
    osVersion String
    owners List<String>
    parent GetCondCustomHclBaselineParent
    permissionResources List<GetCondCustomHclBaselinePermissionResource>
    processorFamily String
    serverModels List<String>
    sharedScope String
    tags List<GetCondCustomHclBaselineTag>
    versionContext GetCondCustomHclBaselineVersionContext
    id string
    results GetCondCustomHclBaselineResult[]
    accountMoid string
    adapters GetCondCustomHclBaselineAdapter[]
    additionalProperties string
    ancestors GetCondCustomHclBaselineAncestor[]
    classId string
    compliantServerCount number
    createTime string
    description string
    domainGroupMoid string
    firmware string
    generation string
    hclReason string
    hclStatus string
    managementMode string
    modTime string
    moid string
    name string
    nonCompliantServerCount number
    objectType string
    operationState string
    organization GetCondCustomHclBaselineOrganization
    osVendor string
    osVersion string
    owners string[]
    parent GetCondCustomHclBaselineParent
    permissionResources GetCondCustomHclBaselinePermissionResource[]
    processorFamily string
    serverModels string[]
    sharedScope string
    tags GetCondCustomHclBaselineTag[]
    versionContext GetCondCustomHclBaselineVersionContext
    id str
    results Sequence[GetCondCustomHclBaselineResult]
    account_moid str
    adapters Sequence[GetCondCustomHclBaselineAdapter]
    additional_properties str
    ancestors Sequence[GetCondCustomHclBaselineAncestor]
    class_id str
    compliant_server_count float
    create_time str
    description str
    domain_group_moid str
    firmware str
    generation str
    hcl_reason str
    hcl_status str
    management_mode str
    mod_time str
    moid str
    name str
    non_compliant_server_count float
    object_type str
    operation_state str
    organization GetCondCustomHclBaselineOrganization
    os_vendor str
    os_version str
    owners Sequence[str]
    parent GetCondCustomHclBaselineParent
    permission_resources Sequence[GetCondCustomHclBaselinePermissionResource]
    processor_family str
    server_models Sequence[str]
    shared_scope str
    tags Sequence[GetCondCustomHclBaselineTag]
    version_context GetCondCustomHclBaselineVersionContext

    Supporting Types

    GetCondCustomHclBaselineAdapter

    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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 of currently running on the server.
    HclReason string
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    HclStatus string
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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 of currently running on the server.
    HclReason string
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    HclStatus string
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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 of currently running on the server.
    hclReason String
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    hclStatus String
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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 of currently running on the server.
    hclReason string
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    hclStatus string
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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 of currently running on the server.
    hcl_reason str
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    hcl_status str
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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 of currently running on the server.
    hclReason String
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    hclStatus String
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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.

    GetCondCustomHclBaselineAncestor

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

    GetCondCustomHclBaselineOrganization

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

    GetCondCustomHclBaselineParent

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

    GetCondCustomHclBaselinePermissionResource

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

    GetCondCustomHclBaselineResult

    AccountMoid string
    The Account ID for this managed object.
    Adapters List<GetCondCustomHclBaselineResultAdapter>
    AdditionalProperties string
    Ancestors List<GetCondCustomHclBaselineResultAncestor>
    ClassId string
    CompliantServerCount double
    The number of servers that are compliant with this custom Hcl baseline.
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the custom Hcl baseline.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Firmware string
    The firmware version of currently running on the server.
    Generation string
    It specifies the generation of the server. like M7, M8 etc.
    HclReason string
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    HclStatus string
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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.
    ManagementMode string
    The management mode at which server is connected to intersight.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the custom Hcl baseline.
    NonCompliantServerCount double
    The number of servers that are non-compliant with this custom Hcl baseline.
    ObjectType string
    OperationState string
    Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.* Pending - Server's custom hcl status assessment is not yet started.* Active - Server's custom hcl status assessment is completed.* InProgress - Server's custom hcl status assessment is currently in progress.* Failed - Server's custom hcl status assessment is failed.
    Organizations List<GetCondCustomHclBaselineResultOrganization>
    OsVendor string
    The operating system vendor name running on the server.
    OsVersion string
    Operating System version running on the server.
    Owners List<string>
    Parents List<GetCondCustomHclBaselineResultParent>
    PermissionResources List<GetCondCustomHclBaselineResultPermissionResource>
    ProcessorFamily string
    The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
    ServerModels List<string>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetCondCustomHclBaselineResultTag>
    VersionContexts List<GetCondCustomHclBaselineResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    Adapters []GetCondCustomHclBaselineResultAdapter
    AdditionalProperties string
    Ancestors []GetCondCustomHclBaselineResultAncestor
    ClassId string
    CompliantServerCount float64
    The number of servers that are compliant with this custom Hcl baseline.
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the custom Hcl baseline.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Firmware string
    The firmware version of currently running on the server.
    Generation string
    It specifies the generation of the server. like M7, M8 etc.
    HclReason string
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    HclStatus string
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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.
    ManagementMode string
    The management mode at which server is connected to intersight.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the custom Hcl baseline.
    NonCompliantServerCount float64
    The number of servers that are non-compliant with this custom Hcl baseline.
    ObjectType string
    OperationState string
    Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.* Pending - Server's custom hcl status assessment is not yet started.* Active - Server's custom hcl status assessment is completed.* InProgress - Server's custom hcl status assessment is currently in progress.* Failed - Server's custom hcl status assessment is failed.
    Organizations []GetCondCustomHclBaselineResultOrganization
    OsVendor string
    The operating system vendor name running on the server.
    OsVersion string
    Operating System version running on the server.
    Owners []string
    Parents []GetCondCustomHclBaselineResultParent
    PermissionResources []GetCondCustomHclBaselineResultPermissionResource
    ProcessorFamily string
    The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
    ServerModels []string
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetCondCustomHclBaselineResultTag
    VersionContexts []GetCondCustomHclBaselineResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    adapters List<GetCondCustomHclBaselineResultAdapter>
    additionalProperties String
    ancestors List<GetCondCustomHclBaselineResultAncestor>
    classId String
    compliantServerCount Double
    The number of servers that are compliant with this custom Hcl baseline.
    createTime String
    The time when this managed object was created.
    description String
    Description of the custom Hcl baseline.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmware String
    The firmware version of currently running on the server.
    generation String
    It specifies the generation of the server. like M7, M8 etc.
    hclReason String
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    hclStatus String
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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.
    managementMode String
    The management mode at which server is connected to intersight.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the custom Hcl baseline.
    nonCompliantServerCount Double
    The number of servers that are non-compliant with this custom Hcl baseline.
    objectType String
    operationState String
    Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.* Pending - Server's custom hcl status assessment is not yet started.* Active - Server's custom hcl status assessment is completed.* InProgress - Server's custom hcl status assessment is currently in progress.* Failed - Server's custom hcl status assessment is failed.
    organizations List<GetCondCustomHclBaselineResultOrganization>
    osVendor String
    The operating system vendor name running on the server.
    osVersion String
    Operating System version running on the server.
    owners List<String>
    parents List<GetCondCustomHclBaselineResultParent>
    permissionResources List<GetCondCustomHclBaselineResultPermissionResource>
    processorFamily String
    The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
    serverModels List<String>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetCondCustomHclBaselineResultTag>
    versionContexts List<GetCondCustomHclBaselineResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    adapters GetCondCustomHclBaselineResultAdapter[]
    additionalProperties string
    ancestors GetCondCustomHclBaselineResultAncestor[]
    classId string
    compliantServerCount number
    The number of servers that are compliant with this custom Hcl baseline.
    createTime string
    The time when this managed object was created.
    description string
    Description of the custom Hcl baseline.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    firmware string
    The firmware version of currently running on the server.
    generation string
    It specifies the generation of the server. like M7, M8 etc.
    hclReason string
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    hclStatus string
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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.
    managementMode string
    The management mode at which server is connected to intersight.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the custom Hcl baseline.
    nonCompliantServerCount number
    The number of servers that are non-compliant with this custom Hcl baseline.
    objectType string
    operationState string
    Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.* Pending - Server's custom hcl status assessment is not yet started.* Active - Server's custom hcl status assessment is completed.* InProgress - Server's custom hcl status assessment is currently in progress.* Failed - Server's custom hcl status assessment is failed.
    organizations GetCondCustomHclBaselineResultOrganization[]
    osVendor string
    The operating system vendor name running on the server.
    osVersion string
    Operating System version running on the server.
    owners string[]
    parents GetCondCustomHclBaselineResultParent[]
    permissionResources GetCondCustomHclBaselineResultPermissionResource[]
    processorFamily string
    The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
    serverModels string[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetCondCustomHclBaselineResultTag[]
    versionContexts GetCondCustomHclBaselineResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    adapters Sequence[GetCondCustomHclBaselineResultAdapter]
    additional_properties str
    ancestors Sequence[GetCondCustomHclBaselineResultAncestor]
    class_id str
    compliant_server_count float
    The number of servers that are compliant with this custom Hcl baseline.
    create_time str
    The time when this managed object was created.
    description str
    Description of the custom Hcl baseline.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    firmware str
    The firmware version of currently running on the server.
    generation str
    It specifies the generation of the server. like M7, M8 etc.
    hcl_reason str
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    hcl_status str
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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.
    management_mode str
    The management mode at which server is connected to intersight.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the custom Hcl baseline.
    non_compliant_server_count float
    The number of servers that are non-compliant with this custom Hcl baseline.
    object_type str
    operation_state str
    Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.* Pending - Server's custom hcl status assessment is not yet started.* Active - Server's custom hcl status assessment is completed.* InProgress - Server's custom hcl status assessment is currently in progress.* Failed - Server's custom hcl status assessment is failed.
    organizations Sequence[GetCondCustomHclBaselineResultOrganization]
    os_vendor str
    The operating system vendor name running on the server.
    os_version str
    Operating System version running on the server.
    owners Sequence[str]
    parents Sequence[GetCondCustomHclBaselineResultParent]
    permission_resources Sequence[GetCondCustomHclBaselineResultPermissionResource]
    processor_family str
    The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
    server_models Sequence[str]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetCondCustomHclBaselineResultTag]
    version_contexts Sequence[GetCondCustomHclBaselineResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    adapters List<Property Map>
    additionalProperties String
    ancestors List<Property Map>
    classId String
    compliantServerCount Number
    The number of servers that are compliant with this custom Hcl baseline.
    createTime String
    The time when this managed object was created.
    description String
    Description of the custom Hcl baseline.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmware String
    The firmware version of currently running on the server.
    generation String
    It specifies the generation of the server. like M7, M8 etc.
    hclReason String
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    hclStatus String
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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.
    managementMode String
    The management mode at which server is connected to intersight.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the custom Hcl baseline.
    nonCompliantServerCount Number
    The number of servers that are non-compliant with this custom Hcl baseline.
    objectType String
    operationState String
    Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.* Pending - Server's custom hcl status assessment is not yet started.* Active - Server's custom hcl status assessment is completed.* InProgress - Server's custom hcl status assessment is currently in progress.* Failed - Server's custom hcl status assessment is failed.
    organizations List<Property Map>
    osVendor String
    The operating system vendor name running on the server.
    osVersion String
    Operating System version running on the server.
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    processorFamily String
    The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
    serverModels List<String>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    versionContexts List<Property Map>

    GetCondCustomHclBaselineResultAdapter

    AdditionalProperties string
    ClassId string
    DriverName string
    DriverVersion string
    Firmware string
    The firmware version of currently running on the server.
    HclReason string
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    HclStatus string
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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
    ObjectType string
    Type string
    Vendor string
    AdditionalProperties string
    ClassId string
    DriverName string
    DriverVersion string
    Firmware string
    The firmware version of currently running on the server.
    HclReason string
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    HclStatus string
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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
    ObjectType string
    Type string
    Vendor string
    additionalProperties String
    classId String
    driverName String
    driverVersion String
    firmware String
    The firmware version of currently running on the server.
    hclReason String
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    hclStatus String
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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
    objectType String
    type String
    vendor String
    additionalProperties string
    classId string
    driverName string
    driverVersion string
    firmware string
    The firmware version of currently running on the server.
    hclReason string
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    hclStatus string
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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
    objectType string
    type string
    vendor string
    additional_properties str
    class_id str
    driver_name str
    driver_version str
    firmware str
    The firmware version of currently running on the server.
    hcl_reason str
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    hcl_status str
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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
    object_type str
    type str
    vendor str
    additionalProperties String
    classId String
    driverName String
    driverVersion String
    firmware String
    The firmware version of currently running on the server.
    hclReason String
    The reason of the current Cisco HCL status of the custom Hcl baseline.* Missing-Os-Info - This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Components - This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.* Compatible - This means the HclStatus for the server has passed HCL validation for all of its related components.* Not-Evaluated - This means the HclStatus for the server has not been evaluated because it is exempted.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    hclStatus String
    The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.* 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
    objectType String
    type String
    vendor String

    GetCondCustomHclBaselineResultAncestor

    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

    GetCondCustomHclBaselineResultOrganization

    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

    GetCondCustomHclBaselineResultParent

    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

    GetCondCustomHclBaselineResultPermissionResource

    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

    GetCondCustomHclBaselineResultTag

    GetCondCustomHclBaselineResultTagAncestorDefinition

    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

    GetCondCustomHclBaselineResultTagDefinition

    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

    GetCondCustomHclBaselineResultVersionContext

    GetCondCustomHclBaselineResultVersionContextInterestedMo

    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

    GetCondCustomHclBaselineResultVersionContextRefMo

    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

    GetCondCustomHclBaselineTag

    AdditionalProperties string
    AncestorDefinitions List<GetCondCustomHclBaselineTagAncestorDefinition>
    Definition GetCondCustomHclBaselineTagDefinition
    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 []GetCondCustomHclBaselineTagAncestorDefinition
    Definition GetCondCustomHclBaselineTagDefinition
    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<GetCondCustomHclBaselineTagAncestorDefinition>
    definition GetCondCustomHclBaselineTagDefinition
    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 GetCondCustomHclBaselineTagAncestorDefinition[]
    definition GetCondCustomHclBaselineTagDefinition
    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[GetCondCustomHclBaselineTagAncestorDefinition]
    definition GetCondCustomHclBaselineTagDefinition
    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.

    GetCondCustomHclBaselineTagAncestorDefinition

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

    GetCondCustomHclBaselineTagDefinition

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

    GetCondCustomHclBaselineVersionContext

    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<GetCondCustomHclBaselineVersionContextInterestedMo>
    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 GetCondCustomHclBaselineVersionContextRefMo
    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 []GetCondCustomHclBaselineVersionContextInterestedMo
    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 GetCondCustomHclBaselineVersionContextRefMo
    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<GetCondCustomHclBaselineVersionContextInterestedMo>
    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 GetCondCustomHclBaselineVersionContextRefMo
    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 GetCondCustomHclBaselineVersionContextInterestedMo[]
    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 GetCondCustomHclBaselineVersionContextRefMo
    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[GetCondCustomHclBaselineVersionContextInterestedMo]
    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 GetCondCustomHclBaselineVersionContextRefMo
    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.

    GetCondCustomHclBaselineVersionContextInterestedMo

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

    GetCondCustomHclBaselineVersionContextRefMo

    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.