intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getHciAlarm
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
An alert from an HCI cluster reported from the Prism Central serviceability/Alerts API.
Using getHciAlarm
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 getHciAlarm(args: GetHciAlarmArgs, opts?: InvokeOptions): Promise<GetHciAlarmResult>
function getHciAlarmOutput(args: GetHciAlarmOutputArgs, opts?: InvokeOptions): Output<GetHciAlarmResult>
def get_hci_alarm(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
alarm_ext_id: Optional[str] = None,
alert_type: Optional[str] = None,
ancestors: Optional[Sequence[GetHciAlarmAncestor]] = None,
class_id: Optional[str] = None,
cluster: Optional[GetHciAlarmCluster] = None,
cluster_ext_id: Optional[str] = None,
create_time: Optional[str] = None,
domain_group_moid: Optional[str] = None,
id: Optional[str] = None,
is_resolved: Optional[bool] = None,
message: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
object_type: Optional[str] = None,
origin_acknowledge_time: Optional[str] = None,
origin_creation_time: Optional[str] = None,
origin_is_acknowledged: Optional[bool] = None,
owners: Optional[Sequence[str]] = None,
parameters: Optional[Sequence[GetHciAlarmParameter]] = None,
parent: Optional[GetHciAlarmParent] = None,
permission_resources: Optional[Sequence[GetHciAlarmPermissionResource]] = None,
registered_device: Optional[GetHciAlarmRegisteredDevice] = None,
resolved_time: Optional[str] = None,
severity: Optional[str] = None,
shared_scope: Optional[str] = None,
source_entity_ext_id: Optional[str] = None,
source_entity_name: Optional[str] = None,
source_entity_type: Optional[str] = None,
tags: Optional[Sequence[GetHciAlarmTag]] = None,
title: Optional[str] = None,
version_context: Optional[GetHciAlarmVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetHciAlarmResult
def get_hci_alarm_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
alarm_ext_id: Optional[pulumi.Input[str]] = None,
alert_type: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciAlarmAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
cluster: Optional[pulumi.Input[GetHciAlarmClusterArgs]] = None,
cluster_ext_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
is_resolved: Optional[pulumi.Input[bool]] = None,
message: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
origin_acknowledge_time: Optional[pulumi.Input[str]] = None,
origin_creation_time: Optional[pulumi.Input[str]] = None,
origin_is_acknowledged: Optional[pulumi.Input[bool]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parameters: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciAlarmParameterArgs]]]] = None,
parent: Optional[pulumi.Input[GetHciAlarmParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciAlarmPermissionResourceArgs]]]] = None,
registered_device: Optional[pulumi.Input[GetHciAlarmRegisteredDeviceArgs]] = None,
resolved_time: Optional[pulumi.Input[str]] = None,
severity: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
source_entity_ext_id: Optional[pulumi.Input[str]] = None,
source_entity_name: Optional[pulumi.Input[str]] = None,
source_entity_type: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciAlarmTagArgs]]]] = None,
title: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetHciAlarmVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHciAlarmResult]
func LookupHciAlarm(ctx *Context, args *LookupHciAlarmArgs, opts ...InvokeOption) (*LookupHciAlarmResult, error)
func LookupHciAlarmOutput(ctx *Context, args *LookupHciAlarmOutputArgs, opts ...InvokeOption) LookupHciAlarmResultOutput
> Note: This function is named LookupHciAlarm
in the Go SDK.
public static class GetHciAlarm
{
public static Task<GetHciAlarmResult> InvokeAsync(GetHciAlarmArgs args, InvokeOptions? opts = null)
public static Output<GetHciAlarmResult> Invoke(GetHciAlarmInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetHciAlarmResult> getHciAlarm(GetHciAlarmArgs args, InvokeOptions options)
public static Output<GetHciAlarmResult> getHciAlarm(GetHciAlarmArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getHciAlarm:getHciAlarm
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Alarm
Ext stringId - The unique identifier for the alarm on the endpoint.
- Alert
Type string - The code for the reported alarm.
- Ancestors
List<Get
Hci Alarm Ancestor> - Class
Id string - Cluster
Get
Hci Alarm Cluster - Cluster
Ext stringId - The unique identifer for the cluster associated with the source entity on the endpoint.
- Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Is
Resolved bool - The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
- Message string
- The description from the endpoint explaining the cause of the alarm.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Origin
Acknowledge stringTime - The time the alarm was acknowledged on the endpoint.
- Origin
Creation stringTime - The time the alarm was created on the endpoint.
- Origin
Is boolAcknowledged - The acknowledgement status of the alert on the endpoint.
- Owners List<string>
- Parameters
List<Get
Hci Alarm Parameter> - Parent
Get
Hci Alarm Parent - Permission
Resources List<GetHci Alarm Permission Resource> - Registered
Device GetHci Alarm Registered Device - Resolved
Time string - The time the alarm was resolved on the endpoint.
- Severity string
- The severity of the alarm. Valid values are Critical, Warning, Info.*
None
- The Enum value None represents that there is no severity.*Info
- The Enum value Info represents the Informational level of severity.*Critical
- The Enum value Critical represents the Critical level of severity.*Warning
- The Enum value Warning represents the Warning level of severity.*Cleared
- The Enum value Cleared represents that the alarm severity has been cleared. - 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.
- Source
Entity stringExt Id - The unique identifer for the entity on the endpoint for which the alarm was raised.
- Source
Entity stringName - The name of the entity on the endpoint for which the alarm was raised.
- Source
Entity stringType - The object type for the entity corresponding to the objects inventoried.
- List<Get
Hci Alarm Tag> - Title string
- The title of the reported alarm.
- Version
Context GetHci Alarm Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Alarm
Ext stringId - The unique identifier for the alarm on the endpoint.
- Alert
Type string - The code for the reported alarm.
- Ancestors
[]Get
Hci Alarm Ancestor - Class
Id string - Cluster
Get
Hci Alarm Cluster - Cluster
Ext stringId - The unique identifer for the cluster associated with the source entity on the endpoint.
- Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Is
Resolved bool - The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
- Message string
- The description from the endpoint explaining the cause of the alarm.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Origin
Acknowledge stringTime - The time the alarm was acknowledged on the endpoint.
- Origin
Creation stringTime - The time the alarm was created on the endpoint.
- Origin
Is boolAcknowledged - The acknowledgement status of the alert on the endpoint.
- Owners []string
- Parameters
[]Get
Hci Alarm Parameter - Parent
Get
Hci Alarm Parent - Permission
Resources []GetHci Alarm Permission Resource - Registered
Device GetHci Alarm Registered Device - Resolved
Time string - The time the alarm was resolved on the endpoint.
- Severity string
- The severity of the alarm. Valid values are Critical, Warning, Info.*
None
- The Enum value None represents that there is no severity.*Info
- The Enum value Info represents the Informational level of severity.*Critical
- The Enum value Critical represents the Critical level of severity.*Warning
- The Enum value Warning represents the Warning level of severity.*Cleared
- The Enum value Cleared represents that the alarm severity has been cleared. - 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.
- Source
Entity stringExt Id - The unique identifer for the entity on the endpoint for which the alarm was raised.
- Source
Entity stringName - The name of the entity on the endpoint for which the alarm was raised.
- Source
Entity stringType - The object type for the entity corresponding to the objects inventoried.
- []Get
Hci Alarm Tag - Title string
- The title of the reported alarm.
- Version
Context GetHci Alarm Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - alarm
Ext StringId - The unique identifier for the alarm on the endpoint.
- alert
Type String - The code for the reported alarm.
- ancestors
List<Get
Hci Alarm Ancestor> - class
Id String - cluster
Get
Hci Alarm Cluster - cluster
Ext StringId - The unique identifer for the cluster associated with the source entity on the endpoint.
- create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- is
Resolved Boolean - The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
- message String
- The description from the endpoint explaining the cause of the alarm.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - origin
Acknowledge StringTime - The time the alarm was acknowledged on the endpoint.
- origin
Creation StringTime - The time the alarm was created on the endpoint.
- origin
Is BooleanAcknowledged - The acknowledgement status of the alert on the endpoint.
- owners List<String>
- parameters
List<Get
Hci Alarm Parameter> - parent
Get
Hci Alarm Parent - permission
Resources List<GetHci Alarm Permission Resource> - registered
Device GetHci Alarm Registered Device - resolved
Time String - The time the alarm was resolved on the endpoint.
- severity String
- The severity of the alarm. Valid values are Critical, Warning, Info.*
None
- The Enum value None represents that there is no severity.*Info
- The Enum value Info represents the Informational level of severity.*Critical
- The Enum value Critical represents the Critical level of severity.*Warning
- The Enum value Warning represents the Warning level of severity.*Cleared
- The Enum value Cleared represents that the alarm severity has been cleared. - 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.
- source
Entity StringExt Id - The unique identifer for the entity on the endpoint for which the alarm was raised.
- source
Entity StringName - The name of the entity on the endpoint for which the alarm was raised.
- source
Entity StringType - The object type for the entity corresponding to the objects inventoried.
- List<Get
Hci Alarm Tag> - title String
- The title of the reported alarm.
- version
Context GetHci Alarm Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - alarm
Ext stringId - The unique identifier for the alarm on the endpoint.
- alert
Type string - The code for the reported alarm.
- ancestors
Get
Hci Alarm Ancestor[] - class
Id string - cluster
Get
Hci Alarm Cluster - cluster
Ext stringId - The unique identifer for the cluster associated with the source entity on the endpoint.
- create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- id string
- is
Resolved boolean - The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
- message string
- The description from the endpoint explaining the cause of the alarm.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - origin
Acknowledge stringTime - The time the alarm was acknowledged on the endpoint.
- origin
Creation stringTime - The time the alarm was created on the endpoint.
- origin
Is booleanAcknowledged - The acknowledgement status of the alert on the endpoint.
- owners string[]
- parameters
Get
Hci Alarm Parameter[] - parent
Get
Hci Alarm Parent - permission
Resources GetHci Alarm Permission Resource[] - registered
Device GetHci Alarm Registered Device - resolved
Time string - The time the alarm was resolved on the endpoint.
- severity string
- The severity of the alarm. Valid values are Critical, Warning, Info.*
None
- The Enum value None represents that there is no severity.*Info
- The Enum value Info represents the Informational level of severity.*Critical
- The Enum value Critical represents the Critical level of severity.*Warning
- The Enum value Warning represents the Warning level of severity.*Cleared
- The Enum value Cleared represents that the alarm severity has been cleared. - 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.
- source
Entity stringExt Id - The unique identifer for the entity on the endpoint for which the alarm was raised.
- source
Entity stringName - The name of the entity on the endpoint for which the alarm was raised.
- source
Entity stringType - The object type for the entity corresponding to the objects inventoried.
- Get
Hci Alarm Tag[] - title string
- The title of the reported alarm.
- version
Context GetHci Alarm Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - alarm_
ext_ strid - The unique identifier for the alarm on the endpoint.
- alert_
type str - The code for the reported alarm.
- ancestors
Sequence[Get
Hci Alarm Ancestor] - class_
id str - cluster
Get
Hci Alarm Cluster - cluster_
ext_ strid - The unique identifer for the cluster associated with the source entity on the endpoint.
- create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- id str
- is_
resolved bool - The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
- message str
- The description from the endpoint explaining the cause of the alarm.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - origin_
acknowledge_ strtime - The time the alarm was acknowledged on the endpoint.
- origin_
creation_ strtime - The time the alarm was created on the endpoint.
- origin_
is_ boolacknowledged - The acknowledgement status of the alert on the endpoint.
- owners Sequence[str]
- parameters
Sequence[Get
Hci Alarm Parameter] - parent
Get
Hci Alarm Parent - permission_
resources Sequence[GetHci Alarm Permission Resource] - registered_
device GetHci Alarm Registered Device - resolved_
time str - The time the alarm was resolved on the endpoint.
- severity str
- The severity of the alarm. Valid values are Critical, Warning, Info.*
None
- The Enum value None represents that there is no severity.*Info
- The Enum value Info represents the Informational level of severity.*Critical
- The Enum value Critical represents the Critical level of severity.*Warning
- The Enum value Warning represents the Warning level of severity.*Cleared
- The Enum value Cleared represents that the alarm severity has been cleared. - 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.
- source_
entity_ strext_ id - The unique identifer for the entity on the endpoint for which the alarm was raised.
- source_
entity_ strname - The name of the entity on the endpoint for which the alarm was raised.
- source_
entity_ strtype - The object type for the entity corresponding to the objects inventoried.
- Sequence[Get
Hci Alarm Tag] - title str
- The title of the reported alarm.
- version_
context GetHci Alarm Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - alarm
Ext StringId - The unique identifier for the alarm on the endpoint.
- alert
Type String - The code for the reported alarm.
- ancestors List<Property Map>
- class
Id String - cluster Property Map
- cluster
Ext StringId - The unique identifer for the cluster associated with the source entity on the endpoint.
- create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- is
Resolved Boolean - The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
- message String
- The description from the endpoint explaining the cause of the alarm.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - origin
Acknowledge StringTime - The time the alarm was acknowledged on the endpoint.
- origin
Creation StringTime - The time the alarm was created on the endpoint.
- origin
Is BooleanAcknowledged - The acknowledgement status of the alert on the endpoint.
- owners List<String>
- parameters List<Property Map>
- parent Property Map
- permission
Resources List<Property Map> - registered
Device Property Map - resolved
Time String - The time the alarm was resolved on the endpoint.
- severity String
- The severity of the alarm. Valid values are Critical, Warning, Info.*
None
- The Enum value None represents that there is no severity.*Info
- The Enum value Info represents the Informational level of severity.*Critical
- The Enum value Critical represents the Critical level of severity.*Warning
- The Enum value Warning represents the Warning level of severity.*Cleared
- The Enum value Cleared represents that the alarm severity has been cleared. - 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.
- source
Entity StringExt Id - The unique identifer for the entity on the endpoint for which the alarm was raised.
- source
Entity StringName - The name of the entity on the endpoint for which the alarm was raised.
- source
Entity StringType - The object type for the entity corresponding to the objects inventoried.
- List<Property Map>
- title String
- The title of the reported alarm.
- version
Context Property Map
getHciAlarm Result
The following output properties are available:
- Id string
- Results
List<Get
Hci Alarm Result> - Account
Moid string - Additional
Properties string - Alarm
Ext stringId - Alert
Type string - Ancestors
List<Get
Hci Alarm Ancestor> - Class
Id string - Cluster
Get
Hci Alarm Cluster - Cluster
Ext stringId - Create
Time string - Domain
Group stringMoid - Is
Resolved bool - Message string
- Mod
Time string - Moid string
- Object
Type string - Origin
Acknowledge stringTime - Origin
Creation stringTime - Origin
Is boolAcknowledged - Owners List<string>
- Parameters
List<Get
Hci Alarm Parameter> - Parent
Get
Hci Alarm Parent - Permission
Resources List<GetHci Alarm Permission Resource> - Registered
Device GetHci Alarm Registered Device - Resolved
Time string - Severity string
- string
- Source
Entity stringExt Id - Source
Entity stringName - Source
Entity stringType - List<Get
Hci Alarm Tag> - Title string
- Version
Context GetHci Alarm Version Context
- Id string
- Results
[]Get
Hci Alarm Result - Account
Moid string - Additional
Properties string - Alarm
Ext stringId - Alert
Type string - Ancestors
[]Get
Hci Alarm Ancestor - Class
Id string - Cluster
Get
Hci Alarm Cluster - Cluster
Ext stringId - Create
Time string - Domain
Group stringMoid - Is
Resolved bool - Message string
- Mod
Time string - Moid string
- Object
Type string - Origin
Acknowledge stringTime - Origin
Creation stringTime - Origin
Is boolAcknowledged - Owners []string
- Parameters
[]Get
Hci Alarm Parameter - Parent
Get
Hci Alarm Parent - Permission
Resources []GetHci Alarm Permission Resource - Registered
Device GetHci Alarm Registered Device - Resolved
Time string - Severity string
- string
- Source
Entity stringExt Id - Source
Entity stringName - Source
Entity stringType - []Get
Hci Alarm Tag - Title string
- Version
Context GetHci Alarm Version Context
- id String
- results
List<Get
Hci Alarm Result> - account
Moid String - additional
Properties String - alarm
Ext StringId - alert
Type String - ancestors
List<Get
Hci Alarm Ancestor> - class
Id String - cluster
Get
Hci Alarm Cluster - cluster
Ext StringId - create
Time String - domain
Group StringMoid - is
Resolved Boolean - message String
- mod
Time String - moid String
- object
Type String - origin
Acknowledge StringTime - origin
Creation StringTime - origin
Is BooleanAcknowledged - owners List<String>
- parameters
List<Get
Hci Alarm Parameter> - parent
Get
Hci Alarm Parent - permission
Resources List<GetHci Alarm Permission Resource> - registered
Device GetHci Alarm Registered Device - resolved
Time String - severity String
- String
- source
Entity StringExt Id - source
Entity StringName - source
Entity StringType - List<Get
Hci Alarm Tag> - title String
- version
Context GetHci Alarm Version Context
- id string
- results
Get
Hci Alarm Result[] - account
Moid string - additional
Properties string - alarm
Ext stringId - alert
Type string - ancestors
Get
Hci Alarm Ancestor[] - class
Id string - cluster
Get
Hci Alarm Cluster - cluster
Ext stringId - create
Time string - domain
Group stringMoid - is
Resolved boolean - message string
- mod
Time string - moid string
- object
Type string - origin
Acknowledge stringTime - origin
Creation stringTime - origin
Is booleanAcknowledged - owners string[]
- parameters
Get
Hci Alarm Parameter[] - parent
Get
Hci Alarm Parent - permission
Resources GetHci Alarm Permission Resource[] - registered
Device GetHci Alarm Registered Device - resolved
Time string - severity string
- string
- source
Entity stringExt Id - source
Entity stringName - source
Entity stringType - Get
Hci Alarm Tag[] - title string
- version
Context GetHci Alarm Version Context
- id str
- results
Sequence[Get
Hci Alarm Result] - account_
moid str - additional_
properties str - alarm_
ext_ strid - alert_
type str - ancestors
Sequence[Get
Hci Alarm Ancestor] - class_
id str - cluster
Get
Hci Alarm Cluster - cluster_
ext_ strid - create_
time str - domain_
group_ strmoid - is_
resolved bool - message str
- mod_
time str - moid str
- object_
type str - origin_
acknowledge_ strtime - origin_
creation_ strtime - origin_
is_ boolacknowledged - owners Sequence[str]
- parameters
Sequence[Get
Hci Alarm Parameter] - parent
Get
Hci Alarm Parent - permission_
resources Sequence[GetHci Alarm Permission Resource] - registered_
device GetHci Alarm Registered Device - resolved_
time str - severity str
- str
- source_
entity_ strext_ id - source_
entity_ strname - source_
entity_ strtype - Sequence[Get
Hci Alarm Tag] - title str
- version_
context GetHci Alarm Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - alarm
Ext StringId - alert
Type String - ancestors List<Property Map>
- class
Id String - cluster Property Map
- cluster
Ext StringId - create
Time String - domain
Group StringMoid - is
Resolved Boolean - message String
- mod
Time String - moid String
- object
Type String - origin
Acknowledge StringTime - origin
Creation StringTime - origin
Is BooleanAcknowledged - owners List<String>
- parameters List<Property Map>
- parent Property Map
- permission
Resources List<Property Map> - registered
Device Property Map - resolved
Time String - severity String
- String
- source
Entity StringExt Id - source
Entity StringName - source
Entity StringType - List<Property Map>
- title String
- version
Context Property Map
Supporting Types
GetHciAlarmAncestor
- 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'.
GetHciAlarmCluster
- 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'.
GetHciAlarmParameter
- 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.
- Name string
- The name of the alarm parameter from the endpoint object.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- The value of the alarm parameter from the endpoint object.
- 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.
- Name string
- The name of the alarm parameter from the endpoint object.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- The value of the alarm parameter from the endpoint object.
- 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.
- name String
- The name of the alarm parameter from the endpoint object.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- The value of the alarm parameter from the endpoint object.
- 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.
- name string
- The name of the alarm parameter from the endpoint object.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value string
- The value of the alarm parameter from the endpoint object.
- 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.
- name str
- The name of the alarm parameter from the endpoint object.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value str
- The value of the alarm parameter from the endpoint object.
- 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.
- name String
- The name of the alarm parameter from the endpoint object.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- The value of the alarm parameter from the endpoint object.
GetHciAlarmParent
- 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'.
GetHciAlarmPermissionResource
- 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'.
GetHciAlarmRegisteredDevice
- 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'.
GetHciAlarmResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Alarm
Ext stringId - The unique identifier for the alarm on the endpoint.
- Alert
Type string - The code for the reported alarm.
- Ancestors
List<Get
Hci Alarm Result Ancestor> - Class
Id string - Cluster
Ext stringId - The unique identifer for the cluster associated with the source entity on the endpoint.
- Clusters
List<Get
Hci Alarm Result Cluster> - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Is
Resolved bool - The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
- Message string
- The description from the endpoint explaining the cause of the alarm.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Origin
Acknowledge stringTime - The time the alarm was acknowledged on the endpoint.
- Origin
Creation stringTime - The time the alarm was created on the endpoint.
- Origin
Is boolAcknowledged - The acknowledgement status of the alert on the endpoint.
- Owners List<string>
- Parameters
List<Get
Hci Alarm Result Parameter> - Parents
List<Get
Hci Alarm Result Parent> - Permission
Resources List<GetHci Alarm Result Permission Resource> - Registered
Devices List<GetHci Alarm Result Registered Device> - Resolved
Time string - The time the alarm was resolved on the endpoint.
- Severity string
- The severity of the alarm. Valid values are Critical, Warning, Info.*
None
- The Enum value None represents that there is no severity.*Info
- The Enum value Info represents the Informational level of severity.*Critical
- The Enum value Critical represents the Critical level of severity.*Warning
- The Enum value Warning represents the Warning level of severity.*Cleared
- The Enum value Cleared represents that the alarm severity has been cleared. - 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.
- Source
Entity stringExt Id - The unique identifer for the entity on the endpoint for which the alarm was raised.
- Source
Entity stringName - The name of the entity on the endpoint for which the alarm was raised.
- Source
Entity stringType - The object type for the entity corresponding to the objects inventoried.
- List<Get
Hci Alarm Result Tag> - Title string
- The title of the reported alarm.
- Version
Contexts List<GetHci Alarm Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Alarm
Ext stringId - The unique identifier for the alarm on the endpoint.
- Alert
Type string - The code for the reported alarm.
- Ancestors
[]Get
Hci Alarm Result Ancestor - Class
Id string - Cluster
Ext stringId - The unique identifer for the cluster associated with the source entity on the endpoint.
- Clusters
[]Get
Hci Alarm Result Cluster - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Is
Resolved bool - The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
- Message string
- The description from the endpoint explaining the cause of the alarm.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Origin
Acknowledge stringTime - The time the alarm was acknowledged on the endpoint.
- Origin
Creation stringTime - The time the alarm was created on the endpoint.
- Origin
Is boolAcknowledged - The acknowledgement status of the alert on the endpoint.
- Owners []string
- Parameters
[]Get
Hci Alarm Result Parameter - Parents
[]Get
Hci Alarm Result Parent - Permission
Resources []GetHci Alarm Result Permission Resource - Registered
Devices []GetHci Alarm Result Registered Device - Resolved
Time string - The time the alarm was resolved on the endpoint.
- Severity string
- The severity of the alarm. Valid values are Critical, Warning, Info.*
None
- The Enum value None represents that there is no severity.*Info
- The Enum value Info represents the Informational level of severity.*Critical
- The Enum value Critical represents the Critical level of severity.*Warning
- The Enum value Warning represents the Warning level of severity.*Cleared
- The Enum value Cleared represents that the alarm severity has been cleared. - 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.
- Source
Entity stringExt Id - The unique identifer for the entity on the endpoint for which the alarm was raised.
- Source
Entity stringName - The name of the entity on the endpoint for which the alarm was raised.
- Source
Entity stringType - The object type for the entity corresponding to the objects inventoried.
- []Get
Hci Alarm Result Tag - Title string
- The title of the reported alarm.
- Version
Contexts []GetHci Alarm Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - alarm
Ext StringId - The unique identifier for the alarm on the endpoint.
- alert
Type String - The code for the reported alarm.
- ancestors
List<Get
Hci Alarm Result Ancestor> - class
Id String - cluster
Ext StringId - The unique identifer for the cluster associated with the source entity on the endpoint.
- clusters
List<Get
Hci Alarm Result Cluster> - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- is
Resolved Boolean - The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
- message String
- The description from the endpoint explaining the cause of the alarm.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - origin
Acknowledge StringTime - The time the alarm was acknowledged on the endpoint.
- origin
Creation StringTime - The time the alarm was created on the endpoint.
- origin
Is BooleanAcknowledged - The acknowledgement status of the alert on the endpoint.
- owners List<String>
- parameters
List<Get
Hci Alarm Result Parameter> - parents
List<Get
Hci Alarm Result Parent> - permission
Resources List<GetHci Alarm Result Permission Resource> - registered
Devices List<GetHci Alarm Result Registered Device> - resolved
Time String - The time the alarm was resolved on the endpoint.
- severity String
- The severity of the alarm. Valid values are Critical, Warning, Info.*
None
- The Enum value None represents that there is no severity.*Info
- The Enum value Info represents the Informational level of severity.*Critical
- The Enum value Critical represents the Critical level of severity.*Warning
- The Enum value Warning represents the Warning level of severity.*Cleared
- The Enum value Cleared represents that the alarm severity has been cleared. - 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.
- source
Entity StringExt Id - The unique identifer for the entity on the endpoint for which the alarm was raised.
- source
Entity StringName - The name of the entity on the endpoint for which the alarm was raised.
- source
Entity StringType - The object type for the entity corresponding to the objects inventoried.
- List<Get
Hci Alarm Result Tag> - title String
- The title of the reported alarm.
- version
Contexts List<GetHci Alarm Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - alarm
Ext stringId - The unique identifier for the alarm on the endpoint.
- alert
Type string - The code for the reported alarm.
- ancestors
Get
Hci Alarm Result Ancestor[] - class
Id string - cluster
Ext stringId - The unique identifer for the cluster associated with the source entity on the endpoint.
- clusters
Get
Hci Alarm Result Cluster[] - create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- is
Resolved boolean - The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
- message string
- The description from the endpoint explaining the cause of the alarm.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - origin
Acknowledge stringTime - The time the alarm was acknowledged on the endpoint.
- origin
Creation stringTime - The time the alarm was created on the endpoint.
- origin
Is booleanAcknowledged - The acknowledgement status of the alert on the endpoint.
- owners string[]
- parameters
Get
Hci Alarm Result Parameter[] - parents
Get
Hci Alarm Result Parent[] - permission
Resources GetHci Alarm Result Permission Resource[] - registered
Devices GetHci Alarm Result Registered Device[] - resolved
Time string - The time the alarm was resolved on the endpoint.
- severity string
- The severity of the alarm. Valid values are Critical, Warning, Info.*
None
- The Enum value None represents that there is no severity.*Info
- The Enum value Info represents the Informational level of severity.*Critical
- The Enum value Critical represents the Critical level of severity.*Warning
- The Enum value Warning represents the Warning level of severity.*Cleared
- The Enum value Cleared represents that the alarm severity has been cleared. - 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.
- source
Entity stringExt Id - The unique identifer for the entity on the endpoint for which the alarm was raised.
- source
Entity stringName - The name of the entity on the endpoint for which the alarm was raised.
- source
Entity stringType - The object type for the entity corresponding to the objects inventoried.
- Get
Hci Alarm Result Tag[] - title string
- The title of the reported alarm.
- version
Contexts GetHci Alarm Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - alarm_
ext_ strid - The unique identifier for the alarm on the endpoint.
- alert_
type str - The code for the reported alarm.
- ancestors
Sequence[Get
Hci Alarm Result Ancestor] - class_
id str - cluster_
ext_ strid - The unique identifer for the cluster associated with the source entity on the endpoint.
- clusters
Sequence[Get
Hci Alarm Result Cluster] - create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- is_
resolved bool - The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
- message str
- The description from the endpoint explaining the cause of the alarm.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - origin_
acknowledge_ strtime - The time the alarm was acknowledged on the endpoint.
- origin_
creation_ strtime - The time the alarm was created on the endpoint.
- origin_
is_ boolacknowledged - The acknowledgement status of the alert on the endpoint.
- owners Sequence[str]
- parameters
Sequence[Get
Hci Alarm Result Parameter] - parents
Sequence[Get
Hci Alarm Result Parent] - permission_
resources Sequence[GetHci Alarm Result Permission Resource] - registered_
devices Sequence[GetHci Alarm Result Registered Device] - resolved_
time str - The time the alarm was resolved on the endpoint.
- severity str
- The severity of the alarm. Valid values are Critical, Warning, Info.*
None
- The Enum value None represents that there is no severity.*Info
- The Enum value Info represents the Informational level of severity.*Critical
- The Enum value Critical represents the Critical level of severity.*Warning
- The Enum value Warning represents the Warning level of severity.*Cleared
- The Enum value Cleared represents that the alarm severity has been cleared. - 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.
- source_
entity_ strext_ id - The unique identifer for the entity on the endpoint for which the alarm was raised.
- source_
entity_ strname - The name of the entity on the endpoint for which the alarm was raised.
- source_
entity_ strtype - The object type for the entity corresponding to the objects inventoried.
- Sequence[Get
Hci Alarm Result Tag] - title str
- The title of the reported alarm.
- version_
contexts Sequence[GetHci Alarm Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - alarm
Ext StringId - The unique identifier for the alarm on the endpoint.
- alert
Type String - The code for the reported alarm.
- ancestors List<Property Map>
- class
Id String - cluster
Ext StringId - The unique identifer for the cluster associated with the source entity on the endpoint.
- clusters List<Property Map>
- create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- is
Resolved Boolean - The status of the alarm. If an alarm is resolved, this value is set as true on the endpoint.
- message String
- The description from the endpoint explaining the cause of the alarm.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - origin
Acknowledge StringTime - The time the alarm was acknowledged on the endpoint.
- origin
Creation StringTime - The time the alarm was created on the endpoint.
- origin
Is BooleanAcknowledged - The acknowledgement status of the alert on the endpoint.
- owners List<String>
- parameters List<Property Map>
- parents List<Property Map>
- permission
Resources List<Property Map> - registered
Devices List<Property Map> - resolved
Time String - The time the alarm was resolved on the endpoint.
- severity String
- The severity of the alarm. Valid values are Critical, Warning, Info.*
None
- The Enum value None represents that there is no severity.*Info
- The Enum value Info represents the Informational level of severity.*Critical
- The Enum value Critical represents the Critical level of severity.*Warning
- The Enum value Warning represents the Warning level of severity.*Cleared
- The Enum value Cleared represents that the alarm severity has been cleared. - 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.
- source
Entity StringExt Id - The unique identifer for the entity on the endpoint for which the alarm was raised.
- source
Entity StringName - The name of the entity on the endpoint for which the alarm was raised.
- source
Entity StringType - The object type for the entity corresponding to the objects inventoried.
- List<Property Map>
- title String
- The title of the reported alarm.
- version
Contexts List<Property Map>
GetHciAlarmResultAncestor
- 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
GetHciAlarmResultCluster
- 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
GetHciAlarmResultParameter
- Additional
Properties string - Class
Id string - Name string
- Object
Type string - Value string
- Additional
Properties string - Class
Id string - Name string
- Object
Type string - Value string
- additional
Properties String - class
Id String - name String
- object
Type String - value String
- additional
Properties string - class
Id string - name string
- object
Type string - value string
- additional_
properties str - class_
id str - name str
- object_
type str - value str
- additional
Properties String - class
Id String - name String
- object
Type String - value String
GetHciAlarmResultParent
- 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
GetHciAlarmResultPermissionResource
- 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
GetHciAlarmResultRegisteredDevice
- 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
GetHciAlarmResultTag
- 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
GetHciAlarmResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos List<GetHci Alarm Result Version Context Interested Mo> - Marked
For boolDeletion - Nr
Version string - Object
Type string - Ref
Mos List<GetHci Alarm Result Version Context Ref Mo> - Timestamp string
- Version
Type string
- Additional
Properties string - Class
Id string - Interested
Mos []GetHci Alarm Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - Object
Type string - Ref
Mos []GetHci Alarm Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional
Properties String - class
Id String - interested
Mos List<GetHci Alarm Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<GetHci Alarm Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetHci Alarm Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetHci 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
GetHciAlarmResultVersionContextInterestedMo
- 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
GetHciAlarmResultVersionContextRefMo
- 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
GetHciAlarmTag
- 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.
GetHciAlarmVersionContext
- 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<GetHci 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 GetHci 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 []GetHci 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 GetHci 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<GetHci 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 GetHci 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 GetHci 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 GetHci 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[GetHci 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 GetHci 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.
GetHciAlarmVersionContextInterestedMo
- 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'.
GetHciAlarmVersionContextRefMo
- 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