1. Packages
  2. Intersight Provider
  3. API Docs
  4. getConvergedinfraAdapterComplianceDetails
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getConvergedinfraAdapterComplianceDetails

Explore with Pulumi AI

The compliance details for an adapter present in a server which is part of a converged infrastructure pod.

Using getConvergedinfraAdapterComplianceDetails

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 getConvergedinfraAdapterComplianceDetails(args: GetConvergedinfraAdapterComplianceDetailsArgs, opts?: InvokeOptions): Promise<GetConvergedinfraAdapterComplianceDetailsResult>
function getConvergedinfraAdapterComplianceDetailsOutput(args: GetConvergedinfraAdapterComplianceDetailsOutputArgs, opts?: InvokeOptions): Output<GetConvergedinfraAdapterComplianceDetailsResult>
Copy
def get_convergedinfra_adapter_compliance_details(account_moid: Optional[str] = None,
                                                  adapter: Optional[GetConvergedinfraAdapterComplianceDetailsAdapter] = None,
                                                  additional_properties: Optional[str] = None,
                                                  ancestors: Optional[Sequence[GetConvergedinfraAdapterComplianceDetailsAncestor]] = None,
                                                  class_id: Optional[str] = None,
                                                  create_time: Optional[str] = None,
                                                  domain_group_moid: Optional[str] = None,
                                                  driver_name: Optional[str] = None,
                                                  driver_version: 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,
                                                  owners: Optional[Sequence[str]] = None,
                                                  parent: Optional[GetConvergedinfraAdapterComplianceDetailsParent] = None,
                                                  permission_resources: Optional[Sequence[GetConvergedinfraAdapterComplianceDetailsPermissionResource]] = None,
                                                  reason: Optional[str] = None,
                                                  server_compliance_details: Optional[GetConvergedinfraAdapterComplianceDetailsServerComplianceDetails] = None,
                                                  shared_scope: Optional[str] = None,
                                                  status: Optional[str] = None,
                                                  storage_compliances: Optional[Sequence[GetConvergedinfraAdapterComplianceDetailsStorageCompliance]] = None,
                                                  tags: Optional[Sequence[GetConvergedinfraAdapterComplianceDetailsTag]] = None,
                                                  version_context: Optional[GetConvergedinfraAdapterComplianceDetailsVersionContext] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetConvergedinfraAdapterComplianceDetailsResult
def get_convergedinfra_adapter_compliance_details_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                  adapter: Optional[pulumi.Input[GetConvergedinfraAdapterComplianceDetailsAdapterArgs]] = None,
                                                  additional_properties: Optional[pulumi.Input[str]] = None,
                                                  ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetConvergedinfraAdapterComplianceDetailsAncestorArgs]]]] = None,
                                                  class_id: Optional[pulumi.Input[str]] = None,
                                                  create_time: Optional[pulumi.Input[str]] = None,
                                                  domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                  driver_name: Optional[pulumi.Input[str]] = None,
                                                  driver_version: 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,
                                                  owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                  parent: Optional[pulumi.Input[GetConvergedinfraAdapterComplianceDetailsParentArgs]] = None,
                                                  permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetConvergedinfraAdapterComplianceDetailsPermissionResourceArgs]]]] = None,
                                                  reason: Optional[pulumi.Input[str]] = None,
                                                  server_compliance_details: Optional[pulumi.Input[GetConvergedinfraAdapterComplianceDetailsServerComplianceDetailsArgs]] = None,
                                                  shared_scope: Optional[pulumi.Input[str]] = None,
                                                  status: Optional[pulumi.Input[str]] = None,
                                                  storage_compliances: Optional[pulumi.Input[Sequence[pulumi.Input[GetConvergedinfraAdapterComplianceDetailsStorageComplianceArgs]]]] = None,
                                                  tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetConvergedinfraAdapterComplianceDetailsTagArgs]]]] = None,
                                                  version_context: Optional[pulumi.Input[GetConvergedinfraAdapterComplianceDetailsVersionContextArgs]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[GetConvergedinfraAdapterComplianceDetailsResult]
Copy
func LookupConvergedinfraAdapterComplianceDetails(ctx *Context, args *LookupConvergedinfraAdapterComplianceDetailsArgs, opts ...InvokeOption) (*LookupConvergedinfraAdapterComplianceDetailsResult, error)
func LookupConvergedinfraAdapterComplianceDetailsOutput(ctx *Context, args *LookupConvergedinfraAdapterComplianceDetailsOutputArgs, opts ...InvokeOption) LookupConvergedinfraAdapterComplianceDetailsResultOutput
Copy

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

public static class GetConvergedinfraAdapterComplianceDetails 
{
    public static Task<GetConvergedinfraAdapterComplianceDetailsResult> InvokeAsync(GetConvergedinfraAdapterComplianceDetailsArgs args, InvokeOptions? opts = null)
    public static Output<GetConvergedinfraAdapterComplianceDetailsResult> Invoke(GetConvergedinfraAdapterComplianceDetailsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetConvergedinfraAdapterComplianceDetailsResult> getConvergedinfraAdapterComplianceDetails(GetConvergedinfraAdapterComplianceDetailsArgs args, InvokeOptions options)
public static Output<GetConvergedinfraAdapterComplianceDetailsResult> getConvergedinfraAdapterComplianceDetails(GetConvergedinfraAdapterComplianceDetailsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getConvergedinfraAdapterComplianceDetails:getConvergedinfraAdapterComplianceDetails
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
Adapter GetConvergedinfraAdapterComplianceDetailsAdapter
AdditionalProperties string
Ancestors List<GetConvergedinfraAdapterComplianceDetailsAncestor>
ClassId string
CreateTime string
The time when this managed object was created.
DomainGroupMoid string
The DomainGroup ID for this managed object.
DriverName string
The driver name (e.g. nenic, nfnic) of the adapter.
DriverVersion string
The driver version of the adapter.
Firmware string
The firmware version of the adapter.
HclStatus string
The HCL compatibility status for the adapter.* 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 the HCL status when it is not Approved.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
Id string
ModTime string
The time when this managed object was last modified.
Model string
The model information of the adapter.
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
Owners List<string>
Parent GetConvergedinfraAdapterComplianceDetailsParent
PermissionResources List<GetConvergedinfraAdapterComplianceDetailsPermissionResource>
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.
ServerComplianceDetails GetConvergedinfraAdapterComplianceDetailsServerComplianceDetails
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.
StorageCompliances List<GetConvergedinfraAdapterComplianceDetailsStorageCompliance>
Tags List<GetConvergedinfraAdapterComplianceDetailsTag>
VersionContext GetConvergedinfraAdapterComplianceDetailsVersionContext
AccountMoid string
The Account ID for this managed object.
Adapter GetConvergedinfraAdapterComplianceDetailsAdapter
AdditionalProperties string
Ancestors []GetConvergedinfraAdapterComplianceDetailsAncestor
ClassId string
CreateTime string
The time when this managed object was created.
DomainGroupMoid string
The DomainGroup ID for this managed object.
DriverName string
The driver name (e.g. nenic, nfnic) of the adapter.
DriverVersion string
The driver version of the adapter.
Firmware string
The firmware version of the adapter.
HclStatus string
The HCL compatibility status for the adapter.* 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 the HCL status when it is not Approved.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
Id string
ModTime string
The time when this managed object was last modified.
Model string
The model information of the adapter.
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
Owners []string
Parent GetConvergedinfraAdapterComplianceDetailsParent
PermissionResources []GetConvergedinfraAdapterComplianceDetailsPermissionResource
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.
ServerComplianceDetails GetConvergedinfraAdapterComplianceDetailsServerComplianceDetails
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.
StorageCompliances []GetConvergedinfraAdapterComplianceDetailsStorageCompliance
Tags []GetConvergedinfraAdapterComplianceDetailsTag
VersionContext GetConvergedinfraAdapterComplianceDetailsVersionContext
accountMoid String
The Account ID for this managed object.
adapter GetConvergedinfraAdapterComplianceDetailsAdapter
additionalProperties String
ancestors List<GetConvergedinfraAdapterComplianceDetailsAncestor>
classId String
createTime String
The time when this managed object was created.
domainGroupMoid String
The DomainGroup ID for this managed object.
driverName String
The driver name (e.g. nenic, nfnic) of the adapter.
driverVersion String
The driver version of the adapter.
firmware String
The firmware version of the adapter.
hclStatus String
The HCL compatibility status for the adapter.* 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 the HCL status when it is not Approved.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
id String
modTime String
The time when this managed object was last modified.
model String
The model information of the adapter.
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
owners List<String>
parent GetConvergedinfraAdapterComplianceDetailsParent
permissionResources List<GetConvergedinfraAdapterComplianceDetailsPermissionResource>
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.
serverComplianceDetails GetConvergedinfraAdapterComplianceDetailsServerComplianceDetails
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.
storageCompliances List<GetConvergedinfraAdapterComplianceDetailsStorageCompliance>
tags List<GetConvergedinfraAdapterComplianceDetailsTag>
versionContext GetConvergedinfraAdapterComplianceDetailsVersionContext
accountMoid string
The Account ID for this managed object.
adapter GetConvergedinfraAdapterComplianceDetailsAdapter
additionalProperties string
ancestors GetConvergedinfraAdapterComplianceDetailsAncestor[]
classId string
createTime string
The time when this managed object was created.
domainGroupMoid string
The DomainGroup ID for this managed object.
driverName string
The driver name (e.g. nenic, nfnic) of the adapter.
driverVersion string
The driver version of the adapter.
firmware string
The firmware version of the adapter.
hclStatus string
The HCL compatibility status for the adapter.* 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 the HCL status when it is not Approved.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
id string
modTime string
The time when this managed object was last modified.
model string
The model information of the adapter.
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
owners string[]
parent GetConvergedinfraAdapterComplianceDetailsParent
permissionResources GetConvergedinfraAdapterComplianceDetailsPermissionResource[]
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.
serverComplianceDetails GetConvergedinfraAdapterComplianceDetailsServerComplianceDetails
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.
storageCompliances GetConvergedinfraAdapterComplianceDetailsStorageCompliance[]
tags GetConvergedinfraAdapterComplianceDetailsTag[]
versionContext GetConvergedinfraAdapterComplianceDetailsVersionContext
account_moid str
The Account ID for this managed object.
adapter GetConvergedinfraAdapterComplianceDetailsAdapter
additional_properties str
ancestors Sequence[GetConvergedinfraAdapterComplianceDetailsAncestor]
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.
driver_name str
The driver name (e.g. nenic, nfnic) of the adapter.
driver_version str
The driver version of the adapter.
firmware str
The firmware version of the adapter.
hcl_status str
The HCL compatibility status for the adapter.* 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 the HCL status when it is not Approved.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
id str
mod_time str
The time when this managed object was last modified.
model str
The model information of the adapter.
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
owners Sequence[str]
parent GetConvergedinfraAdapterComplianceDetailsParent
permission_resources Sequence[GetConvergedinfraAdapterComplianceDetailsPermissionResource]
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_compliance_details GetConvergedinfraAdapterComplianceDetailsServerComplianceDetails
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.
storage_compliances Sequence[GetConvergedinfraAdapterComplianceDetailsStorageCompliance]
tags Sequence[GetConvergedinfraAdapterComplianceDetailsTag]
version_context GetConvergedinfraAdapterComplianceDetailsVersionContext
accountMoid String
The Account ID for this managed object.
adapter Property Map
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.
driverName String
The driver name (e.g. nenic, nfnic) of the adapter.
driverVersion String
The driver version of the adapter.
firmware String
The firmware version of the adapter.
hclStatus String
The HCL compatibility status for the adapter.* 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 the HCL status when it is not Approved.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
id String
modTime String
The time when this managed object was last modified.
model String
The model information of the adapter.
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
owners List<String>
parent Property Map
permissionResources List<Property Map>
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.
serverComplianceDetails 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.
storageCompliances List<Property Map>
tags List<Property Map>
versionContext Property Map

getConvergedinfraAdapterComplianceDetails Result

The following output properties are available:

Id string
Results List<GetConvergedinfraAdapterComplianceDetailsResult>
AccountMoid string
Adapter GetConvergedinfraAdapterComplianceDetailsAdapter
AdditionalProperties string
Ancestors List<GetConvergedinfraAdapterComplianceDetailsAncestor>
ClassId string
CreateTime string
DomainGroupMoid string
DriverName string
DriverVersion string
Firmware string
HclStatus string
HclStatusReason string
ModTime string
Model string
Moid string
Name string
ObjectType string
Owners List<string>
Parent GetConvergedinfraAdapterComplianceDetailsParent
PermissionResources List<GetConvergedinfraAdapterComplianceDetailsPermissionResource>
Reason string
ServerComplianceDetails GetConvergedinfraAdapterComplianceDetailsServerComplianceDetails
SharedScope string
Status string
StorageCompliances List<GetConvergedinfraAdapterComplianceDetailsStorageCompliance>
Tags List<GetConvergedinfraAdapterComplianceDetailsTag>
VersionContext GetConvergedinfraAdapterComplianceDetailsVersionContext
Id string
Results []GetConvergedinfraAdapterComplianceDetailsResult
AccountMoid string
Adapter GetConvergedinfraAdapterComplianceDetailsAdapter
AdditionalProperties string
Ancestors []GetConvergedinfraAdapterComplianceDetailsAncestor
ClassId string
CreateTime string
DomainGroupMoid string
DriverName string
DriverVersion string
Firmware string
HclStatus string
HclStatusReason string
ModTime string
Model string
Moid string
Name string
ObjectType string
Owners []string
Parent GetConvergedinfraAdapterComplianceDetailsParent
PermissionResources []GetConvergedinfraAdapterComplianceDetailsPermissionResource
Reason string
ServerComplianceDetails GetConvergedinfraAdapterComplianceDetailsServerComplianceDetails
SharedScope string
Status string
StorageCompliances []GetConvergedinfraAdapterComplianceDetailsStorageCompliance
Tags []GetConvergedinfraAdapterComplianceDetailsTag
VersionContext GetConvergedinfraAdapterComplianceDetailsVersionContext
id String
results List<GetConvergedinfraAdapterComplianceDetailsResult>
accountMoid String
adapter GetConvergedinfraAdapterComplianceDetailsAdapter
additionalProperties String
ancestors List<GetConvergedinfraAdapterComplianceDetailsAncestor>
classId String
createTime String
domainGroupMoid String
driverName String
driverVersion String
firmware String
hclStatus String
hclStatusReason String
modTime String
model String
moid String
name String
objectType String
owners List<String>
parent GetConvergedinfraAdapterComplianceDetailsParent
permissionResources List<GetConvergedinfraAdapterComplianceDetailsPermissionResource>
reason String
serverComplianceDetails GetConvergedinfraAdapterComplianceDetailsServerComplianceDetails
sharedScope String
status String
storageCompliances List<GetConvergedinfraAdapterComplianceDetailsStorageCompliance>
tags List<GetConvergedinfraAdapterComplianceDetailsTag>
versionContext GetConvergedinfraAdapterComplianceDetailsVersionContext
id str
results Sequence[GetConvergedinfraAdapterComplianceDetailsResult]
account_moid str
adapter GetConvergedinfraAdapterComplianceDetailsAdapter
additional_properties str
ancestors Sequence[GetConvergedinfraAdapterComplianceDetailsAncestor]
class_id str
create_time str
domain_group_moid str
driver_name str
driver_version str
firmware str
hcl_status str
hcl_status_reason str
mod_time str
model str
moid str
name str
object_type str
owners Sequence[str]
parent GetConvergedinfraAdapterComplianceDetailsParent
permission_resources Sequence[GetConvergedinfraAdapterComplianceDetailsPermissionResource]
reason str
server_compliance_details GetConvergedinfraAdapterComplianceDetailsServerComplianceDetails
shared_scope str
status str
storage_compliances Sequence[GetConvergedinfraAdapterComplianceDetailsStorageCompliance]
tags Sequence[GetConvergedinfraAdapterComplianceDetailsTag]
version_context GetConvergedinfraAdapterComplianceDetailsVersionContext

Supporting Types

GetConvergedinfraAdapterComplianceDetailsAdapter

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

GetConvergedinfraAdapterComplianceDetailsAncestor

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

GetConvergedinfraAdapterComplianceDetailsParent

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

GetConvergedinfraAdapterComplianceDetailsPermissionResource

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

GetConvergedinfraAdapterComplianceDetailsResult

AccountMoid This property is required. string
The Account ID for this managed object.
Adapters This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultAdapter>
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultAncestor>
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
DriverName This property is required. string
The driver name (e.g. nenic, nfnic) of the adapter.
DriverVersion This property is required. string
The driver version of the adapter.
Firmware This property is required. string
The firmware version of the adapter.
HclStatus This property is required. string
The HCL compatibility status for the adapter.* 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 This property is required. string
The reason for the HCL status when it is not Approved.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
ModTime This property is required. string
The time when this managed object was last modified.
Model This property is required. string
The model information of the adapter.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
The name of the component for which the compliance is evaluated.
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultParent>
PermissionResources This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultPermissionResource>
Reason This property is required. 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.
ServerComplianceDetails This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultServerComplianceDetail>
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status This property is required. 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.
StorageCompliances This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultStorageCompliance>
Tags This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultTag>
VersionContexts This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
Adapters This property is required. []GetConvergedinfraAdapterComplianceDetailsResultAdapter
AdditionalProperties This property is required. string
Ancestors This property is required. []GetConvergedinfraAdapterComplianceDetailsResultAncestor
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
DriverName This property is required. string
The driver name (e.g. nenic, nfnic) of the adapter.
DriverVersion This property is required. string
The driver version of the adapter.
Firmware This property is required. string
The firmware version of the adapter.
HclStatus This property is required. string
The HCL compatibility status for the adapter.* 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 This property is required. string
The reason for the HCL status when it is not Approved.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
ModTime This property is required. string
The time when this managed object was last modified.
Model This property is required. string
The model information of the adapter.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
The name of the component for which the compliance is evaluated.
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetConvergedinfraAdapterComplianceDetailsResultParent
PermissionResources This property is required. []GetConvergedinfraAdapterComplianceDetailsResultPermissionResource
Reason This property is required. 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.
ServerComplianceDetails This property is required. []GetConvergedinfraAdapterComplianceDetailsResultServerComplianceDetail
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status This property is required. 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.
StorageCompliances This property is required. []GetConvergedinfraAdapterComplianceDetailsResultStorageCompliance
Tags This property is required. []GetConvergedinfraAdapterComplianceDetailsResultTag
VersionContexts This property is required. []GetConvergedinfraAdapterComplianceDetailsResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
adapters This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultAdapter>
additionalProperties This property is required. String
ancestors This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultAncestor>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
driverName This property is required. String
The driver name (e.g. nenic, nfnic) of the adapter.
driverVersion This property is required. String
The driver version of the adapter.
firmware This property is required. String
The firmware version of the adapter.
hclStatus This property is required. String
The HCL compatibility status for the adapter.* 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 This property is required. String
The reason for the HCL status when it is not Approved.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
modTime This property is required. String
The time when this managed object was last modified.
model This property is required. String
The model information of the adapter.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
The name of the component for which the compliance is evaluated.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultParent>
permissionResources This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultPermissionResource>
reason This property is required. 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.
serverComplianceDetails This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultServerComplianceDetail>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. 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.
storageCompliances This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultStorageCompliance>
tags This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultTag>
versionContexts This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
adapters This property is required. GetConvergedinfraAdapterComplianceDetailsResultAdapter[]
additionalProperties This property is required. string
ancestors This property is required. GetConvergedinfraAdapterComplianceDetailsResultAncestor[]
classId This property is required. string
createTime This property is required. string
The time when this managed object was created.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
driverName This property is required. string
The driver name (e.g. nenic, nfnic) of the adapter.
driverVersion This property is required. string
The driver version of the adapter.
firmware This property is required. string
The firmware version of the adapter.
hclStatus This property is required. string
The HCL compatibility status for the adapter.* 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 This property is required. string
The reason for the HCL status when it is not Approved.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
modTime This property is required. string
The time when this managed object was last modified.
model This property is required. string
The model information of the adapter.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
The name of the component for which the compliance is evaluated.
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetConvergedinfraAdapterComplianceDetailsResultParent[]
permissionResources This property is required. GetConvergedinfraAdapterComplianceDetailsResultPermissionResource[]
reason This property is required. 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.
serverComplianceDetails This property is required. GetConvergedinfraAdapterComplianceDetailsResultServerComplianceDetail[]
sharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. 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.
storageCompliances This property is required. GetConvergedinfraAdapterComplianceDetailsResultStorageCompliance[]
tags This property is required. GetConvergedinfraAdapterComplianceDetailsResultTag[]
versionContexts This property is required. GetConvergedinfraAdapterComplianceDetailsResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
adapters This property is required. Sequence[GetConvergedinfraAdapterComplianceDetailsResultAdapter]
additional_properties This property is required. str
ancestors This property is required. Sequence[GetConvergedinfraAdapterComplianceDetailsResultAncestor]
class_id This property is required. str
create_time This property is required. str
The time when this managed object was created.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
driver_name This property is required. str
The driver name (e.g. nenic, nfnic) of the adapter.
driver_version This property is required. str
The driver version of the adapter.
firmware This property is required. str
The firmware version of the adapter.
hcl_status This property is required. str
The HCL compatibility status for the adapter.* 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 This property is required. str
The reason for the HCL status when it is not Approved.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
mod_time This property is required. str
The time when this managed object was last modified.
model This property is required. str
The model information of the adapter.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
The name of the component for which the compliance is evaluated.
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetConvergedinfraAdapterComplianceDetailsResultParent]
permission_resources This property is required. Sequence[GetConvergedinfraAdapterComplianceDetailsResultPermissionResource]
reason This property is required. 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_compliance_details This property is required. Sequence[GetConvergedinfraAdapterComplianceDetailsResultServerComplianceDetail]
shared_scope This property is required. str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. 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.
storage_compliances This property is required. Sequence[GetConvergedinfraAdapterComplianceDetailsResultStorageCompliance]
tags This property is required. Sequence[GetConvergedinfraAdapterComplianceDetailsResultTag]
version_contexts This property is required. Sequence[GetConvergedinfraAdapterComplianceDetailsResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
adapters This property is required. List<Property Map>
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
driverName This property is required. String
The driver name (e.g. nenic, nfnic) of the adapter.
driverVersion This property is required. String
The driver version of the adapter.
firmware This property is required. String
The firmware version of the adapter.
hclStatus This property is required. String
The HCL compatibility status for the adapter.* 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 This property is required. String
The reason for the HCL status when it is not Approved.* Missing-Os-Driver-Info - The validation failed becaue the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given OS vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and OS vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, OS vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, OS vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, OS vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, OS vendor and version, component model, component firmware and driver version.
modTime This property is required. String
The time when this managed object was last modified.
model This property is required. String
The model information of the adapter.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
The name of the component for which the compliance is evaluated.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
reason This property is required. 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.
serverComplianceDetails This property is required. List<Property Map>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. 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.
storageCompliances This property is required. List<Property Map>
tags This property is required. List<Property Map>
versionContexts This property is required. List<Property Map>

GetConvergedinfraAdapterComplianceDetailsResultAdapter

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

GetConvergedinfraAdapterComplianceDetailsResultAncestor

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

GetConvergedinfraAdapterComplianceDetailsResultParent

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

GetConvergedinfraAdapterComplianceDetailsResultPermissionResource

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

GetConvergedinfraAdapterComplianceDetailsResultServerComplianceDetail

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

GetConvergedinfraAdapterComplianceDetailsResultStorageCompliance

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

GetConvergedinfraAdapterComplianceDetailsResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetConvergedinfraAdapterComplianceDetailsResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetConvergedinfraAdapterComplianceDetailsResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetConvergedinfraAdapterComplianceDetailsResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetConvergedinfraAdapterComplianceDetailsResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetConvergedinfraAdapterComplianceDetailsResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetConvergedinfraAdapterComplianceDetailsResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetConvergedinfraAdapterComplianceDetailsResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetConvergedinfraAdapterComplianceDetailsResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetConvergedinfraAdapterComplianceDetailsResultVersionContextInterestedMo

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

GetConvergedinfraAdapterComplianceDetailsResultVersionContextRefMo

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

GetConvergedinfraAdapterComplianceDetailsServerComplianceDetails

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

GetConvergedinfraAdapterComplianceDetailsStorageCompliance

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

GetConvergedinfraAdapterComplianceDetailsTag

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.

GetConvergedinfraAdapterComplianceDetailsVersionContext

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<GetConvergedinfraAdapterComplianceDetailsVersionContextInterestedMo>
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 GetConvergedinfraAdapterComplianceDetailsVersionContextRefMo
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 []GetConvergedinfraAdapterComplianceDetailsVersionContextInterestedMo
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 GetConvergedinfraAdapterComplianceDetailsVersionContextRefMo
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<GetConvergedinfraAdapterComplianceDetailsVersionContextInterestedMo>
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 GetConvergedinfraAdapterComplianceDetailsVersionContextRefMo
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 GetConvergedinfraAdapterComplianceDetailsVersionContextInterestedMo[]
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 GetConvergedinfraAdapterComplianceDetailsVersionContextRefMo
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[GetConvergedinfraAdapterComplianceDetailsVersionContextInterestedMo]
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 GetConvergedinfraAdapterComplianceDetailsVersionContextRefMo
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.

GetConvergedinfraAdapterComplianceDetailsVersionContextInterestedMo

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

GetConvergedinfraAdapterComplianceDetailsVersionContextRefMo

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.