intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getHyperflexHealthCheckDefinition
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
HyperFlex health check definition metadata.
Using getHyperflexHealthCheckDefinition
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 getHyperflexHealthCheckDefinition(args: GetHyperflexHealthCheckDefinitionArgs, opts?: InvokeOptions): Promise<GetHyperflexHealthCheckDefinitionResult>
function getHyperflexHealthCheckDefinitionOutput(args: GetHyperflexHealthCheckDefinitionOutputArgs, opts?: InvokeOptions): Output<GetHyperflexHealthCheckDefinitionResult>def get_hyperflex_health_check_definition(account_moid: Optional[str] = None,
                                          additional_properties: Optional[str] = None,
                                          ancestors: Optional[Sequence[GetHyperflexHealthCheckDefinitionAncestor]] = None,
                                          category: Optional[str] = None,
                                          class_id: Optional[str] = None,
                                          common_causes: Optional[str] = None,
                                          configuration: Optional[str] = None,
                                          create_time: Optional[str] = None,
                                          default_health_check_script_info: Optional[GetHyperflexHealthCheckDefinitionDefaultHealthCheckScriptInfo] = None,
                                          description: Optional[str] = None,
                                          domain_group_moid: Optional[str] = None,
                                          health_check_script_infos: Optional[Sequence[GetHyperflexHealthCheckDefinitionHealthCheckScriptInfo]] = None,
                                          health_impact: Optional[str] = None,
                                          id: Optional[str] = None,
                                          internal_name: Optional[str] = None,
                                          minimum_hyper_flex_version: Optional[str] = None,
                                          mod_time: Optional[str] = None,
                                          moid: Optional[str] = None,
                                          name: Optional[str] = None,
                                          object_type: Optional[str] = None,
                                          owners: Optional[Sequence[str]] = None,
                                          parent: Optional[GetHyperflexHealthCheckDefinitionParent] = None,
                                          permission_resources: Optional[Sequence[GetHyperflexHealthCheckDefinitionPermissionResource]] = None,
                                          reference: Optional[str] = None,
                                          resolution: Optional[str] = None,
                                          script_execution_mode: Optional[str] = None,
                                          script_execution_on_compute_nodes: Optional[bool] = None,
                                          shared_scope: Optional[str] = None,
                                          supported_hypervisor_type: Optional[str] = None,
                                          tags: Optional[Sequence[GetHyperflexHealthCheckDefinitionTag]] = None,
                                          target_execution_type: Optional[str] = None,
                                          timeout: Optional[float] = None,
                                          unsupported_hyper_flex_versions: Optional[Sequence[str]] = None,
                                          version_context: Optional[GetHyperflexHealthCheckDefinitionVersionContext] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetHyperflexHealthCheckDefinitionResult
def get_hyperflex_health_check_definition_output(account_moid: Optional[pulumi.Input[str]] = None,
                                          additional_properties: Optional[pulumi.Input[str]] = None,
                                          ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexHealthCheckDefinitionAncestorArgs]]]] = None,
                                          category: Optional[pulumi.Input[str]] = None,
                                          class_id: Optional[pulumi.Input[str]] = None,
                                          common_causes: Optional[pulumi.Input[str]] = None,
                                          configuration: Optional[pulumi.Input[str]] = None,
                                          create_time: Optional[pulumi.Input[str]] = None,
                                          default_health_check_script_info: Optional[pulumi.Input[GetHyperflexHealthCheckDefinitionDefaultHealthCheckScriptInfoArgs]] = None,
                                          description: Optional[pulumi.Input[str]] = None,
                                          domain_group_moid: Optional[pulumi.Input[str]] = None,
                                          health_check_script_infos: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexHealthCheckDefinitionHealthCheckScriptInfoArgs]]]] = None,
                                          health_impact: Optional[pulumi.Input[str]] = None,
                                          id: Optional[pulumi.Input[str]] = None,
                                          internal_name: Optional[pulumi.Input[str]] = None,
                                          minimum_hyper_flex_version: Optional[pulumi.Input[str]] = None,
                                          mod_time: Optional[pulumi.Input[str]] = None,
                                          moid: Optional[pulumi.Input[str]] = None,
                                          name: Optional[pulumi.Input[str]] = None,
                                          object_type: Optional[pulumi.Input[str]] = None,
                                          owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                          parent: Optional[pulumi.Input[GetHyperflexHealthCheckDefinitionParentArgs]] = None,
                                          permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexHealthCheckDefinitionPermissionResourceArgs]]]] = None,
                                          reference: Optional[pulumi.Input[str]] = None,
                                          resolution: Optional[pulumi.Input[str]] = None,
                                          script_execution_mode: Optional[pulumi.Input[str]] = None,
                                          script_execution_on_compute_nodes: Optional[pulumi.Input[bool]] = None,
                                          shared_scope: Optional[pulumi.Input[str]] = None,
                                          supported_hypervisor_type: Optional[pulumi.Input[str]] = None,
                                          tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexHealthCheckDefinitionTagArgs]]]] = None,
                                          target_execution_type: Optional[pulumi.Input[str]] = None,
                                          timeout: Optional[pulumi.Input[float]] = None,
                                          unsupported_hyper_flex_versions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                          version_context: Optional[pulumi.Input[GetHyperflexHealthCheckDefinitionVersionContextArgs]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexHealthCheckDefinitionResult]func LookupHyperflexHealthCheckDefinition(ctx *Context, args *LookupHyperflexHealthCheckDefinitionArgs, opts ...InvokeOption) (*LookupHyperflexHealthCheckDefinitionResult, error)
func LookupHyperflexHealthCheckDefinitionOutput(ctx *Context, args *LookupHyperflexHealthCheckDefinitionOutputArgs, opts ...InvokeOption) LookupHyperflexHealthCheckDefinitionResultOutput> Note: This function is named LookupHyperflexHealthCheckDefinition in the Go SDK.
public static class GetHyperflexHealthCheckDefinition 
{
    public static Task<GetHyperflexHealthCheckDefinitionResult> InvokeAsync(GetHyperflexHealthCheckDefinitionArgs args, InvokeOptions? opts = null)
    public static Output<GetHyperflexHealthCheckDefinitionResult> Invoke(GetHyperflexHealthCheckDefinitionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHyperflexHealthCheckDefinitionResult> getHyperflexHealthCheckDefinition(GetHyperflexHealthCheckDefinitionArgs args, InvokeOptions options)
public static Output<GetHyperflexHealthCheckDefinitionResult> getHyperflexHealthCheckDefinition(GetHyperflexHealthCheckDefinitionArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getHyperflexHealthCheckDefinition:getHyperflexHealthCheckDefinition
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Health Check Definition Ancestor> 
- Category string
- Category that the health check belongs to.
- ClassId string
- CommonCauses string
- Static information detailing the common causes for the health check failure.
- Configuration string
- Execution configuration fo the health check script.
- CreateTime string
- The time when this managed object was created.
- DefaultHealth GetCheck Script Info Hyperflex Health Check Definition Default Health Check Script Info 
- Description string
- Description of the health check definition.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HealthCheck List<GetScript Infos Hyperflex Health Check Definition Health Check Script Info> 
- HealthImpact string
- Static information detailing the health impact of the health check failure.
- Id string
- InternalName string
- Internal name of the health check definition.
- MinimumHyper stringFlex Version 
- Minimum HyperFlex version that the check is supported on. Defaults to version 3.0.1.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the health check definition.
- ObjectType string
- Owners List<string>
- Parent
GetHyperflex Health Check Definition Parent 
- PermissionResources List<GetHyperflex Health Check Definition Permission Resource> 
- Reference string
- Static information containing additional reference for the health check.
- Resolution string
- Static information detailing the possible remediation actions that can be taken to remedy the health check failure.
- ScriptExecution stringMode 
- Execution mode of the health script on the HyperFlex cluster.* ON_DEMAND- Execute the health check on-demand.*SCHEDULED- Execute the health check on a scheduled interval.
- ScriptExecution boolOn Compute Nodes 
- Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
- 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.
- SupportedHypervisor stringType 
- Hypervisor type that the Health Check is supported on (All, if it is hypervisor agnostic).* All- The Health Check is hypervisor-agnostic.*ESXi- The Health Check is supported only on Vmware ESXi hypervisor of any version.*HyperV- The Health Check is supported only on Microsoft HyperV hypervisor.
- 
List<GetHyperflex Health Check Definition Tag> 
- TargetExecution stringType 
- Indicates whether the health check is executed only on the leader node, or on all nodes in the HyperFlex cluster.* EXECUTE_ON_LEADER_NODE- Execute the health check script only on the HyperFlex cluster's leader node.*EXECUTE_ON_ALL_NODES- Execute health check on all nodes and aggregate the results.*EXECUTE_ON_ALL_NODES_AND_AGGREGATE- Execute the health check on all Nodes and perform custom aggregation.*EXECUTE_ON_CURRENT_NODE- The HyperFlex health check is executed on the node which receives the request.
- Timeout double
- Health check script execution timeout.
- UnsupportedHyper List<string>Flex Versions 
- VersionContext GetHyperflex Health Check Definition Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Health Check Definition Ancestor 
- Category string
- Category that the health check belongs to.
- ClassId string
- CommonCauses string
- Static information detailing the common causes for the health check failure.
- Configuration string
- Execution configuration fo the health check script.
- CreateTime string
- The time when this managed object was created.
- DefaultHealth GetCheck Script Info Hyperflex Health Check Definition Default Health Check Script Info 
- Description string
- Description of the health check definition.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HealthCheck []GetScript Infos Hyperflex Health Check Definition Health Check Script Info 
- HealthImpact string
- Static information detailing the health impact of the health check failure.
- Id string
- InternalName string
- Internal name of the health check definition.
- MinimumHyper stringFlex Version 
- Minimum HyperFlex version that the check is supported on. Defaults to version 3.0.1.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the health check definition.
- ObjectType string
- Owners []string
- Parent
GetHyperflex Health Check Definition Parent 
- PermissionResources []GetHyperflex Health Check Definition Permission Resource 
- Reference string
- Static information containing additional reference for the health check.
- Resolution string
- Static information detailing the possible remediation actions that can be taken to remedy the health check failure.
- ScriptExecution stringMode 
- Execution mode of the health script on the HyperFlex cluster.* ON_DEMAND- Execute the health check on-demand.*SCHEDULED- Execute the health check on a scheduled interval.
- ScriptExecution boolOn Compute Nodes 
- Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
- 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.
- SupportedHypervisor stringType 
- Hypervisor type that the Health Check is supported on (All, if it is hypervisor agnostic).* All- The Health Check is hypervisor-agnostic.*ESXi- The Health Check is supported only on Vmware ESXi hypervisor of any version.*HyperV- The Health Check is supported only on Microsoft HyperV hypervisor.
- 
[]GetHyperflex Health Check Definition Tag 
- TargetExecution stringType 
- Indicates whether the health check is executed only on the leader node, or on all nodes in the HyperFlex cluster.* EXECUTE_ON_LEADER_NODE- Execute the health check script only on the HyperFlex cluster's leader node.*EXECUTE_ON_ALL_NODES- Execute health check on all nodes and aggregate the results.*EXECUTE_ON_ALL_NODES_AND_AGGREGATE- Execute the health check on all Nodes and perform custom aggregation.*EXECUTE_ON_CURRENT_NODE- The HyperFlex health check is executed on the node which receives the request.
- Timeout float64
- Health check script execution timeout.
- UnsupportedHyper []stringFlex Versions 
- VersionContext GetHyperflex Health Check Definition Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Health Check Definition Ancestor> 
- category String
- Category that the health check belongs to.
- classId String
- commonCauses String
- Static information detailing the common causes for the health check failure.
- configuration String
- Execution configuration fo the health check script.
- createTime String
- The time when this managed object was created.
- defaultHealth GetCheck Script Info Hyperflex Health Check Definition Default Health Check Script Info 
- description String
- Description of the health check definition.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- healthCheck List<GetScript Infos Hyperflex Health Check Definition Health Check Script Info> 
- healthImpact String
- Static information detailing the health impact of the health check failure.
- id String
- internalName String
- Internal name of the health check definition.
- minimumHyper StringFlex Version 
- Minimum HyperFlex version that the check is supported on. Defaults to version 3.0.1.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the health check definition.
- objectType String
- owners List<String>
- parent
GetHyperflex Health Check Definition Parent 
- permissionResources List<GetHyperflex Health Check Definition Permission Resource> 
- reference String
- Static information containing additional reference for the health check.
- resolution String
- Static information detailing the possible remediation actions that can be taken to remedy the health check failure.
- scriptExecution StringMode 
- Execution mode of the health script on the HyperFlex cluster.* ON_DEMAND- Execute the health check on-demand.*SCHEDULED- Execute the health check on a scheduled interval.
- scriptExecution BooleanOn Compute Nodes 
- Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
- 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.
- supportedHypervisor StringType 
- Hypervisor type that the Health Check is supported on (All, if it is hypervisor agnostic).* All- The Health Check is hypervisor-agnostic.*ESXi- The Health Check is supported only on Vmware ESXi hypervisor of any version.*HyperV- The Health Check is supported only on Microsoft HyperV hypervisor.
- 
List<GetHyperflex Health Check Definition Tag> 
- targetExecution StringType 
- Indicates whether the health check is executed only on the leader node, or on all nodes in the HyperFlex cluster.* EXECUTE_ON_LEADER_NODE- Execute the health check script only on the HyperFlex cluster's leader node.*EXECUTE_ON_ALL_NODES- Execute health check on all nodes and aggregate the results.*EXECUTE_ON_ALL_NODES_AND_AGGREGATE- Execute the health check on all Nodes and perform custom aggregation.*EXECUTE_ON_CURRENT_NODE- The HyperFlex health check is executed on the node which receives the request.
- timeout Double
- Health check script execution timeout.
- unsupportedHyper List<String>Flex Versions 
- versionContext GetHyperflex Health Check Definition Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Health Check Definition Ancestor[] 
- category string
- Category that the health check belongs to.
- classId string
- commonCauses string
- Static information detailing the common causes for the health check failure.
- configuration string
- Execution configuration fo the health check script.
- createTime string
- The time when this managed object was created.
- defaultHealth GetCheck Script Info Hyperflex Health Check Definition Default Health Check Script Info 
- description string
- Description of the health check definition.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- healthCheck GetScript Infos Hyperflex Health Check Definition Health Check Script Info[] 
- healthImpact string
- Static information detailing the health impact of the health check failure.
- id string
- internalName string
- Internal name of the health check definition.
- minimumHyper stringFlex Version 
- Minimum HyperFlex version that the check is supported on. Defaults to version 3.0.1.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the health check definition.
- objectType string
- owners string[]
- parent
GetHyperflex Health Check Definition Parent 
- permissionResources GetHyperflex Health Check Definition Permission Resource[] 
- reference string
- Static information containing additional reference for the health check.
- resolution string
- Static information detailing the possible remediation actions that can be taken to remedy the health check failure.
- scriptExecution stringMode 
- Execution mode of the health script on the HyperFlex cluster.* ON_DEMAND- Execute the health check on-demand.*SCHEDULED- Execute the health check on a scheduled interval.
- scriptExecution booleanOn Compute Nodes 
- Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
- 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.
- supportedHypervisor stringType 
- Hypervisor type that the Health Check is supported on (All, if it is hypervisor agnostic).* All- The Health Check is hypervisor-agnostic.*ESXi- The Health Check is supported only on Vmware ESXi hypervisor of any version.*HyperV- The Health Check is supported only on Microsoft HyperV hypervisor.
- 
GetHyperflex Health Check Definition Tag[] 
- targetExecution stringType 
- Indicates whether the health check is executed only on the leader node, or on all nodes in the HyperFlex cluster.* EXECUTE_ON_LEADER_NODE- Execute the health check script only on the HyperFlex cluster's leader node.*EXECUTE_ON_ALL_NODES- Execute health check on all nodes and aggregate the results.*EXECUTE_ON_ALL_NODES_AND_AGGREGATE- Execute the health check on all Nodes and perform custom aggregation.*EXECUTE_ON_CURRENT_NODE- The HyperFlex health check is executed on the node which receives the request.
- timeout number
- Health check script execution timeout.
- unsupportedHyper string[]Flex Versions 
- versionContext GetHyperflex Health Check Definition Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Health Check Definition Ancestor] 
- category str
- Category that the health check belongs to.
- class_id str
- common_causes str
- Static information detailing the common causes for the health check failure.
- configuration str
- Execution configuration fo the health check script.
- create_time str
- The time when this managed object was created.
- default_health_ Getcheck_ script_ info Hyperflex Health Check Definition Default Health Check Script Info 
- description str
- Description of the health check definition.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- health_check_ Sequence[Getscript_ infos Hyperflex Health Check Definition Health Check Script Info] 
- health_impact str
- Static information detailing the health impact of the health check failure.
- id str
- internal_name str
- Internal name of the health check definition.
- minimum_hyper_ strflex_ version 
- Minimum HyperFlex version that the check is supported on. Defaults to version 3.0.1.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the health check definition.
- object_type str
- owners Sequence[str]
- parent
GetHyperflex Health Check Definition Parent 
- permission_resources Sequence[GetHyperflex Health Check Definition Permission Resource] 
- reference str
- Static information containing additional reference for the health check.
- resolution str
- Static information detailing the possible remediation actions that can be taken to remedy the health check failure.
- script_execution_ strmode 
- Execution mode of the health script on the HyperFlex cluster.* ON_DEMAND- Execute the health check on-demand.*SCHEDULED- Execute the health check on a scheduled interval.
- script_execution_ boolon_ compute_ nodes 
- Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
- 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.
- supported_hypervisor_ strtype 
- Hypervisor type that the Health Check is supported on (All, if it is hypervisor agnostic).* All- The Health Check is hypervisor-agnostic.*ESXi- The Health Check is supported only on Vmware ESXi hypervisor of any version.*HyperV- The Health Check is supported only on Microsoft HyperV hypervisor.
- 
Sequence[GetHyperflex Health Check Definition Tag] 
- target_execution_ strtype 
- Indicates whether the health check is executed only on the leader node, or on all nodes in the HyperFlex cluster.* EXECUTE_ON_LEADER_NODE- Execute the health check script only on the HyperFlex cluster's leader node.*EXECUTE_ON_ALL_NODES- Execute health check on all nodes and aggregate the results.*EXECUTE_ON_ALL_NODES_AND_AGGREGATE- Execute the health check on all Nodes and perform custom aggregation.*EXECUTE_ON_CURRENT_NODE- The HyperFlex health check is executed on the node which receives the request.
- timeout float
- Health check script execution timeout.
- unsupported_hyper_ Sequence[str]flex_ versions 
- version_context GetHyperflex Health Check Definition Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- category String
- Category that the health check belongs to.
- classId String
- commonCauses String
- Static information detailing the common causes for the health check failure.
- configuration String
- Execution configuration fo the health check script.
- createTime String
- The time when this managed object was created.
- defaultHealth Property MapCheck Script Info 
- description String
- Description of the health check definition.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- healthCheck List<Property Map>Script Infos 
- healthImpact String
- Static information detailing the health impact of the health check failure.
- id String
- internalName String
- Internal name of the health check definition.
- minimumHyper StringFlex Version 
- Minimum HyperFlex version that the check is supported on. Defaults to version 3.0.1.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the health check definition.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- reference String
- Static information containing additional reference for the health check.
- resolution String
- Static information detailing the possible remediation actions that can be taken to remedy the health check failure.
- scriptExecution StringMode 
- Execution mode of the health script on the HyperFlex cluster.* ON_DEMAND- Execute the health check on-demand.*SCHEDULED- Execute the health check on a scheduled interval.
- scriptExecution BooleanOn Compute Nodes 
- Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
- 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.
- supportedHypervisor StringType 
- Hypervisor type that the Health Check is supported on (All, if it is hypervisor agnostic).* All- The Health Check is hypervisor-agnostic.*ESXi- The Health Check is supported only on Vmware ESXi hypervisor of any version.*HyperV- The Health Check is supported only on Microsoft HyperV hypervisor.
- List<Property Map>
- targetExecution StringType 
- Indicates whether the health check is executed only on the leader node, or on all nodes in the HyperFlex cluster.* EXECUTE_ON_LEADER_NODE- Execute the health check script only on the HyperFlex cluster's leader node.*EXECUTE_ON_ALL_NODES- Execute health check on all nodes and aggregate the results.*EXECUTE_ON_ALL_NODES_AND_AGGREGATE- Execute the health check on all Nodes and perform custom aggregation.*EXECUTE_ON_CURRENT_NODE- The HyperFlex health check is executed on the node which receives the request.
- timeout Number
- Health check script execution timeout.
- unsupportedHyper List<String>Flex Versions 
- versionContext Property Map
getHyperflexHealthCheckDefinition Result
The following output properties are available:
- Id string
- Results
List<GetHyperflex Health Check Definition Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetHyperflex Health Check Definition Ancestor> 
- Category string
- ClassId string
- CommonCauses string
- Configuration string
- CreateTime string
- DefaultHealth GetCheck Script Info Hyperflex Health Check Definition Default Health Check Script Info 
- Description string
- DomainGroup stringMoid 
- HealthCheck List<GetScript Infos Hyperflex Health Check Definition Health Check Script Info> 
- HealthImpact string
- InternalName string
- MinimumHyper stringFlex Version 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners List<string>
- Parent
GetHyperflex Health Check Definition Parent 
- PermissionResources List<GetHyperflex Health Check Definition Permission Resource> 
- Reference string
- Resolution string
- ScriptExecution stringMode 
- ScriptExecution boolOn Compute Nodes 
- string
- SupportedHypervisor stringType 
- 
List<GetHyperflex Health Check Definition Tag> 
- TargetExecution stringType 
- Timeout double
- UnsupportedHyper List<string>Flex Versions 
- VersionContext GetHyperflex Health Check Definition Version Context 
- Id string
- Results
[]GetHyperflex Health Check Definition Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetHyperflex Health Check Definition Ancestor 
- Category string
- ClassId string
- CommonCauses string
- Configuration string
- CreateTime string
- DefaultHealth GetCheck Script Info Hyperflex Health Check Definition Default Health Check Script Info 
- Description string
- DomainGroup stringMoid 
- HealthCheck []GetScript Infos Hyperflex Health Check Definition Health Check Script Info 
- HealthImpact string
- InternalName string
- MinimumHyper stringFlex Version 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners []string
- Parent
GetHyperflex Health Check Definition Parent 
- PermissionResources []GetHyperflex Health Check Definition Permission Resource 
- Reference string
- Resolution string
- ScriptExecution stringMode 
- ScriptExecution boolOn Compute Nodes 
- string
- SupportedHypervisor stringType 
- 
[]GetHyperflex Health Check Definition Tag 
- TargetExecution stringType 
- Timeout float64
- UnsupportedHyper []stringFlex Versions 
- VersionContext GetHyperflex Health Check Definition Version Context 
- id String
- results
List<GetHyperflex Health Check Definition Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetHyperflex Health Check Definition Ancestor> 
- category String
- classId String
- commonCauses String
- configuration String
- createTime String
- defaultHealth GetCheck Script Info Hyperflex Health Check Definition Default Health Check Script Info 
- description String
- domainGroup StringMoid 
- healthCheck List<GetScript Infos Hyperflex Health Check Definition Health Check Script Info> 
- healthImpact String
- internalName String
- minimumHyper StringFlex Version 
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent
GetHyperflex Health Check Definition Parent 
- permissionResources List<GetHyperflex Health Check Definition Permission Resource> 
- reference String
- resolution String
- scriptExecution StringMode 
- scriptExecution BooleanOn Compute Nodes 
- String
- supportedHypervisor StringType 
- 
List<GetHyperflex Health Check Definition Tag> 
- targetExecution StringType 
- timeout Double
- unsupportedHyper List<String>Flex Versions 
- versionContext GetHyperflex Health Check Definition Version Context 
- id string
- results
GetHyperflex Health Check Definition Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetHyperflex Health Check Definition Ancestor[] 
- category string
- classId string
- commonCauses string
- configuration string
- createTime string
- defaultHealth GetCheck Script Info Hyperflex Health Check Definition Default Health Check Script Info 
- description string
- domainGroup stringMoid 
- healthCheck GetScript Infos Hyperflex Health Check Definition Health Check Script Info[] 
- healthImpact string
- internalName string
- minimumHyper stringFlex Version 
- modTime string
- moid string
- name string
- objectType string
- owners string[]
- parent
GetHyperflex Health Check Definition Parent 
- permissionResources GetHyperflex Health Check Definition Permission Resource[] 
- reference string
- resolution string
- scriptExecution stringMode 
- scriptExecution booleanOn Compute Nodes 
- string
- supportedHypervisor stringType 
- 
GetHyperflex Health Check Definition Tag[] 
- targetExecution stringType 
- timeout number
- unsupportedHyper string[]Flex Versions 
- versionContext GetHyperflex Health Check Definition Version Context 
- id str
- results
Sequence[GetHyperflex Health Check Definition Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetHyperflex Health Check Definition Ancestor] 
- category str
- class_id str
- common_causes str
- configuration str
- create_time str
- default_health_ Getcheck_ script_ info Hyperflex Health Check Definition Default Health Check Script Info 
- description str
- domain_group_ strmoid 
- health_check_ Sequence[Getscript_ infos Hyperflex Health Check Definition Health Check Script Info] 
- health_impact str
- internal_name str
- minimum_hyper_ strflex_ version 
- mod_time str
- moid str
- name str
- object_type str
- owners Sequence[str]
- parent
GetHyperflex Health Check Definition Parent 
- permission_resources Sequence[GetHyperflex Health Check Definition Permission Resource] 
- reference str
- resolution str
- script_execution_ strmode 
- script_execution_ boolon_ compute_ nodes 
- str
- supported_hypervisor_ strtype 
- 
Sequence[GetHyperflex Health Check Definition Tag] 
- target_execution_ strtype 
- timeout float
- unsupported_hyper_ Sequence[str]flex_ versions 
- version_context GetHyperflex Health Check Definition Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- category String
- classId String
- commonCauses String
- configuration String
- createTime String
- defaultHealth Property MapCheck Script Info 
- description String
- domainGroup StringMoid 
- healthCheck List<Property Map>Script Infos 
- healthImpact String
- internalName String
- minimumHyper StringFlex Version 
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- reference String
- resolution String
- scriptExecution StringMode 
- scriptExecution BooleanOn Compute Nodes 
- String
- supportedHypervisor StringType 
- List<Property Map>
- targetExecution StringType 
- timeout Number
- unsupportedHyper List<String>Flex Versions 
- versionContext Property Map
Supporting Types
GetHyperflexHealthCheckDefinitionAncestor     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHyperflexHealthCheckDefinitionDefaultHealthCheckScriptInfo         
- AdditionalProperties string
- AggregateScript stringName 
- Health check aggregate script that runs in the HyperFlex Leader Node. | It aggregates the output of all HyperFlex nodes and provides the health check result.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- HyperflexVersion string
- HyperFlex Data Platform version running on the target device.
- NrVersion string
- Version of the health check script associated with the health check definition.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ScriptExecute stringLocation 
- Location of the health check script's execution on the HyperFlex device.
- ScriptInput string
- Input for the health check script execution.
- ScriptName string
- Name of the health check script to be executed.
- AdditionalProperties string
- AggregateScript stringName 
- Health check aggregate script that runs in the HyperFlex Leader Node. | It aggregates the output of all HyperFlex nodes and provides the health check result.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- HyperflexVersion string
- HyperFlex Data Platform version running on the target device.
- NrVersion string
- Version of the health check script associated with the health check definition.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ScriptExecute stringLocation 
- Location of the health check script's execution on the HyperFlex device.
- ScriptInput string
- Input for the health check script execution.
- ScriptName string
- Name of the health check script to be executed.
- additionalProperties String
- aggregateScript StringName 
- Health check aggregate script that runs in the HyperFlex Leader Node. | It aggregates the output of all HyperFlex nodes and provides the health check result.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- hyperflexVersion String
- HyperFlex Data Platform version running on the target device.
- nrVersion String
- Version of the health check script associated with the health check definition.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- scriptExecute StringLocation 
- Location of the health check script's execution on the HyperFlex device.
- scriptInput String
- Input for the health check script execution.
- scriptName String
- Name of the health check script to be executed.
- additionalProperties string
- aggregateScript stringName 
- Health check aggregate script that runs in the HyperFlex Leader Node. | It aggregates the output of all HyperFlex nodes and provides the health check result.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- hyperflexVersion string
- HyperFlex Data Platform version running on the target device.
- nrVersion string
- Version of the health check script associated with the health check definition.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- scriptExecute stringLocation 
- Location of the health check script's execution on the HyperFlex device.
- scriptInput string
- Input for the health check script execution.
- scriptName string
- Name of the health check script to be executed.
- additional_properties str
- aggregate_script_ strname 
- Health check aggregate script that runs in the HyperFlex Leader Node. | It aggregates the output of all HyperFlex nodes and provides the health check result.
- 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.
- hyperflex_version str
- HyperFlex Data Platform version running on the target device.
- nr_version str
- Version of the health check script associated with the health check definition.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- script_execute_ strlocation 
- Location of the health check script's execution on the HyperFlex device.
- script_input str
- Input for the health check script execution.
- script_name str
- Name of the health check script to be executed.
- additionalProperties String
- aggregateScript StringName 
- Health check aggregate script that runs in the HyperFlex Leader Node. | It aggregates the output of all HyperFlex nodes and provides the health check result.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- hyperflexVersion String
- HyperFlex Data Platform version running on the target device.
- nrVersion String
- Version of the health check script associated with the health check definition.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- scriptExecute StringLocation 
- Location of the health check script's execution on the HyperFlex device.
- scriptInput String
- Input for the health check script execution.
- scriptName String
- Name of the health check script to be executed.
GetHyperflexHealthCheckDefinitionHealthCheckScriptInfo        
- AdditionalProperties string
- AggregateScript stringName 
- Health check aggregate script that runs in the HyperFlex Leader Node. | It aggregates the output of all HyperFlex nodes and provides the health check result.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- HyperflexVersion string
- HyperFlex Data Platform version running on the target device.
- NrVersion string
- Version of the health check script associated with the health check definition.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ScriptExecute stringLocation 
- Location of the health check script's execution on the HyperFlex device.
- ScriptInput string
- Input for the health check script execution.
- ScriptName string
- Name of the health check script to be executed.
- AdditionalProperties string
- AggregateScript stringName 
- Health check aggregate script that runs in the HyperFlex Leader Node. | It aggregates the output of all HyperFlex nodes and provides the health check result.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- HyperflexVersion string
- HyperFlex Data Platform version running on the target device.
- NrVersion string
- Version of the health check script associated with the health check definition.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ScriptExecute stringLocation 
- Location of the health check script's execution on the HyperFlex device.
- ScriptInput string
- Input for the health check script execution.
- ScriptName string
- Name of the health check script to be executed.
- additionalProperties String
- aggregateScript StringName 
- Health check aggregate script that runs in the HyperFlex Leader Node. | It aggregates the output of all HyperFlex nodes and provides the health check result.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- hyperflexVersion String
- HyperFlex Data Platform version running on the target device.
- nrVersion String
- Version of the health check script associated with the health check definition.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- scriptExecute StringLocation 
- Location of the health check script's execution on the HyperFlex device.
- scriptInput String
- Input for the health check script execution.
- scriptName String
- Name of the health check script to be executed.
- additionalProperties string
- aggregateScript stringName 
- Health check aggregate script that runs in the HyperFlex Leader Node. | It aggregates the output of all HyperFlex nodes and provides the health check result.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- hyperflexVersion string
- HyperFlex Data Platform version running on the target device.
- nrVersion string
- Version of the health check script associated with the health check definition.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- scriptExecute stringLocation 
- Location of the health check script's execution on the HyperFlex device.
- scriptInput string
- Input for the health check script execution.
- scriptName string
- Name of the health check script to be executed.
- additional_properties str
- aggregate_script_ strname 
- Health check aggregate script that runs in the HyperFlex Leader Node. | It aggregates the output of all HyperFlex nodes and provides the health check result.
- 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.
- hyperflex_version str
- HyperFlex Data Platform version running on the target device.
- nr_version str
- Version of the health check script associated with the health check definition.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- script_execute_ strlocation 
- Location of the health check script's execution on the HyperFlex device.
- script_input str
- Input for the health check script execution.
- script_name str
- Name of the health check script to be executed.
- additionalProperties String
- aggregateScript StringName 
- Health check aggregate script that runs in the HyperFlex Leader Node. | It aggregates the output of all HyperFlex nodes and provides the health check result.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- hyperflexVersion String
- HyperFlex Data Platform version running on the target device.
- nrVersion String
- Version of the health check script associated with the health check definition.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- scriptExecute StringLocation 
- Location of the health check script's execution on the HyperFlex device.
- scriptInput String
- Input for the health check script execution.
- scriptName String
- Name of the health check script to be executed.
GetHyperflexHealthCheckDefinitionParent     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHyperflexHealthCheckDefinitionPermissionResource      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHyperflexHealthCheckDefinitionResult     
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Health Check Definition Result Ancestor> 
- Category string
- Category that the health check belongs to.
- ClassId string
- CommonCauses string
- Static information detailing the common causes for the health check failure.
- Configuration string
- Execution configuration fo the health check script.
- CreateTime string
- The time when this managed object was created.
- DefaultHealth List<GetCheck Script Infos Hyperflex Health Check Definition Result Default Health Check Script Info> 
- Description string
- Description of the health check definition.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HealthCheck List<GetScript Infos Hyperflex Health Check Definition Result Health Check Script Info> 
- HealthImpact string
- Static information detailing the health impact of the health check failure.
- InternalName string
- Internal name of the health check definition.
- MinimumHyper stringFlex Version 
- Minimum HyperFlex version that the check is supported on. Defaults to version 3.0.1.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the health check definition.
- ObjectType string
- Owners List<string>
- Parents
List<GetHyperflex Health Check Definition Result Parent> 
- PermissionResources List<GetHyperflex Health Check Definition Result Permission Resource> 
- Reference string
- Static information containing additional reference for the health check.
- Resolution string
- Static information detailing the possible remediation actions that can be taken to remedy the health check failure.
- ScriptExecution stringMode 
- Execution mode of the health script on the HyperFlex cluster.* ON_DEMAND- Execute the health check on-demand.*SCHEDULED- Execute the health check on a scheduled interval.
- ScriptExecution boolOn Compute Nodes 
- Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
- 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.
- SupportedHypervisor stringType 
- Hypervisor type that the Health Check is supported on (All, if it is hypervisor agnostic).* All- The Health Check is hypervisor-agnostic.*ESXi- The Health Check is supported only on Vmware ESXi hypervisor of any version.*HyperV- The Health Check is supported only on Microsoft HyperV hypervisor.
- 
List<GetHyperflex Health Check Definition Result Tag> 
- TargetExecution stringType 
- Indicates whether the health check is executed only on the leader node, or on all nodes in the HyperFlex cluster.* EXECUTE_ON_LEADER_NODE- Execute the health check script only on the HyperFlex cluster's leader node.*EXECUTE_ON_ALL_NODES- Execute health check on all nodes and aggregate the results.*EXECUTE_ON_ALL_NODES_AND_AGGREGATE- Execute the health check on all Nodes and perform custom aggregation.*EXECUTE_ON_CURRENT_NODE- The HyperFlex health check is executed on the node which receives the request.
- Timeout double
- Health check script execution timeout.
- UnsupportedHyper List<string>Flex Versions 
- VersionContexts List<GetHyperflex Health Check Definition Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Health Check Definition Result Ancestor 
- Category string
- Category that the health check belongs to.
- ClassId string
- CommonCauses string
- Static information detailing the common causes for the health check failure.
- Configuration string
- Execution configuration fo the health check script.
- CreateTime string
- The time when this managed object was created.
- DefaultHealth []GetCheck Script Infos Hyperflex Health Check Definition Result Default Health Check Script Info 
- Description string
- Description of the health check definition.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HealthCheck []GetScript Infos Hyperflex Health Check Definition Result Health Check Script Info 
- HealthImpact string
- Static information detailing the health impact of the health check failure.
- InternalName string
- Internal name of the health check definition.
- MinimumHyper stringFlex Version 
- Minimum HyperFlex version that the check is supported on. Defaults to version 3.0.1.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the health check definition.
- ObjectType string
- Owners []string
- Parents
[]GetHyperflex Health Check Definition Result Parent 
- PermissionResources []GetHyperflex Health Check Definition Result Permission Resource 
- Reference string
- Static information containing additional reference for the health check.
- Resolution string
- Static information detailing the possible remediation actions that can be taken to remedy the health check failure.
- ScriptExecution stringMode 
- Execution mode of the health script on the HyperFlex cluster.* ON_DEMAND- Execute the health check on-demand.*SCHEDULED- Execute the health check on a scheduled interval.
- ScriptExecution boolOn Compute Nodes 
- Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
- 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.
- SupportedHypervisor stringType 
- Hypervisor type that the Health Check is supported on (All, if it is hypervisor agnostic).* All- The Health Check is hypervisor-agnostic.*ESXi- The Health Check is supported only on Vmware ESXi hypervisor of any version.*HyperV- The Health Check is supported only on Microsoft HyperV hypervisor.
- 
[]GetHyperflex Health Check Definition Result Tag 
- TargetExecution stringType 
- Indicates whether the health check is executed only on the leader node, or on all nodes in the HyperFlex cluster.* EXECUTE_ON_LEADER_NODE- Execute the health check script only on the HyperFlex cluster's leader node.*EXECUTE_ON_ALL_NODES- Execute health check on all nodes and aggregate the results.*EXECUTE_ON_ALL_NODES_AND_AGGREGATE- Execute the health check on all Nodes and perform custom aggregation.*EXECUTE_ON_CURRENT_NODE- The HyperFlex health check is executed on the node which receives the request.
- Timeout float64
- Health check script execution timeout.
- UnsupportedHyper []stringFlex Versions 
- VersionContexts []GetHyperflex Health Check Definition Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Health Check Definition Result Ancestor> 
- category String
- Category that the health check belongs to.
- classId String
- commonCauses String
- Static information detailing the common causes for the health check failure.
- configuration String
- Execution configuration fo the health check script.
- createTime String
- The time when this managed object was created.
- defaultHealth List<GetCheck Script Infos Hyperflex Health Check Definition Result Default Health Check Script Info> 
- description String
- Description of the health check definition.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- healthCheck List<GetScript Infos Hyperflex Health Check Definition Result Health Check Script Info> 
- healthImpact String
- Static information detailing the health impact of the health check failure.
- internalName String
- Internal name of the health check definition.
- minimumHyper StringFlex Version 
- Minimum HyperFlex version that the check is supported on. Defaults to version 3.0.1.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the health check definition.
- objectType String
- owners List<String>
- parents
List<GetHyperflex Health Check Definition Result Parent> 
- permissionResources List<GetHyperflex Health Check Definition Result Permission Resource> 
- reference String
- Static information containing additional reference for the health check.
- resolution String
- Static information detailing the possible remediation actions that can be taken to remedy the health check failure.
- scriptExecution StringMode 
- Execution mode of the health script on the HyperFlex cluster.* ON_DEMAND- Execute the health check on-demand.*SCHEDULED- Execute the health check on a scheduled interval.
- scriptExecution BooleanOn Compute Nodes 
- Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
- 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.
- supportedHypervisor StringType 
- Hypervisor type that the Health Check is supported on (All, if it is hypervisor agnostic).* All- The Health Check is hypervisor-agnostic.*ESXi- The Health Check is supported only on Vmware ESXi hypervisor of any version.*HyperV- The Health Check is supported only on Microsoft HyperV hypervisor.
- 
List<GetHyperflex Health Check Definition Result Tag> 
- targetExecution StringType 
- Indicates whether the health check is executed only on the leader node, or on all nodes in the HyperFlex cluster.* EXECUTE_ON_LEADER_NODE- Execute the health check script only on the HyperFlex cluster's leader node.*EXECUTE_ON_ALL_NODES- Execute health check on all nodes and aggregate the results.*EXECUTE_ON_ALL_NODES_AND_AGGREGATE- Execute the health check on all Nodes and perform custom aggregation.*EXECUTE_ON_CURRENT_NODE- The HyperFlex health check is executed on the node which receives the request.
- timeout Double
- Health check script execution timeout.
- unsupportedHyper List<String>Flex Versions 
- versionContexts List<GetHyperflex Health Check Definition Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Health Check Definition Result Ancestor[] 
- category string
- Category that the health check belongs to.
- classId string
- commonCauses string
- Static information detailing the common causes for the health check failure.
- configuration string
- Execution configuration fo the health check script.
- createTime string
- The time when this managed object was created.
- defaultHealth GetCheck Script Infos Hyperflex Health Check Definition Result Default Health Check Script Info[] 
- description string
- Description of the health check definition.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- healthCheck GetScript Infos Hyperflex Health Check Definition Result Health Check Script Info[] 
- healthImpact string
- Static information detailing the health impact of the health check failure.
- internalName string
- Internal name of the health check definition.
- minimumHyper stringFlex Version 
- Minimum HyperFlex version that the check is supported on. Defaults to version 3.0.1.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the health check definition.
- objectType string
- owners string[]
- parents
GetHyperflex Health Check Definition Result Parent[] 
- permissionResources GetHyperflex Health Check Definition Result Permission Resource[] 
- reference string
- Static information containing additional reference for the health check.
- resolution string
- Static information detailing the possible remediation actions that can be taken to remedy the health check failure.
- scriptExecution stringMode 
- Execution mode of the health script on the HyperFlex cluster.* ON_DEMAND- Execute the health check on-demand.*SCHEDULED- Execute the health check on a scheduled interval.
- scriptExecution booleanOn Compute Nodes 
- Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
- 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.
- supportedHypervisor stringType 
- Hypervisor type that the Health Check is supported on (All, if it is hypervisor agnostic).* All- The Health Check is hypervisor-agnostic.*ESXi- The Health Check is supported only on Vmware ESXi hypervisor of any version.*HyperV- The Health Check is supported only on Microsoft HyperV hypervisor.
- 
GetHyperflex Health Check Definition Result Tag[] 
- targetExecution stringType 
- Indicates whether the health check is executed only on the leader node, or on all nodes in the HyperFlex cluster.* EXECUTE_ON_LEADER_NODE- Execute the health check script only on the HyperFlex cluster's leader node.*EXECUTE_ON_ALL_NODES- Execute health check on all nodes and aggregate the results.*EXECUTE_ON_ALL_NODES_AND_AGGREGATE- Execute the health check on all Nodes and perform custom aggregation.*EXECUTE_ON_CURRENT_NODE- The HyperFlex health check is executed on the node which receives the request.
- timeout number
- Health check script execution timeout.
- unsupportedHyper string[]Flex Versions 
- versionContexts GetHyperflex Health Check Definition Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Health Check Definition Result Ancestor] 
- category str
- Category that the health check belongs to.
- class_id str
- common_causes str
- Static information detailing the common causes for the health check failure.
- configuration str
- Execution configuration fo the health check script.
- create_time str
- The time when this managed object was created.
- default_health_ Sequence[Getcheck_ script_ infos Hyperflex Health Check Definition Result Default Health Check Script Info] 
- description str
- Description of the health check definition.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- health_check_ Sequence[Getscript_ infos Hyperflex Health Check Definition Result Health Check Script Info] 
- health_impact str
- Static information detailing the health impact of the health check failure.
- internal_name str
- Internal name of the health check definition.
- minimum_hyper_ strflex_ version 
- Minimum HyperFlex version that the check is supported on. Defaults to version 3.0.1.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the health check definition.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetHyperflex Health Check Definition Result Parent] 
- permission_resources Sequence[GetHyperflex Health Check Definition Result Permission Resource] 
- reference str
- Static information containing additional reference for the health check.
- resolution str
- Static information detailing the possible remediation actions that can be taken to remedy the health check failure.
- script_execution_ strmode 
- Execution mode of the health script on the HyperFlex cluster.* ON_DEMAND- Execute the health check on-demand.*SCHEDULED- Execute the health check on a scheduled interval.
- script_execution_ boolon_ compute_ nodes 
- Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
- 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.
- supported_hypervisor_ strtype 
- Hypervisor type that the Health Check is supported on (All, if it is hypervisor agnostic).* All- The Health Check is hypervisor-agnostic.*ESXi- The Health Check is supported only on Vmware ESXi hypervisor of any version.*HyperV- The Health Check is supported only on Microsoft HyperV hypervisor.
- 
Sequence[GetHyperflex Health Check Definition Result Tag] 
- target_execution_ strtype 
- Indicates whether the health check is executed only on the leader node, or on all nodes in the HyperFlex cluster.* EXECUTE_ON_LEADER_NODE- Execute the health check script only on the HyperFlex cluster's leader node.*EXECUTE_ON_ALL_NODES- Execute health check on all nodes and aggregate the results.*EXECUTE_ON_ALL_NODES_AND_AGGREGATE- Execute the health check on all Nodes and perform custom aggregation.*EXECUTE_ON_CURRENT_NODE- The HyperFlex health check is executed on the node which receives the request.
- timeout float
- Health check script execution timeout.
- unsupported_hyper_ Sequence[str]flex_ versions 
- version_contexts Sequence[GetHyperflex Health Check Definition Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- category String
- Category that the health check belongs to.
- classId String
- commonCauses String
- Static information detailing the common causes for the health check failure.
- configuration String
- Execution configuration fo the health check script.
- createTime String
- The time when this managed object was created.
- defaultHealth List<Property Map>Check Script Infos 
- description String
- Description of the health check definition.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- healthCheck List<Property Map>Script Infos 
- healthImpact String
- Static information detailing the health impact of the health check failure.
- internalName String
- Internal name of the health check definition.
- minimumHyper StringFlex Version 
- Minimum HyperFlex version that the check is supported on. Defaults to version 3.0.1.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the health check definition.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- reference String
- Static information containing additional reference for the health check.
- resolution String
- Static information detailing the possible remediation actions that can be taken to remedy the health check failure.
- scriptExecution StringMode 
- Execution mode of the health script on the HyperFlex cluster.* ON_DEMAND- Execute the health check on-demand.*SCHEDULED- Execute the health check on a scheduled interval.
- scriptExecution BooleanOn Compute Nodes 
- Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
- 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.
- supportedHypervisor StringType 
- Hypervisor type that the Health Check is supported on (All, if it is hypervisor agnostic).* All- The Health Check is hypervisor-agnostic.*ESXi- The Health Check is supported only on Vmware ESXi hypervisor of any version.*HyperV- The Health Check is supported only on Microsoft HyperV hypervisor.
- List<Property Map>
- targetExecution StringType 
- Indicates whether the health check is executed only on the leader node, or on all nodes in the HyperFlex cluster.* EXECUTE_ON_LEADER_NODE- Execute the health check script only on the HyperFlex cluster's leader node.*EXECUTE_ON_ALL_NODES- Execute health check on all nodes and aggregate the results.*EXECUTE_ON_ALL_NODES_AND_AGGREGATE- Execute the health check on all Nodes and perform custom aggregation.*EXECUTE_ON_CURRENT_NODE- The HyperFlex health check is executed on the node which receives the request.
- timeout Number
- Health check script execution timeout.
- unsupportedHyper List<String>Flex Versions 
- versionContexts List<Property Map>
GetHyperflexHealthCheckDefinitionResultAncestor      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexHealthCheckDefinitionResultDefaultHealthCheckScriptInfo          
- AdditionalProperties string
- AggregateScript stringName 
- ClassId string
- HyperflexVersion string
- NrVersion string
- ObjectType string
- ScriptExecute stringLocation 
- ScriptInput string
- ScriptName string
- AdditionalProperties string
- AggregateScript stringName 
- ClassId string
- HyperflexVersion string
- NrVersion string
- ObjectType string
- ScriptExecute stringLocation 
- ScriptInput string
- ScriptName string
- additionalProperties String
- aggregateScript StringName 
- classId String
- hyperflexVersion String
- nrVersion String
- objectType String
- scriptExecute StringLocation 
- scriptInput String
- scriptName String
- additionalProperties string
- aggregateScript stringName 
- classId string
- hyperflexVersion string
- nrVersion string
- objectType string
- scriptExecute stringLocation 
- scriptInput string
- scriptName string
- additional_properties str
- aggregate_script_ strname 
- class_id str
- hyperflex_version str
- nr_version str
- object_type str
- script_execute_ strlocation 
- script_input str
- script_name str
- additionalProperties String
- aggregateScript StringName 
- classId String
- hyperflexVersion String
- nrVersion String
- objectType String
- scriptExecute StringLocation 
- scriptInput String
- scriptName String
GetHyperflexHealthCheckDefinitionResultHealthCheckScriptInfo         
- AdditionalProperties string
- AggregateScript stringName 
- ClassId string
- HyperflexVersion string
- NrVersion string
- ObjectType string
- ScriptExecute stringLocation 
- ScriptInput string
- ScriptName string
- AdditionalProperties string
- AggregateScript stringName 
- ClassId string
- HyperflexVersion string
- NrVersion string
- ObjectType string
- ScriptExecute stringLocation 
- ScriptInput string
- ScriptName string
- additionalProperties String
- aggregateScript StringName 
- classId String
- hyperflexVersion String
- nrVersion String
- objectType String
- scriptExecute StringLocation 
- scriptInput String
- scriptName String
- additionalProperties string
- aggregateScript stringName 
- classId string
- hyperflexVersion string
- nrVersion string
- objectType string
- scriptExecute stringLocation 
- scriptInput string
- scriptName string
- additional_properties str
- aggregate_script_ strname 
- class_id str
- hyperflex_version str
- nr_version str
- object_type str
- script_execute_ strlocation 
- script_input str
- script_name str
- additionalProperties String
- aggregateScript StringName 
- classId String
- hyperflexVersion String
- nrVersion String
- objectType String
- scriptExecute StringLocation 
- scriptInput String
- scriptName String
GetHyperflexHealthCheckDefinitionResultParent      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexHealthCheckDefinitionResultPermissionResource       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexHealthCheckDefinitionResultTag      
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetHyperflexHealthCheckDefinitionResultVersionContext       
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetHyperflexHealthCheckDefinitionResultVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexHealthCheckDefinitionResultVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexHealthCheckDefinitionTag     
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetHyperflexHealthCheckDefinitionVersionContext      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetHyperflex Health Check Definition Version Context Interested Mo> 
- MarkedFor 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.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHyperflex Health Check Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetHyperflex Health Check Definition Version Context Interested Mo 
- MarkedFor 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.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHyperflex Health Check Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetHyperflex Health Check Definition Version Context Interested Mo> 
- markedFor 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.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHyperflex Health Check Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetHyperflex Health Check Definition Version Context Interested Mo[] 
- markedFor 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.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHyperflex Health Check Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetHyperflex Health Check Definition 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 GetHyperflex Health Check Definition 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.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor 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.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetHyperflexHealthCheckDefinitionVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHyperflexHealthCheckDefinitionVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet