published on Wednesday, Feb 18, 2026 by ciscodevnet
published on Wednesday, Feb 18, 2026 by ciscodevnet
The CustomHclStatus object represents the compliance status of a Cisco server against defined Custom Hcl baseline within an organization. It contains detailed insights into whether a server meets the specified hardware and software criteria set forth in the baseline.
Purpose
CustomHclStatus is crucial for monitoring and managing server compliance with organizational standards. It helps administrators identify non-compliant servers, understand the reasons for non-compliance, and take corrective actions to ensure that all servers adhere to the established custom Hcl baselines.
Key Concepts
- Compliance Status: Indicates whether a server is compliant or non-compliant with defined custom Hcl baselines.
- Detailed Properties: Includes various properties such as server model, generation, firmware, operating system details, and more for comprehensive status reporting.
- Relationships: Links to managed objects and custom Hcl baselines to provide context for compliance evaluations.
Using getCondCustomHclStatus
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCondCustomHclStatus(args: GetCondCustomHclStatusArgs, opts?: InvokeOptions): Promise<GetCondCustomHclStatusResult>
function getCondCustomHclStatusOutput(args: GetCondCustomHclStatusOutputArgs, opts?: InvokeOptions): Output<GetCondCustomHclStatusResult>def get_cond_custom_hcl_status(account_moid: Optional[str] = None,
adapters: Optional[Sequence[GetCondCustomHclStatusAdapter]] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetCondCustomHclStatusAncestor]] = None,
baseline_status_details: Optional[Sequence[GetCondCustomHclStatusBaselineStatusDetail]] = None,
cisco_hcl_status: Optional[str] = None,
class_id: Optional[str] = None,
compliant_baselines: Optional[Sequence[GetCondCustomHclStatusCompliantBaseline]] = None,
create_time: Optional[str] = None,
custom_hcl_status: Optional[str] = None,
domain_group_moid: Optional[str] = None,
firmware: Optional[str] = None,
generation: Optional[str] = None,
id: Optional[str] = None,
managed_object: Optional[GetCondCustomHclStatusManagedObject] = None,
management_mode: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
non_compliant_baselines: Optional[Sequence[GetCondCustomHclStatusNonCompliantBaseline]] = None,
object_type: Optional[str] = None,
organization: Optional[GetCondCustomHclStatusOrganization] = None,
os_vendor: Optional[str] = None,
os_version: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetCondCustomHclStatusParent] = None,
permission_resources: Optional[Sequence[GetCondCustomHclStatusPermissionResource]] = None,
personality: Optional[str] = None,
processor_family: Optional[str] = None,
processor_model: Optional[str] = None,
server_model: Optional[str] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[GetCondCustomHclStatusTag]] = None,
version_context: Optional[GetCondCustomHclStatusVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetCondCustomHclStatusResult
def get_cond_custom_hcl_status_output(account_moid: Optional[pulumi.Input[str]] = None,
adapters: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondCustomHclStatusAdapterArgs]]]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondCustomHclStatusAncestorArgs]]]] = None,
baseline_status_details: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondCustomHclStatusBaselineStatusDetailArgs]]]] = None,
cisco_hcl_status: Optional[pulumi.Input[str]] = None,
class_id: Optional[pulumi.Input[str]] = None,
compliant_baselines: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondCustomHclStatusCompliantBaselineArgs]]]] = None,
create_time: Optional[pulumi.Input[str]] = None,
custom_hcl_status: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
firmware: Optional[pulumi.Input[str]] = None,
generation: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
managed_object: Optional[pulumi.Input[GetCondCustomHclStatusManagedObjectArgs]] = None,
management_mode: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
non_compliant_baselines: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondCustomHclStatusNonCompliantBaselineArgs]]]] = None,
object_type: Optional[pulumi.Input[str]] = None,
organization: Optional[pulumi.Input[GetCondCustomHclStatusOrganizationArgs]] = None,
os_vendor: Optional[pulumi.Input[str]] = None,
os_version: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetCondCustomHclStatusParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondCustomHclStatusPermissionResourceArgs]]]] = None,
personality: Optional[pulumi.Input[str]] = None,
processor_family: Optional[pulumi.Input[str]] = None,
processor_model: Optional[pulumi.Input[str]] = None,
server_model: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondCustomHclStatusTagArgs]]]] = None,
version_context: Optional[pulumi.Input[GetCondCustomHclStatusVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCondCustomHclStatusResult]func LookupCondCustomHclStatus(ctx *Context, args *LookupCondCustomHclStatusArgs, opts ...InvokeOption) (*LookupCondCustomHclStatusResult, error)
func LookupCondCustomHclStatusOutput(ctx *Context, args *LookupCondCustomHclStatusOutputArgs, opts ...InvokeOption) LookupCondCustomHclStatusResultOutput> Note: This function is named LookupCondCustomHclStatus in the Go SDK.
public static class GetCondCustomHclStatus
{
public static Task<GetCondCustomHclStatusResult> InvokeAsync(GetCondCustomHclStatusArgs args, InvokeOptions? opts = null)
public static Output<GetCondCustomHclStatusResult> Invoke(GetCondCustomHclStatusInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCondCustomHclStatusResult> getCondCustomHclStatus(GetCondCustomHclStatusArgs args, InvokeOptions options)
public static Output<GetCondCustomHclStatusResult> getCondCustomHclStatus(GetCondCustomHclStatusArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getCondCustomHclStatus:getCondCustomHclStatus
arguments:
# arguments dictionaryThe following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Adapters
List<Get
Cond Custom Hcl Status Adapter> - Additional
Properties string - Ancestors
List<Get
Cond Custom Hcl Status Ancestor> - Baseline
Status List<GetDetails Cond Custom Hcl Status Baseline Status Detail> - Cisco
Hcl stringStatus - The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.*
Incomplete- This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Not-Found- At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.*Not-Listed- At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.*Validated- At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.*Not-Evaluated- At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - Class
Id string - Compliant
Baselines List<GetCond Custom Hcl Status Compliant Baseline> - Create
Time string - The time when this managed object was created.
- Custom
Hcl stringStatus - The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.*
NonCompliantToBaseline- The server is non compliant to any custom Hcl baseline.*CompliantToBaseline- The server is compliant to one or all the defined custom Hcl baseline. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Firmware string
- The firmware version currently running on the server.
- Generation string
- It specifies the generation of the server like M6, M7, M8 etc.
- Id string
- Managed
Object GetCond Custom Hcl Status Managed Object - Management
Mode string - The management mode through which the server is connected to Intersight, such as standalone or managed mode.*
IntersightStandalone- Intersight Standalone mode of operation.*UCSM- Unified Computing System Manager mode of operation.*Intersight- Intersight managed mode of operation. - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- It specifies the server name or model.
- Non
Compliant List<GetBaselines Cond Custom Hcl Status Non Compliant Baseline> - Object
Type string - Organization
Get
Cond Custom Hcl Status Organization - Os
Vendor string - The operating System vendor of the server.
- Os
Version string - The operating System version of the server.
- Owners List<string>
- Parent
Get
Cond Custom Hcl Status Parent - Permission
Resources List<GetCond Custom Hcl Status Permission Resource> - Personality string
- Unique identity of added software personality.
- Processor
Family string - The processor family of the specified processor model associated with the server.
- Processor
Model string - The processor model associated with the server.
- Server
Model string - It specifies the server model or Product ID (PID).
- 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.
-
List<Get
Cond Custom Hcl Status Tag> - Version
Context GetCond Custom Hcl Status Version Context
- Account
Moid string - The Account ID for this managed object.
- Adapters
[]Get
Cond Custom Hcl Status Adapter - Additional
Properties string - Ancestors
[]Get
Cond Custom Hcl Status Ancestor - Baseline
Status []GetDetails Cond Custom Hcl Status Baseline Status Detail - Cisco
Hcl stringStatus - The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.*
Incomplete- This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Not-Found- At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.*Not-Listed- At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.*Validated- At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.*Not-Evaluated- At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - Class
Id string - Compliant
Baselines []GetCond Custom Hcl Status Compliant Baseline - Create
Time string - The time when this managed object was created.
- Custom
Hcl stringStatus - The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.*
NonCompliantToBaseline- The server is non compliant to any custom Hcl baseline.*CompliantToBaseline- The server is compliant to one or all the defined custom Hcl baseline. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Firmware string
- The firmware version currently running on the server.
- Generation string
- It specifies the generation of the server like M6, M7, M8 etc.
- Id string
- Managed
Object GetCond Custom Hcl Status Managed Object - Management
Mode string - The management mode through which the server is connected to Intersight, such as standalone or managed mode.*
IntersightStandalone- Intersight Standalone mode of operation.*UCSM- Unified Computing System Manager mode of operation.*Intersight- Intersight managed mode of operation. - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- It specifies the server name or model.
- Non
Compliant []GetBaselines Cond Custom Hcl Status Non Compliant Baseline - Object
Type string - Organization
Get
Cond Custom Hcl Status Organization - Os
Vendor string - The operating System vendor of the server.
- Os
Version string - The operating System version of the server.
- Owners []string
- Parent
Get
Cond Custom Hcl Status Parent - Permission
Resources []GetCond Custom Hcl Status Permission Resource - Personality string
- Unique identity of added software personality.
- Processor
Family string - The processor family of the specified processor model associated with the server.
- Processor
Model string - The processor model associated with the server.
- Server
Model string - It specifies the server model or Product ID (PID).
- 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.
-
[]Get
Cond Custom Hcl Status Tag - Version
Context GetCond Custom Hcl Status Version Context
- account
Moid String - The Account ID for this managed object.
- adapters
List<Get
Cond Custom Hcl Status Adapter> - additional
Properties String - ancestors
List<Get
Cond Custom Hcl Status Ancestor> - baseline
Status List<GetDetails Cond Custom Hcl Status Baseline Status Detail> - cisco
Hcl StringStatus - The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.*
Incomplete- This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Not-Found- At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.*Not-Listed- At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.*Validated- At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.*Not-Evaluated- At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - class
Id String - compliant
Baselines List<GetCond Custom Hcl Status Compliant Baseline> - create
Time String - The time when this managed object was created.
- custom
Hcl StringStatus - The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.*
NonCompliantToBaseline- The server is non compliant to any custom Hcl baseline.*CompliantToBaseline- The server is compliant to one or all the defined custom Hcl baseline. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- firmware String
- The firmware version currently running on the server.
- generation String
- It specifies the generation of the server like M6, M7, M8 etc.
- id String
- managed
Object GetCond Custom Hcl Status Managed Object - management
Mode String - The management mode through which the server is connected to Intersight, such as standalone or managed mode.*
IntersightStandalone- Intersight Standalone mode of operation.*UCSM- Unified Computing System Manager mode of operation.*Intersight- Intersight managed mode of operation. - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- It specifies the server name or model.
- non
Compliant List<GetBaselines Cond Custom Hcl Status Non Compliant Baseline> - object
Type String - organization
Get
Cond Custom Hcl Status Organization - os
Vendor String - The operating System vendor of the server.
- os
Version String - The operating System version of the server.
- owners List<String>
- parent
Get
Cond Custom Hcl Status Parent - permission
Resources List<GetCond Custom Hcl Status Permission Resource> - personality String
- Unique identity of added software personality.
- processor
Family String - The processor family of the specified processor model associated with the server.
- processor
Model String - The processor model associated with the server.
- server
Model String - It specifies the server model or Product ID (PID).
- 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.
-
List<Get
Cond Custom Hcl Status Tag> - version
Context GetCond Custom Hcl Status Version Context
- account
Moid string - The Account ID for this managed object.
- adapters
Get
Cond Custom Hcl Status Adapter[] - additional
Properties string - ancestors
Get
Cond Custom Hcl Status Ancestor[] - baseline
Status GetDetails Cond Custom Hcl Status Baseline Status Detail[] - cisco
Hcl stringStatus - The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.*
Incomplete- This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Not-Found- At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.*Not-Listed- At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.*Validated- At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.*Not-Evaluated- At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - class
Id string - compliant
Baselines GetCond Custom Hcl Status Compliant Baseline[] - create
Time string - The time when this managed object was created.
- custom
Hcl stringStatus - The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.*
NonCompliantToBaseline- The server is non compliant to any custom Hcl baseline.*CompliantToBaseline- The server is compliant to one or all the defined custom Hcl baseline. - domain
Group stringMoid - The DomainGroup ID for this managed object.
- firmware string
- The firmware version currently running on the server.
- generation string
- It specifies the generation of the server like M6, M7, M8 etc.
- id string
- managed
Object GetCond Custom Hcl Status Managed Object - management
Mode string - The management mode through which the server is connected to Intersight, such as standalone or managed mode.*
IntersightStandalone- Intersight Standalone mode of operation.*UCSM- Unified Computing System Manager mode of operation.*Intersight- Intersight managed mode of operation. - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- It specifies the server name or model.
- non
Compliant GetBaselines Cond Custom Hcl Status Non Compliant Baseline[] - object
Type string - organization
Get
Cond Custom Hcl Status Organization - os
Vendor string - The operating System vendor of the server.
- os
Version string - The operating System version of the server.
- owners string[]
- parent
Get
Cond Custom Hcl Status Parent - permission
Resources GetCond Custom Hcl Status Permission Resource[] - personality string
- Unique identity of added software personality.
- processor
Family string - The processor family of the specified processor model associated with the server.
- processor
Model string - The processor model associated with the server.
- server
Model string - It specifies the server model or Product ID (PID).
- 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.
-
Get
Cond Custom Hcl Status Tag[] - version
Context GetCond Custom Hcl Status Version Context
- account_
moid str - The Account ID for this managed object.
- adapters
Sequence[Get
Cond Custom Hcl Status Adapter] - additional_
properties str - ancestors
Sequence[Get
Cond Custom Hcl Status Ancestor] - baseline_
status_ Sequence[Getdetails Cond Custom Hcl Status Baseline Status Detail] - cisco_
hcl_ strstatus - The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.*
Incomplete- This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Not-Found- At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.*Not-Listed- At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.*Validated- At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.*Not-Evaluated- At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - class_
id str - compliant_
baselines Sequence[GetCond Custom Hcl Status Compliant Baseline] - create_
time str - The time when this managed object was created.
- custom_
hcl_ strstatus - The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.*
NonCompliantToBaseline- The server is non compliant to any custom Hcl baseline.*CompliantToBaseline- The server is compliant to one or all the defined custom Hcl baseline. - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- firmware str
- The firmware version currently running on the server.
- generation str
- It specifies the generation of the server like M6, M7, M8 etc.
- id str
- managed_
object GetCond Custom Hcl Status Managed Object - management_
mode str - The management mode through which the server is connected to Intersight, such as standalone or managed mode.*
IntersightStandalone- Intersight Standalone mode of operation.*UCSM- Unified Computing System Manager mode of operation.*Intersight- Intersight managed mode of operation. - mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- It specifies the server name or model.
- non_
compliant_ Sequence[Getbaselines Cond Custom Hcl Status Non Compliant Baseline] - object_
type str - organization
Get
Cond Custom Hcl Status Organization - os_
vendor str - The operating System vendor of the server.
- os_
version str - The operating System version of the server.
- owners Sequence[str]
- parent
Get
Cond Custom Hcl Status Parent - permission_
resources Sequence[GetCond Custom Hcl Status Permission Resource] - personality str
- Unique identity of added software personality.
- processor_
family str - The processor family of the specified processor model associated with the server.
- processor_
model str - The processor model associated with the server.
- server_
model str - It specifies the server model or Product ID (PID).
- 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.
-
Sequence[Get
Cond Custom Hcl Status Tag] - version_
context GetCond Custom Hcl Status Version Context
- account
Moid String - The Account ID for this managed object.
- adapters List<Property Map>
- additional
Properties String - ancestors List<Property Map>
- baseline
Status List<Property Map>Details - cisco
Hcl StringStatus - The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.*
Incomplete- This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Not-Found- At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.*Not-Listed- At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.*Validated- At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.*Not-Evaluated- At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - class
Id String - compliant
Baselines List<Property Map> - create
Time String - The time when this managed object was created.
- custom
Hcl StringStatus - The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.*
NonCompliantToBaseline- The server is non compliant to any custom Hcl baseline.*CompliantToBaseline- The server is compliant to one or all the defined custom Hcl baseline. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- firmware String
- The firmware version currently running on the server.
- generation String
- It specifies the generation of the server like M6, M7, M8 etc.
- id String
- managed
Object Property Map - management
Mode String - The management mode through which the server is connected to Intersight, such as standalone or managed mode.*
IntersightStandalone- Intersight Standalone mode of operation.*UCSM- Unified Computing System Manager mode of operation.*Intersight- Intersight managed mode of operation. - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- It specifies the server name or model.
- non
Compliant List<Property Map>Baselines - object
Type String - organization Property Map
- os
Vendor String - The operating System vendor of the server.
- os
Version String - The operating System version of the server.
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - personality String
- Unique identity of added software personality.
- processor
Family String - The processor family of the specified processor model associated with the server.
- processor
Model String - The processor model associated with the server.
- server
Model String - It specifies the server model or Product ID (PID).
- 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.
- List<Property Map>
- version
Context Property Map
getCondCustomHclStatus Result
The following output properties are available:
- Id string
- Results
List<Get
Cond Custom Hcl Status Result> - Account
Moid string - Adapters
List<Get
Cond Custom Hcl Status Adapter> - Additional
Properties string - Ancestors
List<Get
Cond Custom Hcl Status Ancestor> - Baseline
Status List<GetDetails Cond Custom Hcl Status Baseline Status Detail> - Cisco
Hcl stringStatus - Class
Id string - Compliant
Baselines List<GetCond Custom Hcl Status Compliant Baseline> - Create
Time string - Custom
Hcl stringStatus - Domain
Group stringMoid - Firmware string
- Generation string
- Managed
Object GetCond Custom Hcl Status Managed Object - Management
Mode string - Mod
Time string - Moid string
- Name string
- Non
Compliant List<GetBaselines Cond Custom Hcl Status Non Compliant Baseline> - Object
Type string - Organization
Get
Cond Custom Hcl Status Organization - Os
Vendor string - Os
Version string - Owners List<string>
- Parent
Get
Cond Custom Hcl Status Parent - Permission
Resources List<GetCond Custom Hcl Status Permission Resource> - Personality string
- Processor
Family string - Processor
Model string - Server
Model string - string
-
List<Get
Cond Custom Hcl Status Tag> - Version
Context GetCond Custom Hcl Status Version Context
- Id string
- Results
[]Get
Cond Custom Hcl Status Result - Account
Moid string - Adapters
[]Get
Cond Custom Hcl Status Adapter - Additional
Properties string - Ancestors
[]Get
Cond Custom Hcl Status Ancestor - Baseline
Status []GetDetails Cond Custom Hcl Status Baseline Status Detail - Cisco
Hcl stringStatus - Class
Id string - Compliant
Baselines []GetCond Custom Hcl Status Compliant Baseline - Create
Time string - Custom
Hcl stringStatus - Domain
Group stringMoid - Firmware string
- Generation string
- Managed
Object GetCond Custom Hcl Status Managed Object - Management
Mode string - Mod
Time string - Moid string
- Name string
- Non
Compliant []GetBaselines Cond Custom Hcl Status Non Compliant Baseline - Object
Type string - Organization
Get
Cond Custom Hcl Status Organization - Os
Vendor string - Os
Version string - Owners []string
- Parent
Get
Cond Custom Hcl Status Parent - Permission
Resources []GetCond Custom Hcl Status Permission Resource - Personality string
- Processor
Family string - Processor
Model string - Server
Model string - string
-
[]Get
Cond Custom Hcl Status Tag - Version
Context GetCond Custom Hcl Status Version Context
- id String
- results
List<Get
Cond Custom Hcl Status Result> - account
Moid String - adapters
List<Get
Cond Custom Hcl Status Adapter> - additional
Properties String - ancestors
List<Get
Cond Custom Hcl Status Ancestor> - baseline
Status List<GetDetails Cond Custom Hcl Status Baseline Status Detail> - cisco
Hcl StringStatus - class
Id String - compliant
Baselines List<GetCond Custom Hcl Status Compliant Baseline> - create
Time String - custom
Hcl StringStatus - domain
Group StringMoid - firmware String
- generation String
- managed
Object GetCond Custom Hcl Status Managed Object - management
Mode String - mod
Time String - moid String
- name String
- non
Compliant List<GetBaselines Cond Custom Hcl Status Non Compliant Baseline> - object
Type String - organization
Get
Cond Custom Hcl Status Organization - os
Vendor String - os
Version String - owners List<String>
- parent
Get
Cond Custom Hcl Status Parent - permission
Resources List<GetCond Custom Hcl Status Permission Resource> - personality String
- processor
Family String - processor
Model String - server
Model String - String
-
List<Get
Cond Custom Hcl Status Tag> - version
Context GetCond Custom Hcl Status Version Context
- id string
- results
Get
Cond Custom Hcl Status Result[] - account
Moid string - adapters
Get
Cond Custom Hcl Status Adapter[] - additional
Properties string - ancestors
Get
Cond Custom Hcl Status Ancestor[] - baseline
Status GetDetails Cond Custom Hcl Status Baseline Status Detail[] - cisco
Hcl stringStatus - class
Id string - compliant
Baselines GetCond Custom Hcl Status Compliant Baseline[] - create
Time string - custom
Hcl stringStatus - domain
Group stringMoid - firmware string
- generation string
- managed
Object GetCond Custom Hcl Status Managed Object - management
Mode string - mod
Time string - moid string
- name string
- non
Compliant GetBaselines Cond Custom Hcl Status Non Compliant Baseline[] - object
Type string - organization
Get
Cond Custom Hcl Status Organization - os
Vendor string - os
Version string - owners string[]
- parent
Get
Cond Custom Hcl Status Parent - permission
Resources GetCond Custom Hcl Status Permission Resource[] - personality string
- processor
Family string - processor
Model string - server
Model string - string
-
Get
Cond Custom Hcl Status Tag[] - version
Context GetCond Custom Hcl Status Version Context
- id str
- results
Sequence[Get
Cond Custom Hcl Status Result] - account_
moid str - adapters
Sequence[Get
Cond Custom Hcl Status Adapter] - additional_
properties str - ancestors
Sequence[Get
Cond Custom Hcl Status Ancestor] - baseline_
status_ Sequence[Getdetails Cond Custom Hcl Status Baseline Status Detail] - cisco_
hcl_ strstatus - class_
id str - compliant_
baselines Sequence[GetCond Custom Hcl Status Compliant Baseline] - create_
time str - custom_
hcl_ strstatus - domain_
group_ strmoid - firmware str
- generation str
- managed_
object GetCond Custom Hcl Status Managed Object - management_
mode str - mod_
time str - moid str
- name str
- non_
compliant_ Sequence[Getbaselines Cond Custom Hcl Status Non Compliant Baseline] - object_
type str - organization
Get
Cond Custom Hcl Status Organization - os_
vendor str - os_
version str - owners Sequence[str]
- parent
Get
Cond Custom Hcl Status Parent - permission_
resources Sequence[GetCond Custom Hcl Status Permission Resource] - personality str
- processor_
family str - processor_
model str - server_
model str - str
-
Sequence[Get
Cond Custom Hcl Status Tag] - version_
context GetCond Custom Hcl Status Version Context
- id String
- results List<Property Map>
- account
Moid String - adapters List<Property Map>
- additional
Properties String - ancestors List<Property Map>
- baseline
Status List<Property Map>Details - cisco
Hcl StringStatus - class
Id String - compliant
Baselines List<Property Map> - create
Time String - custom
Hcl StringStatus - domain
Group StringMoid - firmware String
- generation String
- managed
Object Property Map - management
Mode String - mod
Time String - moid String
- name String
- non
Compliant List<Property Map>Baselines - object
Type String - organization Property Map
- os
Vendor String - os
Version String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - personality String
- processor
Family String - processor
Model String - server
Model String - String
- List<Property Map>
- version
Context Property Map
Supporting Types
GetCondCustomHclStatusAdapter
- Adapter
Get
Cond Custom Hcl Status Adapter Adapter - The adapter relationship object to identify adapter in inventory.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Driver
Name string - It specifies the name of the driver supported by the adapter.
- Driver
Version string - It specifies the version of the driver installed for the adapter.
- Firmware string
- The firmware version currently running on the server.
- Hcl
Reason string - The reason for the Cisco HCL validation status, more useful when status is NotListed.
Missing-Os-Driver-Info- The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system information.Incompatible-Server-With-Component- The validation failed for this component because he server model and component model combination was not found in the HCL.Incompatible-Processor- The validation failed because the given processor was not found for the given server PID.Incompatible-Os-Info- The validation failed because the given operating system vendor and version was not found in HCL for the server PID and processor combination.Incompatible-Component-Model- The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and operating system vendor and version.Incompatible-Firmware- The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, operating system vendor and version and component model.Incompatible-Driver- The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version, server firmware and component firmware.Incompatible-Firmware-Driver- The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version and server firmware.Service-Unavailable- The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.Service-Error- The validation has failed because the HCL data service has return a service error or unrecognized result.Unrecognized-Protocol- The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.Not-Evaluated- The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.Compatible- The validation has passed for this server PID, processor, operating system vendor and version, component model, component firmware and driver version.
- Hcl
Status string - The Cisco HCL validation status of the adapter.
Incomplete- This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.Not-Found- At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.Not-Listed- At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.Validated- At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.Not-Evaluated- At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
- Model string
- It specifies the model name or Product ID (PID) of the adapter.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- It specifies the type of the adapter, such as Network Adapter, Storage Controller, or GPU.
Unknown- It indicates no adapter type. it is used when component type enum is not defined.NetworkAdapter- Indicates network adapter.StorageController- Indicates Storage controller.GPU- It refers to Graphics Processing Unit (GPU) adapters, which are used for rendering graphics and performing parallel processing tasks.SSD- It refers NVME solid state drives (SSD) drives.
- Vendor string
- It specifies the vendor or manufacturer of the adapter.
- Adapter
Get
Cond Custom Hcl Status Adapter Adapter - The adapter relationship object to identify adapter in inventory.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Driver
Name string - It specifies the name of the driver supported by the adapter.
- Driver
Version string - It specifies the version of the driver installed for the adapter.
- Firmware string
- The firmware version currently running on the server.
- Hcl
Reason string - The reason for the Cisco HCL validation status, more useful when status is NotListed.
Missing-Os-Driver-Info- The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system information.Incompatible-Server-With-Component- The validation failed for this component because he server model and component model combination was not found in the HCL.Incompatible-Processor- The validation failed because the given processor was not found for the given server PID.Incompatible-Os-Info- The validation failed because the given operating system vendor and version was not found in HCL for the server PID and processor combination.Incompatible-Component-Model- The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and operating system vendor and version.Incompatible-Firmware- The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, operating system vendor and version and component model.Incompatible-Driver- The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version, server firmware and component firmware.Incompatible-Firmware-Driver- The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version and server firmware.Service-Unavailable- The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.Service-Error- The validation has failed because the HCL data service has return a service error or unrecognized result.Unrecognized-Protocol- The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.Not-Evaluated- The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.Compatible- The validation has passed for this server PID, processor, operating system vendor and version, component model, component firmware and driver version.
- Hcl
Status string - The Cisco HCL validation status of the adapter.
Incomplete- This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.Not-Found- At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.Not-Listed- At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.Validated- At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.Not-Evaluated- At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
- Model string
- It specifies the model name or Product ID (PID) of the adapter.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- It specifies the type of the adapter, such as Network Adapter, Storage Controller, or GPU.
Unknown- It indicates no adapter type. it is used when component type enum is not defined.NetworkAdapter- Indicates network adapter.StorageController- Indicates Storage controller.GPU- It refers to Graphics Processing Unit (GPU) adapters, which are used for rendering graphics and performing parallel processing tasks.SSD- It refers NVME solid state drives (SSD) drives.
- Vendor string
- It specifies the vendor or manufacturer of the adapter.
- adapter
Get
Cond Custom Hcl Status Adapter Adapter - The adapter relationship object to identify adapter in inventory.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- driver
Name String - It specifies the name of the driver supported by the adapter.
- driver
Version String - It specifies the version of the driver installed for the adapter.
- firmware String
- The firmware version currently running on the server.
- hcl
Reason String - The reason for the Cisco HCL validation status, more useful when status is NotListed.
Missing-Os-Driver-Info- The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system information.Incompatible-Server-With-Component- The validation failed for this component because he server model and component model combination was not found in the HCL.Incompatible-Processor- The validation failed because the given processor was not found for the given server PID.Incompatible-Os-Info- The validation failed because the given operating system vendor and version was not found in HCL for the server PID and processor combination.Incompatible-Component-Model- The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and operating system vendor and version.Incompatible-Firmware- The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, operating system vendor and version and component model.Incompatible-Driver- The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version, server firmware and component firmware.Incompatible-Firmware-Driver- The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version and server firmware.Service-Unavailable- The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.Service-Error- The validation has failed because the HCL data service has return a service error or unrecognized result.Unrecognized-Protocol- The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.Not-Evaluated- The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.Compatible- The validation has passed for this server PID, processor, operating system vendor and version, component model, component firmware and driver version.
- hcl
Status String - The Cisco HCL validation status of the adapter.
Incomplete- This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.Not-Found- At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.Not-Listed- At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.Validated- At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.Not-Evaluated- At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
- model String
- It specifies the model name or Product ID (PID) of the adapter.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- It specifies the type of the adapter, such as Network Adapter, Storage Controller, or GPU.
Unknown- It indicates no adapter type. it is used when component type enum is not defined.NetworkAdapter- Indicates network adapter.StorageController- Indicates Storage controller.GPU- It refers to Graphics Processing Unit (GPU) adapters, which are used for rendering graphics and performing parallel processing tasks.SSD- It refers NVME solid state drives (SSD) drives.
- vendor String
- It specifies the vendor or manufacturer of the adapter.
- adapter
Get
Cond Custom Hcl Status Adapter Adapter - The adapter relationship object to identify adapter in inventory.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- driver
Name string - It specifies the name of the driver supported by the adapter.
- driver
Version string - It specifies the version of the driver installed for the adapter.
- firmware string
- The firmware version currently running on the server.
- hcl
Reason string - The reason for the Cisco HCL validation status, more useful when status is NotListed.
Missing-Os-Driver-Info- The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system information.Incompatible-Server-With-Component- The validation failed for this component because he server model and component model combination was not found in the HCL.Incompatible-Processor- The validation failed because the given processor was not found for the given server PID.Incompatible-Os-Info- The validation failed because the given operating system vendor and version was not found in HCL for the server PID and processor combination.Incompatible-Component-Model- The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and operating system vendor and version.Incompatible-Firmware- The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, operating system vendor and version and component model.Incompatible-Driver- The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version, server firmware and component firmware.Incompatible-Firmware-Driver- The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version and server firmware.Service-Unavailable- The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.Service-Error- The validation has failed because the HCL data service has return a service error or unrecognized result.Unrecognized-Protocol- The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.Not-Evaluated- The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.Compatible- The validation has passed for this server PID, processor, operating system vendor and version, component model, component firmware and driver version.
- hcl
Status string - The Cisco HCL validation status of the adapter.
Incomplete- This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.Not-Found- At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.Not-Listed- At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.Validated- At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.Not-Evaluated- At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
- model string
- It specifies the model name or Product ID (PID) of the adapter.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type string
- It specifies the type of the adapter, such as Network Adapter, Storage Controller, or GPU.
Unknown- It indicates no adapter type. it is used when component type enum is not defined.NetworkAdapter- Indicates network adapter.StorageController- Indicates Storage controller.GPU- It refers to Graphics Processing Unit (GPU) adapters, which are used for rendering graphics and performing parallel processing tasks.SSD- It refers NVME solid state drives (SSD) drives.
- vendor string
- It specifies the vendor or manufacturer of the adapter.
- adapter
Get
Cond Custom Hcl Status Adapter Adapter - The adapter relationship object to identify adapter in inventory.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- driver_
name str - It specifies the name of the driver supported by the adapter.
- driver_
version str - It specifies the version of the driver installed for the adapter.
- firmware str
- The firmware version currently running on the server.
- hcl_
reason str - The reason for the Cisco HCL validation status, more useful when status is NotListed.
Missing-Os-Driver-Info- The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system information.Incompatible-Server-With-Component- The validation failed for this component because he server model and component model combination was not found in the HCL.Incompatible-Processor- The validation failed because the given processor was not found for the given server PID.Incompatible-Os-Info- The validation failed because the given operating system vendor and version was not found in HCL for the server PID and processor combination.Incompatible-Component-Model- The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and operating system vendor and version.Incompatible-Firmware- The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, operating system vendor and version and component model.Incompatible-Driver- The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version, server firmware and component firmware.Incompatible-Firmware-Driver- The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version and server firmware.Service-Unavailable- The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.Service-Error- The validation has failed because the HCL data service has return a service error or unrecognized result.Unrecognized-Protocol- The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.Not-Evaluated- The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.Compatible- The validation has passed for this server PID, processor, operating system vendor and version, component model, component firmware and driver version.
- hcl_
status str - The Cisco HCL validation status of the adapter.
Incomplete- This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.Not-Found- At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.Not-Listed- At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.Validated- At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.Not-Evaluated- At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
- model str
- It specifies the model name or Product ID (PID) of the adapter.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type str
- It specifies the type of the adapter, such as Network Adapter, Storage Controller, or GPU.
Unknown- It indicates no adapter type. it is used when component type enum is not defined.NetworkAdapter- Indicates network adapter.StorageController- Indicates Storage controller.GPU- It refers to Graphics Processing Unit (GPU) adapters, which are used for rendering graphics and performing parallel processing tasks.SSD- It refers NVME solid state drives (SSD) drives.
- vendor str
- It specifies the vendor or manufacturer of the adapter.
- adapter Property Map
- The adapter relationship object to identify adapter in inventory.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- driver
Name String - It specifies the name of the driver supported by the adapter.
- driver
Version String - It specifies the version of the driver installed for the adapter.
- firmware String
- The firmware version currently running on the server.
- hcl
Reason String - The reason for the Cisco HCL validation status, more useful when status is NotListed.
Missing-Os-Driver-Info- The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system information.Incompatible-Server-With-Component- The validation failed for this component because he server model and component model combination was not found in the HCL.Incompatible-Processor- The validation failed because the given processor was not found for the given server PID.Incompatible-Os-Info- The validation failed because the given operating system vendor and version was not found in HCL for the server PID and processor combination.Incompatible-Component-Model- The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and operating system vendor and version.Incompatible-Firmware- The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, operating system vendor and version and component model.Incompatible-Driver- The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version, server firmware and component firmware.Incompatible-Firmware-Driver- The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version and server firmware.Service-Unavailable- The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.Service-Error- The validation has failed because the HCL data service has return a service error or unrecognized result.Unrecognized-Protocol- The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.Not-Evaluated- The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.Compatible- The validation has passed for this server PID, processor, operating system vendor and version, component model, component firmware and driver version.
- hcl
Status String - The Cisco HCL validation status of the adapter.
Incomplete- This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.Not-Found- At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.Not-Listed- At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.Validated- At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.Not-Evaluated- At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
- model String
- It specifies the model name or Product ID (PID) of the adapter.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- It specifies the type of the adapter, such as Network Adapter, Storage Controller, or GPU.
Unknown- It indicates no adapter type. it is used when component type enum is not defined.NetworkAdapter- Indicates network adapter.StorageController- Indicates Storage controller.GPU- It refers to Graphics Processing Unit (GPU) adapters, which are used for rendering graphics and performing parallel processing tasks.SSD- It refers NVME solid state drives (SSD) drives.
- vendor String
- It specifies the vendor or manufacturer of the adapter.
GetCondCustomHclStatusAdapterAdapter
- Additional
Properties string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondCustomHclStatusAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondCustomHclStatusBaselineStatusDetail
- Adapter
Compliance string - Adapter compliance status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- Adapter
Reason string - Reason for the component status as per the referred custom Hcl baseline.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- Adapters
Statuses List<GetCond Custom Hcl Status Baseline Status Detail Adapters Status> - Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Custom
Hcl GetBaseline Cond Custom Hcl Status Baseline Status Detail Custom Hcl Baseline - Reference to the custom HCL baseline.
- Hardware
Compliance string - Hardware compliance status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- Hardware
Reason string - Reason for the hardware status as per the referred custom Hcl baseline.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Reason string
- Reason for the current baseline status.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- Software
Compliance string - Software compliance status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- Software
Reason string - Reason for the software status as per referred custom Hcl baseline.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- Status string
- Status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- Validation
Time string - It specifies baseline status validation time.
- Adapter
Compliance string - Adapter compliance status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- Adapter
Reason string - Reason for the component status as per the referred custom Hcl baseline.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- Adapters
Statuses []GetCond Custom Hcl Status Baseline Status Detail Adapters Status - Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Custom
Hcl GetBaseline Cond Custom Hcl Status Baseline Status Detail Custom Hcl Baseline - Reference to the custom HCL baseline.
- Hardware
Compliance string - Hardware compliance status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- Hardware
Reason string - Reason for the hardware status as per the referred custom Hcl baseline.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Reason string
- Reason for the current baseline status.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- Software
Compliance string - Software compliance status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- Software
Reason string - Reason for the software status as per referred custom Hcl baseline.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- Status string
- Status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- Validation
Time string - It specifies baseline status validation time.
- adapter
Compliance String - Adapter compliance status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- adapter
Reason String - Reason for the component status as per the referred custom Hcl baseline.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- adapters
Statuses List<GetCond Custom Hcl Status Baseline Status Detail Adapters Status> - additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- custom
Hcl GetBaseline Cond Custom Hcl Status Baseline Status Detail Custom Hcl Baseline - Reference to the custom HCL baseline.
- hardware
Compliance String - Hardware compliance status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- hardware
Reason String - Reason for the hardware status as per the referred custom Hcl baseline.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason String
- Reason for the current baseline status.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- software
Compliance String - Software compliance status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- software
Reason String - Reason for the software status as per referred custom Hcl baseline.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- status String
- Status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- validation
Time String - It specifies baseline status validation time.
- adapter
Compliance string - Adapter compliance status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- adapter
Reason string - Reason for the component status as per the referred custom Hcl baseline.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- adapters
Statuses GetCond Custom Hcl Status Baseline Status Detail Adapters Status[] - additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- custom
Hcl GetBaseline Cond Custom Hcl Status Baseline Status Detail Custom Hcl Baseline - Reference to the custom HCL baseline.
- hardware
Compliance string - Hardware compliance status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- hardware
Reason string - Reason for the hardware status as per the referred custom Hcl baseline.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason string
- Reason for the current baseline status.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- software
Compliance string - Software compliance status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- software
Reason string - Reason for the software status as per referred custom Hcl baseline.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- status string
- Status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- validation
Time string - It specifies baseline status validation time.
- adapter_
compliance str - Adapter compliance status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- adapter_
reason str - Reason for the component status as per the referred custom Hcl baseline.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- adapters_
statuses Sequence[GetCond Custom Hcl Status Baseline Status Detail Adapters Status] - additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- custom_
hcl_ Getbaseline Cond Custom Hcl Status Baseline Status Detail Custom Hcl Baseline - Reference to the custom HCL baseline.
- hardware_
compliance str - Hardware compliance status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- hardware_
reason str - Reason for the hardware status as per the referred custom Hcl baseline.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason str
- Reason for the current baseline status.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- software_
compliance str - Software compliance status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- software_
reason str - Reason for the software status as per referred custom Hcl baseline.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- status str
- Status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- validation_
time str - It specifies baseline status validation time.
- adapter
Compliance String - Adapter compliance status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- adapter
Reason String - Reason for the component status as per the referred custom Hcl baseline.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- adapters
Statuses List<Property Map> - additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- custom
Hcl Property MapBaseline - Reference to the custom HCL baseline.
- hardware
Compliance String - Hardware compliance status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- hardware
Reason String - Reason for the hardware status as per the referred custom Hcl baseline.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason String
- Reason for the current baseline status.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- software
Compliance String - Software compliance status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- software
Reason String - Reason for the software status as per referred custom Hcl baseline.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- status String
- Status of the server as per the referred custom Hcl baseline.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- validation
Time String - It specifies baseline status validation time.
GetCondCustomHclStatusBaselineStatusDetailAdaptersStatus
- Adapter
Get
Cond Custom Hcl Status Baseline Status Detail Adapters Status Adapter - The adapter MoRef for the baseline status.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Reason string
- The baseline status reason of the adapter.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- Status string
- The baseline status of the adapter.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- Adapter
Get
Cond Custom Hcl Status Baseline Status Detail Adapters Status Adapter - The adapter MoRef for the baseline status.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Reason string
- The baseline status reason of the adapter.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- Status string
- The baseline status of the adapter.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- adapter
Get
Cond Custom Hcl Status Baseline Status Detail Adapters Status Adapter - The adapter MoRef for the baseline status.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason String
- The baseline status reason of the adapter.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- status String
- The baseline status of the adapter.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- adapter
Get
Cond Custom Hcl Status Baseline Status Detail Adapters Status Adapter - The adapter MoRef for the baseline status.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason string
- The baseline status reason of the adapter.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- status string
- The baseline status of the adapter.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- adapter
Get
Cond Custom Hcl Status Baseline Status Detail Adapters Status Adapter - The adapter MoRef for the baseline status.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason str
- The baseline status reason of the adapter.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- status str
- The baseline status of the adapter.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
- adapter Property Map
- The adapter MoRef for the baseline status.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason String
- The baseline status reason of the adapter.
NotApplicable- Reason is not applicable for the specified baseline status.Compliant- Custom Hcl Baseline properties are matched with server's properties.ServerModelNotMatched- Server model of the server does not matched with custom Hcl baseline's server model.ProcessorNotMatched- Processor of the server does not matched with custom Hcl baseline's processor.FirmwareVersionNotMatched- Firmware version of the server does not matched with custom Hcl baseline's firmware version.ManagementModeNotMatched- ManagementMode of the server does not matched with custom Hcl baseline's management mode.GenerationNotMatched- Generation of the server does not matched with custom Hcl baseline's generation.PersonalityNotMatched- Personality of the server does not matched with custom Hcl baseline's personality.OsVendorNotMatched- Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.OsVersionNotMatched- Operating system version of the server does not matched with custom Hcl baseline's operating system version.AdapterModelNotMatched- Adapter model of the server does not matched with custom Hcl baseline's adapter model.AdapterFirmwareNotMatched- Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.AdapterTypeNotMatched- Adapter Type of the server does not matched with custom Hcl baseline's adapter type.AdapterDriverProtocolNotMatched- Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.AdapterDriverVersionNotMatched- Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.AdapterNotMatched- One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.AdapterVendorNotMatched- Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
- status String
- The baseline status of the adapter.
NotApplicable- Indicates that the custom Hcl baseline is not applicable to the server.Compliant- Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.NonCompliant- Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
GetCondCustomHclStatusBaselineStatusDetailAdaptersStatusAdapter
- Additional
Properties string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondCustomHclStatusBaselineStatusDetailCustomHclBaseline
- Additional
Properties string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondCustomHclStatusCompliantBaseline
- Additional
Properties string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondCustomHclStatusManagedObject
- Additional
Properties string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondCustomHclStatusNonCompliantBaseline
- Additional
Properties string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondCustomHclStatusOrganization
- Additional
Properties string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondCustomHclStatusParent
- Additional
Properties string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondCustomHclStatusPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondCustomHclStatusResult
- Account
Moid string - The Account ID for this managed object.
- Adapters
List<Get
Cond Custom Hcl Status Result Adapter> - Additional
Properties string - Ancestors
List<Get
Cond Custom Hcl Status Result Ancestor> - Baseline
Status List<GetDetails Cond Custom Hcl Status Result Baseline Status Detail> - Cisco
Hcl stringStatus - The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.*
Incomplete- This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Not-Found- At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.*Not-Listed- At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.*Validated- At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.*Not-Evaluated- At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - Class
Id string - Compliant
Baselines List<GetCond Custom Hcl Status Result Compliant Baseline> - Create
Time string - The time when this managed object was created.
- Custom
Hcl stringStatus - The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.*
NonCompliantToBaseline- The server is non compliant to any custom Hcl baseline.*CompliantToBaseline- The server is compliant to one or all the defined custom Hcl baseline. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Firmware string
- The firmware version currently running on the server.
- Generation string
- It specifies the generation of the server like M6, M7, M8 etc.
- Managed
Objects List<GetCond Custom Hcl Status Result Managed Object> - Management
Mode string - The management mode through which the server is connected to Intersight, such as standalone or managed mode.*
IntersightStandalone- Intersight Standalone mode of operation.*UCSM- Unified Computing System Manager mode of operation.*Intersight- Intersight managed mode of operation. - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- It specifies the server name or model.
- Non
Compliant List<GetBaselines Cond Custom Hcl Status Result Non Compliant Baseline> - Object
Type string - Organizations
List<Get
Cond Custom Hcl Status Result Organization> - Os
Vendor string - The operating System vendor of the server.
- Os
Version string - The operating System version of the server.
- Owners List<string>
- Parents
List<Get
Cond Custom Hcl Status Result Parent> - Permission
Resources List<GetCond Custom Hcl Status Result Permission Resource> - Personality string
- Unique identity of added software personality.
- Processor
Family string - The processor family of the specified processor model associated with the server.
- Processor
Model string - The processor model associated with the server.
- Server
Model string - It specifies the server model or Product ID (PID).
- 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.
-
List<Get
Cond Custom Hcl Status Result Tag> - Version
Contexts List<GetCond Custom Hcl Status Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Adapters
[]Get
Cond Custom Hcl Status Result Adapter - Additional
Properties string - Ancestors
[]Get
Cond Custom Hcl Status Result Ancestor - Baseline
Status []GetDetails Cond Custom Hcl Status Result Baseline Status Detail - Cisco
Hcl stringStatus - The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.*
Incomplete- This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Not-Found- At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.*Not-Listed- At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.*Validated- At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.*Not-Evaluated- At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - Class
Id string - Compliant
Baselines []GetCond Custom Hcl Status Result Compliant Baseline - Create
Time string - The time when this managed object was created.
- Custom
Hcl stringStatus - The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.*
NonCompliantToBaseline- The server is non compliant to any custom Hcl baseline.*CompliantToBaseline- The server is compliant to one or all the defined custom Hcl baseline. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Firmware string
- The firmware version currently running on the server.
- Generation string
- It specifies the generation of the server like M6, M7, M8 etc.
- Managed
Objects []GetCond Custom Hcl Status Result Managed Object - Management
Mode string - The management mode through which the server is connected to Intersight, such as standalone or managed mode.*
IntersightStandalone- Intersight Standalone mode of operation.*UCSM- Unified Computing System Manager mode of operation.*Intersight- Intersight managed mode of operation. - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- It specifies the server name or model.
- Non
Compliant []GetBaselines Cond Custom Hcl Status Result Non Compliant Baseline - Object
Type string - Organizations
[]Get
Cond Custom Hcl Status Result Organization - Os
Vendor string - The operating System vendor of the server.
- Os
Version string - The operating System version of the server.
- Owners []string
- Parents
[]Get
Cond Custom Hcl Status Result Parent - Permission
Resources []GetCond Custom Hcl Status Result Permission Resource - Personality string
- Unique identity of added software personality.
- Processor
Family string - The processor family of the specified processor model associated with the server.
- Processor
Model string - The processor model associated with the server.
- Server
Model string - It specifies the server model or Product ID (PID).
- 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.
-
[]Get
Cond Custom Hcl Status Result Tag - Version
Contexts []GetCond Custom Hcl Status Result Version Context
- account
Moid String - The Account ID for this managed object.
- adapters
List<Get
Cond Custom Hcl Status Result Adapter> - additional
Properties String - ancestors
List<Get
Cond Custom Hcl Status Result Ancestor> - baseline
Status List<GetDetails Cond Custom Hcl Status Result Baseline Status Detail> - cisco
Hcl StringStatus - The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.*
Incomplete- This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Not-Found- At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.*Not-Listed- At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.*Validated- At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.*Not-Evaluated- At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - class
Id String - compliant
Baselines List<GetCond Custom Hcl Status Result Compliant Baseline> - create
Time String - The time when this managed object was created.
- custom
Hcl StringStatus - The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.*
NonCompliantToBaseline- The server is non compliant to any custom Hcl baseline.*CompliantToBaseline- The server is compliant to one or all the defined custom Hcl baseline. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- firmware String
- The firmware version currently running on the server.
- generation String
- It specifies the generation of the server like M6, M7, M8 etc.
- managed
Objects List<GetCond Custom Hcl Status Result Managed Object> - management
Mode String - The management mode through which the server is connected to Intersight, such as standalone or managed mode.*
IntersightStandalone- Intersight Standalone mode of operation.*UCSM- Unified Computing System Manager mode of operation.*Intersight- Intersight managed mode of operation. - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- It specifies the server name or model.
- non
Compliant List<GetBaselines Cond Custom Hcl Status Result Non Compliant Baseline> - object
Type String - organizations
List<Get
Cond Custom Hcl Status Result Organization> - os
Vendor String - The operating System vendor of the server.
- os
Version String - The operating System version of the server.
- owners List<String>
- parents
List<Get
Cond Custom Hcl Status Result Parent> - permission
Resources List<GetCond Custom Hcl Status Result Permission Resource> - personality String
- Unique identity of added software personality.
- processor
Family String - The processor family of the specified processor model associated with the server.
- processor
Model String - The processor model associated with the server.
- server
Model String - It specifies the server model or Product ID (PID).
- 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.
-
List<Get
Cond Custom Hcl Status Result Tag> - version
Contexts List<GetCond Custom Hcl Status Result Version Context>
- account
Moid string - The Account ID for this managed object.
- adapters
Get
Cond Custom Hcl Status Result Adapter[] - additional
Properties string - ancestors
Get
Cond Custom Hcl Status Result Ancestor[] - baseline
Status GetDetails Cond Custom Hcl Status Result Baseline Status Detail[] - cisco
Hcl stringStatus - The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.*
Incomplete- This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Not-Found- At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.*Not-Listed- At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.*Validated- At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.*Not-Evaluated- At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - class
Id string - compliant
Baselines GetCond Custom Hcl Status Result Compliant Baseline[] - create
Time string - The time when this managed object was created.
- custom
Hcl stringStatus - The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.*
NonCompliantToBaseline- The server is non compliant to any custom Hcl baseline.*CompliantToBaseline- The server is compliant to one or all the defined custom Hcl baseline. - domain
Group stringMoid - The DomainGroup ID for this managed object.
- firmware string
- The firmware version currently running on the server.
- generation string
- It specifies the generation of the server like M6, M7, M8 etc.
- managed
Objects GetCond Custom Hcl Status Result Managed Object[] - management
Mode string - The management mode through which the server is connected to Intersight, such as standalone or managed mode.*
IntersightStandalone- Intersight Standalone mode of operation.*UCSM- Unified Computing System Manager mode of operation.*Intersight- Intersight managed mode of operation. - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- It specifies the server name or model.
- non
Compliant GetBaselines Cond Custom Hcl Status Result Non Compliant Baseline[] - object
Type string - organizations
Get
Cond Custom Hcl Status Result Organization[] - os
Vendor string - The operating System vendor of the server.
- os
Version string - The operating System version of the server.
- owners string[]
- parents
Get
Cond Custom Hcl Status Result Parent[] - permission
Resources GetCond Custom Hcl Status Result Permission Resource[] - personality string
- Unique identity of added software personality.
- processor
Family string - The processor family of the specified processor model associated with the server.
- processor
Model string - The processor model associated with the server.
- server
Model string - It specifies the server model or Product ID (PID).
- 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.
-
Get
Cond Custom Hcl Status Result Tag[] - version
Contexts GetCond Custom Hcl Status Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- adapters
Sequence[Get
Cond Custom Hcl Status Result Adapter] - additional_
properties str - ancestors
Sequence[Get
Cond Custom Hcl Status Result Ancestor] - baseline_
status_ Sequence[Getdetails Cond Custom Hcl Status Result Baseline Status Detail] - cisco_
hcl_ strstatus - The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.*
Incomplete- This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Not-Found- At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.*Not-Listed- At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.*Validated- At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.*Not-Evaluated- At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - class_
id str - compliant_
baselines Sequence[GetCond Custom Hcl Status Result Compliant Baseline] - create_
time str - The time when this managed object was created.
- custom_
hcl_ strstatus - The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.*
NonCompliantToBaseline- The server is non compliant to any custom Hcl baseline.*CompliantToBaseline- The server is compliant to one or all the defined custom Hcl baseline. - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- firmware str
- The firmware version currently running on the server.
- generation str
- It specifies the generation of the server like M6, M7, M8 etc.
- managed_
objects Sequence[GetCond Custom Hcl Status Result Managed Object] - management_
mode str - The management mode through which the server is connected to Intersight, such as standalone or managed mode.*
IntersightStandalone- Intersight Standalone mode of operation.*UCSM- Unified Computing System Manager mode of operation.*Intersight- Intersight managed mode of operation. - mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- It specifies the server name or model.
- non_
compliant_ Sequence[Getbaselines Cond Custom Hcl Status Result Non Compliant Baseline] - object_
type str - organizations
Sequence[Get
Cond Custom Hcl Status Result Organization] - os_
vendor str - The operating System vendor of the server.
- os_
version str - The operating System version of the server.
- owners Sequence[str]
- parents
Sequence[Get
Cond Custom Hcl Status Result Parent] - permission_
resources Sequence[GetCond Custom Hcl Status Result Permission Resource] - personality str
- Unique identity of added software personality.
- processor_
family str - The processor family of the specified processor model associated with the server.
- processor_
model str - The processor model associated with the server.
- server_
model str - It specifies the server model or Product ID (PID).
- 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.
-
Sequence[Get
Cond Custom Hcl Status Result Tag] - version_
contexts Sequence[GetCond Custom Hcl Status Result Version Context]
- account
Moid String - The Account ID for this managed object.
- adapters List<Property Map>
- additional
Properties String - ancestors List<Property Map>
- baseline
Status List<Property Map>Details - cisco
Hcl StringStatus - The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.*
Incomplete- This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Not-Found- At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.*Not-Listed- At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.*Validated- At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.*Not-Evaluated- At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - class
Id String - compliant
Baselines List<Property Map> - create
Time String - The time when this managed object was created.
- custom
Hcl StringStatus - The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.*
NonCompliantToBaseline- The server is non compliant to any custom Hcl baseline.*CompliantToBaseline- The server is compliant to one or all the defined custom Hcl baseline. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- firmware String
- The firmware version currently running on the server.
- generation String
- It specifies the generation of the server like M6, M7, M8 etc.
- managed
Objects List<Property Map> - management
Mode String - The management mode through which the server is connected to Intersight, such as standalone or managed mode.*
IntersightStandalone- Intersight Standalone mode of operation.*UCSM- Unified Computing System Manager mode of operation.*Intersight- Intersight managed mode of operation. - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- It specifies the server name or model.
- non
Compliant List<Property Map>Baselines - object
Type String - organizations List<Property Map>
- os
Vendor String - The operating System vendor of the server.
- os
Version String - The operating System version of the server.
- owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - personality String
- Unique identity of added software personality.
- processor
Family String - The processor family of the specified processor model associated with the server.
- processor
Model String - The processor model associated with the server.
- server
Model String - It specifies the server model or Product ID (PID).
- 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.
- List<Property Map>
- version
Contexts List<Property Map>
GetCondCustomHclStatusResultAdapter
- Adapters
List<Get
Cond Custom Hcl Status Result Adapter Adapter> - Additional
Properties string - Class
Id string - Driver
Name string - Driver
Version string - Firmware string
- The firmware version currently running on the server.
- Hcl
Reason string - Hcl
Status string - Model string
- Object
Type string - Type string
- Vendor string
- Adapters
[]Get
Cond Custom Hcl Status Result Adapter Adapter - Additional
Properties string - Class
Id string - Driver
Name string - Driver
Version string - Firmware string
- The firmware version currently running on the server.
- Hcl
Reason string - Hcl
Status string - Model string
- Object
Type string - Type string
- Vendor string
- adapters
List<Get
Cond Custom Hcl Status Result Adapter Adapter> - additional
Properties String - class
Id String - driver
Name String - driver
Version String - firmware String
- The firmware version currently running on the server.
- hcl
Reason String - hcl
Status String - model String
- object
Type String - type String
- vendor String
- adapters
Get
Cond Custom Hcl Status Result Adapter Adapter[] - additional
Properties string - class
Id string - driver
Name string - driver
Version string - firmware string
- The firmware version currently running on the server.
- hcl
Reason string - hcl
Status string - model string
- object
Type string - type string
- vendor string
- adapters
Sequence[Get
Cond Custom Hcl Status Result Adapter Adapter] - additional_
properties str - class_
id str - driver_
name str - driver_
version str - firmware str
- The firmware version currently running on the server.
- hcl_
reason str - hcl_
status str - model str
- object_
type str - type str
- vendor str
- adapters List<Property Map>
- additional
Properties String - class
Id String - driver
Name String - driver
Version String - firmware String
- The firmware version currently running on the server.
- hcl
Reason String - hcl
Status String - model String
- object
Type String - type String
- vendor String
GetCondCustomHclStatusResultAdapterAdapter
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondCustomHclStatusResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondCustomHclStatusResultBaselineStatusDetail
- Adapter
Compliance string - Adapter
Reason string - Adapters
Statuses List<GetCond Custom Hcl Status Result Baseline Status Detail Adapters Status> - Additional
Properties string - Class
Id string - Custom
Hcl List<GetBaselines Cond Custom Hcl Status Result Baseline Status Detail Custom Hcl Baseline> - Hardware
Compliance string - Hardware
Reason string - Object
Type string - Reason string
- Software
Compliance string - Software
Reason string - Status string
- Validation
Time string
- Adapter
Compliance string - Adapter
Reason string - Adapters
Statuses []GetCond Custom Hcl Status Result Baseline Status Detail Adapters Status - Additional
Properties string - Class
Id string - Custom
Hcl []GetBaselines Cond Custom Hcl Status Result Baseline Status Detail Custom Hcl Baseline - Hardware
Compliance string - Hardware
Reason string - Object
Type string - Reason string
- Software
Compliance string - Software
Reason string - Status string
- Validation
Time string
- adapter
Compliance String - adapter
Reason String - adapters
Statuses List<GetCond Custom Hcl Status Result Baseline Status Detail Adapters Status> - additional
Properties String - class
Id String - custom
Hcl List<GetBaselines Cond Custom Hcl Status Result Baseline Status Detail Custom Hcl Baseline> - hardware
Compliance String - hardware
Reason String - object
Type String - reason String
- software
Compliance String - software
Reason String - status String
- validation
Time String
- adapter
Compliance string - adapter
Reason string - adapters
Statuses GetCond Custom Hcl Status Result Baseline Status Detail Adapters Status[] - additional
Properties string - class
Id string - custom
Hcl GetBaselines Cond Custom Hcl Status Result Baseline Status Detail Custom Hcl Baseline[] - hardware
Compliance string - hardware
Reason string - object
Type string - reason string
- software
Compliance string - software
Reason string - status string
- validation
Time string
- adapter_
compliance str - adapter_
reason str - adapters_
statuses Sequence[GetCond Custom Hcl Status Result Baseline Status Detail Adapters Status] - additional_
properties str - class_
id str - custom_
hcl_ Sequence[Getbaselines Cond Custom Hcl Status Result Baseline Status Detail Custom Hcl Baseline] - hardware_
compliance str - hardware_
reason str - object_
type str - reason str
- software_
compliance str - software_
reason str - status str
- validation_
time str
- adapter
Compliance String - adapter
Reason String - adapters
Statuses List<Property Map> - additional
Properties String - class
Id String - custom
Hcl List<Property Map>Baselines - hardware
Compliance String - hardware
Reason String - object
Type String - reason String
- software
Compliance String - software
Reason String - status String
- validation
Time String
GetCondCustomHclStatusResultBaselineStatusDetailAdaptersStatus
- Adapters
List<Get
Cond Custom Hcl Status Result Baseline Status Detail Adapters Status Adapter> - Additional
Properties string - Class
Id string - Object
Type string - Reason string
- Status string
- Adapters
[]Get
Cond Custom Hcl Status Result Baseline Status Detail Adapters Status Adapter - Additional
Properties string - Class
Id string - Object
Type string - Reason string
- Status string
- adapters
List<Get
Cond Custom Hcl Status Result Baseline Status Detail Adapters Status Adapter> - additional
Properties String - class
Id String - object
Type String - reason String
- status String
- adapters
Get
Cond Custom Hcl Status Result Baseline Status Detail Adapters Status Adapter[] - additional
Properties string - class
Id string - object
Type string - reason string
- status string
- adapters List<Property Map>
- additional
Properties String - class
Id String - object
Type String - reason String
- status String
GetCondCustomHclStatusResultBaselineStatusDetailAdaptersStatusAdapter
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondCustomHclStatusResultBaselineStatusDetailCustomHclBaseline
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondCustomHclStatusResultCompliantBaseline
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondCustomHclStatusResultManagedObject
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondCustomHclStatusResultNonCompliantBaseline
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondCustomHclStatusResultOrganization
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondCustomHclStatusResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondCustomHclStatusResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondCustomHclStatusResultTag
- additional
Properties String - ancestor
Definitions List<GetCond Custom Hcl Status Result Tag Ancestor Definition> - definitions
List<Get
Cond Custom Hcl Status Result Tag Definition> - key String
- propagated Boolean
- sys
Tag Boolean - type String
- value String
- additional
Properties string - ancestor
Definitions GetCond Custom Hcl Status Result Tag Ancestor Definition[] - definitions
Get
Cond Custom Hcl Status Result Tag Definition[] - key string
- propagated boolean
- sys
Tag boolean - type string
- value string
- additional
Properties String - ancestor
Definitions List<Property Map> - definitions List<Property Map>
- key String
- propagated Boolean
- sys
Tag Boolean - type String
- value String
GetCondCustomHclStatusResultTagAncestorDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondCustomHclStatusResultTagDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondCustomHclStatusResultVersionContext
- additional
Properties string - class
Id string - interested
Mos GetCond Custom Hcl Status Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetCond Custom Hcl Status Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetCondCustomHclStatusResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondCustomHclStatusResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondCustomHclStatusTag
- Additional
Properties string - Ancestor
Definitions List<GetCond Custom Hcl Status Tag Ancestor Definition> - Definition
Get
Cond Custom Hcl Status Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- Additional
Properties string - Ancestor
Definitions []GetCond Custom Hcl Status Tag Ancestor Definition - Definition
Get
Cond Custom Hcl Status Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<GetCond Custom Hcl Status Tag Ancestor Definition> - definition
Get
Cond Custom Hcl Status Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
- additional
Properties string - ancestor
Definitions GetCond Custom Hcl Status Tag Ancestor Definition[] - definition
Get
Cond Custom Hcl Status Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag boolean - Specifies whether the tag is user-defined or owned by the system.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value string
- The string representation of a tag value.
- additional_
properties str - ancestor_
definitions Sequence[GetCond Custom Hcl Status Tag Ancestor Definition] - definition
Get
Cond Custom Hcl Status Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key str
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- type str
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value str
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<Property Map> - definition Property Map
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
GetCondCustomHclStatusTagAncestorDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondCustomHclStatusTagDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondCustomHclStatusVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name 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 List<GetCond Custom Hcl Status Version Context Interested Mo> - Marked
For boolDeletion - 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetCond Custom Hcl Status Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id string - The fully-qualified name 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 []GetCond Custom Hcl Status Version Context Interested Mo - Marked
For boolDeletion - 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetCond Custom Hcl Status Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id String - The fully-qualified name 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 List<GetCond Custom Hcl Status Version Context Interested Mo> - marked
For BooleanDeletion - 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 String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetCond Custom Hcl Status Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id string - The fully-qualified name 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 GetCond Custom Hcl Status Version Context Interested Mo[] - marked
For booleanDeletion - 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetCond Custom Hcl Status Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type 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[GetCond Custom Hcl Status Version Context Interested Mo] - marked_
for_ booldeletion - 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 GetCond Custom Hcl Status Version Context Ref Mo - 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.
- additional
Properties String - class
Id String - The fully-qualified name 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 List<Property Map> - marked
For BooleanDeletion - 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 String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
GetCondCustomHclStatusVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondCustomHclStatusVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
intersightTerraform Provider.
published on Wednesday, Feb 18, 2026 by ciscodevnet
