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

intersight.getHyperflexHealthCheckDefinition

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexHealthCheckDefinitionAncestor>
    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.
    DefaultHealthCheckScriptInfo GetHyperflexHealthCheckDefinitionDefaultHealthCheckScriptInfo
    Description string
    Description of the health check definition.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HealthCheckScriptInfos List<GetHyperflexHealthCheckDefinitionHealthCheckScriptInfo>
    HealthImpact string
    Static information detailing the health impact of the health check failure.
    Id string
    InternalName string
    Internal name of the health check definition.
    MinimumHyperFlexVersion string
    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 GetHyperflexHealthCheckDefinitionParent
    PermissionResources List<GetHyperflexHealthCheckDefinitionPermissionResource>
    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.
    ScriptExecutionMode string
    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.
    ScriptExecutionOnComputeNodes bool
    Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SupportedHypervisorType string
    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.
    Tags List<GetHyperflexHealthCheckDefinitionTag>
    TargetExecutionType string
    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.
    UnsupportedHyperFlexVersions List<string>
    VersionContext GetHyperflexHealthCheckDefinitionVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexHealthCheckDefinitionAncestor
    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.
    DefaultHealthCheckScriptInfo GetHyperflexHealthCheckDefinitionDefaultHealthCheckScriptInfo
    Description string
    Description of the health check definition.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HealthCheckScriptInfos []GetHyperflexHealthCheckDefinitionHealthCheckScriptInfo
    HealthImpact string
    Static information detailing the health impact of the health check failure.
    Id string
    InternalName string
    Internal name of the health check definition.
    MinimumHyperFlexVersion string
    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 GetHyperflexHealthCheckDefinitionParent
    PermissionResources []GetHyperflexHealthCheckDefinitionPermissionResource
    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.
    ScriptExecutionMode string
    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.
    ScriptExecutionOnComputeNodes bool
    Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SupportedHypervisorType string
    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.
    Tags []GetHyperflexHealthCheckDefinitionTag
    TargetExecutionType string
    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.
    UnsupportedHyperFlexVersions []string
    VersionContext GetHyperflexHealthCheckDefinitionVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexHealthCheckDefinitionAncestor>
    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.
    defaultHealthCheckScriptInfo GetHyperflexHealthCheckDefinitionDefaultHealthCheckScriptInfo
    description String
    Description of the health check definition.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    healthCheckScriptInfos List<GetHyperflexHealthCheckDefinitionHealthCheckScriptInfo>
    healthImpact String
    Static information detailing the health impact of the health check failure.
    id String
    internalName String
    Internal name of the health check definition.
    minimumHyperFlexVersion String
    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 GetHyperflexHealthCheckDefinitionParent
    permissionResources List<GetHyperflexHealthCheckDefinitionPermissionResource>
    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.
    scriptExecutionMode String
    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.
    scriptExecutionOnComputeNodes Boolean
    Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    supportedHypervisorType String
    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.
    tags List<GetHyperflexHealthCheckDefinitionTag>
    targetExecutionType String
    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.
    unsupportedHyperFlexVersions List<String>
    versionContext GetHyperflexHealthCheckDefinitionVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexHealthCheckDefinitionAncestor[]
    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.
    defaultHealthCheckScriptInfo GetHyperflexHealthCheckDefinitionDefaultHealthCheckScriptInfo
    description string
    Description of the health check definition.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    healthCheckScriptInfos GetHyperflexHealthCheckDefinitionHealthCheckScriptInfo[]
    healthImpact string
    Static information detailing the health impact of the health check failure.
    id string
    internalName string
    Internal name of the health check definition.
    minimumHyperFlexVersion string
    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 GetHyperflexHealthCheckDefinitionParent
    permissionResources GetHyperflexHealthCheckDefinitionPermissionResource[]
    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.
    scriptExecutionMode string
    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.
    scriptExecutionOnComputeNodes boolean
    Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    supportedHypervisorType string
    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.
    tags GetHyperflexHealthCheckDefinitionTag[]
    targetExecutionType string
    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.
    unsupportedHyperFlexVersions string[]
    versionContext GetHyperflexHealthCheckDefinitionVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexHealthCheckDefinitionAncestor]
    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_check_script_info GetHyperflexHealthCheckDefinitionDefaultHealthCheckScriptInfo
    description str
    Description of the health check definition.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    health_check_script_infos Sequence[GetHyperflexHealthCheckDefinitionHealthCheckScriptInfo]
    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_flex_version str
    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 GetHyperflexHealthCheckDefinitionParent
    permission_resources Sequence[GetHyperflexHealthCheckDefinitionPermissionResource]
    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_mode str
    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_on_compute_nodes bool
    Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    supported_hypervisor_type str
    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.
    tags Sequence[GetHyperflexHealthCheckDefinitionTag]
    target_execution_type str
    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_flex_versions Sequence[str]
    version_context GetHyperflexHealthCheckDefinitionVersionContext
    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.
    defaultHealthCheckScriptInfo Property Map
    description String
    Description of the health check definition.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    healthCheckScriptInfos List<Property Map>
    healthImpact String
    Static information detailing the health impact of the health check failure.
    id String
    internalName String
    Internal name of the health check definition.
    minimumHyperFlexVersion String
    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.
    scriptExecutionMode String
    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.
    scriptExecutionOnComputeNodes Boolean
    Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    supportedHypervisorType String
    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.
    tags List<Property Map>
    targetExecutionType String
    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.
    unsupportedHyperFlexVersions List<String>
    versionContext Property Map

    getHyperflexHealthCheckDefinition Result

    The following output properties are available:

    Id string
    Results List<GetHyperflexHealthCheckDefinitionResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetHyperflexHealthCheckDefinitionAncestor>
    Category string
    ClassId string
    CommonCauses string
    Configuration string
    CreateTime string
    DefaultHealthCheckScriptInfo GetHyperflexHealthCheckDefinitionDefaultHealthCheckScriptInfo
    Description string
    DomainGroupMoid string
    HealthCheckScriptInfos List<GetHyperflexHealthCheckDefinitionHealthCheckScriptInfo>
    HealthImpact string
    InternalName string
    MinimumHyperFlexVersion string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners List<string>
    Parent GetHyperflexHealthCheckDefinitionParent
    PermissionResources List<GetHyperflexHealthCheckDefinitionPermissionResource>
    Reference string
    Resolution string
    ScriptExecutionMode string
    ScriptExecutionOnComputeNodes bool
    SharedScope string
    SupportedHypervisorType string
    Tags List<GetHyperflexHealthCheckDefinitionTag>
    TargetExecutionType string
    Timeout double
    UnsupportedHyperFlexVersions List<string>
    VersionContext GetHyperflexHealthCheckDefinitionVersionContext
    Id string
    Results []GetHyperflexHealthCheckDefinitionResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetHyperflexHealthCheckDefinitionAncestor
    Category string
    ClassId string
    CommonCauses string
    Configuration string
    CreateTime string
    DefaultHealthCheckScriptInfo GetHyperflexHealthCheckDefinitionDefaultHealthCheckScriptInfo
    Description string
    DomainGroupMoid string
    HealthCheckScriptInfos []GetHyperflexHealthCheckDefinitionHealthCheckScriptInfo
    HealthImpact string
    InternalName string
    MinimumHyperFlexVersion string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners []string
    Parent GetHyperflexHealthCheckDefinitionParent
    PermissionResources []GetHyperflexHealthCheckDefinitionPermissionResource
    Reference string
    Resolution string
    ScriptExecutionMode string
    ScriptExecutionOnComputeNodes bool
    SharedScope string
    SupportedHypervisorType string
    Tags []GetHyperflexHealthCheckDefinitionTag
    TargetExecutionType string
    Timeout float64
    UnsupportedHyperFlexVersions []string
    VersionContext GetHyperflexHealthCheckDefinitionVersionContext
    id String
    results List<GetHyperflexHealthCheckDefinitionResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetHyperflexHealthCheckDefinitionAncestor>
    category String
    classId String
    commonCauses String
    configuration String
    createTime String
    defaultHealthCheckScriptInfo GetHyperflexHealthCheckDefinitionDefaultHealthCheckScriptInfo
    description String
    domainGroupMoid String
    healthCheckScriptInfos List<GetHyperflexHealthCheckDefinitionHealthCheckScriptInfo>
    healthImpact String
    internalName String
    minimumHyperFlexVersion String
    modTime String
    moid String
    name String
    objectType String
    owners List<String>
    parent GetHyperflexHealthCheckDefinitionParent
    permissionResources List<GetHyperflexHealthCheckDefinitionPermissionResource>
    reference String
    resolution String
    scriptExecutionMode String
    scriptExecutionOnComputeNodes Boolean
    sharedScope String
    supportedHypervisorType String
    tags List<GetHyperflexHealthCheckDefinitionTag>
    targetExecutionType String
    timeout Double
    unsupportedHyperFlexVersions List<String>
    versionContext GetHyperflexHealthCheckDefinitionVersionContext
    id string
    results GetHyperflexHealthCheckDefinitionResult[]
    accountMoid string
    additionalProperties string
    ancestors GetHyperflexHealthCheckDefinitionAncestor[]
    category string
    classId string
    commonCauses string
    configuration string
    createTime string
    defaultHealthCheckScriptInfo GetHyperflexHealthCheckDefinitionDefaultHealthCheckScriptInfo
    description string
    domainGroupMoid string
    healthCheckScriptInfos GetHyperflexHealthCheckDefinitionHealthCheckScriptInfo[]
    healthImpact string
    internalName string
    minimumHyperFlexVersion string
    modTime string
    moid string
    name string
    objectType string
    owners string[]
    parent GetHyperflexHealthCheckDefinitionParent
    permissionResources GetHyperflexHealthCheckDefinitionPermissionResource[]
    reference string
    resolution string
    scriptExecutionMode string
    scriptExecutionOnComputeNodes boolean
    sharedScope string
    supportedHypervisorType string
    tags GetHyperflexHealthCheckDefinitionTag[]
    targetExecutionType string
    timeout number
    unsupportedHyperFlexVersions string[]
    versionContext GetHyperflexHealthCheckDefinitionVersionContext
    id str
    results Sequence[GetHyperflexHealthCheckDefinitionResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetHyperflexHealthCheckDefinitionAncestor]
    category str
    class_id str
    common_causes str
    configuration str
    create_time str
    default_health_check_script_info GetHyperflexHealthCheckDefinitionDefaultHealthCheckScriptInfo
    description str
    domain_group_moid str
    health_check_script_infos Sequence[GetHyperflexHealthCheckDefinitionHealthCheckScriptInfo]
    health_impact str
    internal_name str
    minimum_hyper_flex_version str
    mod_time str
    moid str
    name str
    object_type str
    owners Sequence[str]
    parent GetHyperflexHealthCheckDefinitionParent
    permission_resources Sequence[GetHyperflexHealthCheckDefinitionPermissionResource]
    reference str
    resolution str
    script_execution_mode str
    script_execution_on_compute_nodes bool
    shared_scope str
    supported_hypervisor_type str
    tags Sequence[GetHyperflexHealthCheckDefinitionTag]
    target_execution_type str
    timeout float
    unsupported_hyper_flex_versions Sequence[str]
    version_context GetHyperflexHealthCheckDefinitionVersionContext

    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.

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

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

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

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

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

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

    GetHyperflexHealthCheckDefinitionDefaultHealthCheckScriptInfo

    AdditionalProperties string
    AggregateScriptName string
    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.
    ScriptExecuteLocation string
    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
    AggregateScriptName string
    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.
    ScriptExecuteLocation string
    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
    aggregateScriptName String
    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.
    scriptExecuteLocation String
    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
    aggregateScriptName string
    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.
    scriptExecuteLocation string
    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_name str
    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_location str
    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
    aggregateScriptName String
    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.
    scriptExecuteLocation String
    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
    AggregateScriptName string
    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.
    ScriptExecuteLocation string
    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
    AggregateScriptName string
    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.
    ScriptExecuteLocation string
    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
    aggregateScriptName String
    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.
    scriptExecuteLocation String
    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
    aggregateScriptName string
    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.
    scriptExecuteLocation string
    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_name str
    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_location str
    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
    aggregateScriptName String
    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.
    scriptExecuteLocation String
    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    GetHyperflexHealthCheckDefinitionResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexHealthCheckDefinitionResultAncestor>
    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.
    DefaultHealthCheckScriptInfos List<GetHyperflexHealthCheckDefinitionResultDefaultHealthCheckScriptInfo>
    Description string
    Description of the health check definition.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HealthCheckScriptInfos List<GetHyperflexHealthCheckDefinitionResultHealthCheckScriptInfo>
    HealthImpact string
    Static information detailing the health impact of the health check failure.
    InternalName string
    Internal name of the health check definition.
    MinimumHyperFlexVersion string
    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<GetHyperflexHealthCheckDefinitionResultParent>
    PermissionResources List<GetHyperflexHealthCheckDefinitionResultPermissionResource>
    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.
    ScriptExecutionMode string
    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.
    ScriptExecutionOnComputeNodes bool
    Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SupportedHypervisorType string
    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.
    Tags List<GetHyperflexHealthCheckDefinitionResultTag>
    TargetExecutionType string
    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.
    UnsupportedHyperFlexVersions List<string>
    VersionContexts List<GetHyperflexHealthCheckDefinitionResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexHealthCheckDefinitionResultAncestor
    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.
    DefaultHealthCheckScriptInfos []GetHyperflexHealthCheckDefinitionResultDefaultHealthCheckScriptInfo
    Description string
    Description of the health check definition.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HealthCheckScriptInfos []GetHyperflexHealthCheckDefinitionResultHealthCheckScriptInfo
    HealthImpact string
    Static information detailing the health impact of the health check failure.
    InternalName string
    Internal name of the health check definition.
    MinimumHyperFlexVersion string
    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 []GetHyperflexHealthCheckDefinitionResultParent
    PermissionResources []GetHyperflexHealthCheckDefinitionResultPermissionResource
    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.
    ScriptExecutionMode string
    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.
    ScriptExecutionOnComputeNodes bool
    Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SupportedHypervisorType string
    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.
    Tags []GetHyperflexHealthCheckDefinitionResultTag
    TargetExecutionType string
    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.
    UnsupportedHyperFlexVersions []string
    VersionContexts []GetHyperflexHealthCheckDefinitionResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexHealthCheckDefinitionResultAncestor>
    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.
    defaultHealthCheckScriptInfos List<GetHyperflexHealthCheckDefinitionResultDefaultHealthCheckScriptInfo>
    description String
    Description of the health check definition.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    healthCheckScriptInfos List<GetHyperflexHealthCheckDefinitionResultHealthCheckScriptInfo>
    healthImpact String
    Static information detailing the health impact of the health check failure.
    internalName String
    Internal name of the health check definition.
    minimumHyperFlexVersion String
    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<GetHyperflexHealthCheckDefinitionResultParent>
    permissionResources List<GetHyperflexHealthCheckDefinitionResultPermissionResource>
    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.
    scriptExecutionMode String
    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.
    scriptExecutionOnComputeNodes Boolean
    Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    supportedHypervisorType String
    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.
    tags List<GetHyperflexHealthCheckDefinitionResultTag>
    targetExecutionType String
    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.
    unsupportedHyperFlexVersions List<String>
    versionContexts List<GetHyperflexHealthCheckDefinitionResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexHealthCheckDefinitionResultAncestor[]
    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.
    defaultHealthCheckScriptInfos GetHyperflexHealthCheckDefinitionResultDefaultHealthCheckScriptInfo[]
    description string
    Description of the health check definition.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    healthCheckScriptInfos GetHyperflexHealthCheckDefinitionResultHealthCheckScriptInfo[]
    healthImpact string
    Static information detailing the health impact of the health check failure.
    internalName string
    Internal name of the health check definition.
    minimumHyperFlexVersion string
    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 GetHyperflexHealthCheckDefinitionResultParent[]
    permissionResources GetHyperflexHealthCheckDefinitionResultPermissionResource[]
    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.
    scriptExecutionMode string
    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.
    scriptExecutionOnComputeNodes boolean
    Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    supportedHypervisorType string
    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.
    tags GetHyperflexHealthCheckDefinitionResultTag[]
    targetExecutionType string
    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.
    unsupportedHyperFlexVersions string[]
    versionContexts GetHyperflexHealthCheckDefinitionResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexHealthCheckDefinitionResultAncestor]
    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_check_script_infos Sequence[GetHyperflexHealthCheckDefinitionResultDefaultHealthCheckScriptInfo]
    description str
    Description of the health check definition.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    health_check_script_infos Sequence[GetHyperflexHealthCheckDefinitionResultHealthCheckScriptInfo]
    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_flex_version str
    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[GetHyperflexHealthCheckDefinitionResultParent]
    permission_resources Sequence[GetHyperflexHealthCheckDefinitionResultPermissionResource]
    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_mode str
    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_on_compute_nodes bool
    Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    supported_hypervisor_type str
    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.
    tags Sequence[GetHyperflexHealthCheckDefinitionResultTag]
    target_execution_type str
    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_flex_versions Sequence[str]
    version_contexts Sequence[GetHyperflexHealthCheckDefinitionResultVersionContext]
    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.
    defaultHealthCheckScriptInfos List<Property Map>
    description String
    Description of the health check definition.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    healthCheckScriptInfos List<Property Map>
    healthImpact String
    Static information detailing the health impact of the health check failure.
    internalName String
    Internal name of the health check definition.
    minimumHyperFlexVersion String
    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.
    scriptExecutionMode String
    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.
    scriptExecutionOnComputeNodes Boolean
    Indicates if the script needs to be executed on HyperFlex compute nodes. |Typically, scripts are only executed on the storage Nodes.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    supportedHypervisorType String
    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.
    tags List<Property Map>
    targetExecutionType String
    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.
    unsupportedHyperFlexVersions List<String>
    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

    GetHyperflexHealthCheckDefinitionResultHealthCheckScriptInfo

    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
    additionalProperties String
    key String
    value String

    GetHyperflexHealthCheckDefinitionResultVersionContext

    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<GetHyperflexHealthCheckDefinitionVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetHyperflexHealthCheckDefinitionVersionContextRefMo
    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 []GetHyperflexHealthCheckDefinitionVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetHyperflexHealthCheckDefinitionVersionContextRefMo
    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<GetHyperflexHealthCheckDefinitionVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetHyperflexHealthCheckDefinitionVersionContextRefMo
    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 GetHyperflexHealthCheckDefinitionVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetHyperflexHealthCheckDefinitionVersionContextRefMo
    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[GetHyperflexHealthCheckDefinitionVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetHyperflexHealthCheckDefinitionVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    Package Details

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