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

intersight.getHyperflexHealthCheckExecution

Explore with Pulumi AI

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

    Health check execution result for a health check definition on a HyperFlex device.

    Using getHyperflexHealthCheckExecution

    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 getHyperflexHealthCheckExecution(args: GetHyperflexHealthCheckExecutionArgs, opts?: InvokeOptions): Promise<GetHyperflexHealthCheckExecutionResult>
    function getHyperflexHealthCheckExecutionOutput(args: GetHyperflexHealthCheckExecutionOutputArgs, opts?: InvokeOptions): Output<GetHyperflexHealthCheckExecutionResult>
    def get_hyperflex_health_check_execution(account_moid: Optional[str] = None,
                                             additional_properties: Optional[str] = None,
                                             ancestors: Optional[Sequence[GetHyperflexHealthCheckExecutionAncestor]] = None,
                                             category: Optional[str] = None,
                                             cause: Optional[str] = None,
                                             class_id: Optional[str] = None,
                                             completion_time: Optional[str] = None,
                                             create_time: Optional[str] = None,
                                             domain_group_moid: Optional[str] = None,
                                             health_check_definition: Optional[GetHyperflexHealthCheckExecutionHealthCheckDefinition] = None,
                                             health_check_details: Optional[str] = None,
                                             health_check_execution_error_details: Optional[str] = None,
                                             health_check_execution_error_summary: Optional[str] = None,
                                             health_check_execution_status: Optional[str] = None,
                                             health_check_result: Optional[str] = None,
                                             health_check_summary: Optional[str] = None,
                                             health_check_vcenter_ip: Optional[str] = None,
                                             hx_cluster: Optional[GetHyperflexHealthCheckExecutionHxCluster] = None,
                                             hx_device_name: Optional[str] = None,
                                             id: Optional[str] = None,
                                             mod_time: Optional[str] = None,
                                             moid: Optional[str] = None,
                                             node_level_infos: Optional[Sequence[GetHyperflexHealthCheckExecutionNodeLevelInfo]] = None,
                                             object_type: Optional[str] = None,
                                             owners: Optional[Sequence[str]] = None,
                                             parent: Optional[GetHyperflexHealthCheckExecutionParent] = None,
                                             permission_resources: Optional[Sequence[GetHyperflexHealthCheckExecutionPermissionResource]] = None,
                                             registered_device: Optional[GetHyperflexHealthCheckExecutionRegisteredDevice] = None,
                                             shared_scope: Optional[str] = None,
                                             suggested_resolution: Optional[str] = None,
                                             tags: Optional[Sequence[GetHyperflexHealthCheckExecutionTag]] = None,
                                             uuid: Optional[str] = None,
                                             version_context: Optional[GetHyperflexHealthCheckExecutionVersionContext] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetHyperflexHealthCheckExecutionResult
    def get_hyperflex_health_check_execution_output(account_moid: Optional[pulumi.Input[str]] = None,
                                             additional_properties: Optional[pulumi.Input[str]] = None,
                                             ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexHealthCheckExecutionAncestorArgs]]]] = None,
                                             category: Optional[pulumi.Input[str]] = None,
                                             cause: Optional[pulumi.Input[str]] = None,
                                             class_id: Optional[pulumi.Input[str]] = None,
                                             completion_time: Optional[pulumi.Input[str]] = None,
                                             create_time: Optional[pulumi.Input[str]] = None,
                                             domain_group_moid: Optional[pulumi.Input[str]] = None,
                                             health_check_definition: Optional[pulumi.Input[GetHyperflexHealthCheckExecutionHealthCheckDefinitionArgs]] = None,
                                             health_check_details: Optional[pulumi.Input[str]] = None,
                                             health_check_execution_error_details: Optional[pulumi.Input[str]] = None,
                                             health_check_execution_error_summary: Optional[pulumi.Input[str]] = None,
                                             health_check_execution_status: Optional[pulumi.Input[str]] = None,
                                             health_check_result: Optional[pulumi.Input[str]] = None,
                                             health_check_summary: Optional[pulumi.Input[str]] = None,
                                             health_check_vcenter_ip: Optional[pulumi.Input[str]] = None,
                                             hx_cluster: Optional[pulumi.Input[GetHyperflexHealthCheckExecutionHxClusterArgs]] = None,
                                             hx_device_name: Optional[pulumi.Input[str]] = None,
                                             id: Optional[pulumi.Input[str]] = None,
                                             mod_time: Optional[pulumi.Input[str]] = None,
                                             moid: Optional[pulumi.Input[str]] = None,
                                             node_level_infos: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexHealthCheckExecutionNodeLevelInfoArgs]]]] = None,
                                             object_type: Optional[pulumi.Input[str]] = None,
                                             owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                             parent: Optional[pulumi.Input[GetHyperflexHealthCheckExecutionParentArgs]] = None,
                                             permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexHealthCheckExecutionPermissionResourceArgs]]]] = None,
                                             registered_device: Optional[pulumi.Input[GetHyperflexHealthCheckExecutionRegisteredDeviceArgs]] = None,
                                             shared_scope: Optional[pulumi.Input[str]] = None,
                                             suggested_resolution: Optional[pulumi.Input[str]] = None,
                                             tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexHealthCheckExecutionTagArgs]]]] = None,
                                             uuid: Optional[pulumi.Input[str]] = None,
                                             version_context: Optional[pulumi.Input[GetHyperflexHealthCheckExecutionVersionContextArgs]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexHealthCheckExecutionResult]
    func LookupHyperflexHealthCheckExecution(ctx *Context, args *LookupHyperflexHealthCheckExecutionArgs, opts ...InvokeOption) (*LookupHyperflexHealthCheckExecutionResult, error)
    func LookupHyperflexHealthCheckExecutionOutput(ctx *Context, args *LookupHyperflexHealthCheckExecutionOutputArgs, opts ...InvokeOption) LookupHyperflexHealthCheckExecutionResultOutput

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

    public static class GetHyperflexHealthCheckExecution 
    {
        public static Task<GetHyperflexHealthCheckExecutionResult> InvokeAsync(GetHyperflexHealthCheckExecutionArgs args, InvokeOptions? opts = null)
        public static Output<GetHyperflexHealthCheckExecutionResult> Invoke(GetHyperflexHealthCheckExecutionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHyperflexHealthCheckExecutionResult> getHyperflexHealthCheckExecution(GetHyperflexHealthCheckExecutionArgs args, InvokeOptions options)
    public static Output<GetHyperflexHealthCheckExecutionResult> getHyperflexHealthCheckExecution(GetHyperflexHealthCheckExecutionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getHyperflexHealthCheckExecution:getHyperflexHealthCheckExecution
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexHealthCheckExecutionAncestor>
    Category string
    Category that the HyperFlex health check Definition belongs to.
    Cause string
    Information detailing the possible cause of the healthcheck failure, if the check fails.
    ClassId string
    CompletionTime string
    Health check execution completion time.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HealthCheckDefinition GetHyperflexHealthCheckExecutionHealthCheckDefinition
    HealthCheckDetails string
    Details of the health check execution result.
    HealthCheckExecutionErrorDetails string
    Error details of a script execution failure.
    HealthCheckExecutionErrorSummary string
    Error summary of a script execution failure.
    HealthCheckExecutionStatus string
    Status of the health check execution.* UNKNOWN - Indicates that the health heck execution results are unknown.* SUCCEEDED - Indicates that the health check execution succeeded.* FAILED - Indicates that the health check execution failed.* TIMED_OUT - Indicates that the health check execution timed out before completion.
    HealthCheckResult string
    Health check execution result. Valid only if HealthCheckExecutionStatus is SUCCEEDED.* UNKNOWN - Indicates that the health check results could not be determined.* PASS - Indicates that the health check passed.* FAIL - Indicates that the health check failed.* WARN - Indicates that the health check completed with a warning.* NOT_APPLICABLE - Indicates that the health check is either unsupported, or not applicable on the Cluster.
    HealthCheckSummary string
    A brief summary of health check results.
    HealthCheckVcenterIp string
    IP Address of the vCenter.
    HxCluster GetHyperflexHealthCheckExecutionHxCluster
    HxDeviceName string
    HyperFlex Device Name where the healthcheck is executed.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NodeLevelInfos List<GetHyperflexHealthCheckExecutionNodeLevelInfo>
    ObjectType string
    Owners List<string>
    Parent GetHyperflexHealthCheckExecutionParent
    PermissionResources List<GetHyperflexHealthCheckExecutionPermissionResource>
    RegisteredDevice GetHyperflexHealthCheckExecutionRegisteredDevice
    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.
    SuggestedResolution string
    Information detailing a suggested resolution for the healthcheck failure, if the check fails.
    Tags List<GetHyperflexHealthCheckExecutionTag>
    Uuid string
    UUID of an instance of health check execution.
    VersionContext GetHyperflexHealthCheckExecutionVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexHealthCheckExecutionAncestor
    Category string
    Category that the HyperFlex health check Definition belongs to.
    Cause string
    Information detailing the possible cause of the healthcheck failure, if the check fails.
    ClassId string
    CompletionTime string
    Health check execution completion time.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HealthCheckDefinition GetHyperflexHealthCheckExecutionHealthCheckDefinition
    HealthCheckDetails string
    Details of the health check execution result.
    HealthCheckExecutionErrorDetails string
    Error details of a script execution failure.
    HealthCheckExecutionErrorSummary string
    Error summary of a script execution failure.
    HealthCheckExecutionStatus string
    Status of the health check execution.* UNKNOWN - Indicates that the health heck execution results are unknown.* SUCCEEDED - Indicates that the health check execution succeeded.* FAILED - Indicates that the health check execution failed.* TIMED_OUT - Indicates that the health check execution timed out before completion.
    HealthCheckResult string
    Health check execution result. Valid only if HealthCheckExecutionStatus is SUCCEEDED.* UNKNOWN - Indicates that the health check results could not be determined.* PASS - Indicates that the health check passed.* FAIL - Indicates that the health check failed.* WARN - Indicates that the health check completed with a warning.* NOT_APPLICABLE - Indicates that the health check is either unsupported, or not applicable on the Cluster.
    HealthCheckSummary string
    A brief summary of health check results.
    HealthCheckVcenterIp string
    IP Address of the vCenter.
    HxCluster GetHyperflexHealthCheckExecutionHxCluster
    HxDeviceName string
    HyperFlex Device Name where the healthcheck is executed.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NodeLevelInfos []GetHyperflexHealthCheckExecutionNodeLevelInfo
    ObjectType string
    Owners []string
    Parent GetHyperflexHealthCheckExecutionParent
    PermissionResources []GetHyperflexHealthCheckExecutionPermissionResource
    RegisteredDevice GetHyperflexHealthCheckExecutionRegisteredDevice
    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.
    SuggestedResolution string
    Information detailing a suggested resolution for the healthcheck failure, if the check fails.
    Tags []GetHyperflexHealthCheckExecutionTag
    Uuid string
    UUID of an instance of health check execution.
    VersionContext GetHyperflexHealthCheckExecutionVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexHealthCheckExecutionAncestor>
    category String
    Category that the HyperFlex health check Definition belongs to.
    cause String
    Information detailing the possible cause of the healthcheck failure, if the check fails.
    classId String
    completionTime String
    Health check execution completion time.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    healthCheckDefinition GetHyperflexHealthCheckExecutionHealthCheckDefinition
    healthCheckDetails String
    Details of the health check execution result.
    healthCheckExecutionErrorDetails String
    Error details of a script execution failure.
    healthCheckExecutionErrorSummary String
    Error summary of a script execution failure.
    healthCheckExecutionStatus String
    Status of the health check execution.* UNKNOWN - Indicates that the health heck execution results are unknown.* SUCCEEDED - Indicates that the health check execution succeeded.* FAILED - Indicates that the health check execution failed.* TIMED_OUT - Indicates that the health check execution timed out before completion.
    healthCheckResult String
    Health check execution result. Valid only if HealthCheckExecutionStatus is SUCCEEDED.* UNKNOWN - Indicates that the health check results could not be determined.* PASS - Indicates that the health check passed.* FAIL - Indicates that the health check failed.* WARN - Indicates that the health check completed with a warning.* NOT_APPLICABLE - Indicates that the health check is either unsupported, or not applicable on the Cluster.
    healthCheckSummary String
    A brief summary of health check results.
    healthCheckVcenterIp String
    IP Address of the vCenter.
    hxCluster GetHyperflexHealthCheckExecutionHxCluster
    hxDeviceName String
    HyperFlex Device Name where the healthcheck is executed.
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    nodeLevelInfos List<GetHyperflexHealthCheckExecutionNodeLevelInfo>
    objectType String
    owners List<String>
    parent GetHyperflexHealthCheckExecutionParent
    permissionResources List<GetHyperflexHealthCheckExecutionPermissionResource>
    registeredDevice GetHyperflexHealthCheckExecutionRegisteredDevice
    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.
    suggestedResolution String
    Information detailing a suggested resolution for the healthcheck failure, if the check fails.
    tags List<GetHyperflexHealthCheckExecutionTag>
    uuid String
    UUID of an instance of health check execution.
    versionContext GetHyperflexHealthCheckExecutionVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexHealthCheckExecutionAncestor[]
    category string
    Category that the HyperFlex health check Definition belongs to.
    cause string
    Information detailing the possible cause of the healthcheck failure, if the check fails.
    classId string
    completionTime string
    Health check execution completion time.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    healthCheckDefinition GetHyperflexHealthCheckExecutionHealthCheckDefinition
    healthCheckDetails string
    Details of the health check execution result.
    healthCheckExecutionErrorDetails string
    Error details of a script execution failure.
    healthCheckExecutionErrorSummary string
    Error summary of a script execution failure.
    healthCheckExecutionStatus string
    Status of the health check execution.* UNKNOWN - Indicates that the health heck execution results are unknown.* SUCCEEDED - Indicates that the health check execution succeeded.* FAILED - Indicates that the health check execution failed.* TIMED_OUT - Indicates that the health check execution timed out before completion.
    healthCheckResult string
    Health check execution result. Valid only if HealthCheckExecutionStatus is SUCCEEDED.* UNKNOWN - Indicates that the health check results could not be determined.* PASS - Indicates that the health check passed.* FAIL - Indicates that the health check failed.* WARN - Indicates that the health check completed with a warning.* NOT_APPLICABLE - Indicates that the health check is either unsupported, or not applicable on the Cluster.
    healthCheckSummary string
    A brief summary of health check results.
    healthCheckVcenterIp string
    IP Address of the vCenter.
    hxCluster GetHyperflexHealthCheckExecutionHxCluster
    hxDeviceName string
    HyperFlex Device Name where the healthcheck is executed.
    id string
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    nodeLevelInfos GetHyperflexHealthCheckExecutionNodeLevelInfo[]
    objectType string
    owners string[]
    parent GetHyperflexHealthCheckExecutionParent
    permissionResources GetHyperflexHealthCheckExecutionPermissionResource[]
    registeredDevice GetHyperflexHealthCheckExecutionRegisteredDevice
    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.
    suggestedResolution string
    Information detailing a suggested resolution for the healthcheck failure, if the check fails.
    tags GetHyperflexHealthCheckExecutionTag[]
    uuid string
    UUID of an instance of health check execution.
    versionContext GetHyperflexHealthCheckExecutionVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexHealthCheckExecutionAncestor]
    category str
    Category that the HyperFlex health check Definition belongs to.
    cause str
    Information detailing the possible cause of the healthcheck failure, if the check fails.
    class_id str
    completion_time str
    Health check execution completion time.
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    health_check_definition GetHyperflexHealthCheckExecutionHealthCheckDefinition
    health_check_details str
    Details of the health check execution result.
    health_check_execution_error_details str
    Error details of a script execution failure.
    health_check_execution_error_summary str
    Error summary of a script execution failure.
    health_check_execution_status str
    Status of the health check execution.* UNKNOWN - Indicates that the health heck execution results are unknown.* SUCCEEDED - Indicates that the health check execution succeeded.* FAILED - Indicates that the health check execution failed.* TIMED_OUT - Indicates that the health check execution timed out before completion.
    health_check_result str
    Health check execution result. Valid only if HealthCheckExecutionStatus is SUCCEEDED.* UNKNOWN - Indicates that the health check results could not be determined.* PASS - Indicates that the health check passed.* FAIL - Indicates that the health check failed.* WARN - Indicates that the health check completed with a warning.* NOT_APPLICABLE - Indicates that the health check is either unsupported, or not applicable on the Cluster.
    health_check_summary str
    A brief summary of health check results.
    health_check_vcenter_ip str
    IP Address of the vCenter.
    hx_cluster GetHyperflexHealthCheckExecutionHxCluster
    hx_device_name str
    HyperFlex Device Name where the healthcheck is executed.
    id str
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    node_level_infos Sequence[GetHyperflexHealthCheckExecutionNodeLevelInfo]
    object_type str
    owners Sequence[str]
    parent GetHyperflexHealthCheckExecutionParent
    permission_resources Sequence[GetHyperflexHealthCheckExecutionPermissionResource]
    registered_device GetHyperflexHealthCheckExecutionRegisteredDevice
    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.
    suggested_resolution str
    Information detailing a suggested resolution for the healthcheck failure, if the check fails.
    tags Sequence[GetHyperflexHealthCheckExecutionTag]
    uuid str
    UUID of an instance of health check execution.
    version_context GetHyperflexHealthCheckExecutionVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    category String
    Category that the HyperFlex health check Definition belongs to.
    cause String
    Information detailing the possible cause of the healthcheck failure, if the check fails.
    classId String
    completionTime String
    Health check execution completion time.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    healthCheckDefinition Property Map
    healthCheckDetails String
    Details of the health check execution result.
    healthCheckExecutionErrorDetails String
    Error details of a script execution failure.
    healthCheckExecutionErrorSummary String
    Error summary of a script execution failure.
    healthCheckExecutionStatus String
    Status of the health check execution.* UNKNOWN - Indicates that the health heck execution results are unknown.* SUCCEEDED - Indicates that the health check execution succeeded.* FAILED - Indicates that the health check execution failed.* TIMED_OUT - Indicates that the health check execution timed out before completion.
    healthCheckResult String
    Health check execution result. Valid only if HealthCheckExecutionStatus is SUCCEEDED.* UNKNOWN - Indicates that the health check results could not be determined.* PASS - Indicates that the health check passed.* FAIL - Indicates that the health check failed.* WARN - Indicates that the health check completed with a warning.* NOT_APPLICABLE - Indicates that the health check is either unsupported, or not applicable on the Cluster.
    healthCheckSummary String
    A brief summary of health check results.
    healthCheckVcenterIp String
    IP Address of the vCenter.
    hxCluster Property Map
    hxDeviceName String
    HyperFlex Device Name where the healthcheck is executed.
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    nodeLevelInfos List<Property Map>
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    registeredDevice Property Map
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    suggestedResolution String
    Information detailing a suggested resolution for the healthcheck failure, if the check fails.
    tags List<Property Map>
    uuid String
    UUID of an instance of health check execution.
    versionContext Property Map

    getHyperflexHealthCheckExecution Result

    The following output properties are available:

    Id string
    Results List<GetHyperflexHealthCheckExecutionResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetHyperflexHealthCheckExecutionAncestor>
    Category string
    Cause string
    ClassId string
    CompletionTime string
    CreateTime string
    DomainGroupMoid string
    HealthCheckDefinition GetHyperflexHealthCheckExecutionHealthCheckDefinition
    HealthCheckDetails string
    HealthCheckExecutionErrorDetails string
    HealthCheckExecutionErrorSummary string
    HealthCheckExecutionStatus string
    HealthCheckResult string
    HealthCheckSummary string
    HealthCheckVcenterIp string
    HxCluster GetHyperflexHealthCheckExecutionHxCluster
    HxDeviceName string
    ModTime string
    Moid string
    NodeLevelInfos List<GetHyperflexHealthCheckExecutionNodeLevelInfo>
    ObjectType string
    Owners List<string>
    Parent GetHyperflexHealthCheckExecutionParent
    PermissionResources List<GetHyperflexHealthCheckExecutionPermissionResource>
    RegisteredDevice GetHyperflexHealthCheckExecutionRegisteredDevice
    SharedScope string
    SuggestedResolution string
    Tags List<GetHyperflexHealthCheckExecutionTag>
    Uuid string
    VersionContext GetHyperflexHealthCheckExecutionVersionContext
    Id string
    Results []GetHyperflexHealthCheckExecutionResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetHyperflexHealthCheckExecutionAncestor
    Category string
    Cause string
    ClassId string
    CompletionTime string
    CreateTime string
    DomainGroupMoid string
    HealthCheckDefinition GetHyperflexHealthCheckExecutionHealthCheckDefinition
    HealthCheckDetails string
    HealthCheckExecutionErrorDetails string
    HealthCheckExecutionErrorSummary string
    HealthCheckExecutionStatus string
    HealthCheckResult string
    HealthCheckSummary string
    HealthCheckVcenterIp string
    HxCluster GetHyperflexHealthCheckExecutionHxCluster
    HxDeviceName string
    ModTime string
    Moid string
    NodeLevelInfos []GetHyperflexHealthCheckExecutionNodeLevelInfo
    ObjectType string
    Owners []string
    Parent GetHyperflexHealthCheckExecutionParent
    PermissionResources []GetHyperflexHealthCheckExecutionPermissionResource
    RegisteredDevice GetHyperflexHealthCheckExecutionRegisteredDevice
    SharedScope string
    SuggestedResolution string
    Tags []GetHyperflexHealthCheckExecutionTag
    Uuid string
    VersionContext GetHyperflexHealthCheckExecutionVersionContext
    id String
    results List<GetHyperflexHealthCheckExecutionResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetHyperflexHealthCheckExecutionAncestor>
    category String
    cause String
    classId String
    completionTime String
    createTime String
    domainGroupMoid String
    healthCheckDefinition GetHyperflexHealthCheckExecutionHealthCheckDefinition
    healthCheckDetails String
    healthCheckExecutionErrorDetails String
    healthCheckExecutionErrorSummary String
    healthCheckExecutionStatus String
    healthCheckResult String
    healthCheckSummary String
    healthCheckVcenterIp String
    hxCluster GetHyperflexHealthCheckExecutionHxCluster
    hxDeviceName String
    modTime String
    moid String
    nodeLevelInfos List<GetHyperflexHealthCheckExecutionNodeLevelInfo>
    objectType String
    owners List<String>
    parent GetHyperflexHealthCheckExecutionParent
    permissionResources List<GetHyperflexHealthCheckExecutionPermissionResource>
    registeredDevice GetHyperflexHealthCheckExecutionRegisteredDevice
    sharedScope String
    suggestedResolution String
    tags List<GetHyperflexHealthCheckExecutionTag>
    uuid String
    versionContext GetHyperflexHealthCheckExecutionVersionContext
    id string
    results GetHyperflexHealthCheckExecutionResult[]
    accountMoid string
    additionalProperties string
    ancestors GetHyperflexHealthCheckExecutionAncestor[]
    category string
    cause string
    classId string
    completionTime string
    createTime string
    domainGroupMoid string
    healthCheckDefinition GetHyperflexHealthCheckExecutionHealthCheckDefinition
    healthCheckDetails string
    healthCheckExecutionErrorDetails string
    healthCheckExecutionErrorSummary string
    healthCheckExecutionStatus string
    healthCheckResult string
    healthCheckSummary string
    healthCheckVcenterIp string
    hxCluster GetHyperflexHealthCheckExecutionHxCluster
    hxDeviceName string
    modTime string
    moid string
    nodeLevelInfos GetHyperflexHealthCheckExecutionNodeLevelInfo[]
    objectType string
    owners string[]
    parent GetHyperflexHealthCheckExecutionParent
    permissionResources GetHyperflexHealthCheckExecutionPermissionResource[]
    registeredDevice GetHyperflexHealthCheckExecutionRegisteredDevice
    sharedScope string
    suggestedResolution string
    tags GetHyperflexHealthCheckExecutionTag[]
    uuid string
    versionContext GetHyperflexHealthCheckExecutionVersionContext
    id str
    results Sequence[GetHyperflexHealthCheckExecutionResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetHyperflexHealthCheckExecutionAncestor]
    category str
    cause str
    class_id str
    completion_time str
    create_time str
    domain_group_moid str
    health_check_definition GetHyperflexHealthCheckExecutionHealthCheckDefinition
    health_check_details str
    health_check_execution_error_details str
    health_check_execution_error_summary str
    health_check_execution_status str
    health_check_result str
    health_check_summary str
    health_check_vcenter_ip str
    hx_cluster GetHyperflexHealthCheckExecutionHxCluster
    hx_device_name str
    mod_time str
    moid str
    node_level_infos Sequence[GetHyperflexHealthCheckExecutionNodeLevelInfo]
    object_type str
    owners Sequence[str]
    parent GetHyperflexHealthCheckExecutionParent
    permission_resources Sequence[GetHyperflexHealthCheckExecutionPermissionResource]
    registered_device GetHyperflexHealthCheckExecutionRegisteredDevice
    shared_scope str
    suggested_resolution str
    tags Sequence[GetHyperflexHealthCheckExecutionTag]
    uuid str
    version_context GetHyperflexHealthCheckExecutionVersionContext

    Supporting Types

    GetHyperflexHealthCheckExecutionAncestor

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

    GetHyperflexHealthCheckExecutionHealthCheckDefinition

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

    GetHyperflexHealthCheckExecutionHxCluster

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

    GetHyperflexHealthCheckExecutionNodeLevelInfo

    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.
    NodeCause string
    Node-specific check failure cause.
    NodeCheckResult string
    Node-specific check result.
    NodeEsxIpAddress string
    The IP Address of the ESXi server.
    NodeIpAddress string
    The IP Address of cluster node.
    NodeName string
    Cluster node name on which the check was run.
    NodeResolution string
    Node-specific check failure suggested resolution.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    NodeCause string
    Node-specific check failure cause.
    NodeCheckResult string
    Node-specific check result.
    NodeEsxIpAddress string
    The IP Address of the ESXi server.
    NodeIpAddress string
    The IP Address of cluster node.
    NodeName string
    Cluster node name on which the check was run.
    NodeResolution string
    Node-specific check failure suggested resolution.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    nodeCause String
    Node-specific check failure cause.
    nodeCheckResult String
    Node-specific check result.
    nodeEsxIpAddress String
    The IP Address of the ESXi server.
    nodeIpAddress String
    The IP Address of cluster node.
    nodeName String
    Cluster node name on which the check was run.
    nodeResolution String
    Node-specific check failure suggested resolution.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    nodeCause string
    Node-specific check failure cause.
    nodeCheckResult string
    Node-specific check result.
    nodeEsxIpAddress string
    The IP Address of the ESXi server.
    nodeIpAddress string
    The IP Address of cluster node.
    nodeName string
    Cluster node name on which the check was run.
    nodeResolution string
    Node-specific check failure suggested resolution.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    node_cause str
    Node-specific check failure cause.
    node_check_result str
    Node-specific check result.
    node_esx_ip_address str
    The IP Address of the ESXi server.
    node_ip_address str
    The IP Address of cluster node.
    node_name str
    Cluster node name on which the check was run.
    node_resolution str
    Node-specific check failure suggested resolution.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    nodeCause String
    Node-specific check failure cause.
    nodeCheckResult String
    Node-specific check result.
    nodeEsxIpAddress String
    The IP Address of the ESXi server.
    nodeIpAddress String
    The IP Address of cluster node.
    nodeName String
    Cluster node name on which the check was run.
    nodeResolution String
    Node-specific check failure suggested resolution.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetHyperflexHealthCheckExecutionParent

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

    GetHyperflexHealthCheckExecutionPermissionResource

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

    GetHyperflexHealthCheckExecutionRegisteredDevice

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

    GetHyperflexHealthCheckExecutionResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexHealthCheckExecutionResultAncestor>
    Category string
    Category that the HyperFlex health check Definition belongs to.
    Cause string
    Information detailing the possible cause of the healthcheck failure, if the check fails.
    ClassId string
    CompletionTime string
    Health check execution completion time.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HealthCheckDefinitions List<GetHyperflexHealthCheckExecutionResultHealthCheckDefinition>
    HealthCheckDetails string
    Details of the health check execution result.
    HealthCheckExecutionErrorDetails string
    Error details of a script execution failure.
    HealthCheckExecutionErrorSummary string
    Error summary of a script execution failure.
    HealthCheckExecutionStatus string
    Status of the health check execution.* UNKNOWN - Indicates that the health heck execution results are unknown.* SUCCEEDED - Indicates that the health check execution succeeded.* FAILED - Indicates that the health check execution failed.* TIMED_OUT - Indicates that the health check execution timed out before completion.
    HealthCheckResult string
    Health check execution result. Valid only if HealthCheckExecutionStatus is SUCCEEDED.* UNKNOWN - Indicates that the health check results could not be determined.* PASS - Indicates that the health check passed.* FAIL - Indicates that the health check failed.* WARN - Indicates that the health check completed with a warning.* NOT_APPLICABLE - Indicates that the health check is either unsupported, or not applicable on the Cluster.
    HealthCheckSummary string
    A brief summary of health check results.
    HealthCheckVcenterIp string
    IP Address of the vCenter.
    HxClusters List<GetHyperflexHealthCheckExecutionResultHxCluster>
    HxDeviceName string
    HyperFlex Device Name where the healthcheck is executed.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NodeLevelInfos List<GetHyperflexHealthCheckExecutionResultNodeLevelInfo>
    ObjectType string
    Owners List<string>
    Parents List<GetHyperflexHealthCheckExecutionResultParent>
    PermissionResources List<GetHyperflexHealthCheckExecutionResultPermissionResource>
    RegisteredDevices List<GetHyperflexHealthCheckExecutionResultRegisteredDevice>
    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.
    SuggestedResolution string
    Information detailing a suggested resolution for the healthcheck failure, if the check fails.
    Tags List<GetHyperflexHealthCheckExecutionResultTag>
    Uuid string
    UUID of an instance of health check execution.
    VersionContexts List<GetHyperflexHealthCheckExecutionResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexHealthCheckExecutionResultAncestor
    Category string
    Category that the HyperFlex health check Definition belongs to.
    Cause string
    Information detailing the possible cause of the healthcheck failure, if the check fails.
    ClassId string
    CompletionTime string
    Health check execution completion time.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HealthCheckDefinitions []GetHyperflexHealthCheckExecutionResultHealthCheckDefinition
    HealthCheckDetails string
    Details of the health check execution result.
    HealthCheckExecutionErrorDetails string
    Error details of a script execution failure.
    HealthCheckExecutionErrorSummary string
    Error summary of a script execution failure.
    HealthCheckExecutionStatus string
    Status of the health check execution.* UNKNOWN - Indicates that the health heck execution results are unknown.* SUCCEEDED - Indicates that the health check execution succeeded.* FAILED - Indicates that the health check execution failed.* TIMED_OUT - Indicates that the health check execution timed out before completion.
    HealthCheckResult string
    Health check execution result. Valid only if HealthCheckExecutionStatus is SUCCEEDED.* UNKNOWN - Indicates that the health check results could not be determined.* PASS - Indicates that the health check passed.* FAIL - Indicates that the health check failed.* WARN - Indicates that the health check completed with a warning.* NOT_APPLICABLE - Indicates that the health check is either unsupported, or not applicable on the Cluster.
    HealthCheckSummary string
    A brief summary of health check results.
    HealthCheckVcenterIp string
    IP Address of the vCenter.
    HxClusters []GetHyperflexHealthCheckExecutionResultHxCluster
    HxDeviceName string
    HyperFlex Device Name where the healthcheck is executed.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NodeLevelInfos []GetHyperflexHealthCheckExecutionResultNodeLevelInfo
    ObjectType string
    Owners []string
    Parents []GetHyperflexHealthCheckExecutionResultParent
    PermissionResources []GetHyperflexHealthCheckExecutionResultPermissionResource
    RegisteredDevices []GetHyperflexHealthCheckExecutionResultRegisteredDevice
    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.
    SuggestedResolution string
    Information detailing a suggested resolution for the healthcheck failure, if the check fails.
    Tags []GetHyperflexHealthCheckExecutionResultTag
    Uuid string
    UUID of an instance of health check execution.
    VersionContexts []GetHyperflexHealthCheckExecutionResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexHealthCheckExecutionResultAncestor>
    category String
    Category that the HyperFlex health check Definition belongs to.
    cause String
    Information detailing the possible cause of the healthcheck failure, if the check fails.
    classId String
    completionTime String
    Health check execution completion time.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    healthCheckDefinitions List<GetHyperflexHealthCheckExecutionResultHealthCheckDefinition>
    healthCheckDetails String
    Details of the health check execution result.
    healthCheckExecutionErrorDetails String
    Error details of a script execution failure.
    healthCheckExecutionErrorSummary String
    Error summary of a script execution failure.
    healthCheckExecutionStatus String
    Status of the health check execution.* UNKNOWN - Indicates that the health heck execution results are unknown.* SUCCEEDED - Indicates that the health check execution succeeded.* FAILED - Indicates that the health check execution failed.* TIMED_OUT - Indicates that the health check execution timed out before completion.
    healthCheckResult String
    Health check execution result. Valid only if HealthCheckExecutionStatus is SUCCEEDED.* UNKNOWN - Indicates that the health check results could not be determined.* PASS - Indicates that the health check passed.* FAIL - Indicates that the health check failed.* WARN - Indicates that the health check completed with a warning.* NOT_APPLICABLE - Indicates that the health check is either unsupported, or not applicable on the Cluster.
    healthCheckSummary String
    A brief summary of health check results.
    healthCheckVcenterIp String
    IP Address of the vCenter.
    hxClusters List<GetHyperflexHealthCheckExecutionResultHxCluster>
    hxDeviceName String
    HyperFlex Device Name where the healthcheck is executed.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    nodeLevelInfos List<GetHyperflexHealthCheckExecutionResultNodeLevelInfo>
    objectType String
    owners List<String>
    parents List<GetHyperflexHealthCheckExecutionResultParent>
    permissionResources List<GetHyperflexHealthCheckExecutionResultPermissionResource>
    registeredDevices List<GetHyperflexHealthCheckExecutionResultRegisteredDevice>
    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.
    suggestedResolution String
    Information detailing a suggested resolution for the healthcheck failure, if the check fails.
    tags List<GetHyperflexHealthCheckExecutionResultTag>
    uuid String
    UUID of an instance of health check execution.
    versionContexts List<GetHyperflexHealthCheckExecutionResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexHealthCheckExecutionResultAncestor[]
    category string
    Category that the HyperFlex health check Definition belongs to.
    cause string
    Information detailing the possible cause of the healthcheck failure, if the check fails.
    classId string
    completionTime string
    Health check execution completion time.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    healthCheckDefinitions GetHyperflexHealthCheckExecutionResultHealthCheckDefinition[]
    healthCheckDetails string
    Details of the health check execution result.
    healthCheckExecutionErrorDetails string
    Error details of a script execution failure.
    healthCheckExecutionErrorSummary string
    Error summary of a script execution failure.
    healthCheckExecutionStatus string
    Status of the health check execution.* UNKNOWN - Indicates that the health heck execution results are unknown.* SUCCEEDED - Indicates that the health check execution succeeded.* FAILED - Indicates that the health check execution failed.* TIMED_OUT - Indicates that the health check execution timed out before completion.
    healthCheckResult string
    Health check execution result. Valid only if HealthCheckExecutionStatus is SUCCEEDED.* UNKNOWN - Indicates that the health check results could not be determined.* PASS - Indicates that the health check passed.* FAIL - Indicates that the health check failed.* WARN - Indicates that the health check completed with a warning.* NOT_APPLICABLE - Indicates that the health check is either unsupported, or not applicable on the Cluster.
    healthCheckSummary string
    A brief summary of health check results.
    healthCheckVcenterIp string
    IP Address of the vCenter.
    hxClusters GetHyperflexHealthCheckExecutionResultHxCluster[]
    hxDeviceName string
    HyperFlex Device Name where the healthcheck is executed.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    nodeLevelInfos GetHyperflexHealthCheckExecutionResultNodeLevelInfo[]
    objectType string
    owners string[]
    parents GetHyperflexHealthCheckExecutionResultParent[]
    permissionResources GetHyperflexHealthCheckExecutionResultPermissionResource[]
    registeredDevices GetHyperflexHealthCheckExecutionResultRegisteredDevice[]
    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.
    suggestedResolution string
    Information detailing a suggested resolution for the healthcheck failure, if the check fails.
    tags GetHyperflexHealthCheckExecutionResultTag[]
    uuid string
    UUID of an instance of health check execution.
    versionContexts GetHyperflexHealthCheckExecutionResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexHealthCheckExecutionResultAncestor]
    category str
    Category that the HyperFlex health check Definition belongs to.
    cause str
    Information detailing the possible cause of the healthcheck failure, if the check fails.
    class_id str
    completion_time str
    Health check execution completion time.
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    health_check_definitions Sequence[GetHyperflexHealthCheckExecutionResultHealthCheckDefinition]
    health_check_details str
    Details of the health check execution result.
    health_check_execution_error_details str
    Error details of a script execution failure.
    health_check_execution_error_summary str
    Error summary of a script execution failure.
    health_check_execution_status str
    Status of the health check execution.* UNKNOWN - Indicates that the health heck execution results are unknown.* SUCCEEDED - Indicates that the health check execution succeeded.* FAILED - Indicates that the health check execution failed.* TIMED_OUT - Indicates that the health check execution timed out before completion.
    health_check_result str
    Health check execution result. Valid only if HealthCheckExecutionStatus is SUCCEEDED.* UNKNOWN - Indicates that the health check results could not be determined.* PASS - Indicates that the health check passed.* FAIL - Indicates that the health check failed.* WARN - Indicates that the health check completed with a warning.* NOT_APPLICABLE - Indicates that the health check is either unsupported, or not applicable on the Cluster.
    health_check_summary str
    A brief summary of health check results.
    health_check_vcenter_ip str
    IP Address of the vCenter.
    hx_clusters Sequence[GetHyperflexHealthCheckExecutionResultHxCluster]
    hx_device_name str
    HyperFlex Device Name where the healthcheck is executed.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    node_level_infos Sequence[GetHyperflexHealthCheckExecutionResultNodeLevelInfo]
    object_type str
    owners Sequence[str]
    parents Sequence[GetHyperflexHealthCheckExecutionResultParent]
    permission_resources Sequence[GetHyperflexHealthCheckExecutionResultPermissionResource]
    registered_devices Sequence[GetHyperflexHealthCheckExecutionResultRegisteredDevice]
    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.
    suggested_resolution str
    Information detailing a suggested resolution for the healthcheck failure, if the check fails.
    tags Sequence[GetHyperflexHealthCheckExecutionResultTag]
    uuid str
    UUID of an instance of health check execution.
    version_contexts Sequence[GetHyperflexHealthCheckExecutionResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    category String
    Category that the HyperFlex health check Definition belongs to.
    cause String
    Information detailing the possible cause of the healthcheck failure, if the check fails.
    classId String
    completionTime String
    Health check execution completion time.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    healthCheckDefinitions List<Property Map>
    healthCheckDetails String
    Details of the health check execution result.
    healthCheckExecutionErrorDetails String
    Error details of a script execution failure.
    healthCheckExecutionErrorSummary String
    Error summary of a script execution failure.
    healthCheckExecutionStatus String
    Status of the health check execution.* UNKNOWN - Indicates that the health heck execution results are unknown.* SUCCEEDED - Indicates that the health check execution succeeded.* FAILED - Indicates that the health check execution failed.* TIMED_OUT - Indicates that the health check execution timed out before completion.
    healthCheckResult String
    Health check execution result. Valid only if HealthCheckExecutionStatus is SUCCEEDED.* UNKNOWN - Indicates that the health check results could not be determined.* PASS - Indicates that the health check passed.* FAIL - Indicates that the health check failed.* WARN - Indicates that the health check completed with a warning.* NOT_APPLICABLE - Indicates that the health check is either unsupported, or not applicable on the Cluster.
    healthCheckSummary String
    A brief summary of health check results.
    healthCheckVcenterIp String
    IP Address of the vCenter.
    hxClusters List<Property Map>
    hxDeviceName String
    HyperFlex Device Name where the healthcheck is executed.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    nodeLevelInfos List<Property Map>
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    registeredDevices List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    suggestedResolution String
    Information detailing a suggested resolution for the healthcheck failure, if the check fails.
    tags List<Property Map>
    uuid String
    UUID of an instance of health check execution.
    versionContexts List<Property Map>

    GetHyperflexHealthCheckExecutionResultAncestor

    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

    GetHyperflexHealthCheckExecutionResultHealthCheckDefinition

    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

    GetHyperflexHealthCheckExecutionResultHxCluster

    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

    GetHyperflexHealthCheckExecutionResultNodeLevelInfo

    GetHyperflexHealthCheckExecutionResultParent

    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

    GetHyperflexHealthCheckExecutionResultPermissionResource

    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

    GetHyperflexHealthCheckExecutionResultRegisteredDevice

    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

    GetHyperflexHealthCheckExecutionResultTag

    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

    GetHyperflexHealthCheckExecutionResultVersionContext

    GetHyperflexHealthCheckExecutionResultVersionContextInterestedMo

    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

    GetHyperflexHealthCheckExecutionResultVersionContextRefMo

    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

    GetHyperflexHealthCheckExecutionTag

    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.

    GetHyperflexHealthCheckExecutionVersionContext

    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<GetHyperflexHealthCheckExecutionVersionContextInterestedMo>
    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 GetHyperflexHealthCheckExecutionVersionContextRefMo
    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 []GetHyperflexHealthCheckExecutionVersionContextInterestedMo
    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 GetHyperflexHealthCheckExecutionVersionContextRefMo
    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<GetHyperflexHealthCheckExecutionVersionContextInterestedMo>
    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 GetHyperflexHealthCheckExecutionVersionContextRefMo
    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 GetHyperflexHealthCheckExecutionVersionContextInterestedMo[]
    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 GetHyperflexHealthCheckExecutionVersionContextRefMo
    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[GetHyperflexHealthCheckExecutionVersionContextInterestedMo]
    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 GetHyperflexHealthCheckExecutionVersionContextRefMo
    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.

    GetHyperflexHealthCheckExecutionVersionContextInterestedMo

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

    GetHyperflexHealthCheckExecutionVersionContextRefMo

    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