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

intersight.getConvergedinfraServerComplianceDetails

Explore with Pulumi AI

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

    The compliance details of a server in a converged infrastructure pod.

    Using getConvergedinfraServerComplianceDetails

    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 getConvergedinfraServerComplianceDetails(args: GetConvergedinfraServerComplianceDetailsArgs, opts?: InvokeOptions): Promise<GetConvergedinfraServerComplianceDetailsResult>
    function getConvergedinfraServerComplianceDetailsOutput(args: GetConvergedinfraServerComplianceDetailsOutputArgs, opts?: InvokeOptions): Output<GetConvergedinfraServerComplianceDetailsResult>
    def get_convergedinfra_server_compliance_details(account_moid: Optional[str] = None,
                                                     adapter_count: Optional[float] = None,
                                                     additional_properties: Optional[str] = None,
                                                     ancestors: Optional[Sequence[GetConvergedinfraServerComplianceDetailsAncestor]] = None,
                                                     class_id: Optional[str] = None,
                                                     create_time: Optional[str] = None,
                                                     domain_group_moid: Optional[str] = None,
                                                     firmware: Optional[str] = None,
                                                     hcl_status: Optional[str] = None,
                                                     hcl_status_reason: Optional[str] = None,
                                                     id: Optional[str] = None,
                                                     mod_time: Optional[str] = None,
                                                     model: Optional[str] = None,
                                                     moid: Optional[str] = None,
                                                     name: Optional[str] = None,
                                                     object_type: Optional[str] = None,
                                                     os: Optional[str] = None,
                                                     owners: Optional[Sequence[str]] = None,
                                                     parent: Optional[GetConvergedinfraServerComplianceDetailsParent] = None,
                                                     permission_resources: Optional[Sequence[GetConvergedinfraServerComplianceDetailsPermissionResource]] = None,
                                                     platform: Optional[str] = None,
                                                     pod_compliance: Optional[GetConvergedinfraServerComplianceDetailsPodCompliance] = None,
                                                     processor: Optional[str] = None,
                                                     reason: Optional[str] = None,
                                                     server: Optional[GetConvergedinfraServerComplianceDetailsServer] = None,
                                                     shared_scope: Optional[str] = None,
                                                     status: Optional[str] = None,
                                                     tags: Optional[Sequence[GetConvergedinfraServerComplianceDetailsTag]] = None,
                                                     version_context: Optional[GetConvergedinfraServerComplianceDetailsVersionContext] = None,
                                                     opts: Optional[InvokeOptions] = None) -> GetConvergedinfraServerComplianceDetailsResult
    def get_convergedinfra_server_compliance_details_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                     adapter_count: Optional[pulumi.Input[float]] = None,
                                                     additional_properties: Optional[pulumi.Input[str]] = None,
                                                     ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetConvergedinfraServerComplianceDetailsAncestorArgs]]]] = None,
                                                     class_id: Optional[pulumi.Input[str]] = None,
                                                     create_time: Optional[pulumi.Input[str]] = None,
                                                     domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                     firmware: Optional[pulumi.Input[str]] = None,
                                                     hcl_status: Optional[pulumi.Input[str]] = None,
                                                     hcl_status_reason: Optional[pulumi.Input[str]] = None,
                                                     id: Optional[pulumi.Input[str]] = None,
                                                     mod_time: Optional[pulumi.Input[str]] = None,
                                                     model: Optional[pulumi.Input[str]] = None,
                                                     moid: Optional[pulumi.Input[str]] = None,
                                                     name: Optional[pulumi.Input[str]] = None,
                                                     object_type: Optional[pulumi.Input[str]] = None,
                                                     os: Optional[pulumi.Input[str]] = None,
                                                     owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                     parent: Optional[pulumi.Input[GetConvergedinfraServerComplianceDetailsParentArgs]] = None,
                                                     permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetConvergedinfraServerComplianceDetailsPermissionResourceArgs]]]] = None,
                                                     platform: Optional[pulumi.Input[str]] = None,
                                                     pod_compliance: Optional[pulumi.Input[GetConvergedinfraServerComplianceDetailsPodComplianceArgs]] = None,
                                                     processor: Optional[pulumi.Input[str]] = None,
                                                     reason: Optional[pulumi.Input[str]] = None,
                                                     server: Optional[pulumi.Input[GetConvergedinfraServerComplianceDetailsServerArgs]] = None,
                                                     shared_scope: Optional[pulumi.Input[str]] = None,
                                                     status: Optional[pulumi.Input[str]] = None,
                                                     tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetConvergedinfraServerComplianceDetailsTagArgs]]]] = None,
                                                     version_context: Optional[pulumi.Input[GetConvergedinfraServerComplianceDetailsVersionContextArgs]] = None,
                                                     opts: Optional[InvokeOptions] = None) -> Output[GetConvergedinfraServerComplianceDetailsResult]
    func LookupConvergedinfraServerComplianceDetails(ctx *Context, args *LookupConvergedinfraServerComplianceDetailsArgs, opts ...InvokeOption) (*LookupConvergedinfraServerComplianceDetailsResult, error)
    func LookupConvergedinfraServerComplianceDetailsOutput(ctx *Context, args *LookupConvergedinfraServerComplianceDetailsOutputArgs, opts ...InvokeOption) LookupConvergedinfraServerComplianceDetailsResultOutput

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

    public static class GetConvergedinfraServerComplianceDetails 
    {
        public static Task<GetConvergedinfraServerComplianceDetailsResult> InvokeAsync(GetConvergedinfraServerComplianceDetailsArgs args, InvokeOptions? opts = null)
        public static Output<GetConvergedinfraServerComplianceDetailsResult> Invoke(GetConvergedinfraServerComplianceDetailsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConvergedinfraServerComplianceDetailsResult> getConvergedinfraServerComplianceDetails(GetConvergedinfraServerComplianceDetailsArgs args, InvokeOptions options)
    public static Output<GetConvergedinfraServerComplianceDetailsResult> getConvergedinfraServerComplianceDetails(GetConvergedinfraServerComplianceDetailsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getConvergedinfraServerComplianceDetails:getConvergedinfraServerComplianceDetails
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdapterCount double
    The number of ethernet NIC adapters in the server.
    AdditionalProperties string
    Ancestors List<GetConvergedinfraServerComplianceDetailsAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Firmware string
    The Cisco IMC firmware version of the server.
    HclStatus string
    The HCL compatibility status of the server.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    HclStatusReason string
    The reason for server's HCL status.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install UCS Tools VIB on the host ESXi or use OS Discovery Tool scripts to provide proper OS information.* Incompatible-Server - The validation failed for this server because the server's model was not listed in the HCL.* Incompatible-Processor - The validation failed because the given processor was not listed for the given server model.* Incompatible-Os-Info - The validation failed because the given OS vendor or version was not listed in HCL for the server PID and processor combination.* Incompatible-Firmware - The validation failed because the given server firmware was not listed in the HCL for the given server PID, processor, OS vendor and version.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has returned a service error or unrecognized result.* Not-Evaluated - This means the HclStatus for the sever has not been evaluated because it is exempted.* Incompatible-Components - The validation has failed for this server because one or more components have \ Not-Listed\ status.* Compatible - The validation has passed for this server's model, processor, OS vendor and version.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Model string
    The model information of the server.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the component for which the compliance is evaluated.
    ObjectType string
    Os string
    Details of name and version of the operating system running on the server.
    Owners List<string>
    Parent GetConvergedinfraServerComplianceDetailsParent
    PermissionResources List<GetConvergedinfraServerComplianceDetailsPermissionResource>
    Platform string
    Details of platform of the server, examples are B-Series, C-Series, X-Series etc.
    PodCompliance GetConvergedinfraServerComplianceDetailsPodCompliance
    Processor string
    The processor information of the server.
    Reason string
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    Server GetConvergedinfraServerComplianceDetailsServer
    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.
    Status string
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    Tags List<GetConvergedinfraServerComplianceDetailsTag>
    VersionContext GetConvergedinfraServerComplianceDetailsVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdapterCount float64
    The number of ethernet NIC adapters in the server.
    AdditionalProperties string
    Ancestors []GetConvergedinfraServerComplianceDetailsAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Firmware string
    The Cisco IMC firmware version of the server.
    HclStatus string
    The HCL compatibility status of the server.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    HclStatusReason string
    The reason for server's HCL status.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install UCS Tools VIB on the host ESXi or use OS Discovery Tool scripts to provide proper OS information.* Incompatible-Server - The validation failed for this server because the server's model was not listed in the HCL.* Incompatible-Processor - The validation failed because the given processor was not listed for the given server model.* Incompatible-Os-Info - The validation failed because the given OS vendor or version was not listed in HCL for the server PID and processor combination.* Incompatible-Firmware - The validation failed because the given server firmware was not listed in the HCL for the given server PID, processor, OS vendor and version.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has returned a service error or unrecognized result.* Not-Evaluated - This means the HclStatus for the sever has not been evaluated because it is exempted.* Incompatible-Components - The validation has failed for this server because one or more components have \ Not-Listed\ status.* Compatible - The validation has passed for this server's model, processor, OS vendor and version.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Model string
    The model information of the server.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the component for which the compliance is evaluated.
    ObjectType string
    Os string
    Details of name and version of the operating system running on the server.
    Owners []string
    Parent GetConvergedinfraServerComplianceDetailsParent
    PermissionResources []GetConvergedinfraServerComplianceDetailsPermissionResource
    Platform string
    Details of platform of the server, examples are B-Series, C-Series, X-Series etc.
    PodCompliance GetConvergedinfraServerComplianceDetailsPodCompliance
    Processor string
    The processor information of the server.
    Reason string
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    Server GetConvergedinfraServerComplianceDetailsServer
    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.
    Status string
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    Tags []GetConvergedinfraServerComplianceDetailsTag
    VersionContext GetConvergedinfraServerComplianceDetailsVersionContext
    accountMoid String
    The Account ID for this managed object.
    adapterCount Double
    The number of ethernet NIC adapters in the server.
    additionalProperties String
    ancestors List<GetConvergedinfraServerComplianceDetailsAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmware String
    The Cisco IMC firmware version of the server.
    hclStatus String
    The HCL compatibility status of the server.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    hclStatusReason String
    The reason for server's HCL status.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install UCS Tools VIB on the host ESXi or use OS Discovery Tool scripts to provide proper OS information.* Incompatible-Server - The validation failed for this server because the server's model was not listed in the HCL.* Incompatible-Processor - The validation failed because the given processor was not listed for the given server model.* Incompatible-Os-Info - The validation failed because the given OS vendor or version was not listed in HCL for the server PID and processor combination.* Incompatible-Firmware - The validation failed because the given server firmware was not listed in the HCL for the given server PID, processor, OS vendor and version.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has returned a service error or unrecognized result.* Not-Evaluated - This means the HclStatus for the sever has not been evaluated because it is exempted.* Incompatible-Components - The validation has failed for this server because one or more components have \ Not-Listed\ status.* Compatible - The validation has passed for this server's model, processor, OS vendor and version.
    id String
    modTime String
    The time when this managed object was last modified.
    model String
    The model information of the server.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the component for which the compliance is evaluated.
    objectType String
    os String
    Details of name and version of the operating system running on the server.
    owners List<String>
    parent GetConvergedinfraServerComplianceDetailsParent
    permissionResources List<GetConvergedinfraServerComplianceDetailsPermissionResource>
    platform String
    Details of platform of the server, examples are B-Series, C-Series, X-Series etc.
    podCompliance GetConvergedinfraServerComplianceDetailsPodCompliance
    processor String
    The processor information of the server.
    reason String
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    server GetConvergedinfraServerComplianceDetailsServer
    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.
    status String
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    tags List<GetConvergedinfraServerComplianceDetailsTag>
    versionContext GetConvergedinfraServerComplianceDetailsVersionContext
    accountMoid string
    The Account ID for this managed object.
    adapterCount number
    The number of ethernet NIC adapters in the server.
    additionalProperties string
    ancestors GetConvergedinfraServerComplianceDetailsAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    firmware string
    The Cisco IMC firmware version of the server.
    hclStatus string
    The HCL compatibility status of the server.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    hclStatusReason string
    The reason for server's HCL status.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install UCS Tools VIB on the host ESXi or use OS Discovery Tool scripts to provide proper OS information.* Incompatible-Server - The validation failed for this server because the server's model was not listed in the HCL.* Incompatible-Processor - The validation failed because the given processor was not listed for the given server model.* Incompatible-Os-Info - The validation failed because the given OS vendor or version was not listed in HCL for the server PID and processor combination.* Incompatible-Firmware - The validation failed because the given server firmware was not listed in the HCL for the given server PID, processor, OS vendor and version.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has returned a service error or unrecognized result.* Not-Evaluated - This means the HclStatus for the sever has not been evaluated because it is exempted.* Incompatible-Components - The validation has failed for this server because one or more components have \ Not-Listed\ status.* Compatible - The validation has passed for this server's model, processor, OS vendor and version.
    id string
    modTime string
    The time when this managed object was last modified.
    model string
    The model information of the server.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the component for which the compliance is evaluated.
    objectType string
    os string
    Details of name and version of the operating system running on the server.
    owners string[]
    parent GetConvergedinfraServerComplianceDetailsParent
    permissionResources GetConvergedinfraServerComplianceDetailsPermissionResource[]
    platform string
    Details of platform of the server, examples are B-Series, C-Series, X-Series etc.
    podCompliance GetConvergedinfraServerComplianceDetailsPodCompliance
    processor string
    The processor information of the server.
    reason string
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    server GetConvergedinfraServerComplianceDetailsServer
    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.
    status string
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    tags GetConvergedinfraServerComplianceDetailsTag[]
    versionContext GetConvergedinfraServerComplianceDetailsVersionContext
    account_moid str
    The Account ID for this managed object.
    adapter_count float
    The number of ethernet NIC adapters in the server.
    additional_properties str
    ancestors Sequence[GetConvergedinfraServerComplianceDetailsAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    firmware str
    The Cisco IMC firmware version of the server.
    hcl_status str
    The HCL compatibility status of the server.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    hcl_status_reason str
    The reason for server's HCL status.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install UCS Tools VIB on the host ESXi or use OS Discovery Tool scripts to provide proper OS information.* Incompatible-Server - The validation failed for this server because the server's model was not listed in the HCL.* Incompatible-Processor - The validation failed because the given processor was not listed for the given server model.* Incompatible-Os-Info - The validation failed because the given OS vendor or version was not listed in HCL for the server PID and processor combination.* Incompatible-Firmware - The validation failed because the given server firmware was not listed in the HCL for the given server PID, processor, OS vendor and version.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has returned a service error or unrecognized result.* Not-Evaluated - This means the HclStatus for the sever has not been evaluated because it is exempted.* Incompatible-Components - The validation has failed for this server because one or more components have \ Not-Listed\ status.* Compatible - The validation has passed for this server's model, processor, OS vendor and version.
    id str
    mod_time str
    The time when this managed object was last modified.
    model str
    The model information of the server.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the component for which the compliance is evaluated.
    object_type str
    os str
    Details of name and version of the operating system running on the server.
    owners Sequence[str]
    parent GetConvergedinfraServerComplianceDetailsParent
    permission_resources Sequence[GetConvergedinfraServerComplianceDetailsPermissionResource]
    platform str
    Details of platform of the server, examples are B-Series, C-Series, X-Series etc.
    pod_compliance GetConvergedinfraServerComplianceDetailsPodCompliance
    processor str
    The processor information of the server.
    reason str
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    server GetConvergedinfraServerComplianceDetailsServer
    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.
    status str
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    tags Sequence[GetConvergedinfraServerComplianceDetailsTag]
    version_context GetConvergedinfraServerComplianceDetailsVersionContext
    accountMoid String
    The Account ID for this managed object.
    adapterCount Number
    The number of ethernet NIC adapters in the server.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmware String
    The Cisco IMC firmware version of the server.
    hclStatus String
    The HCL compatibility status of the server.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    hclStatusReason String
    The reason for server's HCL status.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install UCS Tools VIB on the host ESXi or use OS Discovery Tool scripts to provide proper OS information.* Incompatible-Server - The validation failed for this server because the server's model was not listed in the HCL.* Incompatible-Processor - The validation failed because the given processor was not listed for the given server model.* Incompatible-Os-Info - The validation failed because the given OS vendor or version was not listed in HCL for the server PID and processor combination.* Incompatible-Firmware - The validation failed because the given server firmware was not listed in the HCL for the given server PID, processor, OS vendor and version.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has returned a service error or unrecognized result.* Not-Evaluated - This means the HclStatus for the sever has not been evaluated because it is exempted.* Incompatible-Components - The validation has failed for this server because one or more components have \ Not-Listed\ status.* Compatible - The validation has passed for this server's model, processor, OS vendor and version.
    id String
    modTime String
    The time when this managed object was last modified.
    model String
    The model information of the server.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the component for which the compliance is evaluated.
    objectType String
    os String
    Details of name and version of the operating system running on the server.
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    platform String
    Details of platform of the server, examples are B-Series, C-Series, X-Series etc.
    podCompliance Property Map
    processor String
    The processor information of the server.
    reason String
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    server Property Map
    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.
    status String
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    tags List<Property Map>
    versionContext Property Map

    getConvergedinfraServerComplianceDetails Result

    The following output properties are available:

    Id string
    Results List<GetConvergedinfraServerComplianceDetailsResult>
    AccountMoid string
    AdapterCount double
    AdditionalProperties string
    Ancestors List<GetConvergedinfraServerComplianceDetailsAncestor>
    ClassId string
    CreateTime string
    DomainGroupMoid string
    Firmware string
    HclStatus string
    HclStatusReason string
    ModTime string
    Model string
    Moid string
    Name string
    ObjectType string
    Os string
    Owners List<string>
    Parent GetConvergedinfraServerComplianceDetailsParent
    PermissionResources List<GetConvergedinfraServerComplianceDetailsPermissionResource>
    Platform string
    PodCompliance GetConvergedinfraServerComplianceDetailsPodCompliance
    Processor string
    Reason string
    Server GetConvergedinfraServerComplianceDetailsServer
    SharedScope string
    Status string
    Tags List<GetConvergedinfraServerComplianceDetailsTag>
    VersionContext GetConvergedinfraServerComplianceDetailsVersionContext
    Id string
    Results []GetConvergedinfraServerComplianceDetailsResult
    AccountMoid string
    AdapterCount float64
    AdditionalProperties string
    Ancestors []GetConvergedinfraServerComplianceDetailsAncestor
    ClassId string
    CreateTime string
    DomainGroupMoid string
    Firmware string
    HclStatus string
    HclStatusReason string
    ModTime string
    Model string
    Moid string
    Name string
    ObjectType string
    Os string
    Owners []string
    Parent GetConvergedinfraServerComplianceDetailsParent
    PermissionResources []GetConvergedinfraServerComplianceDetailsPermissionResource
    Platform string
    PodCompliance GetConvergedinfraServerComplianceDetailsPodCompliance
    Processor string
    Reason string
    Server GetConvergedinfraServerComplianceDetailsServer
    SharedScope string
    Status string
    Tags []GetConvergedinfraServerComplianceDetailsTag
    VersionContext GetConvergedinfraServerComplianceDetailsVersionContext
    id String
    results List<GetConvergedinfraServerComplianceDetailsResult>
    accountMoid String
    adapterCount Double
    additionalProperties String
    ancestors List<GetConvergedinfraServerComplianceDetailsAncestor>
    classId String
    createTime String
    domainGroupMoid String
    firmware String
    hclStatus String
    hclStatusReason String
    modTime String
    model String
    moid String
    name String
    objectType String
    os String
    owners List<String>
    parent GetConvergedinfraServerComplianceDetailsParent
    permissionResources List<GetConvergedinfraServerComplianceDetailsPermissionResource>
    platform String
    podCompliance GetConvergedinfraServerComplianceDetailsPodCompliance
    processor String
    reason String
    server GetConvergedinfraServerComplianceDetailsServer
    sharedScope String
    status String
    tags List<GetConvergedinfraServerComplianceDetailsTag>
    versionContext GetConvergedinfraServerComplianceDetailsVersionContext
    id string
    results GetConvergedinfraServerComplianceDetailsResult[]
    accountMoid string
    adapterCount number
    additionalProperties string
    ancestors GetConvergedinfraServerComplianceDetailsAncestor[]
    classId string
    createTime string
    domainGroupMoid string
    firmware string
    hclStatus string
    hclStatusReason string
    modTime string
    model string
    moid string
    name string
    objectType string
    os string
    owners string[]
    parent GetConvergedinfraServerComplianceDetailsParent
    permissionResources GetConvergedinfraServerComplianceDetailsPermissionResource[]
    platform string
    podCompliance GetConvergedinfraServerComplianceDetailsPodCompliance
    processor string
    reason string
    server GetConvergedinfraServerComplianceDetailsServer
    sharedScope string
    status string
    tags GetConvergedinfraServerComplianceDetailsTag[]
    versionContext GetConvergedinfraServerComplianceDetailsVersionContext
    id str
    results Sequence[GetConvergedinfraServerComplianceDetailsResult]
    account_moid str
    adapter_count float
    additional_properties str
    ancestors Sequence[GetConvergedinfraServerComplianceDetailsAncestor]
    class_id str
    create_time str
    domain_group_moid str
    firmware str
    hcl_status str
    hcl_status_reason str
    mod_time str
    model str
    moid str
    name str
    object_type str
    os str
    owners Sequence[str]
    parent GetConvergedinfraServerComplianceDetailsParent
    permission_resources Sequence[GetConvergedinfraServerComplianceDetailsPermissionResource]
    platform str
    pod_compliance GetConvergedinfraServerComplianceDetailsPodCompliance
    processor str
    reason str
    server GetConvergedinfraServerComplianceDetailsServer
    shared_scope str
    status str
    tags Sequence[GetConvergedinfraServerComplianceDetailsTag]
    version_context GetConvergedinfraServerComplianceDetailsVersionContext

    Supporting Types

    GetConvergedinfraServerComplianceDetailsAncestor

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

    GetConvergedinfraServerComplianceDetailsParent

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

    GetConvergedinfraServerComplianceDetailsPermissionResource

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

    GetConvergedinfraServerComplianceDetailsPodCompliance

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

    GetConvergedinfraServerComplianceDetailsResult

    AccountMoid string
    The Account ID for this managed object.
    AdapterCount double
    The number of ethernet NIC adapters in the server.
    AdditionalProperties string
    Ancestors List<GetConvergedinfraServerComplianceDetailsResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Firmware string
    The Cisco IMC firmware version of the server.
    HclStatus string
    The HCL compatibility status of the server.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    HclStatusReason string
    The reason for server's HCL status.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install UCS Tools VIB on the host ESXi or use OS Discovery Tool scripts to provide proper OS information.* Incompatible-Server - The validation failed for this server because the server's model was not listed in the HCL.* Incompatible-Processor - The validation failed because the given processor was not listed for the given server model.* Incompatible-Os-Info - The validation failed because the given OS vendor or version was not listed in HCL for the server PID and processor combination.* Incompatible-Firmware - The validation failed because the given server firmware was not listed in the HCL for the given server PID, processor, OS vendor and version.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has returned a service error or unrecognized result.* Not-Evaluated - This means the HclStatus for the sever has not been evaluated because it is exempted.* Incompatible-Components - The validation has failed for this server because one or more components have \ Not-Listed\ status.* Compatible - The validation has passed for this server's model, processor, OS vendor and version.
    ModTime string
    The time when this managed object was last modified.
    Model string
    The model information of the server.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the component for which the compliance is evaluated.
    ObjectType string
    Os string
    Details of name and version of the operating system running on the server.
    Owners List<string>
    Parents List<GetConvergedinfraServerComplianceDetailsResultParent>
    PermissionResources List<GetConvergedinfraServerComplianceDetailsResultPermissionResource>
    Platform string
    Details of platform of the server, examples are B-Series, C-Series, X-Series etc.
    PodCompliances List<GetConvergedinfraServerComplianceDetailsResultPodCompliance>
    Processor string
    The processor information of the server.
    Reason string
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    Servers List<GetConvergedinfraServerComplianceDetailsResultServer>
    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.
    Status string
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    Tags List<GetConvergedinfraServerComplianceDetailsResultTag>
    VersionContexts List<GetConvergedinfraServerComplianceDetailsResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdapterCount float64
    The number of ethernet NIC adapters in the server.
    AdditionalProperties string
    Ancestors []GetConvergedinfraServerComplianceDetailsResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Firmware string
    The Cisco IMC firmware version of the server.
    HclStatus string
    The HCL compatibility status of the server.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    HclStatusReason string
    The reason for server's HCL status.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install UCS Tools VIB on the host ESXi or use OS Discovery Tool scripts to provide proper OS information.* Incompatible-Server - The validation failed for this server because the server's model was not listed in the HCL.* Incompatible-Processor - The validation failed because the given processor was not listed for the given server model.* Incompatible-Os-Info - The validation failed because the given OS vendor or version was not listed in HCL for the server PID and processor combination.* Incompatible-Firmware - The validation failed because the given server firmware was not listed in the HCL for the given server PID, processor, OS vendor and version.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has returned a service error or unrecognized result.* Not-Evaluated - This means the HclStatus for the sever has not been evaluated because it is exempted.* Incompatible-Components - The validation has failed for this server because one or more components have \ Not-Listed\ status.* Compatible - The validation has passed for this server's model, processor, OS vendor and version.
    ModTime string
    The time when this managed object was last modified.
    Model string
    The model information of the server.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the component for which the compliance is evaluated.
    ObjectType string
    Os string
    Details of name and version of the operating system running on the server.
    Owners []string
    Parents []GetConvergedinfraServerComplianceDetailsResultParent
    PermissionResources []GetConvergedinfraServerComplianceDetailsResultPermissionResource
    Platform string
    Details of platform of the server, examples are B-Series, C-Series, X-Series etc.
    PodCompliances []GetConvergedinfraServerComplianceDetailsResultPodCompliance
    Processor string
    The processor information of the server.
    Reason string
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    Servers []GetConvergedinfraServerComplianceDetailsResultServer
    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.
    Status string
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    Tags []GetConvergedinfraServerComplianceDetailsResultTag
    VersionContexts []GetConvergedinfraServerComplianceDetailsResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    adapterCount Double
    The number of ethernet NIC adapters in the server.
    additionalProperties String
    ancestors List<GetConvergedinfraServerComplianceDetailsResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmware String
    The Cisco IMC firmware version of the server.
    hclStatus String
    The HCL compatibility status of the server.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    hclStatusReason String
    The reason for server's HCL status.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install UCS Tools VIB on the host ESXi or use OS Discovery Tool scripts to provide proper OS information.* Incompatible-Server - The validation failed for this server because the server's model was not listed in the HCL.* Incompatible-Processor - The validation failed because the given processor was not listed for the given server model.* Incompatible-Os-Info - The validation failed because the given OS vendor or version was not listed in HCL for the server PID and processor combination.* Incompatible-Firmware - The validation failed because the given server firmware was not listed in the HCL for the given server PID, processor, OS vendor and version.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has returned a service error or unrecognized result.* Not-Evaluated - This means the HclStatus for the sever has not been evaluated because it is exempted.* Incompatible-Components - The validation has failed for this server because one or more components have \ Not-Listed\ status.* Compatible - The validation has passed for this server's model, processor, OS vendor and version.
    modTime String
    The time when this managed object was last modified.
    model String
    The model information of the server.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the component for which the compliance is evaluated.
    objectType String
    os String
    Details of name and version of the operating system running on the server.
    owners List<String>
    parents List<GetConvergedinfraServerComplianceDetailsResultParent>
    permissionResources List<GetConvergedinfraServerComplianceDetailsResultPermissionResource>
    platform String
    Details of platform of the server, examples are B-Series, C-Series, X-Series etc.
    podCompliances List<GetConvergedinfraServerComplianceDetailsResultPodCompliance>
    processor String
    The processor information of the server.
    reason String
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    servers List<GetConvergedinfraServerComplianceDetailsResultServer>
    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.
    status String
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    tags List<GetConvergedinfraServerComplianceDetailsResultTag>
    versionContexts List<GetConvergedinfraServerComplianceDetailsResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    adapterCount number
    The number of ethernet NIC adapters in the server.
    additionalProperties string
    ancestors GetConvergedinfraServerComplianceDetailsResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    firmware string
    The Cisco IMC firmware version of the server.
    hclStatus string
    The HCL compatibility status of the server.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    hclStatusReason string
    The reason for server's HCL status.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install UCS Tools VIB on the host ESXi or use OS Discovery Tool scripts to provide proper OS information.* Incompatible-Server - The validation failed for this server because the server's model was not listed in the HCL.* Incompatible-Processor - The validation failed because the given processor was not listed for the given server model.* Incompatible-Os-Info - The validation failed because the given OS vendor or version was not listed in HCL for the server PID and processor combination.* Incompatible-Firmware - The validation failed because the given server firmware was not listed in the HCL for the given server PID, processor, OS vendor and version.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has returned a service error or unrecognized result.* Not-Evaluated - This means the HclStatus for the sever has not been evaluated because it is exempted.* Incompatible-Components - The validation has failed for this server because one or more components have \ Not-Listed\ status.* Compatible - The validation has passed for this server's model, processor, OS vendor and version.
    modTime string
    The time when this managed object was last modified.
    model string
    The model information of the server.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the component for which the compliance is evaluated.
    objectType string
    os string
    Details of name and version of the operating system running on the server.
    owners string[]
    parents GetConvergedinfraServerComplianceDetailsResultParent[]
    permissionResources GetConvergedinfraServerComplianceDetailsResultPermissionResource[]
    platform string
    Details of platform of the server, examples are B-Series, C-Series, X-Series etc.
    podCompliances GetConvergedinfraServerComplianceDetailsResultPodCompliance[]
    processor string
    The processor information of the server.
    reason string
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    servers GetConvergedinfraServerComplianceDetailsResultServer[]
    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.
    status string
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    tags GetConvergedinfraServerComplianceDetailsResultTag[]
    versionContexts GetConvergedinfraServerComplianceDetailsResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    adapter_count float
    The number of ethernet NIC adapters in the server.
    additional_properties str
    ancestors Sequence[GetConvergedinfraServerComplianceDetailsResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    firmware str
    The Cisco IMC firmware version of the server.
    hcl_status str
    The HCL compatibility status of the server.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    hcl_status_reason str
    The reason for server's HCL status.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install UCS Tools VIB on the host ESXi or use OS Discovery Tool scripts to provide proper OS information.* Incompatible-Server - The validation failed for this server because the server's model was not listed in the HCL.* Incompatible-Processor - The validation failed because the given processor was not listed for the given server model.* Incompatible-Os-Info - The validation failed because the given OS vendor or version was not listed in HCL for the server PID and processor combination.* Incompatible-Firmware - The validation failed because the given server firmware was not listed in the HCL for the given server PID, processor, OS vendor and version.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has returned a service error or unrecognized result.* Not-Evaluated - This means the HclStatus for the sever has not been evaluated because it is exempted.* Incompatible-Components - The validation has failed for this server because one or more components have \ Not-Listed\ status.* Compatible - The validation has passed for this server's model, processor, OS vendor and version.
    mod_time str
    The time when this managed object was last modified.
    model str
    The model information of the server.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the component for which the compliance is evaluated.
    object_type str
    os str
    Details of name and version of the operating system running on the server.
    owners Sequence[str]
    parents Sequence[GetConvergedinfraServerComplianceDetailsResultParent]
    permission_resources Sequence[GetConvergedinfraServerComplianceDetailsResultPermissionResource]
    platform str
    Details of platform of the server, examples are B-Series, C-Series, X-Series etc.
    pod_compliances Sequence[GetConvergedinfraServerComplianceDetailsResultPodCompliance]
    processor str
    The processor information of the server.
    reason str
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    servers Sequence[GetConvergedinfraServerComplianceDetailsResultServer]
    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.
    status str
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    tags Sequence[GetConvergedinfraServerComplianceDetailsResultTag]
    version_contexts Sequence[GetConvergedinfraServerComplianceDetailsResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    adapterCount Number
    The number of ethernet NIC adapters in the server.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmware String
    The Cisco IMC firmware version of the server.
    hclStatus String
    The HCL compatibility status of the server.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    hclStatusReason String
    The reason for server's HCL status.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install UCS Tools VIB on the host ESXi or use OS Discovery Tool scripts to provide proper OS information.* Incompatible-Server - The validation failed for this server because the server's model was not listed in the HCL.* Incompatible-Processor - The validation failed because the given processor was not listed for the given server model.* Incompatible-Os-Info - The validation failed because the given OS vendor or version was not listed in HCL for the server PID and processor combination.* Incompatible-Firmware - The validation failed because the given server firmware was not listed in the HCL for the given server PID, processor, OS vendor and version.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has returned a service error or unrecognized result.* Not-Evaluated - This means the HclStatus for the sever has not been evaluated because it is exempted.* Incompatible-Components - The validation has failed for this server because one or more components have \ Not-Listed\ status.* Compatible - The validation has passed for this server's model, processor, OS vendor and version.
    modTime String
    The time when this managed object was last modified.
    model String
    The model information of the server.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the component for which the compliance is evaluated.
    objectType String
    os String
    Details of name and version of the operating system running on the server.
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    platform String
    Details of platform of the server, examples are B-Series, C-Series, X-Series etc.
    podCompliances List<Property Map>
    processor String
    The processor information of the server.
    reason String
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    servers List<Property Map>
    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.
    status String
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    tags List<Property Map>
    versionContexts List<Property Map>

    GetConvergedinfraServerComplianceDetailsResultAncestor

    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

    GetConvergedinfraServerComplianceDetailsResultParent

    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

    GetConvergedinfraServerComplianceDetailsResultPermissionResource

    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

    GetConvergedinfraServerComplianceDetailsResultPodCompliance

    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

    GetConvergedinfraServerComplianceDetailsResultServer

    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

    GetConvergedinfraServerComplianceDetailsResultTag

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

    GetConvergedinfraServerComplianceDetailsResultVersionContext

    GetConvergedinfraServerComplianceDetailsResultVersionContextInterestedMo

    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

    GetConvergedinfraServerComplianceDetailsResultVersionContextRefMo

    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

    GetConvergedinfraServerComplianceDetailsServer

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

    GetConvergedinfraServerComplianceDetailsTag

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

    GetConvergedinfraServerComplianceDetailsVersionContext

    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<GetConvergedinfraServerComplianceDetailsVersionContextInterestedMo>
    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 GetConvergedinfraServerComplianceDetailsVersionContextRefMo
    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 []GetConvergedinfraServerComplianceDetailsVersionContextInterestedMo
    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 GetConvergedinfraServerComplianceDetailsVersionContextRefMo
    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<GetConvergedinfraServerComplianceDetailsVersionContextInterestedMo>
    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 GetConvergedinfraServerComplianceDetailsVersionContextRefMo
    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 GetConvergedinfraServerComplianceDetailsVersionContextInterestedMo[]
    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 GetConvergedinfraServerComplianceDetailsVersionContextRefMo
    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[GetConvergedinfraServerComplianceDetailsVersionContextInterestedMo]
    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 GetConvergedinfraServerComplianceDetailsVersionContextRefMo
    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.

    GetConvergedinfraServerComplianceDetailsVersionContextInterestedMo

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

    GetConvergedinfraServerComplianceDetailsVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

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