intersight 1.0.70 published on Wednesday, Oct 8, 2025 by ciscodevnet
intersight.getCondAlarm
intersight 1.0.70 published on Wednesday, Oct 8, 2025 by ciscodevnet
A state-full entity representing a found problem. Alarms can be reported by the managed system itself or can be determined by Intersight.
Using getCondAlarm
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 getCondAlarm(args: GetCondAlarmArgs, opts?: InvokeOptions): Promise<GetCondAlarmResult>
function getCondAlarmOutput(args: GetCondAlarmOutputArgs, opts?: InvokeOptions): Output<GetCondAlarmResult>def get_cond_alarm(account_moid: Optional[str] = None,
                   acknowledge: Optional[str] = None,
                   acknowledge_by: Optional[str] = None,
                   acknowledge_time: Optional[str] = None,
                   additional_properties: Optional[str] = None,
                   affected_mo: Optional[GetCondAlarmAffectedMo] = None,
                   affected_mo_display_name: Optional[str] = None,
                   affected_mo_id: Optional[str] = None,
                   affected_mo_type: Optional[str] = None,
                   affected_object: Optional[str] = None,
                   alarm_summary_aggregators: Optional[Sequence[GetCondAlarmAlarmSummaryAggregator]] = None,
                   ancestor_mo_id: Optional[str] = None,
                   ancestor_mo_type: Optional[str] = None,
                   ancestors: Optional[Sequence[GetCondAlarmAncestor]] = None,
                   class_id: Optional[str] = None,
                   code: Optional[str] = None,
                   create_time: Optional[str] = None,
                   creation_time: Optional[str] = None,
                   definition: Optional[GetCondAlarmDefinition] = None,
                   description: Optional[str] = None,
                   domain_group_moid: Optional[str] = None,
                   flapping: Optional[str] = None,
                   flapping_count: Optional[float] = None,
                   flapping_start_time: Optional[str] = None,
                   id: Optional[str] = None,
                   last_transition_time: Optional[str] = None,
                   mod_time: Optional[str] = None,
                   moid: Optional[str] = None,
                   ms_affected_object: Optional[str] = None,
                   name: Optional[str] = None,
                   object_type: Optional[str] = None,
                   orig_severity: Optional[str] = None,
                   owners: Optional[Sequence[str]] = None,
                   parent: Optional[GetCondAlarmParent] = None,
                   permission_resources: Optional[Sequence[GetCondAlarmPermissionResource]] = None,
                   registered_device: Optional[GetCondAlarmRegisteredDevice] = None,
                   severity: Optional[str] = None,
                   shared_scope: Optional[str] = None,
                   suppressed: Optional[bool] = None,
                   tags: Optional[Sequence[GetCondAlarmTag]] = None,
                   version_context: Optional[GetCondAlarmVersionContext] = None,
                   opts: Optional[InvokeOptions] = None) -> GetCondAlarmResult
def get_cond_alarm_output(account_moid: Optional[pulumi.Input[str]] = None,
                   acknowledge: Optional[pulumi.Input[str]] = None,
                   acknowledge_by: Optional[pulumi.Input[str]] = None,
                   acknowledge_time: Optional[pulumi.Input[str]] = None,
                   additional_properties: Optional[pulumi.Input[str]] = None,
                   affected_mo: Optional[pulumi.Input[GetCondAlarmAffectedMoArgs]] = None,
                   affected_mo_display_name: Optional[pulumi.Input[str]] = None,
                   affected_mo_id: Optional[pulumi.Input[str]] = None,
                   affected_mo_type: Optional[pulumi.Input[str]] = None,
                   affected_object: Optional[pulumi.Input[str]] = None,
                   alarm_summary_aggregators: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondAlarmAlarmSummaryAggregatorArgs]]]] = None,
                   ancestor_mo_id: Optional[pulumi.Input[str]] = None,
                   ancestor_mo_type: Optional[pulumi.Input[str]] = None,
                   ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondAlarmAncestorArgs]]]] = None,
                   class_id: Optional[pulumi.Input[str]] = None,
                   code: Optional[pulumi.Input[str]] = None,
                   create_time: Optional[pulumi.Input[str]] = None,
                   creation_time: Optional[pulumi.Input[str]] = None,
                   definition: Optional[pulumi.Input[GetCondAlarmDefinitionArgs]] = None,
                   description: Optional[pulumi.Input[str]] = None,
                   domain_group_moid: Optional[pulumi.Input[str]] = None,
                   flapping: Optional[pulumi.Input[str]] = None,
                   flapping_count: Optional[pulumi.Input[float]] = None,
                   flapping_start_time: Optional[pulumi.Input[str]] = None,
                   id: Optional[pulumi.Input[str]] = None,
                   last_transition_time: Optional[pulumi.Input[str]] = None,
                   mod_time: Optional[pulumi.Input[str]] = None,
                   moid: Optional[pulumi.Input[str]] = None,
                   ms_affected_object: Optional[pulumi.Input[str]] = None,
                   name: Optional[pulumi.Input[str]] = None,
                   object_type: Optional[pulumi.Input[str]] = None,
                   orig_severity: Optional[pulumi.Input[str]] = None,
                   owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                   parent: Optional[pulumi.Input[GetCondAlarmParentArgs]] = None,
                   permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondAlarmPermissionResourceArgs]]]] = None,
                   registered_device: Optional[pulumi.Input[GetCondAlarmRegisteredDeviceArgs]] = None,
                   severity: Optional[pulumi.Input[str]] = None,
                   shared_scope: Optional[pulumi.Input[str]] = None,
                   suppressed: Optional[pulumi.Input[bool]] = None,
                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetCondAlarmTagArgs]]]] = None,
                   version_context: Optional[pulumi.Input[GetCondAlarmVersionContextArgs]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetCondAlarmResult]func LookupCondAlarm(ctx *Context, args *LookupCondAlarmArgs, opts ...InvokeOption) (*LookupCondAlarmResult, error)
func LookupCondAlarmOutput(ctx *Context, args *LookupCondAlarmOutputArgs, opts ...InvokeOption) LookupCondAlarmResultOutput> Note: This function is named LookupCondAlarm in the Go SDK.
public static class GetCondAlarm 
{
    public static Task<GetCondAlarmResult> InvokeAsync(GetCondAlarmArgs args, InvokeOptions? opts = null)
    public static Output<GetCondAlarmResult> Invoke(GetCondAlarmInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCondAlarmResult> getCondAlarm(GetCondAlarmArgs args, InvokeOptions options)
public static Output<GetCondAlarmResult> getCondAlarm(GetCondAlarmArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getCondAlarm:getCondAlarm
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- Acknowledge string
- Alarm acknowledgment state. Default value is None.* None- The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.*Acknowledge- The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
- AcknowledgeBy string
- User who acknowledged the alarm.
- AcknowledgeTime string
- Time at which the alarm was acknowledged by the user.
- AdditionalProperties string
- AffectedMo GetCond Alarm Affected Mo 
- AffectedMo stringDisplay Name 
- Display name of the affected object on which the alarm is raised. The name uniquely identifies an alarm target such that it can be distinguished from similar objects managed by Intersight.
- AffectedMo stringId 
- MoId of the affected object from the managed system's point of view.
- AffectedMo stringType 
- Managed system affected object type. For example Adaptor, FI, CIMC.
- AffectedObject string
- A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- AlarmSummary List<GetAggregators Cond Alarm Alarm Summary Aggregator> 
- AncestorMo stringId 
- Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- AncestorMo stringType 
- Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- Ancestors
List<GetCond Alarm Ancestor> 
- ClassId string
- Code string
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- CreateTime string
- The time when this managed object was created.
- CreationTime string
- The time the alarm was created.
- Definition
GetCond Alarm Definition 
- Description string
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Flapping string
- Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping- The enum value None says that no recent flaps have occurred.*Flapping- The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.*Cooldown- The enum value Cooldown says that the alarm is cleared, but was recently active.*Unknown- The enum value Unknown indicates that you might not have the latest version of the property meta.
- FlappingCount double
- Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
- FlappingStart stringTime 
- Alarm flapping start time. Only when the flapping state is Flapping or Cooldown, this will be set to the time the alarm began flapping. If the flapping state is NotFlapping, this timestamp may be set to zero or any other time and should be ignored.
- Id string
- LastTransition stringTime 
- The time the alarm last had a change in severity.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- MsAffected stringObject 
- A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
- Name string
- Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
- ObjectType string
- OrigSeverity string
- The original severity when the alarm was first created.* 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.
- Owners List<string>
- Parent
GetCond Alarm Parent 
- PermissionResources List<GetCond Alarm Permission Resource> 
- RegisteredDevice GetCond Alarm Registered Device 
- Severity string
- The severity of the alarm. Valid values are Critical, Warning, Info, and Cleared.* 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.
- Suppressed bool
- Indicates whether the alarm is marked for suppression or not.
- 
List<GetCond Alarm Tag> 
- VersionContext GetCond Alarm Version Context 
- AccountMoid string
- The Account ID for this managed object.
- Acknowledge string
- Alarm acknowledgment state. Default value is None.* None- The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.*Acknowledge- The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
- AcknowledgeBy string
- User who acknowledged the alarm.
- AcknowledgeTime string
- Time at which the alarm was acknowledged by the user.
- AdditionalProperties string
- AffectedMo GetCond Alarm Affected Mo 
- AffectedMo stringDisplay Name 
- Display name of the affected object on which the alarm is raised. The name uniquely identifies an alarm target such that it can be distinguished from similar objects managed by Intersight.
- AffectedMo stringId 
- MoId of the affected object from the managed system's point of view.
- AffectedMo stringType 
- Managed system affected object type. For example Adaptor, FI, CIMC.
- AffectedObject string
- A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- AlarmSummary []GetAggregators Cond Alarm Alarm Summary Aggregator 
- AncestorMo stringId 
- Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- AncestorMo stringType 
- Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- Ancestors
[]GetCond Alarm Ancestor 
- ClassId string
- Code string
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- CreateTime string
- The time when this managed object was created.
- CreationTime string
- The time the alarm was created.
- Definition
GetCond Alarm Definition 
- Description string
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Flapping string
- Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping- The enum value None says that no recent flaps have occurred.*Flapping- The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.*Cooldown- The enum value Cooldown says that the alarm is cleared, but was recently active.*Unknown- The enum value Unknown indicates that you might not have the latest version of the property meta.
- FlappingCount float64
- Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
- FlappingStart stringTime 
- Alarm flapping start time. Only when the flapping state is Flapping or Cooldown, this will be set to the time the alarm began flapping. If the flapping state is NotFlapping, this timestamp may be set to zero or any other time and should be ignored.
- Id string
- LastTransition stringTime 
- The time the alarm last had a change in severity.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- MsAffected stringObject 
- A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
- Name string
- Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
- ObjectType string
- OrigSeverity string
- The original severity when the alarm was first created.* 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.
- Owners []string
- Parent
GetCond Alarm Parent 
- PermissionResources []GetCond Alarm Permission Resource 
- RegisteredDevice GetCond Alarm Registered Device 
- Severity string
- The severity of the alarm. Valid values are Critical, Warning, Info, and Cleared.* 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.
- Suppressed bool
- Indicates whether the alarm is marked for suppression or not.
- 
[]GetCond Alarm Tag 
- VersionContext GetCond Alarm Version Context 
- accountMoid String
- The Account ID for this managed object.
- acknowledge String
- Alarm acknowledgment state. Default value is None.* None- The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.*Acknowledge- The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
- acknowledgeBy String
- User who acknowledged the alarm.
- acknowledgeTime String
- Time at which the alarm was acknowledged by the user.
- additionalProperties String
- affectedMo GetCond Alarm Affected Mo 
- affectedMo StringDisplay Name 
- Display name of the affected object on which the alarm is raised. The name uniquely identifies an alarm target such that it can be distinguished from similar objects managed by Intersight.
- affectedMo StringId 
- MoId of the affected object from the managed system's point of view.
- affectedMo StringType 
- Managed system affected object type. For example Adaptor, FI, CIMC.
- affectedObject String
- A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- alarmSummary List<GetAggregators Cond Alarm Alarm Summary Aggregator> 
- ancestorMo StringId 
- Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- ancestorMo StringType 
- Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- ancestors
List<GetCond Alarm Ancestor> 
- classId String
- code String
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- createTime String
- The time when this managed object was created.
- creationTime String
- The time the alarm was created.
- definition
GetCond Alarm Definition 
- description String
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- flapping String
- Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping- The enum value None says that no recent flaps have occurred.*Flapping- The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.*Cooldown- The enum value Cooldown says that the alarm is cleared, but was recently active.*Unknown- The enum value Unknown indicates that you might not have the latest version of the property meta.
- flappingCount Double
- Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
- flappingStart StringTime 
- Alarm flapping start time. Only when the flapping state is Flapping or Cooldown, this will be set to the time the alarm began flapping. If the flapping state is NotFlapping, this timestamp may be set to zero or any other time and should be ignored.
- id String
- lastTransition StringTime 
- The time the alarm last had a change in severity.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- msAffected StringObject 
- A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
- name String
- Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
- objectType String
- origSeverity String
- The original severity when the alarm was first created.* 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.
- owners List<String>
- parent
GetCond Alarm Parent 
- permissionResources List<GetCond Alarm Permission Resource> 
- registeredDevice GetCond Alarm Registered Device 
- severity String
- The severity of the alarm. Valid values are Critical, Warning, Info, and Cleared.* 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.
- suppressed Boolean
- Indicates whether the alarm is marked for suppression or not.
- 
List<GetCond Alarm Tag> 
- versionContext GetCond Alarm Version Context 
- accountMoid string
- The Account ID for this managed object.
- acknowledge string
- Alarm acknowledgment state. Default value is None.* None- The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.*Acknowledge- The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
- acknowledgeBy string
- User who acknowledged the alarm.
- acknowledgeTime string
- Time at which the alarm was acknowledged by the user.
- additionalProperties string
- affectedMo GetCond Alarm Affected Mo 
- affectedMo stringDisplay Name 
- Display name of the affected object on which the alarm is raised. The name uniquely identifies an alarm target such that it can be distinguished from similar objects managed by Intersight.
- affectedMo stringId 
- MoId of the affected object from the managed system's point of view.
- affectedMo stringType 
- Managed system affected object type. For example Adaptor, FI, CIMC.
- affectedObject string
- A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- alarmSummary GetAggregators Cond Alarm Alarm Summary Aggregator[] 
- ancestorMo stringId 
- Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- ancestorMo stringType 
- Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- ancestors
GetCond Alarm Ancestor[] 
- classId string
- code string
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- createTime string
- The time when this managed object was created.
- creationTime string
- The time the alarm was created.
- definition
GetCond Alarm Definition 
- description string
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- flapping string
- Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping- The enum value None says that no recent flaps have occurred.*Flapping- The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.*Cooldown- The enum value Cooldown says that the alarm is cleared, but was recently active.*Unknown- The enum value Unknown indicates that you might not have the latest version of the property meta.
- flappingCount number
- Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
- flappingStart stringTime 
- Alarm flapping start time. Only when the flapping state is Flapping or Cooldown, this will be set to the time the alarm began flapping. If the flapping state is NotFlapping, this timestamp may be set to zero or any other time and should be ignored.
- id string
- lastTransition stringTime 
- The time the alarm last had a change in severity.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- msAffected stringObject 
- A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
- name string
- Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
- objectType string
- origSeverity string
- The original severity when the alarm was first created.* 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.
- owners string[]
- parent
GetCond Alarm Parent 
- permissionResources GetCond Alarm Permission Resource[] 
- registeredDevice GetCond Alarm Registered Device 
- severity string
- The severity of the alarm. Valid values are Critical, Warning, Info, and Cleared.* 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.
- suppressed boolean
- Indicates whether the alarm is marked for suppression or not.
- 
GetCond Alarm Tag[] 
- versionContext GetCond Alarm Version Context 
- account_moid str
- The Account ID for this managed object.
- acknowledge str
- Alarm acknowledgment state. Default value is None.* None- The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.*Acknowledge- The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
- acknowledge_by str
- User who acknowledged the alarm.
- acknowledge_time str
- Time at which the alarm was acknowledged by the user.
- additional_properties str
- affected_mo GetCond Alarm Affected Mo 
- affected_mo_ strdisplay_ name 
- Display name of the affected object on which the alarm is raised. The name uniquely identifies an alarm target such that it can be distinguished from similar objects managed by Intersight.
- affected_mo_ strid 
- MoId of the affected object from the managed system's point of view.
- affected_mo_ strtype 
- Managed system affected object type. For example Adaptor, FI, CIMC.
- affected_object str
- A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- alarm_summary_ Sequence[Getaggregators Cond Alarm Alarm Summary Aggregator] 
- ancestor_mo_ strid 
- Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- ancestor_mo_ strtype 
- Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- ancestors
Sequence[GetCond Alarm Ancestor] 
- class_id str
- code str
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- create_time str
- The time when this managed object was created.
- creation_time str
- The time the alarm was created.
- definition
GetCond Alarm Definition 
- description str
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- flapping str
- Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping- The enum value None says that no recent flaps have occurred.*Flapping- The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.*Cooldown- The enum value Cooldown says that the alarm is cleared, but was recently active.*Unknown- The enum value Unknown indicates that you might not have the latest version of the property meta.
- flapping_count float
- Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
- flapping_start_ strtime 
- Alarm flapping start time. Only when the flapping state is Flapping or Cooldown, this will be set to the time the alarm began flapping. If the flapping state is NotFlapping, this timestamp may be set to zero or any other time and should be ignored.
- id str
- last_transition_ strtime 
- The time the alarm last had a change in severity.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- ms_affected_ strobject 
- A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
- name str
- Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
- object_type str
- orig_severity str
- The original severity when the alarm was first created.* 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.
- owners Sequence[str]
- parent
GetCond Alarm Parent 
- permission_resources Sequence[GetCond Alarm Permission Resource] 
- registered_device GetCond Alarm Registered Device 
- severity str
- The severity of the alarm. Valid values are Critical, Warning, Info, and Cleared.* 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.
- suppressed bool
- Indicates whether the alarm is marked for suppression or not.
- 
Sequence[GetCond Alarm Tag] 
- version_context GetCond Alarm Version Context 
- accountMoid String
- The Account ID for this managed object.
- acknowledge String
- Alarm acknowledgment state. Default value is None.* None- The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.*Acknowledge- The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
- acknowledgeBy String
- User who acknowledged the alarm.
- acknowledgeTime String
- Time at which the alarm was acknowledged by the user.
- additionalProperties String
- affectedMo Property Map
- affectedMo StringDisplay Name 
- Display name of the affected object on which the alarm is raised. The name uniquely identifies an alarm target such that it can be distinguished from similar objects managed by Intersight.
- affectedMo StringId 
- MoId of the affected object from the managed system's point of view.
- affectedMo StringType 
- Managed system affected object type. For example Adaptor, FI, CIMC.
- affectedObject String
- A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- alarmSummary List<Property Map>Aggregators 
- ancestorMo StringId 
- Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- ancestorMo StringType 
- Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- ancestors List<Property Map>
- classId String
- code String
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- createTime String
- The time when this managed object was created.
- creationTime String
- The time the alarm was created.
- definition Property Map
- description String
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- flapping String
- Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping- The enum value None says that no recent flaps have occurred.*Flapping- The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.*Cooldown- The enum value Cooldown says that the alarm is cleared, but was recently active.*Unknown- The enum value Unknown indicates that you might not have the latest version of the property meta.
- flappingCount Number
- Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
- flappingStart StringTime 
- Alarm flapping start time. Only when the flapping state is Flapping or Cooldown, this will be set to the time the alarm began flapping. If the flapping state is NotFlapping, this timestamp may be set to zero or any other time and should be ignored.
- id String
- lastTransition StringTime 
- The time the alarm last had a change in severity.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- msAffected StringObject 
- A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
- name String
- Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
- objectType String
- origSeverity String
- The original severity when the alarm was first created.* 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.
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- registeredDevice Property Map
- severity String
- The severity of the alarm. Valid values are Critical, Warning, Info, and Cleared.* 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.
- suppressed Boolean
- Indicates whether the alarm is marked for suppression or not.
- List<Property Map>
- versionContext Property Map
getCondAlarm Result
The following output properties are available:
- Id string
- Results
List<GetCond Alarm Result> 
- AccountMoid string
- Acknowledge string
- AcknowledgeBy string
- AcknowledgeTime string
- AdditionalProperties string
- AffectedMo GetCond Alarm Affected Mo 
- AffectedMo stringDisplay Name 
- AffectedMo stringId 
- AffectedMo stringType 
- AffectedObject string
- AlarmSummary List<GetAggregators Cond Alarm Alarm Summary Aggregator> 
- AncestorMo stringId 
- AncestorMo stringType 
- Ancestors
List<GetCond Alarm Ancestor> 
- ClassId string
- Code string
- CreateTime string
- CreationTime string
- Definition
GetCond Alarm Definition 
- Description string
- DomainGroup stringMoid 
- Flapping string
- FlappingCount double
- FlappingStart stringTime 
- LastTransition stringTime 
- ModTime string
- Moid string
- MsAffected stringObject 
- Name string
- ObjectType string
- OrigSeverity string
- Owners List<string>
- Parent
GetCond Alarm Parent 
- PermissionResources List<GetCond Alarm Permission Resource> 
- RegisteredDevice GetCond Alarm Registered Device 
- Severity string
- string
- Suppressed bool
- 
List<GetCond Alarm Tag> 
- VersionContext GetCond Alarm Version Context 
- Id string
- Results
[]GetCond Alarm Result 
- AccountMoid string
- Acknowledge string
- AcknowledgeBy string
- AcknowledgeTime string
- AdditionalProperties string
- AffectedMo GetCond Alarm Affected Mo 
- AffectedMo stringDisplay Name 
- AffectedMo stringId 
- AffectedMo stringType 
- AffectedObject string
- AlarmSummary []GetAggregators Cond Alarm Alarm Summary Aggregator 
- AncestorMo stringId 
- AncestorMo stringType 
- Ancestors
[]GetCond Alarm Ancestor 
- ClassId string
- Code string
- CreateTime string
- CreationTime string
- Definition
GetCond Alarm Definition 
- Description string
- DomainGroup stringMoid 
- Flapping string
- FlappingCount float64
- FlappingStart stringTime 
- LastTransition stringTime 
- ModTime string
- Moid string
- MsAffected stringObject 
- Name string
- ObjectType string
- OrigSeverity string
- Owners []string
- Parent
GetCond Alarm Parent 
- PermissionResources []GetCond Alarm Permission Resource 
- RegisteredDevice GetCond Alarm Registered Device 
- Severity string
- string
- Suppressed bool
- 
[]GetCond Alarm Tag 
- VersionContext GetCond Alarm Version Context 
- id String
- results
List<GetCond Alarm Result> 
- accountMoid String
- acknowledge String
- acknowledgeBy String
- acknowledgeTime String
- additionalProperties String
- affectedMo GetCond Alarm Affected Mo 
- affectedMo StringDisplay Name 
- affectedMo StringId 
- affectedMo StringType 
- affectedObject String
- alarmSummary List<GetAggregators Cond Alarm Alarm Summary Aggregator> 
- ancestorMo StringId 
- ancestorMo StringType 
- ancestors
List<GetCond Alarm Ancestor> 
- classId String
- code String
- createTime String
- creationTime String
- definition
GetCond Alarm Definition 
- description String
- domainGroup StringMoid 
- flapping String
- flappingCount Double
- flappingStart StringTime 
- lastTransition StringTime 
- modTime String
- moid String
- msAffected StringObject 
- name String
- objectType String
- origSeverity String
- owners List<String>
- parent
GetCond Alarm Parent 
- permissionResources List<GetCond Alarm Permission Resource> 
- registeredDevice GetCond Alarm Registered Device 
- severity String
- String
- suppressed Boolean
- 
List<GetCond Alarm Tag> 
- versionContext GetCond Alarm Version Context 
- id string
- results
GetCond Alarm Result[] 
- accountMoid string
- acknowledge string
- acknowledgeBy string
- acknowledgeTime string
- additionalProperties string
- affectedMo GetCond Alarm Affected Mo 
- affectedMo stringDisplay Name 
- affectedMo stringId 
- affectedMo stringType 
- affectedObject string
- alarmSummary GetAggregators Cond Alarm Alarm Summary Aggregator[] 
- ancestorMo stringId 
- ancestorMo stringType 
- ancestors
GetCond Alarm Ancestor[] 
- classId string
- code string
- createTime string
- creationTime string
- definition
GetCond Alarm Definition 
- description string
- domainGroup stringMoid 
- flapping string
- flappingCount number
- flappingStart stringTime 
- lastTransition stringTime 
- modTime string
- moid string
- msAffected stringObject 
- name string
- objectType string
- origSeverity string
- owners string[]
- parent
GetCond Alarm Parent 
- permissionResources GetCond Alarm Permission Resource[] 
- registeredDevice GetCond Alarm Registered Device 
- severity string
- string
- suppressed boolean
- 
GetCond Alarm Tag[] 
- versionContext GetCond Alarm Version Context 
- id str
- results
Sequence[GetCond Alarm Result] 
- account_moid str
- acknowledge str
- acknowledge_by str
- acknowledge_time str
- additional_properties str
- affected_mo GetCond Alarm Affected Mo 
- affected_mo_ strdisplay_ name 
- affected_mo_ strid 
- affected_mo_ strtype 
- affected_object str
- alarm_summary_ Sequence[Getaggregators Cond Alarm Alarm Summary Aggregator] 
- ancestor_mo_ strid 
- ancestor_mo_ strtype 
- ancestors
Sequence[GetCond Alarm Ancestor] 
- class_id str
- code str
- create_time str
- creation_time str
- definition
GetCond Alarm Definition 
- description str
- domain_group_ strmoid 
- flapping str
- flapping_count float
- flapping_start_ strtime 
- last_transition_ strtime 
- mod_time str
- moid str
- ms_affected_ strobject 
- name str
- object_type str
- orig_severity str
- owners Sequence[str]
- parent
GetCond Alarm Parent 
- permission_resources Sequence[GetCond Alarm Permission Resource] 
- registered_device GetCond Alarm Registered Device 
- severity str
- str
- suppressed bool
- 
Sequence[GetCond Alarm Tag] 
- version_context GetCond Alarm Version Context 
- id String
- results List<Property Map>
- accountMoid String
- acknowledge String
- acknowledgeBy String
- acknowledgeTime String
- additionalProperties String
- affectedMo Property Map
- affectedMo StringDisplay Name 
- affectedMo StringId 
- affectedMo StringType 
- affectedObject String
- alarmSummary List<Property Map>Aggregators 
- ancestorMo StringId 
- ancestorMo StringType 
- ancestors List<Property Map>
- classId String
- code String
- createTime String
- creationTime String
- definition Property Map
- description String
- domainGroup StringMoid 
- flapping String
- flappingCount Number
- flappingStart StringTime 
- lastTransition StringTime 
- modTime String
- moid String
- msAffected StringObject 
- name String
- objectType String
- origSeverity String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- registeredDevice Property Map
- severity String
- String
- suppressed Boolean
- List<Property Map>
- versionContext Property Map
Supporting Types
GetCondAlarmAffectedMo    
- 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'.
 
GetCondAlarmAlarmSummaryAggregator     
- 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'.
 
GetCondAlarmAncestor   
- 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'.
 
GetCondAlarmDefinition   
- 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'.
 
GetCondAlarmParent   
- 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'.
 
GetCondAlarmPermissionResource    
- 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'.
 
GetCondAlarmRegisteredDevice    
- 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'.
 
GetCondAlarmResult   
- AccountMoid string
- The Account ID for this managed object.
- Acknowledge string
- Alarm acknowledgment state. Default value is None.* None- The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.*Acknowledge- The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
- AcknowledgeBy string
- User who acknowledged the alarm.
- AcknowledgeTime string
- Time at which the alarm was acknowledged by the user.
- AdditionalProperties string
- AffectedMo stringDisplay Name 
- Display name of the affected object on which the alarm is raised. The name uniquely identifies an alarm target such that it can be distinguished from similar objects managed by Intersight.
- AffectedMo stringId 
- MoId of the affected object from the managed system's point of view.
- AffectedMo stringType 
- Managed system affected object type. For example Adaptor, FI, CIMC.
- AffectedMos List<GetCond Alarm Result Affected Mo> 
- AffectedObject string
- A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- AlarmSummary List<GetAggregators Cond Alarm Result Alarm Summary Aggregator> 
- AncestorMo stringId 
- Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- AncestorMo stringType 
- Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- Ancestors
List<GetCond Alarm Result Ancestor> 
- ClassId string
- Code string
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- CreateTime string
- The time when this managed object was created.
- CreationTime string
- The time the alarm was created.
- Definitions
List<GetCond Alarm Result Definition> 
- Description string
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Flapping string
- Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping- The enum value None says that no recent flaps have occurred.*Flapping- The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.*Cooldown- The enum value Cooldown says that the alarm is cleared, but was recently active.*Unknown- The enum value Unknown indicates that you might not have the latest version of the property meta.
- FlappingCount double
- Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
- FlappingStart stringTime 
- Alarm flapping start time. Only when the flapping state is Flapping or Cooldown, this will be set to the time the alarm began flapping. If the flapping state is NotFlapping, this timestamp may be set to zero or any other time and should be ignored.
- LastTransition stringTime 
- The time the alarm last had a change in severity.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- MsAffected stringObject 
- A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
- Name string
- Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
- ObjectType string
- OrigSeverity string
- The original severity when the alarm was first created.* 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.
- Owners List<string>
- Parents
List<GetCond Alarm Result Parent> 
- PermissionResources List<GetCond Alarm Result Permission Resource> 
- RegisteredDevices List<GetCond Alarm Result Registered Device> 
- Severity string
- The severity of the alarm. Valid values are Critical, Warning, Info, and Cleared.* 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.
- Suppressed bool
- Indicates whether the alarm is marked for suppression or not.
- 
List<GetCond Alarm Result Tag> 
- VersionContexts List<GetCond Alarm Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- Acknowledge string
- Alarm acknowledgment state. Default value is None.* None- The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.*Acknowledge- The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
- AcknowledgeBy string
- User who acknowledged the alarm.
- AcknowledgeTime string
- Time at which the alarm was acknowledged by the user.
- AdditionalProperties string
- AffectedMo stringDisplay Name 
- Display name of the affected object on which the alarm is raised. The name uniquely identifies an alarm target such that it can be distinguished from similar objects managed by Intersight.
- AffectedMo stringId 
- MoId of the affected object from the managed system's point of view.
- AffectedMo stringType 
- Managed system affected object type. For example Adaptor, FI, CIMC.
- AffectedMos []GetCond Alarm Result Affected Mo 
- AffectedObject string
- A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- AlarmSummary []GetAggregators Cond Alarm Result Alarm Summary Aggregator 
- AncestorMo stringId 
- Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- AncestorMo stringType 
- Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- Ancestors
[]GetCond Alarm Result Ancestor 
- ClassId string
- Code string
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- CreateTime string
- The time when this managed object was created.
- CreationTime string
- The time the alarm was created.
- Definitions
[]GetCond Alarm Result Definition 
- Description string
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Flapping string
- Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping- The enum value None says that no recent flaps have occurred.*Flapping- The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.*Cooldown- The enum value Cooldown says that the alarm is cleared, but was recently active.*Unknown- The enum value Unknown indicates that you might not have the latest version of the property meta.
- FlappingCount float64
- Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
- FlappingStart stringTime 
- Alarm flapping start time. Only when the flapping state is Flapping or Cooldown, this will be set to the time the alarm began flapping. If the flapping state is NotFlapping, this timestamp may be set to zero or any other time and should be ignored.
- LastTransition stringTime 
- The time the alarm last had a change in severity.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- MsAffected stringObject 
- A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
- Name string
- Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
- ObjectType string
- OrigSeverity string
- The original severity when the alarm was first created.* 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.
- Owners []string
- Parents
[]GetCond Alarm Result Parent 
- PermissionResources []GetCond Alarm Result Permission Resource 
- RegisteredDevices []GetCond Alarm Result Registered Device 
- Severity string
- The severity of the alarm. Valid values are Critical, Warning, Info, and Cleared.* 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.
- Suppressed bool
- Indicates whether the alarm is marked for suppression or not.
- 
[]GetCond Alarm Result Tag 
- VersionContexts []GetCond Alarm Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- acknowledge String
- Alarm acknowledgment state. Default value is None.* None- The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.*Acknowledge- The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
- acknowledgeBy String
- User who acknowledged the alarm.
- acknowledgeTime String
- Time at which the alarm was acknowledged by the user.
- additionalProperties String
- affectedMo StringDisplay Name 
- Display name of the affected object on which the alarm is raised. The name uniquely identifies an alarm target such that it can be distinguished from similar objects managed by Intersight.
- affectedMo StringId 
- MoId of the affected object from the managed system's point of view.
- affectedMo StringType 
- Managed system affected object type. For example Adaptor, FI, CIMC.
- affectedMos List<GetCond Alarm Result Affected Mo> 
- affectedObject String
- A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- alarmSummary List<GetAggregators Cond Alarm Result Alarm Summary Aggregator> 
- ancestorMo StringId 
- Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- ancestorMo StringType 
- Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- ancestors
List<GetCond Alarm Result Ancestor> 
- classId String
- code String
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- createTime String
- The time when this managed object was created.
- creationTime String
- The time the alarm was created.
- definitions
List<GetCond Alarm Result Definition> 
- description String
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- flapping String
- Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping- The enum value None says that no recent flaps have occurred.*Flapping- The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.*Cooldown- The enum value Cooldown says that the alarm is cleared, but was recently active.*Unknown- The enum value Unknown indicates that you might not have the latest version of the property meta.
- flappingCount Double
- Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
- flappingStart StringTime 
- Alarm flapping start time. Only when the flapping state is Flapping or Cooldown, this will be set to the time the alarm began flapping. If the flapping state is NotFlapping, this timestamp may be set to zero or any other time and should be ignored.
- lastTransition StringTime 
- The time the alarm last had a change in severity.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- msAffected StringObject 
- A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
- name String
- Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
- objectType String
- origSeverity String
- The original severity when the alarm was first created.* 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.
- owners List<String>
- parents
List<GetCond Alarm Result Parent> 
- permissionResources List<GetCond Alarm Result Permission Resource> 
- registeredDevices List<GetCond Alarm Result Registered Device> 
- severity String
- The severity of the alarm. Valid values are Critical, Warning, Info, and Cleared.* 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.
- suppressed Boolean
- Indicates whether the alarm is marked for suppression or not.
- 
List<GetCond Alarm Result Tag> 
- versionContexts List<GetCond Alarm Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- acknowledge string
- Alarm acknowledgment state. Default value is None.* None- The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.*Acknowledge- The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
- acknowledgeBy string
- User who acknowledged the alarm.
- acknowledgeTime string
- Time at which the alarm was acknowledged by the user.
- additionalProperties string
- affectedMo stringDisplay Name 
- Display name of the affected object on which the alarm is raised. The name uniquely identifies an alarm target such that it can be distinguished from similar objects managed by Intersight.
- affectedMo stringId 
- MoId of the affected object from the managed system's point of view.
- affectedMo stringType 
- Managed system affected object type. For example Adaptor, FI, CIMC.
- affectedMos GetCond Alarm Result Affected Mo[] 
- affectedObject string
- A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- alarmSummary GetAggregators Cond Alarm Result Alarm Summary Aggregator[] 
- ancestorMo stringId 
- Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- ancestorMo stringType 
- Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- ancestors
GetCond Alarm Result Ancestor[] 
- classId string
- code string
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- createTime string
- The time when this managed object was created.
- creationTime string
- The time the alarm was created.
- definitions
GetCond Alarm Result Definition[] 
- description string
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- flapping string
- Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping- The enum value None says that no recent flaps have occurred.*Flapping- The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.*Cooldown- The enum value Cooldown says that the alarm is cleared, but was recently active.*Unknown- The enum value Unknown indicates that you might not have the latest version of the property meta.
- flappingCount number
- Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
- flappingStart stringTime 
- Alarm flapping start time. Only when the flapping state is Flapping or Cooldown, this will be set to the time the alarm began flapping. If the flapping state is NotFlapping, this timestamp may be set to zero or any other time and should be ignored.
- lastTransition stringTime 
- The time the alarm last had a change in severity.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- msAffected stringObject 
- A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
- name string
- Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
- objectType string
- origSeverity string
- The original severity when the alarm was first created.* 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.
- owners string[]
- parents
GetCond Alarm Result Parent[] 
- permissionResources GetCond Alarm Result Permission Resource[] 
- registeredDevices GetCond Alarm Result Registered Device[] 
- severity string
- The severity of the alarm. Valid values are Critical, Warning, Info, and Cleared.* 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.
- suppressed boolean
- Indicates whether the alarm is marked for suppression or not.
- 
GetCond Alarm Result Tag[] 
- versionContexts GetCond Alarm Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- acknowledge str
- Alarm acknowledgment state. Default value is None.* None- The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.*Acknowledge- The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
- acknowledge_by str
- User who acknowledged the alarm.
- acknowledge_time str
- Time at which the alarm was acknowledged by the user.
- additional_properties str
- affected_mo_ strdisplay_ name 
- Display name of the affected object on which the alarm is raised. The name uniquely identifies an alarm target such that it can be distinguished from similar objects managed by Intersight.
- affected_mo_ strid 
- MoId of the affected object from the managed system's point of view.
- affected_mo_ strtype 
- Managed system affected object type. For example Adaptor, FI, CIMC.
- affected_mos Sequence[GetCond Alarm Result Affected Mo] 
- affected_object str
- A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- alarm_summary_ Sequence[Getaggregators Cond Alarm Result Alarm Summary Aggregator] 
- ancestor_mo_ strid 
- Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- ancestor_mo_ strtype 
- Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- ancestors
Sequence[GetCond Alarm Result Ancestor] 
- class_id str
- code str
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- create_time str
- The time when this managed object was created.
- creation_time str
- The time the alarm was created.
- definitions
Sequence[GetCond Alarm Result Definition] 
- description str
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- flapping str
- Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping- The enum value None says that no recent flaps have occurred.*Flapping- The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.*Cooldown- The enum value Cooldown says that the alarm is cleared, but was recently active.*Unknown- The enum value Unknown indicates that you might not have the latest version of the property meta.
- flapping_count float
- Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
- flapping_start_ strtime 
- Alarm flapping start time. Only when the flapping state is Flapping or Cooldown, this will be set to the time the alarm began flapping. If the flapping state is NotFlapping, this timestamp may be set to zero or any other time and should be ignored.
- last_transition_ strtime 
- The time the alarm last had a change in severity.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- ms_affected_ strobject 
- A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
- name str
- Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
- object_type str
- orig_severity str
- The original severity when the alarm was first created.* 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.
- owners Sequence[str]
- parents
Sequence[GetCond Alarm Result Parent] 
- permission_resources Sequence[GetCond Alarm Result Permission Resource] 
- registered_devices Sequence[GetCond Alarm Result Registered Device] 
- severity str
- The severity of the alarm. Valid values are Critical, Warning, Info, and Cleared.* 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.
- suppressed bool
- Indicates whether the alarm is marked for suppression or not.
- 
Sequence[GetCond Alarm Result Tag] 
- version_contexts Sequence[GetCond Alarm Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- acknowledge String
- Alarm acknowledgment state. Default value is None.* None- The Enum value None represents that the alarm is not acknowledged and is included as part of health status and overall alarm count.*Acknowledge- The Enum value Acknowledge represents that the alarm is acknowledged by user. The alarm will be ignored from the health status and overall alarm count.
- acknowledgeBy String
- User who acknowledged the alarm.
- acknowledgeTime String
- Time at which the alarm was acknowledged by the user.
- additionalProperties String
- affectedMo StringDisplay Name 
- Display name of the affected object on which the alarm is raised. The name uniquely identifies an alarm target such that it can be distinguished from similar objects managed by Intersight.
- affectedMo StringId 
- MoId of the affected object from the managed system's point of view.
- affectedMo StringType 
- Managed system affected object type. For example Adaptor, FI, CIMC.
- affectedMos List<Property Map>
- affectedObject String
- A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- alarmSummary List<Property Map>Aggregators 
- ancestorMo StringId 
- Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- ancestorMo StringType 
- Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- ancestors List<Property Map>
- classId String
- code String
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- createTime String
- The time when this managed object was created.
- creationTime String
- The time the alarm was created.
- definitions List<Property Map>
- description String
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- flapping String
- Alarm flapping state. This will be set to Flapping or Cooldown if both (A) this type of alarm is being monitored for flapping conditions, and (B) the alarm has recently transitioned to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. LastTransitionTime is a better field to use to know whether a particular alarm recently changed state.* NotFlapping- The enum value None says that no recent flaps have occurred.*Flapping- The enum value Flapping says that the alarm has become active recently, after being active and then cleared previously.*Cooldown- The enum value Cooldown says that the alarm is cleared, but was recently active.*Unknown- The enum value Unknown indicates that you might not have the latest version of the property meta.
- flappingCount Number
- Alarm flapping counter. This will be incremented every time the state of the alarm transitions to an active state (Critical, Warning or Info) followed by a Cleared state or vice versa. If no more transitions occur within the system-defined flap interval (usually less than 5 minutes), the counter will be reset to zero. This represents the amount of times the alarm has flapped between an active and a cleared state since the last time the Flapping state was cleared.
- flappingStart StringTime 
- Alarm flapping start time. Only when the flapping state is Flapping or Cooldown, this will be set to the time the alarm began flapping. If the flapping state is NotFlapping, this timestamp may be set to zero or any other time and should be ignored.
- lastTransition StringTime 
- The time the alarm last had a change in severity.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- msAffected StringObject 
- A unique key for the alarm from the managed system's point of view. For example, in the case of UCS, this is the fault's dn.
- name String
- Uniquely identifies the type of alarm. For alarms originating from Intersight, this will be a descriptive name. For alarms that are mapped from faults, the name will be derived from fault properties. For example, alarms mapped from UCS faults will use a prefix of UCS and appended with the fault code.
- objectType String
- origSeverity String
- The original severity when the alarm was first created.* 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.
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- registeredDevices List<Property Map>
- severity String
- The severity of the alarm. Valid values are Critical, Warning, Info, and Cleared.* 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.
- suppressed Boolean
- Indicates whether the alarm is marked for suppression or not.
- List<Property Map>
- versionContexts List<Property Map>
GetCondAlarmResultAffectedMo     
- 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
GetCondAlarmResultAlarmSummaryAggregator      
- 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
GetCondAlarmResultAncestor    
- 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
GetCondAlarmResultDefinition    
- 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
GetCondAlarmResultParent    
- 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
GetCondAlarmResultPermissionResource     
- 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
GetCondAlarmResultRegisteredDevice     
- 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
GetCondAlarmResultTag    
- additionalProperties string
- ancestorDefinitions GetCond Alarm Result Tag Ancestor Definition[] 
- definitions
GetCond Alarm Result Tag Definition[] 
- key string
- propagated boolean
- type string
- value string
- additionalProperties String
- ancestorDefinitions List<Property Map>
- definitions List<Property Map>
- key String
- propagated Boolean
- type String
- value String
GetCondAlarmResultTagAncestorDefinition      
- 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
GetCondAlarmResultTagDefinition     
- 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
GetCondAlarmResultVersionContext     
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetCond Alarm Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos List<GetCond Alarm Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetCond Alarm Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetCond Alarm Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetCond Alarm Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetCond Alarm Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetCond Alarm Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetCond 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
GetCondAlarmResultVersionContextInterestedMo       
- 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
GetCondAlarmResultVersionContextRefMo       
- 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
GetCondAlarmTag   
- AdditionalProperties string
- AncestorDefinitions List<GetCond Alarm Tag Ancestor Definition> 
- Definition
GetCond Alarm Tag Definition 
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.- KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.
- PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
 
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- AncestorDefinitions []GetCond Alarm Tag Ancestor Definition 
- Definition
GetCond Alarm Tag Definition 
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.- KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.
- PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
 
- Value string
- The string representation of a tag value.
- additionalProperties String
- ancestorDefinitions List<GetCond Alarm Tag Ancestor Definition> 
- definition
GetCond Alarm Tag Definition 
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.- KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.
- PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
 
- value String
- The string representation of a tag value.
- additionalProperties string
- ancestorDefinitions GetCond Alarm Tag Ancestor Definition[] 
- definition
GetCond Alarm Tag Definition 
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.- KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.
- PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
 
- value string
- The string representation of a tag value.
- additional_properties str
- ancestor_definitions Sequence[GetCond Alarm Tag Ancestor Definition] 
- definition
GetCond Alarm Tag Definition 
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key str
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- type str
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.- KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.
- PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
 
- value str
- The string representation of a tag value.
- additionalProperties String
- ancestorDefinitions List<Property Map>
- definition Property Map
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.- KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.
- PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
 
- value String
- The string representation of a tag value.
GetCondAlarmTagAncestorDefinition     
- 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'.
 
GetCondAlarmTagDefinition    
- 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'.
 
GetCondAlarmVersionContext    
- 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<GetCond 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 GetCond 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 []GetCond 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 GetCond 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<GetCond 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 GetCond 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 GetCond 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 GetCond 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[GetCond 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 GetCond 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.
 
GetCondAlarmVersionContextInterestedMo      
- 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'.
 
GetCondAlarmVersionContextRefMo      
- 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.70 published on Wednesday, Oct 8, 2025 by ciscodevnet
