intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getHciAlarm
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmExt stringId 
- The unique identifier for the alarm on the endpoint.
- AlertType string
- The code for the reported alarm.
- Ancestors
List<GetHci Alarm Ancestor> 
- ClassId string
- Cluster
GetHci Alarm Cluster 
- ClusterExt stringId 
- The unique identifer for the cluster associated with the source entity on the endpoint.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- IsResolved 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.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- OriginAcknowledge stringTime 
- The time the alarm was acknowledged on the endpoint.
- OriginCreation stringTime 
- The time the alarm was created on the endpoint.
- OriginIs boolAcknowledged 
- The acknowledgement status of the alert on the endpoint.
- Owners List<string>
- Parameters
List<GetHci Alarm Parameter> 
- Parent
GetHci Alarm Parent 
- PermissionResources List<GetHci Alarm Permission Resource> 
- RegisteredDevice GetHci Alarm Registered Device 
- ResolvedTime 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.
- SourceEntity stringExt Id 
- The unique identifer for the entity on the endpoint for which the alarm was raised.
- SourceEntity stringName 
- The name of the entity on the endpoint for which the alarm was raised.
- SourceEntity stringType 
- The object type for the entity corresponding to the objects inventoried.
- 
List<GetHci Alarm Tag> 
- Title string
- The title of the reported alarm.
- VersionContext GetHci Alarm Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmExt stringId 
- The unique identifier for the alarm on the endpoint.
- AlertType string
- The code for the reported alarm.
- Ancestors
[]GetHci Alarm Ancestor 
- ClassId string
- Cluster
GetHci Alarm Cluster 
- ClusterExt stringId 
- The unique identifer for the cluster associated with the source entity on the endpoint.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- IsResolved 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.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- OriginAcknowledge stringTime 
- The time the alarm was acknowledged on the endpoint.
- OriginCreation stringTime 
- The time the alarm was created on the endpoint.
- OriginIs boolAcknowledged 
- The acknowledgement status of the alert on the endpoint.
- Owners []string
- Parameters
[]GetHci Alarm Parameter 
- Parent
GetHci Alarm Parent 
- PermissionResources []GetHci Alarm Permission Resource 
- RegisteredDevice GetHci Alarm Registered Device 
- ResolvedTime 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.
- SourceEntity stringExt Id 
- The unique identifer for the entity on the endpoint for which the alarm was raised.
- SourceEntity stringName 
- The name of the entity on the endpoint for which the alarm was raised.
- SourceEntity stringType 
- The object type for the entity corresponding to the objects inventoried.
- 
[]GetHci Alarm Tag 
- Title string
- The title of the reported alarm.
- VersionContext GetHci Alarm Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmExt StringId 
- The unique identifier for the alarm on the endpoint.
- alertType String
- The code for the reported alarm.
- ancestors
List<GetHci Alarm Ancestor> 
- classId String
- cluster
GetHci Alarm Cluster 
- clusterExt StringId 
- The unique identifer for the cluster associated with the source entity on the endpoint.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- isResolved 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.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- originAcknowledge StringTime 
- The time the alarm was acknowledged on the endpoint.
- originCreation StringTime 
- The time the alarm was created on the endpoint.
- originIs BooleanAcknowledged 
- The acknowledgement status of the alert on the endpoint.
- owners List<String>
- parameters
List<GetHci Alarm Parameter> 
- parent
GetHci Alarm Parent 
- permissionResources List<GetHci Alarm Permission Resource> 
- registeredDevice GetHci Alarm Registered Device 
- resolvedTime 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.
- sourceEntity StringExt Id 
- The unique identifer for the entity on the endpoint for which the alarm was raised.
- sourceEntity StringName 
- The name of the entity on the endpoint for which the alarm was raised.
- sourceEntity StringType 
- The object type for the entity corresponding to the objects inventoried.
- 
List<GetHci Alarm Tag> 
- title String
- The title of the reported alarm.
- versionContext GetHci Alarm Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- alarmExt stringId 
- The unique identifier for the alarm on the endpoint.
- alertType string
- The code for the reported alarm.
- ancestors
GetHci Alarm Ancestor[] 
- classId string
- cluster
GetHci Alarm Cluster 
- clusterExt stringId 
- The unique identifer for the cluster associated with the source entity on the endpoint.
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- isResolved 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.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- originAcknowledge stringTime 
- The time the alarm was acknowledged on the endpoint.
- originCreation stringTime 
- The time the alarm was created on the endpoint.
- originIs booleanAcknowledged 
- The acknowledgement status of the alert on the endpoint.
- owners string[]
- parameters
GetHci Alarm Parameter[] 
- parent
GetHci Alarm Parent 
- permissionResources GetHci Alarm Permission Resource[] 
- registeredDevice GetHci Alarm Registered Device 
- resolvedTime 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.
- sourceEntity stringExt Id 
- The unique identifer for the entity on the endpoint for which the alarm was raised.
- sourceEntity stringName 
- The name of the entity on the endpoint for which the alarm was raised.
- sourceEntity stringType 
- The object type for the entity corresponding to the objects inventoried.
- 
GetHci Alarm Tag[] 
- title string
- The title of the reported alarm.
- versionContext 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[GetHci Alarm Ancestor] 
- class_id str
- cluster
GetHci 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[GetHci Alarm Parameter] 
- parent
GetHci 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[GetHci Alarm Tag] 
- title str
- The title of the reported alarm.
- version_context GetHci Alarm Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmExt StringId 
- The unique identifier for the alarm on the endpoint.
- alertType String
- The code for the reported alarm.
- ancestors List<Property Map>
- classId String
- cluster Property Map
- clusterExt StringId 
- The unique identifer for the cluster associated with the source entity on the endpoint.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- isResolved 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.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- originAcknowledge StringTime 
- The time the alarm was acknowledged on the endpoint.
- originCreation StringTime 
- The time the alarm was created on the endpoint.
- originIs BooleanAcknowledged 
- The acknowledgement status of the alert on the endpoint.
- owners List<String>
- parameters List<Property Map>
- parent Property Map
- permissionResources List<Property Map>
- registeredDevice Property Map
- resolvedTime 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.
- sourceEntity StringExt Id 
- The unique identifer for the entity on the endpoint for which the alarm was raised.
- sourceEntity StringName 
- The name of the entity on the endpoint for which the alarm was raised.
- sourceEntity StringType 
- The object type for the entity corresponding to the objects inventoried.
- List<Property Map>
- title String
- The title of the reported alarm.
- versionContext Property Map
getHciAlarm Result
The following output properties are available:
- Id string
- Results
List<GetHci Alarm Result> 
- AccountMoid string
- AdditionalProperties string
- AlarmExt stringId 
- AlertType string
- Ancestors
List<GetHci Alarm Ancestor> 
- ClassId string
- Cluster
GetHci Alarm Cluster 
- ClusterExt stringId 
- CreateTime string
- DomainGroup stringMoid 
- IsResolved bool
- Message string
- ModTime string
- Moid string
- ObjectType string
- OriginAcknowledge stringTime 
- OriginCreation stringTime 
- OriginIs boolAcknowledged 
- Owners List<string>
- Parameters
List<GetHci Alarm Parameter> 
- Parent
GetHci Alarm Parent 
- PermissionResources List<GetHci Alarm Permission Resource> 
- RegisteredDevice GetHci Alarm Registered Device 
- ResolvedTime string
- Severity string
- string
- SourceEntity stringExt Id 
- SourceEntity stringName 
- SourceEntity stringType 
- 
List<GetHci Alarm Tag> 
- Title string
- VersionContext GetHci Alarm Version Context 
- Id string
- Results
[]GetHci Alarm Result 
- AccountMoid string
- AdditionalProperties string
- AlarmExt stringId 
- AlertType string
- Ancestors
[]GetHci Alarm Ancestor 
- ClassId string
- Cluster
GetHci Alarm Cluster 
- ClusterExt stringId 
- CreateTime string
- DomainGroup stringMoid 
- IsResolved bool
- Message string
- ModTime string
- Moid string
- ObjectType string
- OriginAcknowledge stringTime 
- OriginCreation stringTime 
- OriginIs boolAcknowledged 
- Owners []string
- Parameters
[]GetHci Alarm Parameter 
- Parent
GetHci Alarm Parent 
- PermissionResources []GetHci Alarm Permission Resource 
- RegisteredDevice GetHci Alarm Registered Device 
- ResolvedTime string
- Severity string
- string
- SourceEntity stringExt Id 
- SourceEntity stringName 
- SourceEntity stringType 
- 
[]GetHci Alarm Tag 
- Title string
- VersionContext GetHci Alarm Version Context 
- id String
- results
List<GetHci Alarm Result> 
- accountMoid String
- additionalProperties String
- alarmExt StringId 
- alertType String
- ancestors
List<GetHci Alarm Ancestor> 
- classId String
- cluster
GetHci Alarm Cluster 
- clusterExt StringId 
- createTime String
- domainGroup StringMoid 
- isResolved Boolean
- message String
- modTime String
- moid String
- objectType String
- originAcknowledge StringTime 
- originCreation StringTime 
- originIs BooleanAcknowledged 
- owners List<String>
- parameters
List<GetHci Alarm Parameter> 
- parent
GetHci Alarm Parent 
- permissionResources List<GetHci Alarm Permission Resource> 
- registeredDevice GetHci Alarm Registered Device 
- resolvedTime String
- severity String
- String
- sourceEntity StringExt Id 
- sourceEntity StringName 
- sourceEntity StringType 
- 
List<GetHci Alarm Tag> 
- title String
- versionContext GetHci Alarm Version Context 
- id string
- results
GetHci Alarm Result[] 
- accountMoid string
- additionalProperties string
- alarmExt stringId 
- alertType string
- ancestors
GetHci Alarm Ancestor[] 
- classId string
- cluster
GetHci Alarm Cluster 
- clusterExt stringId 
- createTime string
- domainGroup stringMoid 
- isResolved boolean
- message string
- modTime string
- moid string
- objectType string
- originAcknowledge stringTime 
- originCreation stringTime 
- originIs booleanAcknowledged 
- owners string[]
- parameters
GetHci Alarm Parameter[] 
- parent
GetHci Alarm Parent 
- permissionResources GetHci Alarm Permission Resource[] 
- registeredDevice GetHci Alarm Registered Device 
- resolvedTime string
- severity string
- string
- sourceEntity stringExt Id 
- sourceEntity stringName 
- sourceEntity stringType 
- 
GetHci Alarm Tag[] 
- title string
- versionContext GetHci Alarm Version Context 
- id str
- results
Sequence[GetHci Alarm Result] 
- account_moid str
- additional_properties str
- alarm_ext_ strid 
- alert_type str
- ancestors
Sequence[GetHci Alarm Ancestor] 
- class_id str
- cluster
GetHci 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[GetHci Alarm Parameter] 
- parent
GetHci 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[GetHci Alarm Tag] 
- title str
- version_context GetHci Alarm Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- alarmExt StringId 
- alertType String
- ancestors List<Property Map>
- classId String
- cluster Property Map
- clusterExt StringId 
- createTime String
- domainGroup StringMoid 
- isResolved Boolean
- message String
- modTime String
- moid String
- objectType String
- originAcknowledge StringTime 
- originCreation StringTime 
- originIs BooleanAcknowledged 
- owners List<String>
- parameters List<Property Map>
- parent Property Map
- permissionResources List<Property Map>
- registeredDevice Property Map
- resolvedTime String
- severity String
- String
- sourceEntity StringExt Id 
- sourceEntity StringName 
- sourceEntity StringType 
- List<Property Map>
- title String
- versionContext Property Map
Supporting Types
GetHciAlarmAncestor   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- The name of the alarm parameter from the endpoint object.
- ObjectType 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.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- The name of the alarm parameter from the endpoint object.
- ObjectType 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.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- The name of the alarm parameter from the endpoint object.
- objectType 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.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name string
- The name of the alarm parameter from the endpoint object.
- objectType 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.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- The name of the alarm parameter from the endpoint object.
- objectType 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   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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   
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmExt stringId 
- The unique identifier for the alarm on the endpoint.
- AlertType string
- The code for the reported alarm.
- Ancestors
List<GetHci Alarm Result Ancestor> 
- ClassId string
- ClusterExt stringId 
- The unique identifer for the cluster associated with the source entity on the endpoint.
- Clusters
List<GetHci Alarm Result Cluster> 
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- IsResolved 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.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- OriginAcknowledge stringTime 
- The time the alarm was acknowledged on the endpoint.
- OriginCreation stringTime 
- The time the alarm was created on the endpoint.
- OriginIs boolAcknowledged 
- The acknowledgement status of the alert on the endpoint.
- Owners List<string>
- Parameters
List<GetHci Alarm Result Parameter> 
- Parents
List<GetHci Alarm Result Parent> 
- PermissionResources List<GetHci Alarm Result Permission Resource> 
- RegisteredDevices List<GetHci Alarm Result Registered Device> 
- ResolvedTime 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.
- SourceEntity stringExt Id 
- The unique identifer for the entity on the endpoint for which the alarm was raised.
- SourceEntity stringName 
- The name of the entity on the endpoint for which the alarm was raised.
- SourceEntity stringType 
- The object type for the entity corresponding to the objects inventoried.
- 
List<GetHci Alarm Result Tag> 
- Title string
- The title of the reported alarm.
- VersionContexts List<GetHci Alarm Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmExt stringId 
- The unique identifier for the alarm on the endpoint.
- AlertType string
- The code for the reported alarm.
- Ancestors
[]GetHci Alarm Result Ancestor 
- ClassId string
- ClusterExt stringId 
- The unique identifer for the cluster associated with the source entity on the endpoint.
- Clusters
[]GetHci Alarm Result Cluster 
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- IsResolved 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.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- OriginAcknowledge stringTime 
- The time the alarm was acknowledged on the endpoint.
- OriginCreation stringTime 
- The time the alarm was created on the endpoint.
- OriginIs boolAcknowledged 
- The acknowledgement status of the alert on the endpoint.
- Owners []string
- Parameters
[]GetHci Alarm Result Parameter 
- Parents
[]GetHci Alarm Result Parent 
- PermissionResources []GetHci Alarm Result Permission Resource 
- RegisteredDevices []GetHci Alarm Result Registered Device 
- ResolvedTime 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.
- SourceEntity stringExt Id 
- The unique identifer for the entity on the endpoint for which the alarm was raised.
- SourceEntity stringName 
- The name of the entity on the endpoint for which the alarm was raised.
- SourceEntity stringType 
- The object type for the entity corresponding to the objects inventoried.
- 
[]GetHci Alarm Result Tag 
- Title string
- The title of the reported alarm.
- VersionContexts []GetHci Alarm Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmExt StringId 
- The unique identifier for the alarm on the endpoint.
- alertType String
- The code for the reported alarm.
- ancestors
List<GetHci Alarm Result Ancestor> 
- classId String
- clusterExt StringId 
- The unique identifer for the cluster associated with the source entity on the endpoint.
- clusters
List<GetHci Alarm Result Cluster> 
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- isResolved 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.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- originAcknowledge StringTime 
- The time the alarm was acknowledged on the endpoint.
- originCreation StringTime 
- The time the alarm was created on the endpoint.
- originIs BooleanAcknowledged 
- The acknowledgement status of the alert on the endpoint.
- owners List<String>
- parameters
List<GetHci Alarm Result Parameter> 
- parents
List<GetHci Alarm Result Parent> 
- permissionResources List<GetHci Alarm Result Permission Resource> 
- registeredDevices List<GetHci Alarm Result Registered Device> 
- resolvedTime 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.
- sourceEntity StringExt Id 
- The unique identifer for the entity on the endpoint for which the alarm was raised.
- sourceEntity StringName 
- The name of the entity on the endpoint for which the alarm was raised.
- sourceEntity StringType 
- The object type for the entity corresponding to the objects inventoried.
- 
List<GetHci Alarm Result Tag> 
- title String
- The title of the reported alarm.
- versionContexts List<GetHci Alarm Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- alarmExt stringId 
- The unique identifier for the alarm on the endpoint.
- alertType string
- The code for the reported alarm.
- ancestors
GetHci Alarm Result Ancestor[] 
- classId string
- clusterExt stringId 
- The unique identifer for the cluster associated with the source entity on the endpoint.
- clusters
GetHci Alarm Result Cluster[] 
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- isResolved 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.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- originAcknowledge stringTime 
- The time the alarm was acknowledged on the endpoint.
- originCreation stringTime 
- The time the alarm was created on the endpoint.
- originIs booleanAcknowledged 
- The acknowledgement status of the alert on the endpoint.
- owners string[]
- parameters
GetHci Alarm Result Parameter[] 
- parents
GetHci Alarm Result Parent[] 
- permissionResources GetHci Alarm Result Permission Resource[] 
- registeredDevices GetHci Alarm Result Registered Device[] 
- resolvedTime 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.
- sourceEntity stringExt Id 
- The unique identifer for the entity on the endpoint for which the alarm was raised.
- sourceEntity stringName 
- The name of the entity on the endpoint for which the alarm was raised.
- sourceEntity stringType 
- The object type for the entity corresponding to the objects inventoried.
- 
GetHci Alarm Result Tag[] 
- title string
- The title of the reported alarm.
- versionContexts 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[GetHci 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[GetHci 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[GetHci Alarm Result Parameter] 
- parents
Sequence[GetHci 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[GetHci Alarm Result Tag] 
- title str
- The title of the reported alarm.
- version_contexts Sequence[GetHci Alarm Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmExt StringId 
- The unique identifier for the alarm on the endpoint.
- alertType String
- The code for the reported alarm.
- ancestors List<Property Map>
- classId String
- clusterExt StringId 
- The unique identifer for the cluster associated with the source entity on the endpoint.
- clusters List<Property Map>
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- isResolved 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.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- originAcknowledge StringTime 
- The time the alarm was acknowledged on the endpoint.
- originCreation StringTime 
- The time the alarm was created on the endpoint.
- originIs BooleanAcknowledged 
- The acknowledgement status of the alert on the endpoint.
- owners List<String>
- parameters List<Property Map>
- parents List<Property Map>
- permissionResources List<Property Map>
- registeredDevices List<Property Map>
- resolvedTime 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.
- sourceEntity StringExt Id 
- The unique identifer for the entity on the endpoint for which the alarm was raised.
- sourceEntity StringName 
- The name of the entity on the endpoint for which the alarm was raised.
- sourceEntity StringType 
- The object type for the entity corresponding to the objects inventoried.
- List<Property Map>
- title String
- The title of the reported alarm.
- versionContexts List<Property Map>
GetHciAlarmResultAncestor    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciAlarmResultCluster    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciAlarmResultParameter    
- AdditionalProperties string
- ClassId string
- Name string
- ObjectType string
- Value string
- AdditionalProperties string
- ClassId string
- Name string
- ObjectType string
- Value string
- additionalProperties String
- classId String
- name String
- objectType String
- value String
- additionalProperties string
- classId string
- name string
- objectType string
- value string
- additional_properties str
- class_id str
- name str
- object_type str
- value str
- additionalProperties String
- classId String
- name String
- objectType String
- value String
GetHciAlarmResultParent    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciAlarmResultPermissionResource     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciAlarmResultRegisteredDevice     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciAlarmResultTag    
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetHciAlarmResultVersionContext     
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetHci Alarm Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos List<GetHci Alarm Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetHci Alarm Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetHci Alarm Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetHci Alarm Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetHci Alarm Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetHci Alarm Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetHci Alarm Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetHciAlarmResultVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciAlarmResultVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciAlarmTag   
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetHciAlarmVersionContext    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetHci Alarm Version Context Interested Mo> 
- MarkedFor 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.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHci Alarm Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetHci Alarm Version Context Interested Mo 
- MarkedFor 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.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHci Alarm Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetHci Alarm Version Context Interested Mo> 
- markedFor 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.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHci Alarm Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetHci Alarm Version Context Interested Mo[] 
- markedFor 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.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHci Alarm Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[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.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor 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.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetHciAlarmVersionContextInterestedMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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 intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet