intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getHyperflexHealthCheckSchedulePolicy
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
Continuous health check schedule policy of a HyperFlex cluster.
Using getHyperflexHealthCheckSchedulePolicy
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 getHyperflexHealthCheckSchedulePolicy(args: GetHyperflexHealthCheckSchedulePolicyArgs, opts?: InvokeOptions): Promise<GetHyperflexHealthCheckSchedulePolicyResult>
function getHyperflexHealthCheckSchedulePolicyOutput(args: GetHyperflexHealthCheckSchedulePolicyOutputArgs, opts?: InvokeOptions): Output<GetHyperflexHealthCheckSchedulePolicyResult>
def get_hyperflex_health_check_schedule_policy(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetHyperflexHealthCheckSchedulePolicyAncestor]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
domain_group_moid: Optional[str] = None,
id: Optional[str] = None,
last_scheduled_on: Optional[str] = None,
last_unscheduled_on: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
next_expected_execution: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetHyperflexHealthCheckSchedulePolicyParent] = None,
permission_resources: Optional[Sequence[GetHyperflexHealthCheckSchedulePolicyPermissionResource]] = None,
policy_enabled: Optional[bool] = None,
registered_device: Optional[GetHyperflexHealthCheckSchedulePolicyRegisteredDevice] = None,
schedule_interval: Optional[float] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[GetHyperflexHealthCheckSchedulePolicyTag]] = None,
uuid: Optional[str] = None,
version_context: Optional[GetHyperflexHealthCheckSchedulePolicyVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetHyperflexHealthCheckSchedulePolicyResult
def get_hyperflex_health_check_schedule_policy_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexHealthCheckSchedulePolicyAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
last_scheduled_on: Optional[pulumi.Input[str]] = None,
last_unscheduled_on: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
next_expected_execution: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetHyperflexHealthCheckSchedulePolicyParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexHealthCheckSchedulePolicyPermissionResourceArgs]]]] = None,
policy_enabled: Optional[pulumi.Input[bool]] = None,
registered_device: Optional[pulumi.Input[GetHyperflexHealthCheckSchedulePolicyRegisteredDeviceArgs]] = None,
schedule_interval: Optional[pulumi.Input[float]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexHealthCheckSchedulePolicyTagArgs]]]] = None,
uuid: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetHyperflexHealthCheckSchedulePolicyVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexHealthCheckSchedulePolicyResult]
func LookupHyperflexHealthCheckSchedulePolicy(ctx *Context, args *LookupHyperflexHealthCheckSchedulePolicyArgs, opts ...InvokeOption) (*LookupHyperflexHealthCheckSchedulePolicyResult, error)
func LookupHyperflexHealthCheckSchedulePolicyOutput(ctx *Context, args *LookupHyperflexHealthCheckSchedulePolicyOutputArgs, opts ...InvokeOption) LookupHyperflexHealthCheckSchedulePolicyResultOutput
> Note: This function is named LookupHyperflexHealthCheckSchedulePolicy
in the Go SDK.
public static class GetHyperflexHealthCheckSchedulePolicy
{
public static Task<GetHyperflexHealthCheckSchedulePolicyResult> InvokeAsync(GetHyperflexHealthCheckSchedulePolicyArgs args, InvokeOptions? opts = null)
public static Output<GetHyperflexHealthCheckSchedulePolicyResult> Invoke(GetHyperflexHealthCheckSchedulePolicyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetHyperflexHealthCheckSchedulePolicyResult> getHyperflexHealthCheckSchedulePolicy(GetHyperflexHealthCheckSchedulePolicyArgs args, InvokeOptions options)
public static Output<GetHyperflexHealthCheckSchedulePolicyResult> getHyperflexHealthCheckSchedulePolicy(GetHyperflexHealthCheckSchedulePolicyArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getHyperflexHealthCheckSchedulePolicy:getHyperflexHealthCheckSchedulePolicy
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Hyperflex Health Check Schedule Policy Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Last
Scheduled stringOn - The date and time when this HealthCheck Policy was last enabled.
- Last
Unscheduled stringOn - The date and time when this HealthCheck Policy was last disabled.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Next
Expected stringExecution - The date and time when the next health check execution is expected.
- Object
Type string - Owners List<string>
- Parent
Get
Hyperflex Health Check Schedule Policy Parent - Permission
Resources List<GetHyperflex Health Check Schedule Policy Permission Resource> - Policy
Enabled bool - Indicates whether HealthCheck schedule policy is enabled on the HyperFlex cluster.
- Registered
Device GetHyperflex Health Check Schedule Policy Registered Device - Schedule
Interval double - The frequency at which the health checks are run on the HyperFlex cluster.*
86400
- Execute the health check every 24 hours.*43200
- Execute the health check every 12 hours.*21600
- Execute the health check every 6 hours.*10800
- Execute the health check every 3 hours.*3600
- Execute the health check every 1 hours.*300
- Execute the health check every 5 minutes.*0
- Disable the continuous health check. - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Hyperflex Health Check Schedule Policy Tag> - Uuid string
- The unique identifier of the health check policy.
- Version
Context GetHyperflex Health Check Schedule Policy Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Hyperflex Health Check Schedule Policy Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Last
Scheduled stringOn - The date and time when this HealthCheck Policy was last enabled.
- Last
Unscheduled stringOn - The date and time when this HealthCheck Policy was last disabled.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Next
Expected stringExecution - The date and time when the next health check execution is expected.
- Object
Type string - Owners []string
- Parent
Get
Hyperflex Health Check Schedule Policy Parent - Permission
Resources []GetHyperflex Health Check Schedule Policy Permission Resource - Policy
Enabled bool - Indicates whether HealthCheck schedule policy is enabled on the HyperFlex cluster.
- Registered
Device GetHyperflex Health Check Schedule Policy Registered Device - Schedule
Interval float64 - The frequency at which the health checks are run on the HyperFlex cluster.*
86400
- Execute the health check every 24 hours.*43200
- Execute the health check every 12 hours.*21600
- Execute the health check every 6 hours.*10800
- Execute the health check every 3 hours.*3600
- Execute the health check every 1 hours.*300
- Execute the health check every 5 minutes.*0
- Disable the continuous health check. - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- []Get
Hyperflex Health Check Schedule Policy Tag - Uuid string
- The unique identifier of the health check policy.
- Version
Context GetHyperflex Health Check Schedule Policy Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Hyperflex Health Check Schedule Policy Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- last
Scheduled StringOn - The date and time when this HealthCheck Policy was last enabled.
- last
Unscheduled StringOn - The date and time when this HealthCheck Policy was last disabled.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- next
Expected StringExecution - The date and time when the next health check execution is expected.
- object
Type String - owners List<String>
- parent
Get
Hyperflex Health Check Schedule Policy Parent - permission
Resources List<GetHyperflex Health Check Schedule Policy Permission Resource> - policy
Enabled Boolean - Indicates whether HealthCheck schedule policy is enabled on the HyperFlex cluster.
- registered
Device GetHyperflex Health Check Schedule Policy Registered Device - schedule
Interval Double - The frequency at which the health checks are run on the HyperFlex cluster.*
86400
- Execute the health check every 24 hours.*43200
- Execute the health check every 12 hours.*21600
- Execute the health check every 6 hours.*10800
- Execute the health check every 3 hours.*3600
- Execute the health check every 1 hours.*300
- Execute the health check every 5 minutes.*0
- Disable the continuous health check. - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Hyperflex Health Check Schedule Policy Tag> - uuid String
- The unique identifier of the health check policy.
- version
Context GetHyperflex Health Check Schedule Policy Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Hyperflex Health Check Schedule Policy Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- id string
- last
Scheduled stringOn - The date and time when this HealthCheck Policy was last enabled.
- last
Unscheduled stringOn - The date and time when this HealthCheck Policy was last disabled.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- next
Expected stringExecution - The date and time when the next health check execution is expected.
- object
Type string - owners string[]
- parent
Get
Hyperflex Health Check Schedule Policy Parent - permission
Resources GetHyperflex Health Check Schedule Policy Permission Resource[] - policy
Enabled boolean - Indicates whether HealthCheck schedule policy is enabled on the HyperFlex cluster.
- registered
Device GetHyperflex Health Check Schedule Policy Registered Device - schedule
Interval number - The frequency at which the health checks are run on the HyperFlex cluster.*
86400
- Execute the health check every 24 hours.*43200
- Execute the health check every 12 hours.*21600
- Execute the health check every 6 hours.*10800
- Execute the health check every 3 hours.*3600
- Execute the health check every 1 hours.*300
- Execute the health check every 5 minutes.*0
- Disable the continuous health check. - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Get
Hyperflex Health Check Schedule Policy Tag[] - uuid string
- The unique identifier of the health check policy.
- version
Context GetHyperflex Health Check Schedule Policy Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Hyperflex Health Check Schedule Policy Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- id str
- last_
scheduled_ stron - The date and time when this HealthCheck Policy was last enabled.
- last_
unscheduled_ stron - The date and time when this HealthCheck Policy was last disabled.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- next_
expected_ strexecution - The date and time when the next health check execution is expected.
- object_
type str - owners Sequence[str]
- parent
Get
Hyperflex Health Check Schedule Policy Parent - permission_
resources Sequence[GetHyperflex Health Check Schedule Policy Permission Resource] - policy_
enabled bool - Indicates whether HealthCheck schedule policy is enabled on the HyperFlex cluster.
- registered_
device GetHyperflex Health Check Schedule Policy Registered Device - schedule_
interval float - The frequency at which the health checks are run on the HyperFlex cluster.*
86400
- Execute the health check every 24 hours.*43200
- Execute the health check every 12 hours.*21600
- Execute the health check every 6 hours.*10800
- Execute the health check every 3 hours.*3600
- Execute the health check every 1 hours.*300
- Execute the health check every 5 minutes.*0
- Disable the continuous health check. - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Sequence[Get
Hyperflex Health Check Schedule Policy Tag] - uuid str
- The unique identifier of the health check policy.
- version_
context GetHyperflex Health Check Schedule Policy Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- last
Scheduled StringOn - The date and time when this HealthCheck Policy was last enabled.
- last
Unscheduled StringOn - The date and time when this HealthCheck Policy was last disabled.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- next
Expected StringExecution - The date and time when the next health check execution is expected.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - policy
Enabled Boolean - Indicates whether HealthCheck schedule policy is enabled on the HyperFlex cluster.
- registered
Device Property Map - schedule
Interval Number - The frequency at which the health checks are run on the HyperFlex cluster.*
86400
- Execute the health check every 24 hours.*43200
- Execute the health check every 12 hours.*21600
- Execute the health check every 6 hours.*10800
- Execute the health check every 3 hours.*3600
- Execute the health check every 1 hours.*300
- Execute the health check every 5 minutes.*0
- Disable the continuous health check. - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- uuid String
- The unique identifier of the health check policy.
- version
Context Property Map
getHyperflexHealthCheckSchedulePolicy Result
The following output properties are available:
- Id string
- Results
List<Get
Hyperflex Health Check Schedule Policy Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Hyperflex Health Check Schedule Policy Ancestor> - Class
Id string - Create
Time string - Domain
Group stringMoid - Last
Scheduled stringOn - Last
Unscheduled stringOn - Mod
Time string - Moid string
- Next
Expected stringExecution - Object
Type string - Owners List<string>
- Parent
Get
Hyperflex Health Check Schedule Policy Parent - Permission
Resources List<GetHyperflex Health Check Schedule Policy Permission Resource> - Policy
Enabled bool - Registered
Device GetHyperflex Health Check Schedule Policy Registered Device - Schedule
Interval double - string
- List<Get
Hyperflex Health Check Schedule Policy Tag> - Uuid string
- Version
Context GetHyperflex Health Check Schedule Policy Version Context
- Id string
- Results
[]Get
Hyperflex Health Check Schedule Policy Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Hyperflex Health Check Schedule Policy Ancestor - Class
Id string - Create
Time string - Domain
Group stringMoid - Last
Scheduled stringOn - Last
Unscheduled stringOn - Mod
Time string - Moid string
- Next
Expected stringExecution - Object
Type string - Owners []string
- Parent
Get
Hyperflex Health Check Schedule Policy Parent - Permission
Resources []GetHyperflex Health Check Schedule Policy Permission Resource - Policy
Enabled bool - Registered
Device GetHyperflex Health Check Schedule Policy Registered Device - Schedule
Interval float64 - string
- []Get
Hyperflex Health Check Schedule Policy Tag - Uuid string
- Version
Context GetHyperflex Health Check Schedule Policy Version Context
- id String
- results
List<Get
Hyperflex Health Check Schedule Policy Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Hyperflex Health Check Schedule Policy Ancestor> - class
Id String - create
Time String - domain
Group StringMoid - last
Scheduled StringOn - last
Unscheduled StringOn - mod
Time String - moid String
- next
Expected StringExecution - object
Type String - owners List<String>
- parent
Get
Hyperflex Health Check Schedule Policy Parent - permission
Resources List<GetHyperflex Health Check Schedule Policy Permission Resource> - policy
Enabled Boolean - registered
Device GetHyperflex Health Check Schedule Policy Registered Device - schedule
Interval Double - String
- List<Get
Hyperflex Health Check Schedule Policy Tag> - uuid String
- version
Context GetHyperflex Health Check Schedule Policy Version Context
- id string
- results
Get
Hyperflex Health Check Schedule Policy Result[] - account
Moid string - additional
Properties string - ancestors
Get
Hyperflex Health Check Schedule Policy Ancestor[] - class
Id string - create
Time string - domain
Group stringMoid - last
Scheduled stringOn - last
Unscheduled stringOn - mod
Time string - moid string
- next
Expected stringExecution - object
Type string - owners string[]
- parent
Get
Hyperflex Health Check Schedule Policy Parent - permission
Resources GetHyperflex Health Check Schedule Policy Permission Resource[] - policy
Enabled boolean - registered
Device GetHyperflex Health Check Schedule Policy Registered Device - schedule
Interval number - string
- Get
Hyperflex Health Check Schedule Policy Tag[] - uuid string
- version
Context GetHyperflex Health Check Schedule Policy Version Context
- id str
- results
Sequence[Get
Hyperflex Health Check Schedule Policy Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Hyperflex Health Check Schedule Policy Ancestor] - class_
id str - create_
time str - domain_
group_ strmoid - last_
scheduled_ stron - last_
unscheduled_ stron - mod_
time str - moid str
- next_
expected_ strexecution - object_
type str - owners Sequence[str]
- parent
Get
Hyperflex Health Check Schedule Policy Parent - permission_
resources Sequence[GetHyperflex Health Check Schedule Policy Permission Resource] - policy_
enabled bool - registered_
device GetHyperflex Health Check Schedule Policy Registered Device - schedule_
interval float - str
- Sequence[Get
Hyperflex Health Check Schedule Policy Tag] - uuid str
- version_
context GetHyperflex Health Check Schedule Policy Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - domain
Group StringMoid - last
Scheduled StringOn - last
Unscheduled StringOn - mod
Time String - moid String
- next
Expected StringExecution - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - policy
Enabled Boolean - registered
Device Property Map - schedule
Interval Number - String
- List<Property Map>
- uuid String
- version
Context Property Map
Supporting Types
GetHyperflexHealthCheckSchedulePolicyAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHyperflexHealthCheckSchedulePolicyParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHyperflexHealthCheckSchedulePolicyPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHyperflexHealthCheckSchedulePolicyRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHyperflexHealthCheckSchedulePolicyResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Hyperflex Health Check Schedule Policy Result Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Last
Scheduled stringOn - The date and time when this HealthCheck Policy was last enabled.
- Last
Unscheduled stringOn - The date and time when this HealthCheck Policy was last disabled.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Next
Expected stringExecution - The date and time when the next health check execution is expected.
- Object
Type string - Owners List<string>
- Parents
List<Get
Hyperflex Health Check Schedule Policy Result Parent> - Permission
Resources List<GetHyperflex Health Check Schedule Policy Result Permission Resource> - Policy
Enabled bool - Indicates whether HealthCheck schedule policy is enabled on the HyperFlex cluster.
- Registered
Devices List<GetHyperflex Health Check Schedule Policy Result Registered Device> - Schedule
Interval double - The frequency at which the health checks are run on the HyperFlex cluster.*
86400
- Execute the health check every 24 hours.*43200
- Execute the health check every 12 hours.*21600
- Execute the health check every 6 hours.*10800
- Execute the health check every 3 hours.*3600
- Execute the health check every 1 hours.*300
- Execute the health check every 5 minutes.*0
- Disable the continuous health check. - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Hyperflex Health Check Schedule Policy Result Tag> - Uuid string
- The unique identifier of the health check policy.
- Version
Contexts List<GetHyperflex Health Check Schedule Policy Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Hyperflex Health Check Schedule Policy Result Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Last
Scheduled stringOn - The date and time when this HealthCheck Policy was last enabled.
- Last
Unscheduled stringOn - The date and time when this HealthCheck Policy was last disabled.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Next
Expected stringExecution - The date and time when the next health check execution is expected.
- Object
Type string - Owners []string
- Parents
[]Get
Hyperflex Health Check Schedule Policy Result Parent - Permission
Resources []GetHyperflex Health Check Schedule Policy Result Permission Resource - Policy
Enabled bool - Indicates whether HealthCheck schedule policy is enabled on the HyperFlex cluster.
- Registered
Devices []GetHyperflex Health Check Schedule Policy Result Registered Device - Schedule
Interval float64 - The frequency at which the health checks are run on the HyperFlex cluster.*
86400
- Execute the health check every 24 hours.*43200
- Execute the health check every 12 hours.*21600
- Execute the health check every 6 hours.*10800
- Execute the health check every 3 hours.*3600
- Execute the health check every 1 hours.*300
- Execute the health check every 5 minutes.*0
- Disable the continuous health check. - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- []Get
Hyperflex Health Check Schedule Policy Result Tag - Uuid string
- The unique identifier of the health check policy.
- Version
Contexts []GetHyperflex Health Check Schedule Policy Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Hyperflex Health Check Schedule Policy Result Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- last
Scheduled StringOn - The date and time when this HealthCheck Policy was last enabled.
- last
Unscheduled StringOn - The date and time when this HealthCheck Policy was last disabled.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- next
Expected StringExecution - The date and time when the next health check execution is expected.
- object
Type String - owners List<String>
- parents
List<Get
Hyperflex Health Check Schedule Policy Result Parent> - permission
Resources List<GetHyperflex Health Check Schedule Policy Result Permission Resource> - policy
Enabled Boolean - Indicates whether HealthCheck schedule policy is enabled on the HyperFlex cluster.
- registered
Devices List<GetHyperflex Health Check Schedule Policy Result Registered Device> - schedule
Interval Double - The frequency at which the health checks are run on the HyperFlex cluster.*
86400
- Execute the health check every 24 hours.*43200
- Execute the health check every 12 hours.*21600
- Execute the health check every 6 hours.*10800
- Execute the health check every 3 hours.*3600
- Execute the health check every 1 hours.*300
- Execute the health check every 5 minutes.*0
- Disable the continuous health check. - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Hyperflex Health Check Schedule Policy Result Tag> - uuid String
- The unique identifier of the health check policy.
- version
Contexts List<GetHyperflex Health Check Schedule Policy Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Hyperflex Health Check Schedule Policy Result Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- last
Scheduled stringOn - The date and time when this HealthCheck Policy was last enabled.
- last
Unscheduled stringOn - The date and time when this HealthCheck Policy was last disabled.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- next
Expected stringExecution - The date and time when the next health check execution is expected.
- object
Type string - owners string[]
- parents
Get
Hyperflex Health Check Schedule Policy Result Parent[] - permission
Resources GetHyperflex Health Check Schedule Policy Result Permission Resource[] - policy
Enabled boolean - Indicates whether HealthCheck schedule policy is enabled on the HyperFlex cluster.
- registered
Devices GetHyperflex Health Check Schedule Policy Result Registered Device[] - schedule
Interval number - The frequency at which the health checks are run on the HyperFlex cluster.*
86400
- Execute the health check every 24 hours.*43200
- Execute the health check every 12 hours.*21600
- Execute the health check every 6 hours.*10800
- Execute the health check every 3 hours.*3600
- Execute the health check every 1 hours.*300
- Execute the health check every 5 minutes.*0
- Disable the continuous health check. - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Get
Hyperflex Health Check Schedule Policy Result Tag[] - uuid string
- The unique identifier of the health check policy.
- version
Contexts GetHyperflex Health Check Schedule Policy Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Hyperflex Health Check Schedule Policy Result Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- last_
scheduled_ stron - The date and time when this HealthCheck Policy was last enabled.
- last_
unscheduled_ stron - The date and time when this HealthCheck Policy was last disabled.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- next_
expected_ strexecution - The date and time when the next health check execution is expected.
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Hyperflex Health Check Schedule Policy Result Parent] - permission_
resources Sequence[GetHyperflex Health Check Schedule Policy Result Permission Resource] - policy_
enabled bool - Indicates whether HealthCheck schedule policy is enabled on the HyperFlex cluster.
- registered_
devices Sequence[GetHyperflex Health Check Schedule Policy Result Registered Device] - schedule_
interval float - The frequency at which the health checks are run on the HyperFlex cluster.*
86400
- Execute the health check every 24 hours.*43200
- Execute the health check every 12 hours.*21600
- Execute the health check every 6 hours.*10800
- Execute the health check every 3 hours.*3600
- Execute the health check every 1 hours.*300
- Execute the health check every 5 minutes.*0
- Disable the continuous health check. - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Sequence[Get
Hyperflex Health Check Schedule Policy Result Tag] - uuid str
- The unique identifier of the health check policy.
- version_
contexts Sequence[GetHyperflex Health Check Schedule Policy Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- last
Scheduled StringOn - The date and time when this HealthCheck Policy was last enabled.
- last
Unscheduled StringOn - The date and time when this HealthCheck Policy was last disabled.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- next
Expected StringExecution - The date and time when the next health check execution is expected.
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - policy
Enabled Boolean - Indicates whether HealthCheck schedule policy is enabled on the HyperFlex cluster.
- registered
Devices List<Property Map> - schedule
Interval Number - The frequency at which the health checks are run on the HyperFlex cluster.*
86400
- Execute the health check every 24 hours.*43200
- Execute the health check every 12 hours.*21600
- Execute the health check every 6 hours.*10800
- Execute the health check every 3 hours.*3600
- Execute the health check every 1 hours.*300
- Execute the health check every 5 minutes.*0
- Disable the continuous health check. - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- uuid String
- The unique identifier of the health check policy.
- version
Contexts List<Property Map>
GetHyperflexHealthCheckSchedulePolicyResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHyperflexHealthCheckSchedulePolicyResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHyperflexHealthCheckSchedulePolicyResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHyperflexHealthCheckSchedulePolicyResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHyperflexHealthCheckSchedulePolicyResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetHyperflexHealthCheckSchedulePolicyResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetHyperflexHealthCheckSchedulePolicyResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHyperflexHealthCheckSchedulePolicyResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHyperflexHealthCheckSchedulePolicyTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetHyperflexHealthCheckSchedulePolicyVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetHyperflex Health Check Schedule Policy Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetHyperflex Health Check Schedule Policy Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetHyperflex Health Check Schedule Policy Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetHyperflex Health Check Schedule Policy Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetHyperflex Health Check Schedule Policy Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetHyperflex Health Check Schedule Policy Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetHyperflex Health Check Schedule Policy Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetHyperflex Health Check Schedule Policy Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetHyperflex Health Check Schedule Policy Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetHyperflex Health Check Schedule Policy Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetHyperflexHealthCheckSchedulePolicyVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHyperflexHealthCheckSchedulePolicyVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet