intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getHyperflexAlarm
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
An alarm representing a fault in the HyperFlex cluster configuration or hardware.
Using getHyperflexAlarm
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 getHyperflexAlarm(args: GetHyperflexAlarmArgs, opts?: InvokeOptions): Promise<GetHyperflexAlarmResult>
function getHyperflexAlarmOutput(args: GetHyperflexAlarmOutputArgs, opts?: InvokeOptions): Output<GetHyperflexAlarmResult>
def get_hyperflex_alarm(account_moid: Optional[str] = None,
acknowledged: Optional[bool] = None,
acknowledged_by: Optional[str] = None,
acknowledged_time: Optional[float] = None,
acknowledged_time_as_utc: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestor_mos: Optional[Sequence[GetHyperflexAlarmAncestorMo]] = None,
ancestors: Optional[Sequence[GetHyperflexAlarmAncestor]] = None,
class_id: Optional[str] = None,
cluster: Optional[GetHyperflexAlarmCluster] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
entity_data: Optional[str] = None,
entity_name: Optional[str] = None,
entity_type: Optional[str] = None,
entity_uu_id: Optional[str] = None,
id: Optional[str] = None,
message: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetHyperflexAlarmParent] = None,
permission_resources: Optional[Sequence[GetHyperflexAlarmPermissionResource]] = None,
shared_scope: Optional[str] = None,
status: Optional[str] = None,
tags: Optional[Sequence[GetHyperflexAlarmTag]] = None,
triggered_time: Optional[float] = None,
triggered_time_as_utc: Optional[str] = None,
uuid: Optional[str] = None,
version_context: Optional[GetHyperflexAlarmVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetHyperflexAlarmResult
def get_hyperflex_alarm_output(account_moid: Optional[pulumi.Input[str]] = None,
acknowledged: Optional[pulumi.Input[bool]] = None,
acknowledged_by: Optional[pulumi.Input[str]] = None,
acknowledged_time: Optional[pulumi.Input[float]] = None,
acknowledged_time_as_utc: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestor_mos: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexAlarmAncestorMoArgs]]]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexAlarmAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
cluster: Optional[pulumi.Input[GetHyperflexAlarmClusterArgs]] = None,
create_time: Optional[pulumi.Input[str]] = None,
description: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
entity_data: Optional[pulumi.Input[str]] = None,
entity_name: Optional[pulumi.Input[str]] = None,
entity_type: Optional[pulumi.Input[str]] = None,
entity_uu_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
message: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetHyperflexAlarmParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexAlarmPermissionResourceArgs]]]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexAlarmTagArgs]]]] = None,
triggered_time: Optional[pulumi.Input[float]] = None,
triggered_time_as_utc: Optional[pulumi.Input[str]] = None,
uuid: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetHyperflexAlarmVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexAlarmResult]
func LookupHyperflexAlarm(ctx *Context, args *LookupHyperflexAlarmArgs, opts ...InvokeOption) (*LookupHyperflexAlarmResult, error)
func LookupHyperflexAlarmOutput(ctx *Context, args *LookupHyperflexAlarmOutputArgs, opts ...InvokeOption) LookupHyperflexAlarmResultOutput
> Note: This function is named LookupHyperflexAlarm
in the Go SDK.
public static class GetHyperflexAlarm
{
public static Task<GetHyperflexAlarmResult> InvokeAsync(GetHyperflexAlarmArgs args, InvokeOptions? opts = null)
public static Output<GetHyperflexAlarmResult> Invoke(GetHyperflexAlarmInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetHyperflexAlarmResult> getHyperflexAlarm(GetHyperflexAlarmArgs args, InvokeOptions options)
public static Output<GetHyperflexAlarmResult> getHyperflexAlarm(GetHyperflexAlarmArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getHyperflexAlarm:getHyperflexAlarm
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Acknowledged bool
- The acknowledgement state of the alarm. It is 'true' when the alarm is acknowledged and false otherwise.
- Acknowledged
By string - The username of the user who acknowledged the alarm.
- Acknowledged
Time double - The time when the alarm was acknowledged, represented as a Unix timestamp.
- Acknowledged
Time stringAs Utc - The time when the alarm was acknowledged in ISO 6801 format.
- Additional
Properties string - Ancestor
Mos List<GetHyperflex Alarm Ancestor Mo> - Ancestors
List<Get
Hyperflex Alarm Ancestor> - Class
Id string - Cluster
Get
Hyperflex Alarm Cluster - Create
Time string - The time when this managed object was created.
- Description string
- The description of the alarm which includes information about the fault that triggered the alarm.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Entity
Data string - The data pertaining to this entity.
- Entity
Name string - The name of entity which triggered the alarm.
- Entity
Type string - The type of entity which triggered the alarm. For example, this can be the cluster, a node, or VM running on the cluster.*
UNKNOWN
- The type of entity is not known.*DISK
- The entity is a physical storage device.*NODE
- The entity is a HyperFlex cluster node.*CLUSTER
- The entity is the HyperFlex cluster itself.*DATASTORE
- The entity is a logical datastore configured on the HyperFlex cluster.*ZONE
- The entity is a logical or physical zone configured on the HyperFlex cluster.*VIRTUALMACHINE
- The entity is a virtual machine running on the HyperFlex cluster. - Entity
Uu stringId - The unique identifier of the entity which triggered the alarm.
- Id string
- Message string
- The localized message displayed to the user which describes the alarm.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the alarm. This name identifies the type of alarm that was triggered.
- Object
Type string - Owners List<string>
- Parent
Get
Hyperflex Alarm Parent - Permission
Resources List<GetHyperflex Alarm Permission Resource> - 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.
- Status string
- The severity of the alarm.*
UNKNOWN
- The alarm status is not known.*CLEARED
- The event that triggered the alarm has been remedied and no longer requires the user's attention.*INFO
- The alarm represents a message that does not require the user's immediate attention.*WARNING
- The alarm represents a moderate fault.*CRITICAL
- The alarm represents a critical fault. - List<Get
Hyperflex Alarm Tag> - Triggered
Time double - The time when alarm was triggered as a Unix timestamp.
- Triggered
Time stringAs Utc - The time when alarm was triggered in ISO 6801 UTC format.
- Uuid string
- The unique identifier for this alarm instance.
- Version
Context GetHyperflex Alarm Version Context
- Account
Moid string - The Account ID for this managed object.
- Acknowledged bool
- The acknowledgement state of the alarm. It is 'true' when the alarm is acknowledged and false otherwise.
- Acknowledged
By string - The username of the user who acknowledged the alarm.
- Acknowledged
Time float64 - The time when the alarm was acknowledged, represented as a Unix timestamp.
- Acknowledged
Time stringAs Utc - The time when the alarm was acknowledged in ISO 6801 format.
- Additional
Properties string - Ancestor
Mos []GetHyperflex Alarm Ancestor Mo - Ancestors
[]Get
Hyperflex Alarm Ancestor - Class
Id string - Cluster
Get
Hyperflex Alarm Cluster - Create
Time string - The time when this managed object was created.
- Description string
- The description of the alarm which includes information about the fault that triggered the alarm.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Entity
Data string - The data pertaining to this entity.
- Entity
Name string - The name of entity which triggered the alarm.
- Entity
Type string - The type of entity which triggered the alarm. For example, this can be the cluster, a node, or VM running on the cluster.*
UNKNOWN
- The type of entity is not known.*DISK
- The entity is a physical storage device.*NODE
- The entity is a HyperFlex cluster node.*CLUSTER
- The entity is the HyperFlex cluster itself.*DATASTORE
- The entity is a logical datastore configured on the HyperFlex cluster.*ZONE
- The entity is a logical or physical zone configured on the HyperFlex cluster.*VIRTUALMACHINE
- The entity is a virtual machine running on the HyperFlex cluster. - Entity
Uu stringId - The unique identifier of the entity which triggered the alarm.
- Id string
- Message string
- The localized message displayed to the user which describes the alarm.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the alarm. This name identifies the type of alarm that was triggered.
- Object
Type string - Owners []string
- Parent
Get
Hyperflex Alarm Parent - Permission
Resources []GetHyperflex Alarm Permission Resource - 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.
- Status string
- The severity of the alarm.*
UNKNOWN
- The alarm status is not known.*CLEARED
- The event that triggered the alarm has been remedied and no longer requires the user's attention.*INFO
- The alarm represents a message that does not require the user's immediate attention.*WARNING
- The alarm represents a moderate fault.*CRITICAL
- The alarm represents a critical fault. - []Get
Hyperflex Alarm Tag - Triggered
Time float64 - The time when alarm was triggered as a Unix timestamp.
- Triggered
Time stringAs Utc - The time when alarm was triggered in ISO 6801 UTC format.
- Uuid string
- The unique identifier for this alarm instance.
- Version
Context GetHyperflex Alarm Version Context
- account
Moid String - The Account ID for this managed object.
- acknowledged Boolean
- The acknowledgement state of the alarm. It is 'true' when the alarm is acknowledged and false otherwise.
- acknowledged
By String - The username of the user who acknowledged the alarm.
- acknowledged
Time Double - The time when the alarm was acknowledged, represented as a Unix timestamp.
- acknowledged
Time StringAs Utc - The time when the alarm was acknowledged in ISO 6801 format.
- additional
Properties String - ancestor
Mos List<GetHyperflex Alarm Ancestor Mo> - ancestors
List<Get
Hyperflex Alarm Ancestor> - class
Id String - cluster
Get
Hyperflex Alarm Cluster - create
Time String - The time when this managed object was created.
- description String
- The description of the alarm which includes information about the fault that triggered the alarm.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- entity
Data String - The data pertaining to this entity.
- entity
Name String - The name of entity which triggered the alarm.
- entity
Type String - The type of entity which triggered the alarm. For example, this can be the cluster, a node, or VM running on the cluster.*
UNKNOWN
- The type of entity is not known.*DISK
- The entity is a physical storage device.*NODE
- The entity is a HyperFlex cluster node.*CLUSTER
- The entity is the HyperFlex cluster itself.*DATASTORE
- The entity is a logical datastore configured on the HyperFlex cluster.*ZONE
- The entity is a logical or physical zone configured on the HyperFlex cluster.*VIRTUALMACHINE
- The entity is a virtual machine running on the HyperFlex cluster. - entity
Uu StringId - The unique identifier of the entity which triggered the alarm.
- id String
- message String
- The localized message displayed to the user which describes the alarm.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the alarm. This name identifies the type of alarm that was triggered.
- object
Type String - owners List<String>
- parent
Get
Hyperflex Alarm Parent - permission
Resources List<GetHyperflex Alarm Permission Resource> - 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.
- status String
- The severity of the alarm.*
UNKNOWN
- The alarm status is not known.*CLEARED
- The event that triggered the alarm has been remedied and no longer requires the user's attention.*INFO
- The alarm represents a message that does not require the user's immediate attention.*WARNING
- The alarm represents a moderate fault.*CRITICAL
- The alarm represents a critical fault. - List<Get
Hyperflex Alarm Tag> - triggered
Time Double - The time when alarm was triggered as a Unix timestamp.
- triggered
Time StringAs Utc - The time when alarm was triggered in ISO 6801 UTC format.
- uuid String
- The unique identifier for this alarm instance.
- version
Context GetHyperflex Alarm Version Context
- account
Moid string - The Account ID for this managed object.
- acknowledged boolean
- The acknowledgement state of the alarm. It is 'true' when the alarm is acknowledged and false otherwise.
- acknowledged
By string - The username of the user who acknowledged the alarm.
- acknowledged
Time number - The time when the alarm was acknowledged, represented as a Unix timestamp.
- acknowledged
Time stringAs Utc - The time when the alarm was acknowledged in ISO 6801 format.
- additional
Properties string - ancestor
Mos GetHyperflex Alarm Ancestor Mo[] - ancestors
Get
Hyperflex Alarm Ancestor[] - class
Id string - cluster
Get
Hyperflex Alarm Cluster - create
Time string - The time when this managed object was created.
- description string
- The description of the alarm which includes information about the fault that triggered the alarm.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- entity
Data string - The data pertaining to this entity.
- entity
Name string - The name of entity which triggered the alarm.
- entity
Type string - The type of entity which triggered the alarm. For example, this can be the cluster, a node, or VM running on the cluster.*
UNKNOWN
- The type of entity is not known.*DISK
- The entity is a physical storage device.*NODE
- The entity is a HyperFlex cluster node.*CLUSTER
- The entity is the HyperFlex cluster itself.*DATASTORE
- The entity is a logical datastore configured on the HyperFlex cluster.*ZONE
- The entity is a logical or physical zone configured on the HyperFlex cluster.*VIRTUALMACHINE
- The entity is a virtual machine running on the HyperFlex cluster. - entity
Uu stringId - The unique identifier of the entity which triggered the alarm.
- id string
- message string
- The localized message displayed to the user which describes the alarm.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the alarm. This name identifies the type of alarm that was triggered.
- object
Type string - owners string[]
- parent
Get
Hyperflex Alarm Parent - permission
Resources GetHyperflex Alarm Permission Resource[] - 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.
- status string
- The severity of the alarm.*
UNKNOWN
- The alarm status is not known.*CLEARED
- The event that triggered the alarm has been remedied and no longer requires the user's attention.*INFO
- The alarm represents a message that does not require the user's immediate attention.*WARNING
- The alarm represents a moderate fault.*CRITICAL
- The alarm represents a critical fault. - Get
Hyperflex Alarm Tag[] - triggered
Time number - The time when alarm was triggered as a Unix timestamp.
- triggered
Time stringAs Utc - The time when alarm was triggered in ISO 6801 UTC format.
- uuid string
- The unique identifier for this alarm instance.
- version
Context GetHyperflex Alarm Version Context
- account_
moid str - The Account ID for this managed object.
- acknowledged bool
- The acknowledgement state of the alarm. It is 'true' when the alarm is acknowledged and false otherwise.
- acknowledged_
by str - The username of the user who acknowledged the alarm.
- acknowledged_
time float - The time when the alarm was acknowledged, represented as a Unix timestamp.
- acknowledged_
time_ stras_ utc - The time when the alarm was acknowledged in ISO 6801 format.
- additional_
properties str - ancestor_
mos Sequence[GetHyperflex Alarm Ancestor Mo] - ancestors
Sequence[Get
Hyperflex Alarm Ancestor] - class_
id str - cluster
Get
Hyperflex Alarm Cluster - create_
time str - The time when this managed object was created.
- description str
- The description of the alarm which includes information about the fault that triggered the alarm.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- entity_
data str - The data pertaining to this entity.
- entity_
name str - The name of entity which triggered the alarm.
- entity_
type str - The type of entity which triggered the alarm. For example, this can be the cluster, a node, or VM running on the cluster.*
UNKNOWN
- The type of entity is not known.*DISK
- The entity is a physical storage device.*NODE
- The entity is a HyperFlex cluster node.*CLUSTER
- The entity is the HyperFlex cluster itself.*DATASTORE
- The entity is a logical datastore configured on the HyperFlex cluster.*ZONE
- The entity is a logical or physical zone configured on the HyperFlex cluster.*VIRTUALMACHINE
- The entity is a virtual machine running on the HyperFlex cluster. - entity_
uu_ strid - The unique identifier of the entity which triggered the alarm.
- id str
- message str
- The localized message displayed to the user which describes the alarm.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the alarm. This name identifies the type of alarm that was triggered.
- object_
type str - owners Sequence[str]
- parent
Get
Hyperflex Alarm Parent - permission_
resources Sequence[GetHyperflex Alarm Permission Resource] - 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.
- status str
- The severity of the alarm.*
UNKNOWN
- The alarm status is not known.*CLEARED
- The event that triggered the alarm has been remedied and no longer requires the user's attention.*INFO
- The alarm represents a message that does not require the user's immediate attention.*WARNING
- The alarm represents a moderate fault.*CRITICAL
- The alarm represents a critical fault. - Sequence[Get
Hyperflex Alarm Tag] - triggered_
time float - The time when alarm was triggered as a Unix timestamp.
- triggered_
time_ stras_ utc - The time when alarm was triggered in ISO 6801 UTC format.
- uuid str
- The unique identifier for this alarm instance.
- version_
context GetHyperflex Alarm Version Context
- account
Moid String - The Account ID for this managed object.
- acknowledged Boolean
- The acknowledgement state of the alarm. It is 'true' when the alarm is acknowledged and false otherwise.
- acknowledged
By String - The username of the user who acknowledged the alarm.
- acknowledged
Time Number - The time when the alarm was acknowledged, represented as a Unix timestamp.
- acknowledged
Time StringAs Utc - The time when the alarm was acknowledged in ISO 6801 format.
- additional
Properties String - ancestor
Mos List<Property Map> - ancestors List<Property Map>
- class
Id String - cluster Property Map
- create
Time String - The time when this managed object was created.
- description String
- The description of the alarm which includes information about the fault that triggered the alarm.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- entity
Data String - The data pertaining to this entity.
- entity
Name String - The name of entity which triggered the alarm.
- entity
Type String - The type of entity which triggered the alarm. For example, this can be the cluster, a node, or VM running on the cluster.*
UNKNOWN
- The type of entity is not known.*DISK
- The entity is a physical storage device.*NODE
- The entity is a HyperFlex cluster node.*CLUSTER
- The entity is the HyperFlex cluster itself.*DATASTORE
- The entity is a logical datastore configured on the HyperFlex cluster.*ZONE
- The entity is a logical or physical zone configured on the HyperFlex cluster.*VIRTUALMACHINE
- The entity is a virtual machine running on the HyperFlex cluster. - entity
Uu StringId - The unique identifier of the entity which triggered the alarm.
- id String
- message String
- The localized message displayed to the user which describes the alarm.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the alarm. This name identifies the type of alarm that was triggered.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - 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.
- status String
- The severity of the alarm.*
UNKNOWN
- The alarm status is not known.*CLEARED
- The event that triggered the alarm has been remedied and no longer requires the user's attention.*INFO
- The alarm represents a message that does not require the user's immediate attention.*WARNING
- The alarm represents a moderate fault.*CRITICAL
- The alarm represents a critical fault. - List<Property Map>
- triggered
Time Number - The time when alarm was triggered as a Unix timestamp.
- triggered
Time StringAs Utc - The time when alarm was triggered in ISO 6801 UTC format.
- uuid String
- The unique identifier for this alarm instance.
- version
Context Property Map
getHyperflexAlarm Result
The following output properties are available:
- Id string
- Results
List<Get
Hyperflex Alarm Result> - Account
Moid string - Acknowledged bool
- Acknowledged
By string - Acknowledged
Time double - Acknowledged
Time stringAs Utc - Additional
Properties string - Ancestor
Mos List<GetHyperflex Alarm Ancestor Mo> - Ancestors
List<Get
Hyperflex Alarm Ancestor> - Class
Id string - Cluster
Get
Hyperflex Alarm Cluster - Create
Time string - Description string
- Domain
Group stringMoid - Entity
Data string - Entity
Name string - Entity
Type string - Entity
Uu stringId - Message string
- Mod
Time string - Moid string
- Name string
- Object
Type string - Owners List<string>
- Parent
Get
Hyperflex Alarm Parent - Permission
Resources List<GetHyperflex Alarm Permission Resource> - string
- Status string
- List<Get
Hyperflex Alarm Tag> - Triggered
Time double - Triggered
Time stringAs Utc - Uuid string
- Version
Context GetHyperflex Alarm Version Context
- Id string
- Results
[]Get
Hyperflex Alarm Result - Account
Moid string - Acknowledged bool
- Acknowledged
By string - Acknowledged
Time float64 - Acknowledged
Time stringAs Utc - Additional
Properties string - Ancestor
Mos []GetHyperflex Alarm Ancestor Mo - Ancestors
[]Get
Hyperflex Alarm Ancestor - Class
Id string - Cluster
Get
Hyperflex Alarm Cluster - Create
Time string - Description string
- Domain
Group stringMoid - Entity
Data string - Entity
Name string - Entity
Type string - Entity
Uu stringId - Message string
- Mod
Time string - Moid string
- Name string
- Object
Type string - Owners []string
- Parent
Get
Hyperflex Alarm Parent - Permission
Resources []GetHyperflex Alarm Permission Resource - string
- Status string
- []Get
Hyperflex Alarm Tag - Triggered
Time float64 - Triggered
Time stringAs Utc - Uuid string
- Version
Context GetHyperflex Alarm Version Context
- id String
- results
List<Get
Hyperflex Alarm Result> - account
Moid String - acknowledged Boolean
- acknowledged
By String - acknowledged
Time Double - acknowledged
Time StringAs Utc - additional
Properties String - ancestor
Mos List<GetHyperflex Alarm Ancestor Mo> - ancestors
List<Get
Hyperflex Alarm Ancestor> - class
Id String - cluster
Get
Hyperflex Alarm Cluster - create
Time String - description String
- domain
Group StringMoid - entity
Data String - entity
Name String - entity
Type String - entity
Uu StringId - message String
- mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parent
Get
Hyperflex Alarm Parent - permission
Resources List<GetHyperflex Alarm Permission Resource> - String
- status String
- List<Get
Hyperflex Alarm Tag> - triggered
Time Double - triggered
Time StringAs Utc - uuid String
- version
Context GetHyperflex Alarm Version Context
- id string
- results
Get
Hyperflex Alarm Result[] - account
Moid string - acknowledged boolean
- acknowledged
By string - acknowledged
Time number - acknowledged
Time stringAs Utc - additional
Properties string - ancestor
Mos GetHyperflex Alarm Ancestor Mo[] - ancestors
Get
Hyperflex Alarm Ancestor[] - class
Id string - cluster
Get
Hyperflex Alarm Cluster - create
Time string - description string
- domain
Group stringMoid - entity
Data string - entity
Name string - entity
Type string - entity
Uu stringId - message string
- mod
Time string - moid string
- name string
- object
Type string - owners string[]
- parent
Get
Hyperflex Alarm Parent - permission
Resources GetHyperflex Alarm Permission Resource[] - string
- status string
- Get
Hyperflex Alarm Tag[] - triggered
Time number - triggered
Time stringAs Utc - uuid string
- version
Context GetHyperflex Alarm Version Context
- id str
- results
Sequence[Get
Hyperflex Alarm Result] - account_
moid str - acknowledged bool
- acknowledged_
by str - acknowledged_
time float - acknowledged_
time_ stras_ utc - additional_
properties str - ancestor_
mos Sequence[GetHyperflex Alarm Ancestor Mo] - ancestors
Sequence[Get
Hyperflex Alarm Ancestor] - class_
id str - cluster
Get
Hyperflex Alarm Cluster - create_
time str - description str
- domain_
group_ strmoid - entity_
data str - entity_
name str - entity_
type str - entity_
uu_ strid - message str
- mod_
time str - moid str
- name str
- object_
type str - owners Sequence[str]
- parent
Get
Hyperflex Alarm Parent - permission_
resources Sequence[GetHyperflex Alarm Permission Resource] - str
- status str
- Sequence[Get
Hyperflex Alarm Tag] - triggered_
time float - triggered_
time_ stras_ utc - uuid str
- version_
context GetHyperflex Alarm Version Context
- id String
- results List<Property Map>
- account
Moid String - acknowledged Boolean
- acknowledged
By String - acknowledged
Time Number - acknowledged
Time StringAs Utc - additional
Properties String - ancestor
Mos List<Property Map> - ancestors List<Property Map>
- class
Id String - cluster Property Map
- create
Time String - description String
- domain
Group StringMoid - entity
Data String - entity
Name String - entity
Type String - entity
Uu StringId - message String
- mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - String
- status String
- List<Property Map>
- triggered
Time Number - triggered
Time StringAs Utc - uuid String
- version
Context Property Map
Supporting Types
GetHyperflexAlarmAncestor
- 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'.
GetHyperflexAlarmAncestorMo
- 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'.
GetHyperflexAlarmCluster
- 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'.
GetHyperflexAlarmParent
- 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'.
GetHyperflexAlarmPermissionResource
- 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'.
GetHyperflexAlarmResult
- Account
Moid string - The Account ID for this managed object.
- Acknowledged bool
- The acknowledgement state of the alarm. It is 'true' when the alarm is acknowledged and false otherwise.
- Acknowledged
By string - The username of the user who acknowledged the alarm.
- Acknowledged
Time double - The time when the alarm was acknowledged, represented as a Unix timestamp.
- Acknowledged
Time stringAs Utc - The time when the alarm was acknowledged in ISO 6801 format.
- Additional
Properties string - Ancestor
Mos List<GetHyperflex Alarm Result Ancestor Mo> - Ancestors
List<Get
Hyperflex Alarm Result Ancestor> - Class
Id string - Clusters
List<Get
Hyperflex Alarm Result Cluster> - Create
Time string - The time when this managed object was created.
- Description string
- The description of the alarm which includes information about the fault that triggered the alarm.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Entity
Data string - The data pertaining to this entity.
- Entity
Name string - The name of entity which triggered the alarm.
- Entity
Type string - The type of entity which triggered the alarm. For example, this can be the cluster, a node, or VM running on the cluster.*
UNKNOWN
- The type of entity is not known.*DISK
- The entity is a physical storage device.*NODE
- The entity is a HyperFlex cluster node.*CLUSTER
- The entity is the HyperFlex cluster itself.*DATASTORE
- The entity is a logical datastore configured on the HyperFlex cluster.*ZONE
- The entity is a logical or physical zone configured on the HyperFlex cluster.*VIRTUALMACHINE
- The entity is a virtual machine running on the HyperFlex cluster. - Entity
Uu stringId - The unique identifier of the entity which triggered the alarm.
- Message string
- The localized message displayed to the user which describes the alarm.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the alarm. This name identifies the type of alarm that was triggered.
- Object
Type string - Owners List<string>
- Parents
List<Get
Hyperflex Alarm Result Parent> - Permission
Resources List<GetHyperflex Alarm Result Permission Resource> - 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.
- Status string
- The severity of the alarm.*
UNKNOWN
- The alarm status is not known.*CLEARED
- The event that triggered the alarm has been remedied and no longer requires the user's attention.*INFO
- The alarm represents a message that does not require the user's immediate attention.*WARNING
- The alarm represents a moderate fault.*CRITICAL
- The alarm represents a critical fault. - List<Get
Hyperflex Alarm Result Tag> - Triggered
Time double - The time when alarm was triggered as a Unix timestamp.
- Triggered
Time stringAs Utc - The time when alarm was triggered in ISO 6801 UTC format.
- Uuid string
- The unique identifier for this alarm instance.
- Version
Contexts List<GetHyperflex Alarm Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Acknowledged bool
- The acknowledgement state of the alarm. It is 'true' when the alarm is acknowledged and false otherwise.
- Acknowledged
By string - The username of the user who acknowledged the alarm.
- Acknowledged
Time float64 - The time when the alarm was acknowledged, represented as a Unix timestamp.
- Acknowledged
Time stringAs Utc - The time when the alarm was acknowledged in ISO 6801 format.
- Additional
Properties string - Ancestor
Mos []GetHyperflex Alarm Result Ancestor Mo - Ancestors
[]Get
Hyperflex Alarm Result Ancestor - Class
Id string - Clusters
[]Get
Hyperflex Alarm Result Cluster - Create
Time string - The time when this managed object was created.
- Description string
- The description of the alarm which includes information about the fault that triggered the alarm.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Entity
Data string - The data pertaining to this entity.
- Entity
Name string - The name of entity which triggered the alarm.
- Entity
Type string - The type of entity which triggered the alarm. For example, this can be the cluster, a node, or VM running on the cluster.*
UNKNOWN
- The type of entity is not known.*DISK
- The entity is a physical storage device.*NODE
- The entity is a HyperFlex cluster node.*CLUSTER
- The entity is the HyperFlex cluster itself.*DATASTORE
- The entity is a logical datastore configured on the HyperFlex cluster.*ZONE
- The entity is a logical or physical zone configured on the HyperFlex cluster.*VIRTUALMACHINE
- The entity is a virtual machine running on the HyperFlex cluster. - Entity
Uu stringId - The unique identifier of the entity which triggered the alarm.
- Message string
- The localized message displayed to the user which describes the alarm.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the alarm. This name identifies the type of alarm that was triggered.
- Object
Type string - Owners []string
- Parents
[]Get
Hyperflex Alarm Result Parent - Permission
Resources []GetHyperflex Alarm Result Permission Resource - 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.
- Status string
- The severity of the alarm.*
UNKNOWN
- The alarm status is not known.*CLEARED
- The event that triggered the alarm has been remedied and no longer requires the user's attention.*INFO
- The alarm represents a message that does not require the user's immediate attention.*WARNING
- The alarm represents a moderate fault.*CRITICAL
- The alarm represents a critical fault. - []Get
Hyperflex Alarm Result Tag - Triggered
Time float64 - The time when alarm was triggered as a Unix timestamp.
- Triggered
Time stringAs Utc - The time when alarm was triggered in ISO 6801 UTC format.
- Uuid string
- The unique identifier for this alarm instance.
- Version
Contexts []GetHyperflex Alarm Result Version Context
- account
Moid String - The Account ID for this managed object.
- acknowledged Boolean
- The acknowledgement state of the alarm. It is 'true' when the alarm is acknowledged and false otherwise.
- acknowledged
By String - The username of the user who acknowledged the alarm.
- acknowledged
Time Double - The time when the alarm was acknowledged, represented as a Unix timestamp.
- acknowledged
Time StringAs Utc - The time when the alarm was acknowledged in ISO 6801 format.
- additional
Properties String - ancestor
Mos List<GetHyperflex Alarm Result Ancestor Mo> - ancestors
List<Get
Hyperflex Alarm Result Ancestor> - class
Id String - clusters
List<Get
Hyperflex Alarm Result Cluster> - create
Time String - The time when this managed object was created.
- description String
- The description of the alarm which includes information about the fault that triggered the alarm.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- entity
Data String - The data pertaining to this entity.
- entity
Name String - The name of entity which triggered the alarm.
- entity
Type String - The type of entity which triggered the alarm. For example, this can be the cluster, a node, or VM running on the cluster.*
UNKNOWN
- The type of entity is not known.*DISK
- The entity is a physical storage device.*NODE
- The entity is a HyperFlex cluster node.*CLUSTER
- The entity is the HyperFlex cluster itself.*DATASTORE
- The entity is a logical datastore configured on the HyperFlex cluster.*ZONE
- The entity is a logical or physical zone configured on the HyperFlex cluster.*VIRTUALMACHINE
- The entity is a virtual machine running on the HyperFlex cluster. - entity
Uu StringId - The unique identifier of the entity which triggered the alarm.
- message String
- The localized message displayed to the user which describes the alarm.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the alarm. This name identifies the type of alarm that was triggered.
- object
Type String - owners List<String>
- parents
List<Get
Hyperflex Alarm Result Parent> - permission
Resources List<GetHyperflex Alarm Result Permission Resource> - 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.
- status String
- The severity of the alarm.*
UNKNOWN
- The alarm status is not known.*CLEARED
- The event that triggered the alarm has been remedied and no longer requires the user's attention.*INFO
- The alarm represents a message that does not require the user's immediate attention.*WARNING
- The alarm represents a moderate fault.*CRITICAL
- The alarm represents a critical fault. - List<Get
Hyperflex Alarm Result Tag> - triggered
Time Double - The time when alarm was triggered as a Unix timestamp.
- triggered
Time StringAs Utc - The time when alarm was triggered in ISO 6801 UTC format.
- uuid String
- The unique identifier for this alarm instance.
- version
Contexts List<GetHyperflex Alarm Result Version Context>
- account
Moid string - The Account ID for this managed object.
- acknowledged boolean
- The acknowledgement state of the alarm. It is 'true' when the alarm is acknowledged and false otherwise.
- acknowledged
By string - The username of the user who acknowledged the alarm.
- acknowledged
Time number - The time when the alarm was acknowledged, represented as a Unix timestamp.
- acknowledged
Time stringAs Utc - The time when the alarm was acknowledged in ISO 6801 format.
- additional
Properties string - ancestor
Mos GetHyperflex Alarm Result Ancestor Mo[] - ancestors
Get
Hyperflex Alarm Result Ancestor[] - class
Id string - clusters
Get
Hyperflex Alarm Result Cluster[] - create
Time string - The time when this managed object was created.
- description string
- The description of the alarm which includes information about the fault that triggered the alarm.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- entity
Data string - The data pertaining to this entity.
- entity
Name string - The name of entity which triggered the alarm.
- entity
Type string - The type of entity which triggered the alarm. For example, this can be the cluster, a node, or VM running on the cluster.*
UNKNOWN
- The type of entity is not known.*DISK
- The entity is a physical storage device.*NODE
- The entity is a HyperFlex cluster node.*CLUSTER
- The entity is the HyperFlex cluster itself.*DATASTORE
- The entity is a logical datastore configured on the HyperFlex cluster.*ZONE
- The entity is a logical or physical zone configured on the HyperFlex cluster.*VIRTUALMACHINE
- The entity is a virtual machine running on the HyperFlex cluster. - entity
Uu stringId - The unique identifier of the entity which triggered the alarm.
- message string
- The localized message displayed to the user which describes the alarm.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the alarm. This name identifies the type of alarm that was triggered.
- object
Type string - owners string[]
- parents
Get
Hyperflex Alarm Result Parent[] - permission
Resources GetHyperflex Alarm Result Permission Resource[] - 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.
- status string
- The severity of the alarm.*
UNKNOWN
- The alarm status is not known.*CLEARED
- The event that triggered the alarm has been remedied and no longer requires the user's attention.*INFO
- The alarm represents a message that does not require the user's immediate attention.*WARNING
- The alarm represents a moderate fault.*CRITICAL
- The alarm represents a critical fault. - Get
Hyperflex Alarm Result Tag[] - triggered
Time number - The time when alarm was triggered as a Unix timestamp.
- triggered
Time stringAs Utc - The time when alarm was triggered in ISO 6801 UTC format.
- uuid string
- The unique identifier for this alarm instance.
- version
Contexts GetHyperflex Alarm Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- acknowledged bool
- The acknowledgement state of the alarm. It is 'true' when the alarm is acknowledged and false otherwise.
- acknowledged_
by str - The username of the user who acknowledged the alarm.
- acknowledged_
time float - The time when the alarm was acknowledged, represented as a Unix timestamp.
- acknowledged_
time_ stras_ utc - The time when the alarm was acknowledged in ISO 6801 format.
- additional_
properties str - ancestor_
mos Sequence[GetHyperflex Alarm Result Ancestor Mo] - ancestors
Sequence[Get
Hyperflex Alarm Result Ancestor] - class_
id str - clusters
Sequence[Get
Hyperflex Alarm Result Cluster] - create_
time str - The time when this managed object was created.
- description str
- The description of the alarm which includes information about the fault that triggered the alarm.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- entity_
data str - The data pertaining to this entity.
- entity_
name str - The name of entity which triggered the alarm.
- entity_
type str - The type of entity which triggered the alarm. For example, this can be the cluster, a node, or VM running on the cluster.*
UNKNOWN
- The type of entity is not known.*DISK
- The entity is a physical storage device.*NODE
- The entity is a HyperFlex cluster node.*CLUSTER
- The entity is the HyperFlex cluster itself.*DATASTORE
- The entity is a logical datastore configured on the HyperFlex cluster.*ZONE
- The entity is a logical or physical zone configured on the HyperFlex cluster.*VIRTUALMACHINE
- The entity is a virtual machine running on the HyperFlex cluster. - entity_
uu_ strid - The unique identifier of the entity which triggered the alarm.
- message str
- The localized message displayed to the user which describes the alarm.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the alarm. This name identifies the type of alarm that was triggered.
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Hyperflex Alarm Result Parent] - permission_
resources Sequence[GetHyperflex Alarm Result Permission Resource] - 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.
- status str
- The severity of the alarm.*
UNKNOWN
- The alarm status is not known.*CLEARED
- The event that triggered the alarm has been remedied and no longer requires the user's attention.*INFO
- The alarm represents a message that does not require the user's immediate attention.*WARNING
- The alarm represents a moderate fault.*CRITICAL
- The alarm represents a critical fault. - Sequence[Get
Hyperflex Alarm Result Tag] - triggered_
time float - The time when alarm was triggered as a Unix timestamp.
- triggered_
time_ stras_ utc - The time when alarm was triggered in ISO 6801 UTC format.
- uuid str
- The unique identifier for this alarm instance.
- version_
contexts Sequence[GetHyperflex Alarm Result Version Context]
- account
Moid String - The Account ID for this managed object.
- acknowledged Boolean
- The acknowledgement state of the alarm. It is 'true' when the alarm is acknowledged and false otherwise.
- acknowledged
By String - The username of the user who acknowledged the alarm.
- acknowledged
Time Number - The time when the alarm was acknowledged, represented as a Unix timestamp.
- acknowledged
Time StringAs Utc - The time when the alarm was acknowledged in ISO 6801 format.
- additional
Properties String - ancestor
Mos List<Property Map> - ancestors List<Property Map>
- class
Id String - clusters List<Property Map>
- create
Time String - The time when this managed object was created.
- description String
- The description of the alarm which includes information about the fault that triggered the alarm.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- entity
Data String - The data pertaining to this entity.
- entity
Name String - The name of entity which triggered the alarm.
- entity
Type String - The type of entity which triggered the alarm. For example, this can be the cluster, a node, or VM running on the cluster.*
UNKNOWN
- The type of entity is not known.*DISK
- The entity is a physical storage device.*NODE
- The entity is a HyperFlex cluster node.*CLUSTER
- The entity is the HyperFlex cluster itself.*DATASTORE
- The entity is a logical datastore configured on the HyperFlex cluster.*ZONE
- The entity is a logical or physical zone configured on the HyperFlex cluster.*VIRTUALMACHINE
- The entity is a virtual machine running on the HyperFlex cluster. - entity
Uu StringId - The unique identifier of the entity which triggered the alarm.
- message String
- The localized message displayed to the user which describes the alarm.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the alarm. This name identifies the type of alarm that was triggered.
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - 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.
- status String
- The severity of the alarm.*
UNKNOWN
- The alarm status is not known.*CLEARED
- The event that triggered the alarm has been remedied and no longer requires the user's attention.*INFO
- The alarm represents a message that does not require the user's immediate attention.*WARNING
- The alarm represents a moderate fault.*CRITICAL
- The alarm represents a critical fault. - List<Property Map>
- triggered
Time Number - The time when alarm was triggered as a Unix timestamp.
- triggered
Time StringAs Utc - The time when alarm was triggered in ISO 6801 UTC format.
- uuid String
- The unique identifier for this alarm instance.
- version
Contexts List<Property Map>
GetHyperflexAlarmResultAncestor
- 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
GetHyperflexAlarmResultAncestorMo
- 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
GetHyperflexAlarmResultCluster
- 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
GetHyperflexAlarmResultParent
- 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
GetHyperflexAlarmResultPermissionResource
- 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
GetHyperflexAlarmResultTag
- 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
GetHyperflexAlarmResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<GetHyperflex Alarm Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<GetHyperflex Alarm Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetHyperflex Alarm Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetHyperflex Alarm Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetHyperflexAlarmResultVersionContextInterestedMo
- 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
GetHyperflexAlarmResultVersionContextRefMo
- 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
GetHyperflexAlarmTag
- 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.
GetHyperflexAlarmVersionContext
- 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 Alarm 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 Alarm 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 Alarm 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 Alarm 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 Alarm 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 Alarm 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 Alarm 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 Alarm 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 Alarm 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 Alarm 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.
GetHyperflexAlarmVersionContextInterestedMo
- 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'.
GetHyperflexAlarmVersionContextRefMo
- 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