intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getCondAlarm
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary
The following arguments are supported:
- Account
Moid 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. - Acknowledge
By string - User who acknowledged the alarm.
- Acknowledge
Time string - Time at which the alarm was acknowledged by the user.
- Additional
Properties string - Affected
Mo GetCond Alarm Affected Mo - Affected
Mo 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.
- Affected
Mo stringId - MoId of the affected object from the managed system's point of view.
- Affected
Mo stringType - Managed system affected object type. For example Adaptor, FI, CIMC.
- Affected
Object string - A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- Alarm
Summary List<GetAggregators Cond Alarm Alarm Summary Aggregator> - Ancestor
Mo stringId - Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- Ancestor
Mo stringType - Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- Ancestors
List<Get
Cond Alarm Ancestor> - Class
Id string - Code string
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- Create
Time string - The time when this managed object was created.
- Creation
Time string - The time the alarm was created.
- Definition
Get
Cond Alarm Definition - Description string
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- Domain
Group 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. - Flapping
Count 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.
- Flapping
Start 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
- Last
Transition stringTime - The time the alarm last had a change in severity.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Ms
Affected 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.
- Object
Type string - Orig
Severity 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
Get
Cond Alarm Parent - Permission
Resources List<GetCond Alarm Permission Resource> - Registered
Device 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<Get
Cond Alarm Tag> - Version
Context GetCond Alarm Version Context
- Account
Moid 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. - Acknowledge
By string - User who acknowledged the alarm.
- Acknowledge
Time string - Time at which the alarm was acknowledged by the user.
- Additional
Properties string - Affected
Mo GetCond Alarm Affected Mo - Affected
Mo 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.
- Affected
Mo stringId - MoId of the affected object from the managed system's point of view.
- Affected
Mo stringType - Managed system affected object type. For example Adaptor, FI, CIMC.
- Affected
Object string - A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- Alarm
Summary []GetAggregators Cond Alarm Alarm Summary Aggregator - Ancestor
Mo stringId - Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- Ancestor
Mo stringType - Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- Ancestors
[]Get
Cond Alarm Ancestor - Class
Id string - Code string
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- Create
Time string - The time when this managed object was created.
- Creation
Time string - The time the alarm was created.
- Definition
Get
Cond Alarm Definition - Description string
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- Domain
Group 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. - Flapping
Count 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.
- Flapping
Start 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
- Last
Transition stringTime - The time the alarm last had a change in severity.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Ms
Affected 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.
- Object
Type string - Orig
Severity 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
Get
Cond Alarm Parent - Permission
Resources []GetCond Alarm Permission Resource - Registered
Device 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.
- []Get
Cond Alarm Tag - Version
Context GetCond Alarm Version Context
- account
Moid 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. - acknowledge
By String - User who acknowledged the alarm.
- acknowledge
Time String - Time at which the alarm was acknowledged by the user.
- additional
Properties String - affected
Mo GetCond Alarm Affected Mo - affected
Mo 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.
- affected
Mo StringId - MoId of the affected object from the managed system's point of view.
- affected
Mo StringType - Managed system affected object type. For example Adaptor, FI, CIMC.
- affected
Object String - A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- alarm
Summary List<GetAggregators Cond Alarm Alarm Summary Aggregator> - ancestor
Mo StringId - Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- ancestor
Mo StringType - Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- ancestors
List<Get
Cond Alarm Ancestor> - class
Id String - code String
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- create
Time String - The time when this managed object was created.
- creation
Time String - The time the alarm was created.
- definition
Get
Cond Alarm Definition - description String
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- domain
Group 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. - flapping
Count 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.
- flapping
Start 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
- last
Transition StringTime - The time the alarm last had a change in severity.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- ms
Affected 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.
- object
Type String - orig
Severity 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
Get
Cond Alarm Parent - permission
Resources List<GetCond Alarm Permission Resource> - registered
Device 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<Get
Cond Alarm Tag> - version
Context GetCond Alarm Version Context
- account
Moid 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. - acknowledge
By string - User who acknowledged the alarm.
- acknowledge
Time string - Time at which the alarm was acknowledged by the user.
- additional
Properties string - affected
Mo GetCond Alarm Affected Mo - affected
Mo 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.
- affected
Mo stringId - MoId of the affected object from the managed system's point of view.
- affected
Mo stringType - Managed system affected object type. For example Adaptor, FI, CIMC.
- affected
Object string - A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- alarm
Summary GetAggregators Cond Alarm Alarm Summary Aggregator[] - ancestor
Mo stringId - Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- ancestor
Mo stringType - Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- ancestors
Get
Cond Alarm Ancestor[] - class
Id string - code string
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- create
Time string - The time when this managed object was created.
- creation
Time string - The time the alarm was created.
- definition
Get
Cond Alarm Definition - description string
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- domain
Group 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. - flapping
Count 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.
- flapping
Start 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
- last
Transition stringTime - The time the alarm last had a change in severity.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- ms
Affected 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.
- object
Type string - orig
Severity 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
Get
Cond Alarm Parent - permission
Resources GetCond Alarm Permission Resource[] - registered
Device 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.
- Get
Cond Alarm Tag[] - version
Context 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[Get
Cond 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
Get
Cond 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
Get
Cond 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[Get
Cond Alarm Tag] - version_
context GetCond Alarm Version Context
- account
Moid 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. - acknowledge
By String - User who acknowledged the alarm.
- acknowledge
Time String - Time at which the alarm was acknowledged by the user.
- additional
Properties String - affected
Mo Property Map - affected
Mo 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.
- affected
Mo StringId - MoId of the affected object from the managed system's point of view.
- affected
Mo StringType - Managed system affected object type. For example Adaptor, FI, CIMC.
- affected
Object String - A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- alarm
Summary List<Property Map>Aggregators - ancestor
Mo StringId - Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- ancestor
Mo StringType - Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- ancestors List<Property Map>
- class
Id String - code String
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- create
Time String - The time when this managed object was created.
- creation
Time 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.
- domain
Group 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. - flapping
Count 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.
- flapping
Start 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
- last
Transition StringTime - The time the alarm last had a change in severity.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- ms
Affected 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.
- object
Type String - orig
Severity 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
- permission
Resources List<Property Map> - registered
Device 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>
- version
Context Property Map
getCondAlarm Result
The following output properties are available:
- Id string
- Results
List<Get
Cond Alarm Result> - Account
Moid string - Acknowledge string
- Acknowledge
By string - Acknowledge
Time string - Additional
Properties string - Affected
Mo GetCond Alarm Affected Mo - Affected
Mo stringDisplay Name - Affected
Mo stringId - Affected
Mo stringType - Affected
Object string - Alarm
Summary List<GetAggregators Cond Alarm Alarm Summary Aggregator> - Ancestor
Mo stringId - Ancestor
Mo stringType - Ancestors
List<Get
Cond Alarm Ancestor> - Class
Id string - Code string
- Create
Time string - Creation
Time string - Definition
Get
Cond Alarm Definition - Description string
- Domain
Group stringMoid - Flapping string
- Flapping
Count double - Flapping
Start stringTime - Last
Transition stringTime - Mod
Time string - Moid string
- Ms
Affected stringObject - Name string
- Object
Type string - Orig
Severity string - Owners List<string>
- Parent
Get
Cond Alarm Parent - Permission
Resources List<GetCond Alarm Permission Resource> - Registered
Device GetCond Alarm Registered Device - Severity string
- string
- Suppressed bool
- List<Get
Cond Alarm Tag> - Version
Context GetCond Alarm Version Context
- Id string
- Results
[]Get
Cond Alarm Result - Account
Moid string - Acknowledge string
- Acknowledge
By string - Acknowledge
Time string - Additional
Properties string - Affected
Mo GetCond Alarm Affected Mo - Affected
Mo stringDisplay Name - Affected
Mo stringId - Affected
Mo stringType - Affected
Object string - Alarm
Summary []GetAggregators Cond Alarm Alarm Summary Aggregator - Ancestor
Mo stringId - Ancestor
Mo stringType - Ancestors
[]Get
Cond Alarm Ancestor - Class
Id string - Code string
- Create
Time string - Creation
Time string - Definition
Get
Cond Alarm Definition - Description string
- Domain
Group stringMoid - Flapping string
- Flapping
Count float64 - Flapping
Start stringTime - Last
Transition stringTime - Mod
Time string - Moid string
- Ms
Affected stringObject - Name string
- Object
Type string - Orig
Severity string - Owners []string
- Parent
Get
Cond Alarm Parent - Permission
Resources []GetCond Alarm Permission Resource - Registered
Device GetCond Alarm Registered Device - Severity string
- string
- Suppressed bool
- []Get
Cond Alarm Tag - Version
Context GetCond Alarm Version Context
- id String
- results
List<Get
Cond Alarm Result> - account
Moid String - acknowledge String
- acknowledge
By String - acknowledge
Time String - additional
Properties String - affected
Mo GetCond Alarm Affected Mo - affected
Mo StringDisplay Name - affected
Mo StringId - affected
Mo StringType - affected
Object String - alarm
Summary List<GetAggregators Cond Alarm Alarm Summary Aggregator> - ancestor
Mo StringId - ancestor
Mo StringType - ancestors
List<Get
Cond Alarm Ancestor> - class
Id String - code String
- create
Time String - creation
Time String - definition
Get
Cond Alarm Definition - description String
- domain
Group StringMoid - flapping String
- flapping
Count Double - flapping
Start StringTime - last
Transition StringTime - mod
Time String - moid String
- ms
Affected StringObject - name String
- object
Type String - orig
Severity String - owners List<String>
- parent
Get
Cond Alarm Parent - permission
Resources List<GetCond Alarm Permission Resource> - registered
Device GetCond Alarm Registered Device - severity String
- String
- suppressed Boolean
- List<Get
Cond Alarm Tag> - version
Context GetCond Alarm Version Context
- id string
- results
Get
Cond Alarm Result[] - account
Moid string - acknowledge string
- acknowledge
By string - acknowledge
Time string - additional
Properties string - affected
Mo GetCond Alarm Affected Mo - affected
Mo stringDisplay Name - affected
Mo stringId - affected
Mo stringType - affected
Object string - alarm
Summary GetAggregators Cond Alarm Alarm Summary Aggregator[] - ancestor
Mo stringId - ancestor
Mo stringType - ancestors
Get
Cond Alarm Ancestor[] - class
Id string - code string
- create
Time string - creation
Time string - definition
Get
Cond Alarm Definition - description string
- domain
Group stringMoid - flapping string
- flapping
Count number - flapping
Start stringTime - last
Transition stringTime - mod
Time string - moid string
- ms
Affected stringObject - name string
- object
Type string - orig
Severity string - owners string[]
- parent
Get
Cond Alarm Parent - permission
Resources GetCond Alarm Permission Resource[] - registered
Device GetCond Alarm Registered Device - severity string
- string
- suppressed boolean
- Get
Cond Alarm Tag[] - version
Context GetCond Alarm Version Context
- id str
- results
Sequence[Get
Cond 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[Get
Cond Alarm Ancestor] - class_
id str - code str
- create_
time str - creation_
time str - definition
Get
Cond 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
Get
Cond Alarm Parent - permission_
resources Sequence[GetCond Alarm Permission Resource] - registered_
device GetCond Alarm Registered Device - severity str
- str
- suppressed bool
- Sequence[Get
Cond Alarm Tag] - version_
context GetCond Alarm Version Context
- id String
- results List<Property Map>
- account
Moid String - acknowledge String
- acknowledge
By String - acknowledge
Time String - additional
Properties String - affected
Mo Property Map - affected
Mo StringDisplay Name - affected
Mo StringId - affected
Mo StringType - affected
Object String - alarm
Summary List<Property Map>Aggregators - ancestor
Mo StringId - ancestor
Mo StringType - ancestors List<Property Map>
- class
Id String - code String
- create
Time String - creation
Time String - definition Property Map
- description String
- domain
Group StringMoid - flapping String
- flapping
Count Number - flapping
Start StringTime - last
Transition StringTime - mod
Time String - moid String
- ms
Affected StringObject - name String
- object
Type String - orig
Severity String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - registered
Device Property Map - severity String
- String
- suppressed Boolean
- List<Property Map>
- version
Context Property Map
Supporting Types
GetCondAlarmAffectedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondAlarmAlarmSummaryAggregator
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondAlarmAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondAlarmDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondAlarmParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondAlarmPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondAlarmRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondAlarmResult
- Account
Moid 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. - Acknowledge
By string - User who acknowledged the alarm.
- Acknowledge
Time string - Time at which the alarm was acknowledged by the user.
- Additional
Properties string - Affected
Mo 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.
- Affected
Mo stringId - MoId of the affected object from the managed system's point of view.
- Affected
Mo stringType - Managed system affected object type. For example Adaptor, FI, CIMC.
- Affected
Mos List<GetCond Alarm Result Affected Mo> - Affected
Object string - A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- Alarm
Summary List<GetAggregators Cond Alarm Result Alarm Summary Aggregator> - Ancestor
Mo stringId - Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- Ancestor
Mo stringType - Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- Ancestors
List<Get
Cond Alarm Result Ancestor> - Class
Id string - Code string
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- Create
Time string - The time when this managed object was created.
- Creation
Time string - The time the alarm was created.
- Definitions
List<Get
Cond Alarm Result Definition> - Description string
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- Domain
Group 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. - Flapping
Count 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.
- Flapping
Start 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.
- Last
Transition stringTime - The time the alarm last had a change in severity.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Ms
Affected 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.
- Object
Type string - Orig
Severity 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<Get
Cond Alarm Result Parent> - Permission
Resources List<GetCond Alarm Result Permission Resource> - Registered
Devices 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<Get
Cond Alarm Result Tag> - Version
Contexts List<GetCond Alarm Result Version Context>
- Account
Moid 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. - Acknowledge
By string - User who acknowledged the alarm.
- Acknowledge
Time string - Time at which the alarm was acknowledged by the user.
- Additional
Properties string - Affected
Mo 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.
- Affected
Mo stringId - MoId of the affected object from the managed system's point of view.
- Affected
Mo stringType - Managed system affected object type. For example Adaptor, FI, CIMC.
- Affected
Mos []GetCond Alarm Result Affected Mo - Affected
Object string - A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- Alarm
Summary []GetAggregators Cond Alarm Result Alarm Summary Aggregator - Ancestor
Mo stringId - Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- Ancestor
Mo stringType - Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- Ancestors
[]Get
Cond Alarm Result Ancestor - Class
Id string - Code string
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- Create
Time string - The time when this managed object was created.
- Creation
Time string - The time the alarm was created.
- Definitions
[]Get
Cond Alarm Result Definition - Description string
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- Domain
Group 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. - Flapping
Count 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.
- Flapping
Start 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.
- Last
Transition stringTime - The time the alarm last had a change in severity.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Ms
Affected 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.
- Object
Type string - Orig
Severity 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
[]Get
Cond Alarm Result Parent - Permission
Resources []GetCond Alarm Result Permission Resource - Registered
Devices []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.
- []Get
Cond Alarm Result Tag - Version
Contexts []GetCond Alarm Result Version Context
- account
Moid 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. - acknowledge
By String - User who acknowledged the alarm.
- acknowledge
Time String - Time at which the alarm was acknowledged by the user.
- additional
Properties String - affected
Mo 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.
- affected
Mo StringId - MoId of the affected object from the managed system's point of view.
- affected
Mo StringType - Managed system affected object type. For example Adaptor, FI, CIMC.
- affected
Mos List<GetCond Alarm Result Affected Mo> - affected
Object String - A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- alarm
Summary List<GetAggregators Cond Alarm Result Alarm Summary Aggregator> - ancestor
Mo StringId - Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- ancestor
Mo StringType - Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- ancestors
List<Get
Cond Alarm Result Ancestor> - class
Id String - code String
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- create
Time String - The time when this managed object was created.
- creation
Time String - The time the alarm was created.
- definitions
List<Get
Cond Alarm Result Definition> - description String
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- domain
Group 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. - flapping
Count 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.
- flapping
Start 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.
- last
Transition StringTime - The time the alarm last had a change in severity.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- ms
Affected 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.
- object
Type String - orig
Severity 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<Get
Cond Alarm Result Parent> - permission
Resources List<GetCond Alarm Result Permission Resource> - registered
Devices 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<Get
Cond Alarm Result Tag> - version
Contexts List<GetCond Alarm Result Version Context>
- account
Moid 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. - acknowledge
By string - User who acknowledged the alarm.
- acknowledge
Time string - Time at which the alarm was acknowledged by the user.
- additional
Properties string - affected
Mo 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.
- affected
Mo stringId - MoId of the affected object from the managed system's point of view.
- affected
Mo stringType - Managed system affected object type. For example Adaptor, FI, CIMC.
- affected
Mos GetCond Alarm Result Affected Mo[] - affected
Object string - A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- alarm
Summary GetAggregators Cond Alarm Result Alarm Summary Aggregator[] - ancestor
Mo stringId - Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- ancestor
Mo stringType - Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- ancestors
Get
Cond Alarm Result Ancestor[] - class
Id string - code string
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- create
Time string - The time when this managed object was created.
- creation
Time string - The time the alarm was created.
- definitions
Get
Cond Alarm Result Definition[] - description string
- A longer description of the alarm than the name. The description contains details of the component reporting the issue.
- domain
Group 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. - flapping
Count 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.
- flapping
Start 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.
- last
Transition stringTime - The time the alarm last had a change in severity.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- ms
Affected 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.
- object
Type string - orig
Severity 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
Get
Cond Alarm Result Parent[] - permission
Resources GetCond Alarm Result Permission Resource[] - registered
Devices 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.
- Get
Cond Alarm Result Tag[] - version
Contexts 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[Get
Cond 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[Get
Cond 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[Get
Cond 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[Get
Cond Alarm Result Tag] - version_
contexts Sequence[GetCond Alarm Result Version Context]
- account
Moid 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. - acknowledge
By String - User who acknowledged the alarm.
- acknowledge
Time String - Time at which the alarm was acknowledged by the user.
- additional
Properties String - affected
Mo 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.
- affected
Mo StringId - MoId of the affected object from the managed system's point of view.
- affected
Mo StringType - Managed system affected object type. For example Adaptor, FI, CIMC.
- affected
Mos List<Property Map> - affected
Object String - A unique key for an alarm instance, consists of a combination of a unique system name and msAffectedObject.
- alarm
Summary List<Property Map>Aggregators - ancestor
Mo StringId - Parent MoId of the fault from managed system. For example, Blade moid for adaptor fault.
- ancestor
Mo StringType - Parent MO type of the fault from managed system. For example, Blade for adaptor fault.
- ancestors List<Property Map>
- class
Id String - code String
- A unique alarm code. For alarms mapped from UCS faults, this will be the same as the UCS fault code.
- create
Time String - The time when this managed object was created.
- creation
Time 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.
- domain
Group 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. - flapping
Count 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.
- flapping
Start 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.
- last
Transition StringTime - The time the alarm last had a change in severity.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- ms
Affected 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.
- object
Type String - orig
Severity 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>
- permission
Resources List<Property Map> - registered
Devices 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>
- version
Contexts List<Property Map>
GetCondAlarmResultAffectedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondAlarmResultAlarmSummaryAggregator
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondAlarmResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondAlarmResultDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondAlarmResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondAlarmResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondAlarmResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondAlarmResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetCondAlarmResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos List<GetCond Alarm Result Version Context Interested Mo> - Marked
For boolDeletion - Nr
Version string - Object
Type string - Ref
Mos List<GetCond Alarm Result Version Context Ref Mo> - Timestamp string
- Version
Type string
- Additional
Properties string - Class
Id string - Interested
Mos []GetCond Alarm Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - Object
Type string - Ref
Mos []GetCond Alarm Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional
Properties String - class
Id String - interested
Mos List<GetCond Alarm Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<GetCond Alarm Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetCond Alarm Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetCond Alarm Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetCondAlarmResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondAlarmResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetCondAlarmTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetCondAlarmVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetCond Alarm Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetCond Alarm Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetCond Alarm Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetCond Alarm Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetCond Alarm Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetCond Alarm Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetCondAlarmVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetCondAlarmVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet